Hacker News new | ask | show | jobs
by sznio 30 days ago
I've been thinking recently of creating a programming language where you write mostly python, but can just "hand wave" away the boring stuff for the agent to do. If you don't want to deal with it, just type in a prompt or pseudocode and it will get filled in. Kinda like using the ai-assisted image editing software.

the main difference being that you don't switch between an agent chat window and the code. Just leave a note to the agent and go back to coding as usual, while the agent fills in the gap.

1 comments

That’s really cool. I think you nailed it, English isn’t the best way to encode my intentions in code. A pseudo language is likely much more efficient.