> For the complete documentation index, see [llms.txt](https://docs.sag3.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sag3.ai/sag3-platform/market-position.md).

# Market Position

#### Compare Features

SAG3.ai is by far the most advanced and feature-rich agent currently on the market. The AI agent space is evolving rapidly and we're keeping a close eye on the competition. Let's compare features of SAG3.ai and other agents launched on the Virtuals platform:

<table data-full-width="false"><thead><tr><th width="211"></th><th data-type="checkbox">SAG3.ai</th><th data-type="checkbox">AIXBT</th><th data-type="checkbox">Neurobro</th><th data-type="checkbox">Billy Bets</th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td>Agent Logs</td><td>true</td><td>true</td><td>false</td><td>false</td><td></td><td></td></tr><tr><td>AICS Compliance*</td><td>true</td><td>false</td><td>true</td><td>false</td><td></td><td></td></tr><tr><td>Context Awareness</td><td>true</td><td>true</td><td>true</td><td>false</td><td></td><td></td></tr><tr><td>Custom Framework</td><td>true</td><td>true</td><td>true</td><td>false</td><td></td><td></td></tr><tr><td>Free to use</td><td>true</td><td>false</td><td>false</td><td>false</td><td></td><td></td></tr><tr><td>Learning Ability</td><td>true</td><td>false</td><td>false</td><td>false</td><td></td><td></td></tr><tr><td>Persistant Memory</td><td>true</td><td>true</td><td>false</td><td>false</td><td></td><td></td></tr><tr><td>Realtime Data</td><td>true</td><td>true</td><td>false</td><td>false</td><td></td><td></td></tr><tr><td>Terminal</td><td>true</td><td>true</td><td>true</td><td>false</td><td></td><td></td></tr><tr><td>Tool Usage</td><td>true</td><td>false</td><td>false</td><td>false</td><td></td><td></td></tr><tr><td>Verifiable Sources</td><td>true</td><td>false</td><td>false</td><td>false</td><td></td><td></td></tr><tr><td>Websearch</td><td>true</td><td>true</td><td>false</td><td>false</td><td></td><td></td></tr></tbody></table>

#### \*AICS Compliance

The AI Capability Standards (AICS) framework was published in March 2025 by the Virtuals team. The framework establishes a standardized classification system for AI capabilities, defining distinct levels of functionality, decision-making, and adaptability. Each level builds upon the previous one, introducing new capabilities and complexities. The levels are designed to provide clarity and consistency for developers, implementers, and evaluators of AI systems.

#### Agentic Level

SAG3.ai is currently the only agent on Solana that has been awarded an agentic level. It is one of a tiny handful of agents built on custom frameworks that have achieved a Lvl 3 agent rating. This is a huge achievement that we're really proud of. Take a look at our [Roadmap](/more/openapi.md#virtuals-agent-progression-map) to learn more about agentic levels and the AICS framework.

#### Disclosure

We're not trying to paint others in a bad light. We simply feel strongly that teams should be much more transparent about what their agents can and can't do. Some teams will design their agent's output to appear much more well-informed and substantive than it really is. Unfortunately, most of the "agents" coming to market are nothing more than personality prompts wrapped around generic AI Models like ChatGPT or DeepSeek.&#x20;

The large influx of these "GPT-wrapper" agents has become something of a plague on the industry. They generate a lot of senseless chatter that floods people's timelines. This distracts (and detracts) from the real tech that is being built in this space. The Virtuals team is aware of this problem and that's why they created the AICS framework.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sag3.ai/sag3-platform/market-position.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
