-
AI agents for coding: the promise, the potholes, and what’s next
After publishing my last post on AI coding agents, I read Will Lockett’s piece, “The AI bubble is about to burst (but the next bubble is already growing)”. It nudged me to write a follow-up—not because I think AI is doomed, but because the gap between promise and day-to-day reality is still wide for working…
-
Looking beyond JSON Output format from LLMs
While working on my site for Learning and Quiz Generation I noticed that asking LLM’s for JSON outputs was problematic. Too many times the output was not a valid JSON. After multiple such issues, I felt that I should like at other output formats that I can then parse. Once such method that seems to…