# How is EDGM different from generic AI or simple wrappers?

Generic models write text, EDGM **guides investment decisions**. It acts as a commander over many narrow agents (fundamentals, macro, momentum, sector) plus a knowledge layer and external tools. This architecture produces one auditable output rather than disconnected pieces.

EDGM scales by adding agents without redesign, stays transparent because each stage is explicit, and compounds through feedback and memory


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.edgen.tech/edgen-litepaper/faq/how-is-edgm-different-from-generic-ai-or-simple-wrappers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
