KOHSHEEN TIKU

Blogs


ARTICLE  ·  26 MIN READ  ·  MARCH 28, 2026

Chapter 9: AI Control — Safety Without Trusting the Model

Alignment tries to make models that won't betray you. Control assumes the model might, and engineers deployment so safety doesn't depend on the answer. This chapter walks through I/O filtering, Constitutional Classifiers, trusted/untrusted model splits, and the broader control paradigm.

Kohsheen Tiku Read article →

ARTICLE  ·  35 MIN READ  ·  MARCH 18, 2026

Chapter 19: Evaluation and Monitoring

Building an agent is the beginning. Knowing whether it's actually working — accurately, efficiently, safely, and reliably — is the ongoing challenge. This chapter covers the complete framework for measuring and maintaining agent performance in production.

Kohsheen Tiku Read article →

ARTICLE  ·  34 MIN READ  ·  MARCH 14, 2026

Chapter 18: Guardrails and Safety Patterns

Capable agents without guardrails are dangerous agents. This chapter shows how to build the multi-layered defense systems that keep AI behavior safe, predictable, and aligned — from input validation to jailbreak detection to human oversight.

Kohsheen Tiku Read article →

ARTICLE  ·  33 MIN READ  ·  MARCH 10, 2026

Chapter 17: Reasoning Techniques

How does an AI agent actually think? This chapter reveals the techniques that transform LLMs from pattern-matchers into deliberate problem-solvers: CoT, ToT, ReAct, self-correction, RLVR, and more.

Kohsheen Tiku Read article →

ARTICLE  ·  33 MIN READ  ·  MARCH 06, 2026

Chapter 16: Resource-Aware Optimization

Not every question needs a supercomputer. Resource-aware optimization routes simple queries to cheap, fast models and reserves expensive, powerful ones for genuinely hard problems — saving cost without sacrificing quality.

Kohsheen Tiku Read article →

ARTICLE  ·  31 MIN READ  ·  MARCH 02, 2026

Chapter 15: Inter-Agent Communication (A2A)

MCP connects agents to tools. A2A connects agents to agents. The Agent2Agent protocol is the missing standard that lets any AI agent — regardless of framework — collaborate with any other.

Kohsheen Tiku Read article →

ARTICLE  ·  37 MIN READ  ·  FEBRUARY 26, 2026

Chapter 14: Knowledge Retrieval (RAG)

LLMs know a lot — but their knowledge stopped the day training ended. RAG is the bridge between static model weights and the live, private, specific knowledge that makes agents actually useful.

Kohsheen Tiku Read article →

ARTICLE  ·  33 MIN READ  ·  FEBRUARY 22, 2026

Chapter 13: Human-in-the-Loop

Full autonomy sounds ideal — but in high-stakes domains, the cost of a single AI error is too high. Human-in-the-Loop is the pattern that keeps humans in control of the decisions that matter most.

Kohsheen Tiku Read article →