AI Agent Architecture: Why Process-Level Resilience Beats Proxy Gateways
The Great AI Architecture Debate When building reliable AI agents, there are two dominant approaches. Approach A: Proxy Gateway (LiteLLM, Braintrust, …
Latest Web news from Tech News
The Great AI Architecture Debate When building reliable AI agents, there are two dominant approaches. Approach A: Proxy Gateway (LiteLLM, Braintrust, …
I was now done with the basic setup. However, during my time working at my startup, I have learnt to think about a project wearing multiple caps. One …
In a multi-tenant B2B platform, data leakage is an extinction-level event. If Property A logs into your dashboard and accidentally sees the guest data…
Mixture of Experts (MoE): what it actually does under the hood, and when it pays off You deployed a 7B model in production. Response times are fine — …
Clear Code Intelligence scanned a public Netflix repository: Netflix/atlas . This is not a dunk on Netflix. It is a public-code methodology test. Afte…
AI token debt is the extra AI-agent context, repository search, inference, retry, and validation work created when a codebase is hard to reason about.…
The second week of my Google Summer of Code 2026 coding period at CircuitVerse ( June 1st to June 7th ) is officially in the books. This week was all …
TL;DR. @llm-ports 0.1.0-alpha.19 ships a typed, provider-neutral surface for prompt caching across Anthropic, OpenAI, and Gemini. One optional cacheCo…
A few days ago, I shared an article: You Don't Need Another Agent. You Need a Linter. Then I did what I do with anything I write: shared it around — a…
Ever watched an email agent reply to the same message twice? The recipient gets two near-identical responses seconds apart, screenshots them, and your…
Most enterprises are chasing “AI at scale,” but many are stuck in the same loop: flashy demos, fragile POCs, and a long list of reasons why nothing is…
Covers: Client-Side vs Server-Side Discovery, Service Registries, Service Mesh (Istio/Envoy), Kubernetes DNS The Problem That Didn't Exist in the Mono…
Covers: Two-Phase Commit, Saga Pattern, Choreography vs Orchestration Sagas, Compensating Transactions, Idempotency The Question That Breaks Most Micr…
Most of today went into a user-management overhaul in kickoff — my Laravel starter kit. Flyout CRUD panels, bulk actions, permission assignment, and t…
I spent today wiring an MCP server into a Laravel app that manages a Kong API gateway. The interesting part wasn't "make the AI talk to the app" — tha…
You know that feeling when you open a folder you haven't touched in months and find... yourself? Not metaphorically. I mean literally — old projects y…
AI agents are moving fast. Every week, new frameworks, models, tools, and patterns appear. Developers can now build agents that reason, call tools, re…
When you're building a complex backend system—like an enterprise-grade Point of Sales (POS) API using Laravel with a Modular Monolith architecture and…
REST API Design: Building APIs That Developers Love (2026) A great API is one that developers enjoy using. It's intuitive, consistent, well-documented…
Over the last few months, I've spent a significant amount of time working with AI coding assistants, agentic IDEs, MCP-based architectures, and AI-ass…
Essay · June 2026 · 26 theses · 3 horizons It's not about AI replacing devs. It's about who holds power inside the software production chain — and who…
In general, most of the discussions around System Design are backend heavy, involving Databases, Microservices , Load Balancers and what not. But in t…
Message Queues Explained: Why LinkedIn Built Kafka and Changed Async Communication Forever Covers: Point-to-Point vs Pub-Sub, Kafka Internals, Deliver…
Polymorphism, Rethought at Compile-Time In this article, we will explain how the features of C++23 are revolutionizing the philosophy of static polymo…
For the last 50 years, programming language evolution has had one single north star: Human Ergonomics . We design syntax sugar, optional typing, and c…
Most developers never have to design a network protocol from scratch. You use HTTP, gRPC, WebSockets, or something else that already exists and has be…
As AI applications become more powerful, developers often discover a problem: One AI agent is not always enough. A single agent can answer questions, …
I built a knowledge graph out of my own work sessions. Hundreds of them — transcripts of me building a system with LLMs, extracted into concepts, deci…
Most AI agent systems start with a simple idea: "Let's give the Agent Memory". At first, this usually means saving previous messages, retrieving simil…
A production-focused redesign of a Stage 6 LGTM observability platform, moving from a single-service Anvila monitoring setup to a reusable, secure, hi…