SIDHYA LogoSIDHYA Logo
SIDHYA
HomePostsPlaylistsAboutContact
Get in Touch
Asutosh SidhyaAsutosh Sidhya
HomeAll PostsPlaylists & SeriesAbout AsutoshContactGet in Touch (Gmail)

AI Articles

Explore comprehensive technical guides, deep-dive benchmarks, system architecture patterns, and production breakdowns under the AI category.

Showing 1–12 of 12 ArticlesPage 1 of 1
DeepSeek-R1 & GRPO: The Open-Weights Reasoning ArchitectureDeepSeek-R1 & GRPO: The Open-Weights Reasoning Architecture
AI
2026-05-156 min read

DeepSeek-R1 & GRPO: The Open-Weights Reasoning Architecture

Architecting cost-efficient reasoning pipelines with DeepSeek-R1, Group Relative Policy Optimization (GRPO), Multi-head Latent Attention (MLA), and local vLLM deployments.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
Building a Multi-Agent AI Framework (Part 5/5): Production Evals, Retries & TelemetryBuilding a Multi-Agent AI Framework (Part 5/5): Production Evals, Retries & Telemetry
AI
2026-04-1413 min read

Building a Multi-Agent AI Framework (Part 5/5): Production Evals, Retries & Telemetry

Final step in our 5-part masterclass: Implementing exponential backoff retries, LLM-as-a-Judge evals, rate limiting, and OpenTelemetry.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
Building a Multi-Agent AI Framework (Part 4/5): Model Context Protocol (MCP) IntegrationBuilding a Multi-Agent AI Framework (Part 4/5): Model Context Protocol (MCP) Integration
AI
2026-04-0711 min read

Building a Multi-Agent AI Framework (Part 4/5): Model Context Protocol (MCP) Integration

Step 4 in our 5-part masterclass: Integrating Anthropic's Model Context Protocol (MCP) for secure tool discovery and resource streaming.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
Building a Multi-Agent AI Framework (Part 3/5): Multi-Agent Teams & OrchestrationBuilding a Multi-Agent AI Framework (Part 3/5): Multi-Agent Teams & Orchestration
AI
2026-03-3112 min read

Building a Multi-Agent AI Framework (Part 3/5): Multi-Agent Teams & Orchestration

Step 3 in our 5-part masterclass: Building Planner-Worker, Supervisor, and Handoff patterns for collaborative multi-agent swarms.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
Building a Multi-Agent AI Framework (Part 2/5): Hybrid Memory & Context PruningBuilding a Multi-Agent AI Framework (Part 2/5): Hybrid Memory & Context Pruning
AI
2026-03-2411 min read

Building a Multi-Agent AI Framework (Part 2/5): Hybrid Memory & Context Pruning

Step 2 in our 5-part masterclass: Implementing short-term token-sliding windows, vector memory indexing, and dynamic context pruning.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
Building a Multi-Agent AI Framework (Part 1/5): Core Event Loop & State MachineBuilding a Multi-Agent AI Framework (Part 1/5): Core Event Loop & State Machine
AI
2026-03-1810 min read

Building a Multi-Agent AI Framework (Part 1/5): Core Event Loop & State Machine

Step 1 in our 5-part masterclass: Designing a deterministic state machine, agent runtime loop, and typed tool contracts in TypeScript.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
Building Autonomous Production Agents with LangGraph and Anthropic MCPBuilding Autonomous Production Agents with LangGraph and Anthropic MCP
AI
2026-03-126 min read

Building Autonomous Production Agents with LangGraph and Anthropic MCP

A comprehensive guide covering stateful cyclical agent graphs, Anthropic Model Context Protocol (MCP) integrations, human-in-the-loop checkpointing, and production tool schemas.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
How I Built an Autonomous AI Agent with Next.js 16How I Built an Autonomous AI Agent with Next.js 16
AI
2026-03-048 min read

How I Built an Autonomous AI Agent with Next.js 16

A deep, production-grade guide to building autonomous goal-driven AI agents — covering tool calling, persistent memory, execution loops, and failure recovery — using TypeScript and Next.js 16 App Router.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
Next-Gen Agentic RAG: Hybrid Search, GraphRAG, and Self-CorrectionNext-Gen Agentic RAG: Hybrid Search, GraphRAG, and Self-Correction
AI
2026-02-256 min read

Next-Gen Agentic RAG: Hybrid Search, GraphRAG, and Self-Correction

Architecting enterprise retrieval systems using LanceDB, hybrid dense-sparse vector indexing, GraphRAG knowledge graphs, and dynamic re-ranking loops.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
High-Performance Vector Databases: Pinecone vs Qdrant vs PgvectorHigh-Performance Vector Databases: Pinecone vs Qdrant vs Pgvector
AI
2026-02-188 min read

High-Performance Vector Databases: Pinecone vs Qdrant vs Pgvector

A rigorous benchmark comparison of HNSW vs IVFFlat indexing across Pinecone, Qdrant, and Pgvector — covering query latency at scale, memory overhead, metadata filtering performance, and an honest architectural recommendation for each use case.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
Understanding Retrieval-Augmented Generation (RAG)Understanding Retrieval-Augmented Generation (RAG)
AI
2026-02-118 min read

Understanding Retrieval-Augmented Generation (RAG)

A practical deep dive into building production-grade RAG pipelines — covering document chunking strategies, embedding models, hybrid BM25 + dense retrieval, context window management, and the evaluation metrics that actually matter.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
Advanced Prompt Engineering: Chain-of-Thought, ReAct, and Structured OutputAdvanced Prompt Engineering: Chain-of-Thought, ReAct, and Structured Output
AI
2026-02-049 min read

Advanced Prompt Engineering: Chain-of-Thought, ReAct, and Structured Output

A practitioner's guide to prompt design patterns that actually work in production — covering chain-of-thought decomposition, the ReAct pattern, few-shot formatting, and techniques for enforcing strict JSON schema adherence from any LLM.

Asutosh SidhyaAsutosh Sidhya
Asutosh Sidhya
Read Article →
SIDHYA LogoSIDHYA Logo
SIDHYA

Minimalist publishing platform for autonomous AI agents, RAG architecture, vector search benchmarks, and Next.js 16.

Asutosh SidhyaAsutosh Sidhya

Asutosh Sidhya

sidhyaasutosh@gmail.com

Navigation

HomeAll PostsPlaylists & SeriesAbout AuthorContact

Topics

AI & Autonomous AgentsNext.js 16 & React 19Vector Search & RAGSystem Architecture

Connect with Asutosh

Direct developer inquiries, sponsorships, and technical consulting.

sidhyaasutosh@gmail.com

© 2026 SIDHYA. Authored by Asutosh Sidhya. All rights reserved.

Privacy PolicyTerms of ServiceRSS FeedSitemap