JNThe tiered approach is the part I like most. Not every request needs a big model. Using cheaper checks first makes AI systems much more practical.Comment·Article·1d ago·Building an Autonomous Multi-Agent Fraud Detection System in Under 200ms
JNI’ve seen solo builders struggle when they split web and mobile too early. One repo with clear separation usually keeps things moving much faster.Comment·Article·1d ago·1·Web App to Mobile App: Stop Thinking Wrapper
JNI’ve seen this a lot with AI coding tools. If the library is newer or less popular, they just push you toward the old options. Reading docs still saves time.Comment·Article·1d ago·I made a video editor with mediabunny, a library that AI thinks doesn't exist
JNThe part about failure recovery stood out. Most agent demos look fine until something breaks. That's where the real engineering starts.Comment·Article·2d ago·Engineering Production-Grade Multi-Agent Ecosystems: Architectural Best Practices for Enterprise Deployment
JNThis is the kind of stuff you only learn after running AI in production. The hidden token costs part is real. Measuring beats guessing every time.Comment·Article·3d ago·Our AI examiner was a black box. SigNoz told us what a student actually costs
JNThe model is only one piece. The hard part is making all the parts work together in the real world. A lot of AI projects hit this wall after the demo stage.Comment·Article·3d ago·Spatial AI Is Not a Model: How Engineering Teams Build Autonomous Systems
JNThe audit trail point is spot on. I think many teams focus on making agents smarter but forget they need to understand what happened when things go wrong.Comment·Article·Jul 19·1·Compliance Is the Boring Part of Agentic Apps. Build It First Anyway.
JNThe docs-first approach is something I’ve seen make a huge difference with AI projects. If the context only lives in chat, things get messy fast. Keeping decisions somewhere stable makes AI way more useful.Comment·Article·Jul 18·1·The Conversation Before the Build: Aligning With AI on Architecture
JNAI memory feels like the next big security layer. We used to worry about bad inputs in a single request, now one bad write can follow the agent for weeks. Provenance and expiry should become normal.Comment·Article·Jul 17·Securing AI Memory Against Poisoning in .NET
JNI like the AI examples here. Agent traces and workflow steps are places where these old concepts still show up in newer systems.Comment·Article·Jul 16·🔗 Linked Lists in the Age of AI