KOHSHEEN TIKU

Blogs


ARTICLE  ·  42 MIN READ  ·  FEBRUARY 18, 2026

Chapter 12: Exception Handling and Recovery

Real-world agents fail. Networks time out, APIs return errors, databases go down, data arrives malformed. This chapter is about building agents that handle every failure gracefully — detecting it, recovering from it, and keeping the user informed throughout.

Kohsheen Tiku Read article →

ARTICLE  ·  36 MIN READ  ·  FEBRUARY 14, 2026

Chapter 11: Goal Setting and Monitoring

Without goals, agents react. With goals, agents pursue. This chapter shows how to give AI agents specific objectives, measurable success criteria, and the feedback loops that keep them on track.

Kohsheen Tiku Read article →

ARTICLE  ·  44 MIN READ  ·  FEBRUARY 10, 2026

Chapter 10: Model Context Protocol (MCP)

Every tool integration so far required custom code. MCP changes that — a universal standard that lets any LLM connect to any tool, database, or service without bespoke glue code for each pair.

Kohsheen Tiku Read article →

ARTICLE  ·  39 MIN READ  ·  FEBRUARY 06, 2026

Chapter 9: Learning and Adaptation

Every pattern so far assumes the agent stays the same. Learning and adaptation break that assumption — agents that improve through experience, rewrite their own code, and discover better algorithms than humans designed.

Kohsheen Tiku Read article →

ARTICLE  ·  35 MIN READ  ·  FEBRUARY 02, 2026

Chapter 8: Memory Management

Without memory, every conversation starts from zero. Memory management gives agents the ability to remember — short-term context within a session, long-term knowledge across sessions.

Kohsheen Tiku Read article →

ARTICLE  ·  39 MIN READ  ·  JANUARY 29, 2026

Chapter 7: Multi-Agent Collaboration

One agent hits walls. A team of specialized agents doesn't. Multi-agent collaboration lets you decompose complex problems into coordinated workstreams — each agent doing what it does best.

Kohsheen Tiku Read article →

ARTICLE  ·  37 MIN READ  ·  JANUARY 25, 2026

Chapter 6: Planning

Reacting to a single input is easy. Achieving a complex goal across many unknown steps is not. Planning is how agents develop foresight — decomposing a destination into a route before they move.

Kohsheen Tiku Read article →

ARTICLE  ·  41 MIN READ  ·  JANUARY 21, 2026

Chapter 5: Tool Use (Function Calling)

LLMs are frozen in time and disconnected from the world. Tool use breaks those walls — letting agents call APIs, run code, query databases, and trigger real actions.

Kohsheen Tiku Read article →