@alex@feed.yopp.me
@david_chisnall@infosec.exchange @whitequark@mastodon.social @janl@narrativ.es depends on your definition of boilerplate I guess.
Say I have event driven system and I want isolate each even type in its own βcontainerβ (class, module, whatever). Consequently there will be a lot of structural similarity between βcontainersβ, because they will expose same interface.
Some languages are verbose by design like HTML. If you are building a form youβll have to repeat same things over and over again, and itβsβ¦ okay? Overall all UI/graphics code is very verbose because you have to setup a lot of things. And when you take component approach youβll end up with case above.
LLM autocomplete predictions are just more context aware than plain autocomplete (intellisense or whatever) and can save you some time on typing, because it can just spit out pre-filled method call, with all arguments filled with values from the current context.
No wonder that thingie made to auto-complete based on a context does decent job as context-aware auto-complete!
@whitequark@mastodon.social
@alex@feed.yopp.me @david_chisnall@infosec.exchange @janl@narrativ.es if you can automate predictions for something to the point where an LLM can do it semi-reliably, in almost every case you could, and i will argue should, define an abstraction that does it deterministically