From Classical Logic to Agentic AI
Expansion plan for covering the AI ecosystem as one domain inside the broader LLM wiki.
AI Ecosystem Coverage Plan is a reference page in the LLM Wiki, so it is designed to preserve source-backed facts, scope decisions, and maintenance cues that other articles can depend on. Expansion plan for covering the AI ecosystem as one domain inside the broader LLM wiki. The introduction explains what the reference covers, why it belongs in a durable wiki page, and how readers should use it when updating or validating the broader AI ecosystem map.
Reference pages are most valuable when they make their boundaries visible. The terms enriched, inventory, tools, pages, ai-ecosystem, comparison describe the evidence and classification surface for this page, while the body should show where the information came from, what has already been organized, and what still needs refresh. Readers should treat this article as a maintenance anchor: a place to verify coverage, connect related pages, and avoid duplicating source notes across the vault.
The AI ecosystem is one domain inside this LLM wiki. The goal is broad coverage without creating hundreds of thin entity pages. The wiki should first map the landscape, then promote important tools into entities, then build comparison and selection pages where decisions matter.
The canonical category map lives in AI Ecosystem KB under Layer Map. This dashboard tracks the planning deliverable for each category. Inventory pages should live under references/ai-ecosystem/inventories/ so the top-level references/ folder stays reserved for hub pages and source-level references.
Inventory status meanings:
| Status | Meaning |
|---|---|
| planned | Page does not exist yet |
| seeded | Page exists with frontmatter, source list, initial inventory table, refresh notes, and related links |
| enriched | Page has deeper comparison fields and more complete official-source verification |
| reviewed | Human has reviewed the page for usefulness, accuracy, and categorization |
| Poster Category | Priority | Inventory Page | Inventory Status | Next Action |
|---|---|---|---|---|
| LLM | High | Foundation Model Tools | enriched | Verify model versions, pricing, context windows, benchmark notes, and deployment examples |
| Agentic AI | High | Agent Orchestration Tools | enriched | Add hands-on examples, runtime/version verification, deployment notes, and security comparisons |
| RAG | High | RAG Tools | enriched | Add parser benchmarks, connector inventory, RAG eval results, and hands-on examples |
| Embedding | Medium | Embedding Tools | enriched | Verify dimensions, context limits, reranker availability, multilingual coverage, and benchmarks |
| MCP | High | MCP Tools | enriched | Add per-server auth model verification, host compatibility, and safe configuration examples |
| AI Security | High | Security Governance Tools | enriched | Add hands-on control tests, false-positive/negative notes, deployment patterns, and audit guidance |
| Observability | High | Observability Evaluation Tools | enriched | Verify OTel compatibility, retention/pricing, dataset management, and privacy controls |
| Memory | Medium | Memory Tools | enriched | Verify privacy/deletion behavior, example schemas, recall evaluation, and retention controls |
| AI Agent | High | Agent Development Tools | enriched | Add hands-on API examples, security controls, pricing/limits, and portability notes |
| Automation | Medium | Workflow Automation Tools | enriched | Add example workflow patterns, pricing/limits, security/approval notes, and integration examples |
| Vector Database | High | Vector Database Tools | enriched | Verify pricing/limits, production case studies, and hands-on benchmark notes |
Use this schema in each inventory table:
| Field | Meaning |
|---|---|
| Tool | Product, project, service, or library name; in blog HTML, this display name should link to the official homepage or docs |
| Primary Category | Main poster/category placement |
| Secondary Categories | Other categories touched by the tool |
| Source Type | official docs, repository, paper, vendor homepage, community docs |
| License / Delivery | OSS, source-available, commercial SaaS, managed cloud, local runtime, hybrid |
| Maturity | emerging, active, production-common, legacy, deprecated |
| Last Verified | ISO date when docs/homepage were checked |
| Entity Page | yes/no/planned |
| Notes | One-line distinguishing notes, not marketing copy |
Promote a tool/vendor into entities/<slug>.md only when one or more criteria are true:
Avoid creating entity pages just because a tool appears in the poster. Breadth belongs in inventory pages; depth belongs in entity pages. ^[inferred]
When creating or updating entity pages for this domain, include these fields in frontmatter where useful:
ecosystem_category: foundation-models
secondary_categories: [agents, embeddings]
tool_status: active
delivery_model: [api, managed-cloud]
license_model: commercial
last_verified: 2026-07-06
homepage: https://example.com/
docs: https://example.com/docs
entity_priority: anchor
Suggested values:
| Field | Values |
|---|---|
tool_status | active, emerging, legacy, deprecated, unknown |
delivery_model | api, managed-cloud, self-hosted, local-runtime, library, protocol, database, workflow-platform |
license_model | oss, source-available, commercial, mixed, unknown |
entity_priority | anchor, candidate, watchlist, peripheral |
| Content Type | Refresh Cadence | Verification Source |
|---|---|---|
| Model names, context windows, pricing, availability | monthly or before publication | official model docs |
| Tool status, deprecation, major releases | quarterly | official docs, release notes, repository |
| Category placement | quarterly | docs plus synthesis judgment |
| Entity pages for active tools | quarterly | official docs/homepage |
| Inventory pages | monthly for high-priority categories, quarterly otherwise | official docs/homepages |
| Poster infographic | after inventory refresh or category changes | inventory pages |
| Synthesis/comparison pages | after major tool/version changes | inventories plus hands-on notes |
Use last_verified on inventory rows and entity pages. If last_verified is older than the cadence, treat claims as stale until refreshed. ^[inferred]
The original next batch is now enriched: all eleven inventory pages and the five synthesis/comparison pages have decision-oriented comparison material. All remain draft lifecycle until human review.
| Page | Type | Status | Notes |
|---|---|---|---|
| Vector Database Tools | inventory | done: enriched | Added deployment/search/filtering/operations comparison matrix |
| Observability Evaluation Tools | inventory | done: enriched | Added tracing/evals/monitoring/red-team comparison matrix |
| RAG Tools | inventory | done: enriched | Added role and architecture-fit comparison matrices |
| Agent Development Tools | inventory | done: enriched | Added runtime/provider/tool/state/deployment comparison matrix |
| MCP Tools | inventory | done: enriched | Added role/security/transport comparison matrix and security gates |
| Foundation Model Tools | inventory | done: enriched | Added provider/deployment/capability comparison matrix and selection criteria |
| Agent Orchestration Tools | inventory | done: enriched | Added runtime/state/tooling/deployment comparison matrix and design checklist |
| Embedding Tools | inventory | done: enriched | Added embedding role/modality/delivery/reranking comparison matrix |
| Security Governance Tools | inventory | done: enriched | Added control-family coverage matrix and threat-model checklist |
| Memory Tools | inventory | done: enriched | Added memory role/storage/write-policy/privacy comparison matrix |
| Workflow Automation Tools | inventory | done: enriched | Added workflow style/approval/retry/audit comparison matrix |
| Vector Database Selection | synthesis | done: enriched | Added scoring rubric, decision flow, and proof-of-fit checklist |
| LLM Observability Stack | synthesis | done: enriched | Added reference architecture, maturity model, and metrics table |
| RAG Framework Comparison | synthesis | done: enriched | Added failure-mode map, implementation checklist, and comparison questions |
| Agent Framework Selection | synthesis | done: enriched | Added agent risk matrix, selection workflow, and proof-of-fit tests |
| Local LLM Serving Options | synthesis | done: enriched | Added serving architecture matrix, capacity planning, and governance controls |
Candidate entity pages to consider after inventories exist. These are not done yet; candidate means the tool may deserve an entity page, but the entity page has not been created or promoted.
| Candidate | Reason | Status |
|---|---|---|
| LangGraph | High-connectivity orchestration framework linked to agents, memory, and observability | candidate |
| Semantic Kernel | Enterprise agent/application framework spanning Microsoft ecosystem | candidate |
| PydanticAI | Type-safe agent framework likely useful in Python implementation notes | candidate |
| Qdrant | Common open-source vector database with production relevance | candidate |
| pgvector | Database-native vector search pattern likely useful in architecture decisions | candidate |
| Langfuse | Open-source LLM observability anchor | candidate |
| Promptfoo | Practical eval/red-team CLI often used in implementation workflows | candidate |
| Model Context Protocol | Protocol-level entity may deserve a concrete entity page in addition to concept coverage | candidate |
These questions are not done; they are decisions still waiting for curation.
| Question | Status | Decision Needed |
|---|---|---|
| Should cloud provider ecosystems such as AWS, Azure, Google Cloud, OCI, and NVIDIA get their own vendor landscape pages? | open | Decide whether vendor pages are useful enough to maintain |
| Should model evaluation, agent evaluation, and RAG evaluation be separate concept pages? | open | Decide whether evaluation needs one shared page or specialized pages |
| Should local-first AI tools be tracked as a separate category? | open | Decide whether local runtimes deserve their own category outside LLM/serving |
| Should the poster include only representative tools, or should it be generated from inventory pages with filtering rules? | open | Decide whether the visual is curated manually or generated from inventory metadata |
For the AI Ecosystem Coverage Plan reference page, practical implementation means maintaining a coverage backlog that keeps source-backed knowledge reusable. The page should make scope, evidence, update signals, and downstream page ownership explicit so an editor can answer which AI ecosystem area to enrich next without rediscovering the source trail.
Implementation note: use this coverage backlog to route updates from draft/enriched state, source gap, and next refresh target into the right concept, inventory, entity, or synthesis page.
For the AI Ecosystem Coverage Plan reference page, the implementation pattern is a coverage backlog. The page should make scope, source groups, freshness policy, and open update points explicit so the wiki can answer which AI ecosystem area to enrich next without re-reading the whole vault.
reference_page:
title: "AI Ecosystem Coverage Plan"
artifact: "coverage backlog"
decision_supported: "which AI ecosystem area to enrich next"
source_inbox: "_raw/ai-ecosystem-coverage-plan/"
maintenance_checks:
- "inventory status"
- "entity promotion"
- "open question"
update_signals:
- "draft/enriched state"
- "source gap"
- "next refresh target"
A concrete workflow is to review dashboard, pick next gap, and promote mature pages. The update is successful when coverage dashboard status changes after source-backed updates, and when related concept, inventory, entity, or synthesis links still point to the right page.
AI Ecosystem Coverage Plan reference page should operate as a coverage backlog. It preserves evidence and scope boundaries so the vault can answer which AI ecosystem area to enrich next without rediscovering the source trail.
Operational review should inspect inventory status, entity promotion, and open question; update pressure usually appears as draft/enriched state, source gap, or next refresh target.
The reference page is healthy when a maintainer can review dashboard, pick next gap, and promote mature pages. The proof point is that coverage dashboard status changes after source-backed updates.
Review this page whenever source material changes, linked pages are promoted, or a reader would make a different decision because of new information. The review should check content accuracy, link integrity, and whether the operational proof still matches the current LLM Wiki graph.
A reader should know what facts are stable, what needs refresh, and where updates should flow next.
It keeps source-backed facts, scope notes, and refresh cues in one place so other pages can depend on a stable reference layer.
Review official source links, check volatile claims, update related links, and use ingest or lint workflows when the page needs new knowledge or structural cleanup.
Move repeated patterns into concepts, important tools into entities, comparison material into inventories, and decision guidance into synthesis pages.
AI Ecosystem Coverage Plan closes as a maintenance anchor for the LLM Wiki. Its purpose is to keep source-backed facts, coverage boundaries, refresh notes, and related links in one place so readers and agents can update the knowledge graph without duplicating evidence across many pages.
The most useful next step is to treat enriched, inventory, tools, pages as refresh cues: check whether the underlying sources are still current, whether missing pages should be created, and whether any claims should be promoted into concepts, entities, inventories, or synthesis articles. A good reference page makes future updates cheaper.