The opportunity is easy to describe badly: “Put all company knowledge in one AI-readable layer.” That usually becomes an expensive knowledge graph with no clear owner and stale data.
A better framing is:
Build the system that determines what an agent is allowed to believe and do for one important workflow.
The organizational context layer is not mainly a search product. It is an authority, state, and control product.
Where new software could emerge
1. Context compiler
A context compiler turns fragmented organizational information into a bounded, versioned package for a specific task.
For example, before an agent reviews a vendor contract, it assembles:
- Current procurement policy
- Vendor risk classification
- Prior negotiations
- Approved fallback clauses
- Data handled by the vendor
- Relevant regulatory obligations
- Who can approve each exception
The output is not “ten possibly relevant documents.” It is a structured case file with provenance, effective dates, conflicts, and missing fields.
This could become infrastructure analogous to a compiler:
documents + system records + policies + permissions
↓
task-specific executable context
The important capability is deterministic context assembly. Given the same organizational state, the system should be able to explain why an agent received a particular fact or instruction.
2. Authority-resolution systems
Companies often have multiple answers to basic questions:
- Which discount may sales offer?
- Who can approve this vendor?
- Is this customer entitled to support?
- Which security requirements apply?
- Which version of the policy was effective when the decision occurred?
Today, humans reconcile these contradictions informally. Agents need an explicit hierarchy of authority.
A product could let organizations specify:
- Source precedence
- Effective dates
- Scope and jurisdiction
- Owners and approvers
- Exception rules
- Confidence and freshness requirements
- Procedures for resolving conflicts
The opportunity is not another database. It is a control plane for organizational truth.
3. Policy-as-code for business operations
Infrastructure teams already use policy-as-code products such as OPA. Most business policies remain trapped in prose.
A business policy platform could translate prose into:
- Deterministic rules
- Probabilistic guidance
- Required checks
- Approval thresholds
- Escalation conditions
- Test cases
- Version histories
A legal or operations leader should be able to modify a policy and run it against the previous six months of cases:
“If this rule had been active, which decisions would have changed?”
That kind of policy simulation could be a valuable standalone product.
4. Agent identity, delegation, and permissions
Traditional access control asks whether a user can read a file. Agentic systems require richer questions:
- On whose behalf is the agent acting?
- For what purpose?
- Which facts may it retrieve?
- Which actions may it take?
- How much money may it commit?
- When must it ask for approval?
- Can it disclose retrieved information to an external model?
- Does its authority expire?
There is room for an “Okta for agents,” but simple identity will probably commoditize. The stronger product would combine identity with delegated authority, purpose restrictions, and action logs.
5. Decision and exception ledgers
Companies record transactions better than decisions. They often cannot reconstruct:
- What information was available
- Which policy applied
- Why an exception was granted
- Who approved it
- What happened afterward
A decision ledger would preserve the full decision object:
case
context snapshot
applicable policy version
agent recommendation
human edits
approval
action taken
eventual outcome
That creates the feedback loop needed to improve agents. It also supports audits, disputes, insurance, and postmortems.
The exception data may become more valuable than the ordinary case data. Normal cases teach the system the procedure; exceptions reveal the organization’s real constitution.
6. Organizational consistency monitoring
A product could continuously detect contradictions such as:
- A sales promise conflicts with the contract
- A contract conflicts with billing configuration
- A current practice conflicts with published policy
- Two departments use different customer classifications
- An employee retains authority after changing roles
- An operational system implements an obsolete policy
This is less “enterprise search” and more organizational static analysis. Just as a compiler finds type errors before software runs, the system finds policy and state inconsistencies before an agent acts on them.
7. Portable context and provider interfaces
If external providers operate inside a customer’s harness boundary, companies need a safe way to expose only the context required for a job.
A product could produce signed, purpose-limited context packages containing:
- Facts relevant to the task
- Applicable policies
- Permitted actions
- Required outputs
- Escalation channels
- Expiration time
- Audit requirements
This could become a standard interface between companies and AI-enabled law firms, accountants, insurers, and software contractors.
What not to build first
I would avoid starting with:
- A universal company knowledge graph
- A generic RAG layer
- “Chat with all your company data”
- A new document repository
- An ontology editor sold to IT
- A platform requiring a company-wide migration
- An agent dashboard without control of a real workflow
Those products may become components, but they lack a forcing function for accuracy. If a wrong answer has no operational consequence, nobody will maintain the context.
The system becomes valuable only when it sits in the path of a recurring decision.
A credible MVP
The MVP should handle one decision type for one functional buyer.
A good initial workflow might be vendor approval. It has:
- Recurring volume
- Inputs spread across several systems
- Explicit policies
- Multiple approvers
- Frequent exceptions
- Meaningful delays
- Observable outcomes
- Enough risk to pay for control
MVP: vendor-approval context engine
Integrate with only three or four sources:
- Procurement or ticketing system
- Contract repository
- Security questionnaire platform
- Identity provider or HR system
Then provide five capabilities.
1. Build a structured case file
For each vendor request, extract:
- Vendor identity
- Product owner
- Spend
- Data classifications
- Countries involved
- Contract status
- Security posture
- Renewal date
- Prior relationship
Every field should include its source, timestamp, and confidence.
2. Apply versioned policies
Represent perhaps ten to twenty high-value rules:
- Security review required if customer data is processed
- Legal approval required above a spend threshold
- Finance approval required for auto-renewal
- Additional review required for particular jurisdictions
- Executive approval required for specified exceptions
Do not begin by converting the whole policy manual. Encode only rules that alter routing or approval.
3. Identify conflicts and missing context
Instead of silently guessing, the product should say:
- Contract says no personal data; security questionnaire says personal data is processed.
- Vendor owner is missing.
- The cited policy expired last month.
- Requested approver lacks authority at this spend level.
This is likely more valuable initially than autonomous approval.
4. Route exceptions
Create a small exception inbox where authorized people can:
- Supply missing facts
- Resolve conflicts
- Grant time-limited exceptions
- Modify the recommended action
- Explain their reasoning
The system then stores those resolutions as structured data.
5. Produce an auditable decision packet
The output should show:
- Facts relied upon
- Rules applied
- Conflicts detected
- Approvals obtained
- Final decision
- Actions taken
It should also write the result back to the existing procurement system. The customer should not have to replace its system of record.
The first product probably should not make decisions
A startup may be tempted to promise an autonomous operator immediately. That introduces trust and liability before it has learned the organization.
The better sequence is:
- Observe: Assemble the context currently used by humans.
- Check: Find missing, stale, and contradictory information.
- Recommend: Apply policies and suggest a decision.
- Act with approval: Execute bounded actions after review.
- Act automatically: Handle the low-risk, repetitive majority.
This also creates a natural sales path. The first value proposition is faster decisions and fewer errors, not “replace your operations team.”
What makes the MVP defensible?
Connectors and retrieval will not be much of a moat. Model quality probably will not be either.
The defensible assets are more likely to be:
A decision ontology
The product develops a strong model of a particular function: its cases, facts, policies, authorities, exceptions, and outcomes.
An exception corpus
Each corrected recommendation teaches the system where written policy differs from actual practice. That is difficult for a new entrant to reproduce.
Workflow position
Once every relevant decision passes through the product, it becomes the place where policy is interpreted and operational state is reconciled.
Outcome data
The system can eventually learn which approvals, clauses, vendors, or exceptions lead to good and bad outcomes across customers.
Trust infrastructure
Auditors, insurers, and external providers may begin accepting its decision records. That institutional acceptance could matter more than technical differentiation.
How to tell whether a wedge is good
I would score candidate workflows on seven questions:
- Does the decision happen at least hundreds of times per year?
- Is context currently gathered from at least three systems?
- Does gathering it consume expensive labor?
- Can the relevant policy be partially encoded?
- Is there a recognizable person with final authority?
- Can the eventual outcome be observed?
- Does an incorrect decision impose a measurable cost?
Vendor approval, contract intake, customer discount approval, access provisioning, security remediation, insurance claims, and software release governance all score reasonably well.
A software-development-specific wedge
For engineering organizations, an attractive MVP could be a change-authority layer for AI coding agents.
For each proposed change, it would assemble:
- Repository and service ownership
- Relevant architecture decisions
- Current incidents
- Security requirements
- Deployment restrictions
- Dependency relationships
- Required reviewers
- Tests and service-level objectives
- Recent changes to the same system
It would then decide what the agent may do:
- Draft a pull request
- Modify particular directories
- Run tools
- Request reviews
- Deploy to staging
- Roll back
- Escalate to an owner
The product would not compete directly with coding agents. It would govern every coding agent a company uses.
The risk is that GitHub, GitLab, cloud providers, or observability platforms naturally extend into this position. A startup would need to start with a painful cross-system problem that none of those incumbents sees clearly—perhaps production change approval across code, infrastructure, incidents, and compliance.
The sharpest MVP thesis
If I had to reduce the product to one sentence:
Given a business case, produce the smallest authoritative context package needed to make a decision, detect what is missing or contradictory, and record how the decision was resolved.
That is narrow enough to build and broad enough to become the organizational context layer later.
The key startup question is not “How do we centralize all company knowledge?” It is:
Which recurring decision is expensive enough that the company will pay us to become its authority on what was known, which rule applied, and who could act?