Remix.run Logo
cactusplant7374 9 hours ago

When I develop a feature with ChatGPT it requires about 10 rounds because of the syntax errors. And often the syntax errors aren't fixed in the next round.

Now this happens with a pretty complex game I'm working on but it really shows the limits. It can't handle large amounts of indentation. It completely breaks.

djohnston 8 hours ago | parent | next [-]

What language? LLMs make a lot of mistakes but syntax is rarely one of them.

cactusplant7374 5 hours ago | parent [-]

It's Flutter and Dart.

ta12653421 8 hours ago | parent | prev [-]

mind sharing a public link to all these syntax errors?

Sonuds implausible to me within languages with large adoption? (java, c#, c++, python, JS)

ta12653421 8 hours ago | parent | next [-]

when reading all the other "AI is great" threads, none of the HN folks mentions syntax errors, people are complaining about other things.

Therefore, asking if there is an example dicussion online somewhere to get some insights is a legitimate question....

fragmede 4 hours ago | parent [-]

If only there was StackOverflow for "I can't get LLMs to work for me"!

cactusplant7374 5 hours ago | parent | prev [-]

It's Flutter and Dart. I have been wondering if it is language specific. Maybe I'm vibe coding with the wrong language. Hah!

I'd love to show you an example without exposing my current project. Let me think about it.