<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel>
<title>Rohit Ghumare</title>
<link>https://rohitghumare.com/</link>
<description>Essays on AI agents, harnesses, and backend fundamentals.</description>
<item><title>The Forward Deployed Engineer: The Job the AI Industry Paid Billions to Rediscover</title><link>https://rohitghumare.com/blog/forward-deployed-engineer/</link><guid>https://rohitghumare.com/blog/forward-deployed-engineer/</guid><pubDate>2026-08-01</pubDate><description>Between May and July 2026, OpenAI, Anthropic, Microsoft, and AWS committed a combined nine billion dollars to organizations built around one job title. The mechanism behind the comeback of the forward deployed engineer, from Palantir&#x27;s Deltas to the agent era.</description></item>
<item><title>What a Forward Deployed Engineer Actually Does</title><link>https://rohitghumare.com/blog/what-a-forward-deployed-engineer-does/</link><guid>https://rohitghumare.com/blog/what-a-forward-deployed-engineer-does/</guid><pubDate>2026-08-01</pubDate><description>The FDE job from the inside: deliverables named in real OpenAI, Anthropic, and Harvey postings, pod structure, sourced pay ranges, and the three questions that reveal whether the role is real.</description></item>
<item><title>Tokens per Second Is a Memory Bandwidth Number</title><link>https://rohitghumare.com/blog/tokens-per-second-memory-bandwidth/</link><guid>https://rohitghumare.com/blog/tokens-per-second-memory-bandwidth/</guid><pubDate>2026-07-31</pubDate><description>Local LLM generation speed is not a compute number. Every generated token reads the model&#x27;s weights from memory once, so tokens per second is bounded by bandwidth divided by weight bytes. The arithmetic, the consequences, and what it predicts.</description></item>
<item><title>The AGENTS.md Genre</title><link>https://rohitghumare.com/blog/agents-md-genre/</link><guid>https://rohitghumare.com/blog/agents-md-genre/</guid><pubDate>2026-07-31</pubDate><description>Every repo now carries a document addressed to a machine, written in shouted imperative English. It is a new genre of technical writing, it has conventions already, and you can read a team&#x27;s incident history in it.</description></item>
<item><title>Kimi CLI and K3: The Newest Harness Has the Strangest Ideas</title><link>https://rohitghumare.com/blog/kimi-cli-k3-harness/</link><guid>https://rohitghumare.com/blog/kimi-cli-k3-harness/</guid><pubDate>2026-07-31</pubDate><description>Moonshot ships a harness that is also your shell, rewinds context with checkpoint time travel, fans out 128 subagents, and requires reasoning to be passed back verbatim. And its own benchmark admits K3 scores higher inside Claude Code.</description></item>
<item><title>Inside the Pi Harness: The Agent That Shows You the Meter</title><link>https://rohitghumare.com/blog/inside-the-pi-harness/</link><guid>https://rohitghumare.com/blog/inside-the-pi-harness/</guid><pubDate>2026-07-31</pubDate><description>Pi stores sessions as trees, keeps its system prompt to twenty stable lines, refuses to prune history, and itemizes every cache miss in dollars. A mechanism-level tour of the most transparent coding agent harness.</description></item>
<item><title>Inside the Codex Harness: Compaction as an API Primitive</title><link>https://rohitghumare.com/blog/inside-the-codex-harness/</link><guid>https://rohitghumare.com/blog/inside-the-codex-harness/</guid><pubDate>2026-07-31</pubDate><description>Codex made compaction a server-side primitive: a dedicated endpoint, in-stream compaction items, a 90 percent trigger, and a model trained on where the summary sits. OpenAI tripled its own ARC-AGI-3 score by turning it on. The price is a transcript you cannot fully read.</description></item>
<item><title>Inside the Claude Code Harness: The System Prompt Machine</title><link>https://rohitghumare.com/blog/inside-the-claude-code-harness/</link><guid>https://rohitghumare.com/blog/inside-the-claude-code-harness/</guid><pubDate>2026-07-31</pubDate><description>Claude Code assembles context in layers ordered by how often they change, delivers CLAUDE.md as a user message, and treats cache preservation as an architectural principle. A mechanism-level tour from the current docs.</description></item>
<item><title>Graph Engineering Is 290 Years Old</title><link>https://rohitghumare.com/blog/graph-engineering/</link><guid>https://rohitghumare.com/blog/graph-engineering/</guid><pubDate>2026-07-31</pubDate><description>A harness generated a 400-line throwaway workflow that spawned a hundred agents, and the industry named the shape graph engineering. Euler named it in 1736. What actually changed is the node. With two interactive figures: walk the Konigsberg bridges yourself, and run the agent DAG with live cost arithmetic.</description></item>
<item><title>Your Codebase Has a Second Reader Now</title><link>https://rohitghumare.com/blog/codebase-second-reader/</link><guid>https://rohitghumare.com/blog/codebase-second-reader/</guid><pubDate>2026-07-29</pubDate><description>Every rule about readable code, DRY, good names, one source of truth, was always for the next human. A second reader arrived: faster, more literal, and it audits how much of that advice you actually followed.</description></item>
<item><title>Your &quot;Row Changed&quot; Hook Isn&#x27;t CDC: The Dual-Write Trap</title><link>https://rohitghumare.com/blog/dual-write-trap/</link><guid>https://rohitghumare.com/blog/dual-write-trap/</guid><pubDate>2026-07-29</pubDate><description>Emitting an event after a database commit without an outbox is a lossy notifier that drops events on crash. It is the dual-write problem, and the fix is the outbox pattern or real change data capture.</description></item>
<item><title>The Composable Harness: How Agents Actually Get Reliable</title><link>https://rohitghumare.com/blog/composable-agent-runtime/</link><guid>https://rohitghumare.com/blog/composable-agent-runtime/</guid><pubDate>2026-07-29</pubDate><description>Thin versus thick harness is the wrong debate. A backend is workers, triggers, and functions, and an agent is just another worker. Once the harness is the backend, agent reliability becomes durable execution, and composability is how the hard problems get solved.</description></item>
<item><title>New Names, Old Fundamentals: Decoding the Agent Era&#x27;s Rebrands</title><link>https://rohitghumare.com/blog/new-names-old-fundamentals/</link><guid>https://rohitghumare.com/blog/new-names-old-fundamentals/</guid><pubDate>2026-07-29</pubDate><description>Harness engineering, context engineering, loop engineering. Most of the agent era&#x27;s new vocabulary renames engineering fundamentals we have had for decades. Here is the old idea under each new name.</description></item>
<item><title>How to Become an AI Engineer in 2026: A Complete Roadmap</title><link>https://rohitghumare.com/blog/how-to-become-an-ai-engineer/</link><guid>https://rohitghumare.com/blog/how-to-become-an-ai-engineer/</guid><pubDate>2026-07-29</pubDate><description>A practical, honest roadmap to becoming an AI engineer in 2026: the skills in order, two routes in, time estimates, and one free 503-lesson curriculum that builds the whole stack from scratch.</description></item>
<item><title>Harness Engineering: The Real Leverage in Agent Systems</title><link>https://rohitghumare.com/blog/harness-engineering/</link><guid>https://rohitghumare.com/blog/harness-engineering/</guid><pubDate>2026-07-29</pubDate><description>Harness engineering is the practice of improving agent output by shaping the environment around a fixed model: context, tools, the loop, and proof. A field guide to where the leverage actually lives.</description></item>
<item><title>Harness Engineering in Practice: Stop Agents Building the Wrong Thing</title><link>https://rohitghumare.com/blog/stop-agents-building-the-wrong-thing/</link><guid>https://rohitghumare.com/blog/stop-agents-building-the-wrong-thing/</guid><pubDate>2026-07-29</pubDate><description>Agents build the wrong thing, ship duplicates, and reinvent what you already have. The fix is not a smarter model, it is a system the agent is part of. Early results: 60% fewer tokens, 2x faster from design to build.</description></item>
</channel></rss>
