Skip to main content
Workflows Library MCP Directory Realtime AI News Sponsor Tier Subscribe
Live intelligence/September 07, 2026
Now reading

The latest dispatches

All news
Breaking Signal

Latest AI News & Model Launches

View news hub
Production Blueprints

Production AI Workflows & Agent Systems

View workflows library
Model Context Protocol

FastMCP Servers & Agent Connectors

View MCP directory
Selected by the desk

Worth your attention

01 / BUILD AI Workflows Blueprints for moving from idea to automation. Explore ↗ 02 / CONNECT MCP Directory Tools and server guides for capable agents. Browse ↗ 03 / KNOW AI News What changed, why it matters, and what to do next. Catch up ↗
From the archive

More to explore

Deep Dive Coding

MCP Tool Poisoning: Why Tool Descriptions Are Now System Prompts

In 2026, tool names and descriptions became the agent's instruction context: a poisoned description is a system prompt written by the attacker. MCP tool poisoning abuses the protocol's discovery model, where every connected server contributes tokens to the agent's brain. Verification, description allowlists, and treating metadata as untrusted are the working defenses.

Deepak Bagada Deepak Bagada
8m read
Deep Dive Coding

The Memory Heist & GitLost: The Agent Data-Exfiltration Wave of 2026

Two July 2026 incidents — claude.ai's Memory Heist and Noma Security's GitLost — proved agents with fetch and send capabilities are exfiltration devices. Both attacks share one spine: indirect prompt injection converted into data theft. Egress allowlists and fetch sandboxing are now the baseline controls for agentic systems.

Deepak Bagada Deepak Bagada
8m read
Deep Dive LLMs

DeepSeek Open-Sources the Harness: Agent = Model + Harness

DeepSeek's August 2026 release open-sourced the agent harness — tools, memory, orchestration, and eval loop — completing the commoditization of the agent stack. With Agent = Model + Harness and both halves open, differentiation moves to evals, data, and integrations. The make-vs-buy math has changed.

Deepak Bagada Deepak Bagada
8m read
Deep Dive LLMs

Kredily's KAI & the Rise of Agentic Payroll: When AI Runs the Back Office

On August 14, 2026, Kredily 3.0 launched KAI, agentic AI for payroll and HR serving 25,000+ businesses and 1M+ employees. Payroll is the least forgiving software category in business, and KAI shows the winning pattern: a deterministic engine, agents for mechanical work, and hard approval gates for money movement.

Deepak Bagada Deepak Bagada
8m read
Deep Dive AI Tools

Build a Payroll & HR Agentic MCP Server for Kredily-Style Workforce Operations

Inspired by Kredily 3.0's KAI launch on August 14, 2026, this dispatch builds payroll-hr-mcp, a FastMCP TypeScript server exposing read-only payroll overview, attendance, statutory compliance, and pay-slip queries to agents. Write tools — payslip runs and reimbursement approvals — are gated behind a human-approval workflow with OAuth 2.0 enforcement.

Deepak Bagada Deepak Bagada
10m read
Deep Dive AI Tools

Build a Read-Write Boundary MCP Server for Agentic Office Workflows

Inspired by Microsoft's June 30, 2026 read-write agent shift, this dispatch builds rw-boundary-mcp, a FastMCP TypeScript server wrapping office/document APIs. Read tools are always available; write tools require a scope token plus an approval gate, and every mutation is logged to an append-only audit trail.

Deepak Bagada Deepak Bagada
10m read
Deep Dive AI Workflows

Build an MCP Tool-Poisoning Defense Workflow with Tool-Description Verification

In 2026 the dominant MCP attack class stopped exploiting code bugs and started poisoning metadata: agents trust tool names, descriptions, and schemas as configuration, so an attacker who controls a tool's description can inject instructions the model follows. This dispatch builds tool-guard, a LangGraph workflow that sits between your agent and every MCP server, inventories every tool, verifies descriptions against an allowlist, detects imperative-language patterns, sandboxes suspicious tools, and writes an append-only audit of every tool call.

Deepak Bagada Deepak Bagada
11m read
Deep Dive AI Workflows

Build an Agent Data-Exfiltration Detection Workflow Against Memory Heist & GitLost Patterns

Two July 2026 incidents defined the agent data-loss class: claude.ai memory exfiltrated through web_fetch link-following, and GitHub Agentic Workflows leaking private repo READMEs through crafted public issues. This dispatch builds exfil-guard, a LangGraph workflow that classifies every outbound data flow — fetch targets, payload sizes, memory-access requests — applies egress allowlists, redacts PII, and blocks or routes suspicious exfiltration patterns to a human approval gate.

Deepak Bagada Deepak Bagada
11m read
Audio Briefing
Accessibility Preferences
High Contrast Mode
Accessible Reading Font

Keyboard Shortcuts

Open Search Dialog ⌘K or /
Toggle Theme (Dark/Light) t
Toggle Audio Player a
Open Shortcuts Menu ?
Close Active Dialog Esc