Custom programming languages make agents good
matsur
17 points
6 comments
March 12, 2026
Related Discussions
Found 5 related stories in 54.9ms across 3,471 title embeddings via pgvector HNSW
- We should revisit literate programming in the agent era horseradish · 195 pts · March 08, 2026 · 63% similar
- A case for Go as the best language for AI agents karakanb · 163 pts · March 02, 2026 · 62% similar
- Some uncomfortable truths about AI coding agents borealis-dev · 70 pts · March 27, 2026 · 62% similar
- Agent-to-agent pair programming axldelafosse · 34 pts · March 27, 2026 · 62% similar
- Coding Agents Could Make Free Software Matter Again rogueleaderr · 141 pts · March 29, 2026 · 59% similar
Discussion Highlights (3 comments)
spenczar5
Author here! I am pretty jazzed about these ideas and happy to dig into more detail than a blog post allows.
mmmehulll
This is really interesting, I feel if llms can respond at existing without finetuning, it can be huge.
hwernetti
Great read! We're running into a similar problem at my company: we've given agents the ability to query our databases but not enough guidance to write correct and efficient queries. I haven't tried solving this problem yet but I'm curious if you explored any code-to-sql approaches, something similar to SQLAlchemy but with your own guardrails and customizations?