You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,12 +42,12 @@ Enterprise data is not just rows in a warehouse. It is definitions, metrics, rel
42
42
This is not just our thesis. In [Your Data Agents Need Context](https://a16z.com/your-data-agents-need-context/), a16z argues that data agents break down when they only have connectivity and SQL generation, but lack business definitions, source-of-truth context, and the operational knowledge that explains how a company actually runs.
It is the semantic and execution foundation beneath Wren AI, and it is designed to be useful well beyond a single product:
67
71
68
72
- embedded in MCP servers and agent workflows
@@ -98,7 +102,7 @@ People often compare Wren Engine to catalog services like DataHub, raw database
98
102
The simple difference is:
99
103
100
104
- those tools usually help an agent find data or generate SQL
101
-
- Wren Engine helps an agent understand business meaning and produce the right query through a semantic engine
105
+
- Wren Engine helps an agent understand business meaning and produce the right query through a context engine
102
106
103
107
| Tool type | What it gives the agent | What Wren Engine adds |
104
108
| --- | --- | --- |
@@ -166,7 +170,7 @@ We want that context layer to be inspectable, composable, and community-owned, n
166
170
User / Agent
167
171
-> MCP Client or App (OpenClaw, Claude Code, VS Code, Claude Desktop, Cline, Cursor, etc.)
168
172
-> Wren MCP Server or HTTP API
169
-
-> Wren Engine semantic engine
173
+
-> Wren Engine context engine
170
174
-> Query planning and optimization
171
175
-> Your warehouse, database, or file-backed data source
172
176
```
@@ -272,7 +276,7 @@ cd mcp-server
272
276
273
277
## Project Status
274
278
275
-
Wren Engine is actively evolving in the open. The current focus is to make the semantic engine, execution path, and MCP integration stronger for real-world agent workflows.
279
+
Wren Engine is actively evolving in the open. The current focus is to make the context engine, execution path, and MCP integration stronger for real-world agent workflows.
276
280
277
281
If you are building with agents today, this is a great time to get involved.
278
282
@@ -281,7 +285,6 @@ If you are building with agents today, this is a great time to get involved.
- Open a [GitHub issue](https://github.com/Canner/wren-engine/issues)
283
287
- Explore [Wren AI](https://github.com/Canner/WrenAI) to see the broader product vision
284
-
- Read our mission piece: [Fueling the Next Wave of AI Agents](https://getwren.ai/post/fueling-the-next-wave-of-ai-agents-building-the-foundation-for-future-mcp-clients-and-enterprise-data-access)
285
288
- Read the market thesis from a16z: [Your Data Agents Need Context](https://a16z.com/your-data-agents-need-context/)
286
289
287
290
Wren Engine is for builders who believe AI needs better context, not just better prompts.
0 commit comments