← Back to lexg.ai
🌐

Agentic AI Landscape

A linked map of the agentic AI ecosystem as of mid-2026: foundation models, orchestration frameworks, no-code builders, coding agents, enterprise platforms, web tools, memory stores, and the observability infrastructure that keeps it all running in production.

Explore by Category

🧠

Foundation Models

The large language and multimodal models that provide the core reasoning, generation, and tool-use capabilities every agent is built on. These are the 'brains' that agent frameworks, coding agents, and enterprise platforms call into.

7 tools Explore β†’
πŸ•ΈοΈ

Agent Frameworks

Developer libraries and SDKs for orchestrating LLMs into autonomous, multi-step agents β€” handling planning, tool calling, memory, and multi-agent coordination in code.

7 tools Explore β†’
🧩

No-Code Builders

Visual, drag-and-drop platforms that let non-developers (and developers in a hurry) wire up agents and automations without writing orchestration code.

7 tools Explore β†’
πŸ’»

Coding Agents

AI agents specialized for software engineering β€” reading codebases, editing files, running tests, and shipping changes, either inside the IDE or autonomously.

7 tools Explore β†’
🏒

Enterprise Platforms

Vendor agent platforms embedded in the major enterprise clouds and business suites, bringing agents to CRM, productivity, data, and line-of-business workflows with governance built in.

7 tools Explore β†’
🌐

Browser & Web

Tools that give agents eyes and hands on the open web β€” search, crawling, scraping, content extraction, and browser automation that turn live web pages into agent-usable context.

7 tools Explore β†’
πŸ—„οΈ

Memory & Data

Databases, vector stores, and memory layers that let agents remember, retrieve, and ground their answers in persistent and proprietary data.

7 tools Explore β†’
πŸ“Š

Observability & Infra

The plumbing for running agents in production β€” tracing, evaluation, monitoring, model routing, fast inference, and the open protocols that connect agents to tools.

7 tools Explore β†’

The Wheel

All 56 technologies mapped by category β€” the agentic AI stack from models to infrastructure.

How the Layers Fit Together

Foundation models sit at the core; frameworks and builders orchestrate them; web, memory, and infra tools extend their reach.

graph TD FM["🧠 Foundation Models"] INF["πŸ“Š Observability & Infra"] AF["πŸ•ΈοΈ Agent Frameworks"] NC["🧩 No-Code Builders"] CA["πŸ’» Coding Agents"] EP["🏒 Enterprise Platforms"] BW["🌐 Browser & Web"] MD["πŸ—„οΈ Memory & Data"] FM --> AF FM --> NC FM --> CA FM --> EP INF --> FM AF --> BW AF --> MD NC --> AF EP --> AF AF --> INF