Agentic AI Hub

Agentic AI marks the shift from passive Large Language Models (LLMs) to autonomous systems capable of planning, using tools, and achieving goals through iterative execution. This hub organizes Wikantik's content on the engineering of reliable, observable, and capable agentic systems.

Architecture and Loops

The structural frameworks that define how an agent operates.

- [AI Agent Architectures](AiAgentArchitectures) — Survey of ReAct, Plan-and-Execute, and other core architectural patterns

- [Agentic Architecture](AgenticArchitecture) — High-level design for integrating LLMs into larger software systems

- [Agentic Workflow Design](AgenticWorkflowDesign) — Moving from single-shot prompts to multi-step, iterative processes

- [Flow Engineering](FlowEngineering) — Moving beyond ReAct loops to deterministic, DAG-based state machines (AlphaCodium pattern)

- [Agent Loops](AgentLoops) — Designing the cognitive loops that drive agent behavior

- [Multi-Agent Orchestration](MultiAgentOrchestration) — Coordinating groups of specialized agents to solve complex problems

Cognitive Capabilities

The internal processes that enable agents to reason and act.

- [Agent Reasoning](AgentReasoning) — Techniques for zero-shot, few-shot, and Chain-of-Thought reasoning

- [Chain of Thought Reasoning](ChainOfThoughtReasoning) — Explicitly modeling the step-by-step reasoning process

- [Test-Time Compute Scaling](TestTimeComputeScaling) — System 2 inference scaling via Language Agent Tree Search (LATS) and PRMs

- [Agent Planning](AgentPlanning) — Decomposing complex goals into actionable sub-tasks

- [Agent Memory](AgentMemory) — Short-term context management and long-term knowledge retrieval

- [Context Window Management](ContextWindowManagement) — Strategies for working within the finite limits of LLM attention

- [Efficient Context Passing](EfficientContext) — Managing the attention bottleneck and context stacks

- [Context Compression](ContextCompression) — Technical methods for maximizing information density

Tool Use and Skills

Expanding an agent's capability through external integration.

- [AI Function Calling and Tool Use](AiFunctionCallingAndToolUse) — The technical bridge between natural language and structured APIs

- [Custom Skills Architecture](CustomSkillsArchitecture) — Designing modular, reusable capability blocks for agents

- [Advanced Skill Patterns](AdvancedSkillPatterns) — Complex interaction patterns for high-capability tools

- [Agent Prompt Engineering](AgentPromptEngineering) — Crafting the system instructions that define agent persona and constraints

Reliability and Engineering

Tools and practices for making agents production-ready.

- [Agent Testing](AgentTesting) — Strategies for evaluating non-deterministic agent behavior

- [Agent Observability](AgentObservability) — Monitoring the internal state and external actions of running agents

- [AI Evaluation and Benchmarks](AiEvaluationAndBenchmarks) — Measuring capability and regression across model and prompt changes

- [AI Hallucination Mitigation](AiHallucinationMitigation) — Engineering safeguards to keep agents grounded in fact

- [Federated Knowledge Graphs](FederatedKnowledgeGraphs) — Multi-source knowledge integration for complex agent reasoning

- [AI Data Privacy and Compliance](AiDataPrivacyAndCompliance) — Handling sensitive data in agentic workflows

Agent-Grade Content

- [Agent-Grade Content Design](AgentGradeContentDesign) — Structuring wiki content so it is consumable by autonomous agents

- [Agent Cookbook (Runbooks)](AgentCookbook) — High-quality procedural documentation for agent execution

Adjacent Hubs

- [Generative AI Hub](GenerativeAIHub) — The underlying model technologies

- [ML Hub](MLHub) — Foundational machine learning theory

- [Software Engineering Practices Hub](SoftwareEngineeringPracticesHub) — Engineering discipline for complex systems