Hacker News new | ask | show | jobs
by derekbsnider 1 day ago
While I expect that a language specifically for LLMs would not be a terrible idea, I think what is actually needed is a different interface for LLMs to use.

Currently Claude Code and Codex are primarily interfacing with code directly mostly using shell tools, while humans typically use IDEs.

Yes, I realize that there are lots of IDE-integrated LLM solutions, but this isn't exactly what I'm thinking about...

I'm thinking more of an API/MCP that the agent would need to use to work with the code which provides all the necessary interfaces, and designed specifically for AI agents.