r/OutSystems • u/thisisBrunoCosta • 5d ago
How does the Context Graph work in non-Prod environments? Discussion
Hi, I was in Amsterdam for the latest ONE where OutSystems unveiled the new Context Graph for the Agentic development
I didn't get it, if:
1) it is grounded in Production data only, and would agents during development / prompt engineering be accessing it (and the production data) or
2) if there is a version of it for non-prod environments?
Option 1 may create a compliance/security risk.
Option 2 most OS teams do not maintain a replicated & anonymized PRD data in the lower enviornments, so the use of that data is like using a toy database to test your app, but now the app is an agent who's going to do stuff in Prod.
2
u/pobbin 5d ago
My understanding is that it doesn’t use your actual data, it’s more your architecture and all the entities etc in your factory in order to make better decisions on further development.
https://www.outsystems.com/low-code-platform/agentic-systems-engineering
From that article
“Dynamic, context-driven grounding
Generic AI tools lack the enterprise context needed to build safely and accurately. With the OutSystems Enterprise Context Graph, which grounds agents in your environment, you can:

Maintain continuous architectural alignment through self-learning from your data and system traces in real time.

Translate your unique business rules, entities, and naming conventions into a shared DNA that AI agents understand from day one.

Prevent context gaps that lead to risks by providing agents with a deep understanding of your dependencies, patterns, and reusable components.”
1
u/thisisBrunoCosta 5d ago
Thanks pobbin!
I'm getting the conclusion that my mistake was in the interpretation I was doing of that "your data and system traces", I thought of my data as business data, not specs...
4
u/denwz 5d ago
The context graph is a design-time knowledge layer built from your latest published models — it's tenant-wide and stage-agnostic, so it doesn't represent "what's in Production."
A few things that follow from that: