V7 turns company files into agent context, with GPT‑6 Astra reaching 89% accuracy on its hardest graph-query tests.
Results
89%
Accuracy for GPT-6 Astra on the hardest queries
Results
78%
Lower cost per document with GPT-5.6 Luna
Results
+11.6 pts
Higher accuracy with GPT-5.6 Luna
Today’s models can reason through complex tasks, but they don’t automatically understand the underlying business context of those tasks. Which fund report is current? How is the same entity named across three systems?
That context lives in documents, data rooms, spreadsheets, emails, and internal tools: scattered, unresolved, and invisible to agents. For teams in finance, insurance, and real estate, retrieval accuracy within workflows is non-negotiable.
After building a widely used computer vision accessibility app together, Rizzoli and Edwardsson started V7(opens in a new window) in 2018 to help companies teach AI systems how their businesses work. V7 Go is an agentic platform to build mission critical workflows, and organize buried context into memory that agents can query and act on.
V7 Go uses GPT‑5.6 Luna to extract information from millions of files and organize it in the Context Graph, which connects entities, relationships, and cited evidence, powering MCP search and repeatable workflows that can span hundreds of steps. For Workflows, V7 Go uses GPT‑5.6 Terra and Sol for reasoning and tool use across complex, multi-step instructions that take humans dozens of hours to complete. V7 is also starting to use GPT‑6 Astra on the most demanding Context Graph queries, including financial analysis across thousands of documents.
With context, models, and tools working together, V7 says agents complete 50–100 step workflows in minutes, reaching 99.9% accuracy, while maintaining an auditable trail of every decision made.
“To solve hard enterprise use cases across finance and insurance, AI needs to learn how your business operates just as well as it learned from the Internet.”
The Context Graph solves a specific problem. Agents have to rediscover context on every request, leading to dozens of searches costing time and tokens, and often missing key information buried in relationships.
When data arrives, V7 Go connects to repositories such as SharePoint and Google Drive, scans them for entities, relationships, facts, attributes, and metrics, and populates a graph that’s an order of magnitude cheaper and faster to traverse than long-context approaches.
The Context Graph gives agents a structured, up-to-date record they can query directly. When a new file arrives, V7 Go identifies the companies, funds, people, or any entity in an ontology, then connects each fact to a new or existing record, and preserves cited evidence to the original source. If the graph does not contain enough information, V7 Go can still search the underlying documents with RAG.
V7 has also tested how much the structure of that context matters. On HERB, a benchmark for finding and connecting information spread across enterprise systems, V7’s retrieval-only system outperformed the official baseline by 69% and reduced hallucinations on un-answerable queries by 38%. V7 Go uses that source-linked context to keep complex workflows grounded in each company’s own information.
V7 Go uses that organized context in workflows such as private equity deal screening and insurance underwriting. In the demo below, a workflow extracts information from a deal document called a Confidential Information Memorandum (CIM) feeds key financials, deal terms, management details, and cites risk fields before V7 Go produces a screening note.
The Context Graph makes it so that a model can work with a firm’s history without relearning it each time. For long-running agents, V7 Go keeps recent exchanges in the model’s active context and stores older material in the graph to be retrieved when needed.
That shared context is already speeding up document-heavy work across V7’s customers:
Asset managers can screen deals 21x faster than before, reducing a full-day process to just 15 minutes
A financial services team cut review time from more than 100 hours to under 10, saving $12,000 in expert costs per task
Insurance teams reduced errors in claims processing by 13.5% compared to a manual baseline, after granting their agents historical knowledge of all previous claims and existing policies
“With GPT-5.6 Terra, we have been able to remove many intermediate workflow stages that previously existed only to simplify the task for the model. It’s saved us days of delivery work and often gets things right on the first build of a workflow, thanks to a stronger model and access to more context.”
Complex, multi-step workflows depend on a model reliably following lengthy instructions, running tools, interpreting results, and navigating a long series of steps. A single upstream error can lead to expensive consequences and broken trust in AI systems. V7 Go guides models across long horizon tasks spanning deterministic code, handovers to smaller models, file generation steps, and integrations, with an auditable trace of every run.
In AI-generated workflows, V7 Go maps each step to fast, medium, and smart tiers. GPT‑5.6 Luna handles structured extraction and other high-volume work, and GPT‑5.6 Terra or Sol power chat, the Go Agent path, and steps that require more reasoning or tool use.
V7 tests new models against a continuously maintained benchmark suite covering citation accuracy, extraction quality across hundreds of document types, answer correctness, instruction following, latency, cost, and real-world enterprise workflows. OpenAI outperforms most models on the behaviors V7 cares about most. OpenAI also approved and implemented V7’s capacity increase needs within hours, compared with weeks for other providers V7 uses.
“We chose OpenAI as our default because it performs best on the multi-step tool workflows V7 Go depends on. In our Context Graph benchmark, GPT-5.6 Sol reduced the tool-call error rate from 2.7% with GPT-5.5, to 0.2%”
In V7’s latest harness, key workflows with several external calls now finish up to 50% faster. V7 measured another efficiency gain with GPT‑5.6 Luna: a 78% lower cost per document than with GPT‑5.4 mini. V7 also moved its document-heavy V7 Go workloads from the Chat Completions API to the Responses API. In its testing, the change reduced token use by roughly 5% for some PDF-heavy workflows and improved caching reliability.
V7 also tested GPT‑6 Astra on its most difficult queries. GPT‑5.6 Sol had saturated many of V7’s existing benchmarks, so the company created a more challenging set of graph-query questions using messier, real-world data across thousands of documents. The test’s dataset spans four difficulty levels. On the very-hard level, V7 reports that GPT‑5.6 Sol scored 78%, while GPT‑6 Astra scored 89% accuracy. Both models scored close to 100% on the easy, medium, and hard levels.
V7 Go already exposes Context Graph querying and ingestion through its MCP server, so customers can use it from ChatGPT and other compatible clients. They can also create V7 Go workflows through MCP in Codex. Together with simpler workflow design, this has reduced the time required to create a medium-length workflow from around one hour to about 20 minutes.
V7’s longer-term goal is to make that shared memory more proactive. The team is working toward workflows that start when facts in the Context Graph change, flag inconsistencies, and show people which analyses need another look. A restated fund report, for example, could prompt V7 Go to flag work that still relies on the old figures.
“Our goal is to help enterprises re-tool for the age of AI, with workflows that solve mission critical tasks, and memory that outperforms us humans” says Rizzoli. “Finance firms getting real value from AI will not be the ones with the most agents. They will be the ones with the best context.”
Facts Only
* GPT-6 Astra reached 89% accuracy on the hardest graph-query tests.
* GPT-5.6 Luna achieved 78% accuracy on lower cost per document.
* Lower cost per document was achieved with GPT-5.6 Luna compared to GPT-5.4 mini.
* V7 Go uses GPT-5.6 Luna for information extraction and organization into the Context Graph.
* V7 Go uses GPT-5.6 Terra and Sol for reasoning and tool use in complex workflows.
* A workflow involving a Confidential Information Memorandum (CIM) extracts financials, terms, and risk fields before producing a screening note.
* Asset managers can screen deals 21x faster, reducing a full-day process to 15 minutes.
* A financial services team reduced review time from over 100 hours to under 10, saving $12,000 per task.
* Insurance teams reduced claims processing errors by 13.5% compared to a manual baseline.
* GPT-5.6 Sol reduced the tool-call error rate from 2.7% with GPT-5.5 to 0.2%.
* V7 Go guides models across multi-step workflows, maintaining an auditable trace of every decision.
Executive Summary
V7 provides an agentic platform, V7 Go, designed to organize scattered corporate information into a structured memory called the Context Graph for AI agents. This system leverages large language models like GPT-5.6 Luna and GPT-5.6 Terra/Sol to extract information from millions of files, connect entities, relationships, and cited evidence across systems, enabling agents to perform complex, multi-step workflows. The core value proposition is addressing the context problem in enterprise AI, allowing agents to understand underlying business context rather than just processing raw data.
The Context Graph connects entities from repositories like SharePoint and Google Drive, making information traversable far more efficiently than traditional long-context methods. V7 tests this system on benchmarks like HERB, showing its retrieval-only system outperformed the baseline and reduced hallucinations by 38%. In practical applications, this context powers workflows for tasks such as private equity deal screening and insurance underwriting, resulting in significant time and cost reductions for asset managers and insurance teams.
V7 also demonstrates an ability to manage complex reasoning chains across long workflows, using different models for specific tasks, and has shown improvements in model performance against external benchmarks like GPT-6 Astra on demanding graph queries. The system's architecture prioritizes auditable decision-making by mapping workflow steps to different model tiers, with OpenAI systems showing strong performance in these multi-step tool workflows.
Full Take
The narrative establishes a clear pivot: moving AI agents beyond simple pattern matching to achieve genuine operational understanding by embedding enterprise context. The architecture centers on the Context Graph, which functions as institutional memory, contrasting with the current limitation where agents must rediscover context for every query. This shift implies that performance in high-stakes domains like finance and insurance is contingent not just on model intelligence but on structured, verifiable data relationships accessible to the agentic system.
The dynamic between the models—using specialized LLMs (Luna for extraction, Terra/Sol for reasoning) based on the complexity of the task within V7 Go—suggests an emerging principle of specialized orchestration rather than monolithic reasoning. The demonstrated improvement in accuracy and cost efficiency when using specific model combinations, particularly with OpenAI, highlights that performance ceilings are dictated by the structural coherence of the context provided, rather than just raw parameter size.
The long-term vision points toward proactive memory: workflows that anticipate changes in the Context Graph and flag inconsistencies. This moves the system from a reactive search tool to a proactive knowledge manager capable of identifying temporal drift in business facts. The implication for human agency is that value creation in enterprise AI will shift from agent quantity to context quality, positioning those who can structure and manage institutional knowledge as the most effective actors. What assumptions are embedded in measuring "accuracy" across graph queries versus simple text generation? How does the concept of an auditable trace translate into true operational accountability when dealing with ambiguous real-world financial or insurance decisions?
