PKSpot on. The retrieval pipeline is trivial compared to the endless friction of untangling legacy data models and access controls.Comment·Article·1d ago·RAG Is the Easy Part: Designing AI Systems Around Messy Enterprise Data
PKSmart approach. Circuit breakers for LLM calls save you when production breaks at 3 AM.Comment·Article·2d ago·1·Building an AI Circuit Breaker in .NET
PKThe part about production realities hits home. Too many teams ignore the guardrails until something breaks in transit.Comment·Article·Sep 11·1·Architecting Agentic AI in Enterprise Logistics: System Patterns, Guardrails, Vendor Ecosystem, and Production Realities
PKThis is peak automation fatigue and I love it. Two autonomous agents arguing over a flat white is the dystopia we actually deserve.Comment·Article·Sep 8·I Sent an AI to Order My Coffee. The Restaurant's AI Answered.
PKSecuring AI agents properly is going to be the main bottleneck for production rollouts this year. Solid release.Comment·Article·Sep 3·1·Authorizer 2.4: Open-source auth for AI agents and modern enterprise apps
PKBalancing deterministic code with probabilistic models is the hardest architectural puzzle we deal with right now.Comment·Article·Aug 31·Why High-Trust Software Needs Deterministic Boundaries Around Probabilistic AI
PKSo true. Once you cross a certain threshold of instructions, the model just starts ignoring the edge cases anyway.Comment·Article·Aug 29·AI Coding Tip 034 - Stop Hoarding Rules in Your AGENTS.md
PKTurns out context actually matters more than raw parameter count. Garbage in, garbage out still applies to LLMs.Comment·Article·Aug 28·Better column descriptions made the AI right more often. Not reliably.
PKClearing cache across a distributed setup is always the hardest part of stopping wasted compute. Thanks for posting this breakdown.Comment·Article·Aug 23·Distributed Memoization: Avoid Repeating Expensive Work
PKAlways interesting to see how different approaches to data tracking can shape our understanding of ourselvesComment·Article·Aug 8·Why Your RAG Answers Still Hallucinate in .NET: Root Cause and Fix