Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Builder and Product Fit
page:agent-generate-universal-agentic-stack-builder-fita5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
III.Related pagespp. 1 - 1
II.
Page reference

page:agent-generate-universal-agentic-stack-builder-fit

Reading · 4 min

Builder and Product Fit reference

This page is for the question people usually ask first: "Where does this framework or product fit?"

Pagewiki/agent-generate/universal-agentic-stack/01-builder-fit.mdOutgoing · 9Incoming · 1

Builder and Product Fit

This page is for the question people usually ask first: "Where does this framework or product fit?"

The fast answer

Most builder products do not own one single layer. They usually concentrate value in one of these zones:

  • Layers 2-3: model access and routing
  • Layers 4-5: agent definition and runtime behavior
  • Layer 6: extension, deployment, or ecosystem surface
  • Layers 10-11: interaction and presentation around another runtime

The job is to identify the center of gravity, then record what is delegated.

Typical placements

Thing you are evaluatingUsually lives inWhy
Model gateway or inference SDKLayers 2-3It serves or speaks to the model, but does not own the agent loop.
Agent framework or orchestration libraryLayers 4-5It defines the agent loop and some runtime behavior.
Coding agent CLILayers 4-6, often with 7-11 around itIt usually owns core, runtime, platform, and some user-facing surface.
Plugin or skill systemLayer 6It is part of the platform and extension contract.
Local shell runner, container runner, CI job runnerLayer 8It is where actions execute.
Approval policy or filesystem/network restriction systemLayer 9It constrains execution.
Web app, IDE panel, TUI, API surfaceLayers 10-11It defines actions and presentation.

Product-shape heuristics

If the product mainly sells...Start by checking...
better model accessLayers 2-3
better agent authoringLayers 4-5
deployment, extension, or operator workflowsLayer 6
safe executionLayers 8-9
better human workflow around an agentLayers 10-11

LangGraph and custom-agent builders

Stack areaWhere it fitsExamples
Agent-CoreGraph/state-machine authoring and model/tool routingStateGraph, graph nodes/edges/state, create_agent, tool dispatch, terminal routing
Agent-RuntimeHost process, durable state, checkpointing, tools, interrupts, and streamingcheckpointer/store, thread state, human-in-the-loop gate, host tool registry
Agent-PlatformDeployed graph operation and ecosystem extension surfacesLangGraph Platform, LangSmith deployment, RemoteGraph, installed plugins, installed skills, launch/config surfaces

Builder categories that look similar but are not

CategoryMain layer weightWhy people confuse it
Agent builder4-5It often demos through a UI, so people over-credit 10-11
Hosted agent platform5-6, often 10-11 tooIt wraps the builder in deployment and operational surfaces
IDE integration10-11, sometimes 7It feels central because it is visible, but it may delegate the actual runtime
Gateway or router2-3It sits in the middle of traffic, which makes it look more "agentic" than it is

Rules of thumb

  • If the thing mainly decides the next step, it is probably Layer 4.
  • If it mainly hosts state, tools, approvals, and streaming around that loop, it is probably Layer 5.
  • If it mainly manages installed extensions, channels, marketplaces, and launch contracts, it is probably Layer 6.
  • If a product depends on an IDE, shell, or cloud control plane for workspace or execution, those layers still exist even when they are delegated.
  • If the product is strongest when embedded into someone else's app, it probably does not own Layers 7-11.
  • If the product feels complete because it can edit files and run commands, inspect Layers 7-9 carefully rather than assuming the entire stack.

What not to do

  • Do not force one product into all 11 layers just because it offers a polished experience.
  • Do not collapse runtime and platform into one bucket when extension systems matter.
  • Do not classify "custom agent building" as presentation just because the first touchpoint is a visual editor.
  • Do not confuse hosted operation with model ownership. A hosted platform may still delegate Layers 1-3.

Next pages

  • Read `04-worked-examples.md` for concrete placements.
  • Read `05-common-confusions.md` if the terminology still feels slippery.

Article source

The article body is owned directly by this record.

Related pages

No related wiki pages for this record.

Shortcuts

Open overview
Open JSON
Open graph