Comment by deadbabe

2 days ago

People joke about this, but we have actually had LLMs create compilers for our domain specific languages that lets us basically compile a bunch of code in a deterministic way for lots of varied use cases, and it has eliminated the need to always burn tokens when we want some new feature that is just a combination of existing things.

I predict this is what future “frameworks” will look like, just very high level specific languages that quickly build out some product in predictable ways every time, but you don’t need to think about complex machine logic, you’re just declaring what you want.