Team rollout
Oka’s intelligence compounds with usage. A solo developer gets value on day one; a team of ten gets qualitatively different (and better) intelligence within weeks.
Phase 1: Solo adoption (day 1)
Goal: Prove that agents stop repeating your mistakes.
- Install
@oka-core/reasonin your MCP client (quickstart) - Add basic CLAUDE.md instructions
- Work normally for a week — let events accumulate
- Trigger a consolidation run
- Call
contexton an area you’ve worked on — see the intelligence
What you’ll notice: After a few days, context starts returning
useful results. Agents stop making the same mistakes you’ve already
discovered and fixed.
Phase 2: Team adoption (week 2-4)
Goal: Shared organizational intelligence across the team.
- Share the API key with your team (or provision individual keys)
- Have teammates install
@oka-core/reasonin their clients - Add CLAUDE.md instructions to the shared repository
- Establish a tagging convention (see workspaces)
What changes: Context queries now include learnings from other team members’ sessions. When someone discovers that the auth middleware breaks under load, every agent on the team knows it immediately after consolidation runs.
Key metric: Cross-session learning usage — how often agents use learnings from other people’s sessions. This is the signal that organizational intelligence is working.
Phase 3: Org-wide intelligence (month 2+)
Goal: Engineering leadership visibility into systematic friction.
- Roll out to all teams using AI agents
- Review auto-generated backlog items — PBIs ranked by evidence from actual agent friction
- Use patterns to identify systematic issues (e.g., “auth causes the most downstream blockers”)
- Set up enforcement for teams that need higher compliance
What emerges: Patterns visible at the org level that no individual could see. “Three different teams independently worked around the same missing API this month.” That kind of intelligence only comes from organizational-scale data.
Common pitfalls
Not enough write events
The most common failure mode is agents that query context but don’t write back. Intelligence is a two-way street:
context→ read organizational knowledgedecision/observe/deviation→ contribute back
If your team only reads, the knowledge base stales. Add explicit write instructions to CLAUDE.md and review enforcement options.
Expecting instant results
Consolidation takes time. New events need to be processed into learnings. If someone records an observation now, it might take an hour before consolidation runs and that observation is distilled into a queryable learning.
For urgent insights, use semantic_search — it queries raw events
directly, without waiting for consolidation.
Ignoring feedback
The feedback tool is the fastest way to improve result quality. A
team that consistently marks learnings as useful/not useful will see
dramatically better context results within weeks. A team that never
gives feedback will see the same generic ranking indefinitely.