AI 19 items

Tagged: AI

Posts (16)

· 10 min read · ·

The Verdict Is the Easy Part

Two days ago we put a paste box on the open internet. Type a shell command, hit Evaluate, get a verdict — BLOCK, AUDIT, or ALLOW. Same on a second tab for MCP tool calls: tool name, JSON-style args, evaluate, verdict.

The Verdict Is the Easy Part
· 4 min read · ·

Why We're Open-Sourcing AgentShield

AI coding agents are rewriting software faster than any human team could. Cursor, Windsurf, Claude Code, Gemini CLI — they ship features in minutes. But they also run shell commands, call MCP tools, and modify files with the same speed and less judgment than a human developer.

Why We're Open-Sourcing AgentShield
· 15 min read · ·

The Complete Engineer's Guide to AI Agents

I've been building software for over 20 years. And I'll be honest — when the term "AI agent" started flooding my LinkedIn feed in 2023, I rolled my eyes. It felt like a rebranding of chatbots with better PR. Little could I have predicted its impact.

The Complete Engineer's Guide to AI Agents
· 6 min read · ·

The Noise Is the Problem

I run an AI security company. I'm supposed to tell you AI risk is manageable — that with the right governance framework and a good dashboard, you'll sleep fine.

I don't believe that anymore.

The Noise Is the Problem
· 8 min read · · Featured ·
AI

Tests Are the New Source Code

I graduated in 2007. Computer science undergrad, then a master's, then a PhD in computer engineering. I've spent nearly two decades in this industry — as an engineer, as a manager, as someone who got away from the keyboard more than I wanted to during those management years, and as someone who's come back to it with a vengeance.

Tests Are the New Source Code
· 10 min read · ·
AI

Autoscaling Revisited: LLMs, MCP, and the Stack

Two years ago I wrote about why reactive autoscaling falls short and what ML brings to the table. A lot has changed. LLMs are now a primary workload in most cloud fleets, and they break almost every assumption the classic autoscaling stack was built on. Here's what's actually different, and where Model Context Protocol fits into the picture.

Autoscaling Revisited: LLMs, MCP, and the Stack
· 9 min read · ·

Autoscaling From the Inside: Seven Years at Turbonomic

I spent seven years at Turbonomic — back when it was still called VMTurbo, through the rebranding, through the IBM acquisition in 2021, and a few years past that. So writing about autoscaling without touching what I actually worked on every day would feel dishonest. This is the insider perspective: what Turbonomic actually does, why the economic model it's built on is genuinely clever, and where the edges of that model sit.

Autoscaling From the Inside: Seven Years at Turbonomic

Presentations (1)

AI Agent Lens — Seed Pitch

AI Agent Lens · Runtime security & compliance for AI agents · Seed pitch deck

Anshuman Biswas Anshuman Biswas
· · 14 slides

Guides (2)

The Complete Engineer's Guide to AI Agents — From Zero to Production

Everything you need to build production-grade AI agents in Go — from the ReAct loop to multi-agent orchestration, knowledge graphs, RAG, determinism techniques, security, cost optimization, and real-world patterns. With interactive diagrams and fully working code.

Anshuman Biswas Anshuman Biswas
· 43 min read · April 6, 2026
AI

The Complete Guide to Claude Code — Tips, Tricks & Advanced Workflows

Everything you need to master Claude Code — from setup to advanced multi-agent workflows, MCP servers, hooks, memory systems, and the daily workflow of a power user.

Anshuman Biswas Anshuman Biswas
· 11 min read · April 1, 2026
AI