Claude Code production agent loop: task intent, boundaries, tool execution, evaluation, observability, human review, and deployment

Claude Code Is Not the Product: The Production Loop Is

A Claude Code demo is easy to love. You describe a feature, the agent edits files, runs commands, fixes its own mistakes, and suddenly the repository has moved. The first time you see it work, it feels like software engineering has skipped a generation. But the demo is not the hard part. The hard part is making that same capability safe enough, repeatable enough, and observable enough that you would trust it inside a real engineering workflow. That is where the actual product begins. ...

April 25, 2026 · 5 min · 904 words · Thomas De Vos
Read Claude Code Is Not the Product: The Production Loop Is
Java vs Python vs AI

Java vs Python for production AI applications

Python is still the easiest place to experiment with AI. Java still earns its keep when AI has to live inside enterprise systems. The real question is where the AI application crosses from prototype into production risk.

March 19, 2025 · 6 min · 1186 words · Thomas De Vos
Read Java vs Python for production AI applications
What is an AI Agent - I'm confused?!

What is an AI agent? A practical definition for production teams

AI agents are not just chatbots with a loop. For production teams, the useful definition is about delegated authority: what the system can see, decide, call, change, and prove afterward.

March 17, 2025 · 7 min · 1351 words · Thomas De Vos
Read What is an AI agent? A practical definition for production teams