Skip to content
∑ Praveen T N Learning Library
Overview Concepts Flashcards Writing AI Feed Graph
Portfolio ↗
Overview Concepts Flashcards Writing AI Feed Graph Search Back to portfolio ↗
Library/ Writing/Tagged “agents”

Tagged “agents”

16 posts.

Clear
All Model Architecture13 Training & Alignment8 Inference & Serving11 Agents & Orchestration10 Reasoning & Evaluation7 Safety, Security & Governance3 Platforms & Practice11
Agents & Orchestration 20 min

Agent Memory Systems: Episodic, Semantic, and the Architecture of Remembering

An LLM agent with a million-token window still forgets what you told it last week. Memory is not a bigger context; it is a separate system that decides what to write down, how to summarize it, and what to pull back. Here is how t…

agents memory llm retrieval ∑ ◫
Agents & Orchestration 24 min

Dynamic Workflows: When the Agent Writes Its Own Orchestration

A static agent pipeline is a diagram you draw before you know the task. A dynamic workflow is a program the agent writes once it sees the task, then runs deterministically. The difference reshapes how fan-out, verification, and c…

agents orchestration multi-agent llm ∑ ◫
Platforms & Practice 7 min

Five Doors Into Enterprise Agentic AI: Copilot Studio, Joule Studio, Azure AI Foundry, Databricks, and LangGraph

Every major enterprise vendor now sells a way to build AI agents, and they are not competing on the same axis. The real choice is not which product is best. It is how much control you are willing to trade for how much convenience.

agents enterprise langgraph copilot-studio
Platforms & Practice 9 min

From Macros to Agency: A Short History of Automating Knowledge Work

The dream of automating office work is older than the personal computer. Tracing the line from VisiCalc through RPA to LLM agents reveals a recurring lesson: the tools that record steps break, and the tools that pursue goals are …

history automation rpa agents
Agents & Orchestration 23 min

LangGraph: Stateful Agent Orchestration from First Principles

Most agent frameworks treat state as an afterthought, tacking memory onto a chain of LLM calls. LangGraph inverts the design: the graph is the state machine, every node transition is checkpointed, and cycles are first-class citiz…

langgraph agents orchestration state-machines ∑ ◫
Platforms & Practice 23 min

Microsoft Azure AI Foundry: The Enterprise AI Development Platform

Microsoft has renamed its AI development platform three times in three years, from Azure AI Studio to Azure AI Foundry to Microsoft Foundry. Behind the branding churn is a genuinely ambitious consolidation: 1,900+ models, a manag…

azure ai-foundry enterprise-ai model-catalog ∑ ◫
Platforms & Practice 21 min

Model Context Protocol: How One JSON-RPC Standard Collapsed the M×N Integration Problem

Before MCP, connecting five agents to twenty tools meant writing a hundred bespoke adapters. A protocol turns that multiplication into an addition, and the math is the whole story.

mcp agents protocols tool-use ∑ ◫
Agents & Orchestration 19 min

Multi-Agent Orchestration Patterns: When Coordination Beats One Agent, and When It Just Multiplies Cost

A single agent burns about 4x the tokens of a chat. A multi-agent system burns about 15x. The whole question of orchestration is whether the extra agents buy you accuracy worth more than that bill, and four named patterns decide …

multi-agent agents orchestration llm-systems ∑ ◫
Agents & Orchestration 25 min

Production Agent Engineering: The Pro-Code Playbook

Fifty-seven percent of organizations now run AI agents in production, yet quality remains the top deployment barrier. This is the field guide for the engineers shipping those systems: frameworks compared, patterns catalogued, fai…

agents frameworks langgraph crewai ∑ ◫
Inference & Serving 21 min

Sleep-Time Compute: Thinking About the Context Before the Question Arrives

Test-time compute makes models smarter but slower and pricier. Sleep-time compute moves the thinking to before the user asks, cutting the compute needed for the same accuracy by roughly 5x and the cost per query by 2.5x when cont…

inference test-time-compute agents reasoning ∑ ◫
Agents & Orchestration 27 min

The Agentic Runtime: Why the Orchestration Layer Is Becoming More Valuable Than the Model

A frontier model can write a function. An agentic runtime can read a codebase, plan a migration, edit forty files, run the tests, fix what broke, and open a pull request. The difference is not intelligence; it is the system that …

agents runtime orchestration claude-code ∑ ◫
Platforms & Practice 7 min

The Claude Stack Goes to Work: How Anthropic's Product Ecosystem Reshapes Marketing and Creative Labour

Anthropic stopped shipping a chatbot and started shipping an ecosystem. From Artifacts to Cowork to Design, the through-line is the same: move the model out of the chat box and into the work. For marketing teams, that change is n…

anthropic claude marketing agents
Page 1 of 2 · 16 posts Older →
The library

446 concepts, 2,671 flashcards and 63 long-form pieces on AI, NLP, deep learning, LLMs and agentic systems. Free, no sign-up, no paywall.

Sections Concepts Flashcards Writing AI Feed Knowledge Graph
Elsewhere Portfolio RSS LinkedIn Buy me a coffee

Written and maintained by Praveen T N.

© 2026 Praveen T N