AI agents are software that acts on your behalf—some wait for your direction, others run continuously in the background. The difference matters for security, cost, and control.

This section covers the full agent stack: autonomous platforms that operate independently, coding assistants that amplify your workflow, and the underlying language models that power them.


Three Ways to Think About Agents

Agentic Tools — Autonomous Platforms

Software that runs independently, makes decisions, and takes action without waiting for approval. Always-on systems that integrate into your workflows.

When you want this: Background automation, scheduled tasks, ambient intelligence

Key platforms:

Read first: Architecture risk analysis — autonomous agents create new security boundaries


Coding Tools — Human-in-the-Loop Assistants

AI that works alongside you during development. You remain in control—the AI suggests, explains, and helps implement, but you review and approve every change.

When you want this: Writing code, debugging, refactoring, learning unfamiliar codebases

Key tools:

Read first: Codex risk analysis — cloud agents create dependency and latency tradeoffs


LLM Models — The Foundation

The underlying language models that power both agentic tools and coding assistants. Understanding model capabilities, pricing, and benchmarks helps you choose the right engine for your agent.

When you want this: Selecting the right model, comparing benchmarks, understanding pricing

Current leaders:

Read first: Model comparison by tier — match models to your budget and performance needs


Agent Configuration

AGENTS.md — One File, Consistent Behavior

AGENTS.md (and its Claude Code equivalent, CLAUDE.md) is the single highest-leverage configuration for AI agents. One markdown file tells agents your conventions, commands, and guardrails—loaded automatically before every session.

Why it matters:

Start here:


Quick Decision Framework

If you need…Start withExample use case
Background automation without supervisionAgentic ToolsMonitoring alerts, scheduled reporting, social media management
Help writing and editing codeCoding ToolsFeature implementation, bug fixes, code review
Choosing the right AI engineLLM ModelsAPI selection, cost optimization, capability comparison

Security Starts Here

All agent types create new attack surfaces. The risk model differs by category:

CategoryPrimary RiskMitigation
Agentic ToolsPrivileged access, supply chain via skillsIsolation, monitoring, kill switches
Coding ToolsCloud dependency, data exfiltrationLocal alternatives, audit trails
LLM ModelsAPI key exposure, prompt injectionKey rotation, input validation

Browse all security analysis: /risks/


Recent Analysis


The Ecosystem at a Glance

┌─────────────────────────────────────────────────────────┐
│  APPLICATION LAYER                                       │
│  ┌─────────────┐  ┌─────────────┐  ┌─────────────────┐  │
│  │ OpenClaw    │  │ Moltbook    │  │ OpenAI Codex    │  │
│  │ (self-hosted)│  │ (social)     │  │ (cloud)          │  │
│  └──────┬──────┘  └──────┬──────┘  └────────┬────────┘  │
│         │                │                  │           │
│  ┌──────┴────────────────┴──────────────────┴────────┐  │
│  │           MODEL LAYER (LLM APIs)                   │  │
│  │  Claude Opus 4.5 • Gemini 3 Flash • Kimi k2.5     │  │
│  └────────────────────────────────────────────────────┘  │
└─────────────────────────────────────────────────────────┘

Stay Current

The agent landscape changes weekly. All content here includes last_reviewed dates and evidence levels. Check verification for fact-checking methodology.