ADAAS
ADAASADAAS
Case 06 · AI & DeepTech

Stop Paying AI to Rediscover Your Architecture

An organization was using an AI agent for frequent trivial changes — yet each one made the agent scan and re-reason over large parts of the codebase. They were paying AI to repeatedly rediscover information it already knew. Targeted architectural context cut feature delivery cost by 200%.

Industry
SaaS / Product
Organization
Product organization
Scale
Mid-market to Enterprise
Company size
50–250
Company stage
Product
Geography
Global
Environment
Large codebase + AI coding agents
Architecture
Large codebase / multi-repository
Estate
Thousands of files
Engagement
Architectural context layer for AI agents
Duration
Multi-month
ADAAS divisionsADAAS ResearchADAAS AI
CapabilitiesArchitecture Intelligence PlatformA-ConceptAIS
TechnologyAI coding agentsLarge codebaseMulti-repository

The challenge

An organization was using an AI coding agent for frequent small changes — rename a status, change a label, tweak a behavior. Trivial edits — yet each one made the agent scan and re-reason over large parts of the codebase before it could act. They were paying AI to repeatedly rediscover information it already knew.

The hidden bill: the cost wasn't only tokens. It was analysis time, latency, unnecessary context and repeated reasoning — and steadily larger AI bills — for changes that should have been nearly free.

Our approach

The Architecture Intelligence Platform maintains the actual architecture graph and dependency relationships. Before an AI agent executes a change, the platform identifies the relevant component and its dependencies, so the workflow becomes understand the architecture, identify the affected component, analyze relevant dependencies, execute the change. The AI receives targeted context instead of the entire repository.

Without architectural contextWith architectural context
Scan thousands of filesIdentify the affected component
Re-reason over the whole repoPull only its dependencies
Large context · high latencySmall, targeted context
Repeated on every small changeReasoning spent where it matters
$$$ per change$ per change

A persistent architecture graph replaces scan everything with pull only what's affected — yielding a 200% reduction in feature delivery cost.

Why the usual approaches fall short

The default agent workflow reconstructs the architecture from source on every request, treating more context as more safety — and billing accordingly.

What efficient AI needsScan everything, every timeTargeted architectural context
Right-sized contextThe whole repo is re-read per change.Only the affected component and its dependencies.
Low cost per changeHigh token, latency and compute cost.Reasoning spent only where it is required.
Consistent resultsRe-derived understanding varies run to run.A stable graph the agent can rely on.

Technology fit

The Architecture Intelligence Platform acts as a persistent context layer holding the real architecture graph; A-Concept provides the component structure that makes 'the affected component' well-defined; AIS feeds the targeted context into the agent at change time instead of the whole repo.

How it is implemented

The change is scoped to a component and its known dependencies; the agent is handed that context and nothing more.

context(for: change('rename order status')) {
    component('OrderStatus')
    dependencies: [ 'OrderList', 'StatusBadge' ]   // only what's affected
}
// the agent receives 2 components — not 4,000 files

Business outcome

The organization reported a 200% reduction in feature delivery cost through more efficient use of AI context — alongside lower token usage and latency per change. The important point isn't simply fewer tokens: it is that AI spends its reasoning capacity where reasoning is actually required.

More context is not necessarily better context. If the system already knows that Component A affects Components B and C, there is little value in forcing an AI model to rediscover that by scanning thousands of files.

Results

Who this is relevant to

Related ADAAS capabilities

If your situation looks like this, we have already solved something similar.

Talk to an ADAAS architect about your environment — anonymously, and in your terms.

Contact an expert

ConfidentialityClient identities, proprietary implementation details and commercially sensitive figures have been withheld. The architecture, engagement pattern and outcomes described here are faithful to a real ADAAS engagement.