Subodh Jena
Blog

Blog

Writing

Life, tech, and everything in-between.

Prompt Chaining: Sequential LLM Pipelines with Validation Gates

Feb 25, 2026·6 min·AI

A single unscoped prompt that tries to plan, draft, validate, and polish in one pass is a coin toss. Chain narrow calls instead, and put programmatic gates between them.

Context Engineering for Agents

Feb 23, 2026·6 min·AI

The question is not which prompt to write. It is which tokens deserve a place in the context window on this turn. Context engineering is the discipline that answers that question.

Structured Output from LLMs

Feb 20, 2026·5 min·AI

A free-text response that sometimes parses and sometimes does not is the single largest source of flakiness in agentic systems. Structured output makes the model behave like an ordinary function.

The Augmented LLM: Retrieval, Tools, and Memory

Feb 18, 2026·6 min·AI

A bare language model is a closed system. It cannot look up a fresh fact, cannot act in the world, cannot remember the last conversation. Every non-trivial agent is an attempt to lift one or more of those three constraints.

Workflows Versus Agents in LLM Systems

Feb 16, 2026·7 min·AI

The term agent has become overloaded, and the overloading is expensive. A system in which the language model controls its own flow costs more to run and more to debug. The default should be a workflow.

1…34

Work

ExperimentsPortfolio

Connect

AboutContact

© 2026 Subodh Jena

X (Twitter)GitHubLinkedIn