Home → Documentation → AI
Foundgine is AI-native at the application boundary, but it is not an AI model framework.
LLM / Agent framework
│
▼
Intent
│
▼
Foundgine
│
├── semantic resolution
├── policy
├── planning
├── execution
├── verification
└── evidence
The external AI system owns reasoning and conversation.
Foundgine owns application semantics and safe execution.
A generic AI system does not automatically know:
Those facts belong to the application.
The model should select from a known semantic vocabulary.
Foundgine must never translate an LLM-generated method name into arbitrary CLR invocation.
Mutations should become explicit plans before execution.
Authorization is part of planning.
The agent should receive structured evidence rather than trusting an unverified textual claim.
MCP is a planned outer adapter:
Agent
↓
MCP
↓
Foundgine semantic API
Foundgine does not need to implement the MCP protocol inside its core.
Semantic retrieval is a planned execution target, not the definition of Foundgine.
A future system can combine:
Structured data
+
Semantic retrieval
+
Domain actions
+
External data
under the same planning/evidence model.
Never claim that Foundgine currently has:
Those are roadmap capabilities until demonstrated by code and tests.
See: