Hacker News new | ask | show | jobs
by QuercusMax 339 days ago
Is there a reason you believe the models can accurately predict this sort of thing?
1 comments

There wasn't, but after taking the syntax that I developed with one model to another model, and having it write some code in that syntax, it did very well. Same in the other direction.

LLMs need all their context within easy reach. An LLM-first (for editing) language still has code comments and docstrings. Identifier names are long, and functions don't really need optional parameters. Strict typing is a must.