Hacker News new | ask | show | jobs
by GTP 409 days ago
> I'm waiting for LLMs to integrate directly into programming languages.

What do you mean? How would this look like in your view?

1 comments

Not OP, but probably similar to how tool calling is managed: You write the docstring for the function you want, maybe include some specific constraints, and then that gets compiled down to byte code rather than human authored code.