Back to corpus
architecturetechnical paper candidatescore 54
Unified TrajectoryOS Architecture Plan
TrajectoryOS was originally designed as **"an AI that interviews you like a Stanford professor, models your strengths like a McKinsey consultant, and tracks your life-trajectory like NASA mission control."**
Full HTML reader
Read the full artifact
Extracted abstract or opening context
**Status**: Reconciliation of RAG++ Implementation with Original Conversational Interview Vision
TrajectoryOS was originally designed as **"an AI that interviews you like a Stanford professor, models your strengths like a McKinsey consultant, and tracks your life-trajectory like NASA mission control."**
The current implementation has **RAG++ (state-based recommendations)** working but is **missing the conversational interview engine** that was the core vision.
1. **Interview Layer** - Conversational AI that extracts skills, projects, constraints 2. **RAG++ Layer** - State-based recommendations from transition memory 3. **Planning Layer** - Background agent that generates action plans
| Component | Status | Location | |-----------|--------|----------| | Life Physics Model | ✅ Complete | `services/trajectory-core/src/domain/physics.ts` | | RAG++ Services (5 services) | ✅ Complete | `services/trajectory-core/src/services/` | | RAG++ API Endpoints | ✅ Complete | `services/trajectory-core/src/routes/ragpp.ts` | | Interview Agent (Backend) | ✅ Exists | `services/agent-orchestrator/src/agents/InterviewAgent.ts` | | Planner Agent (Backend) | ✅ Exists | `services/agent-orchestrator/src/agents/PlannerAgent.ts` | | iOS App (RAG++ only) | ✅ Complete | `apps/ios/TrajectoryOS/` | | Prisma Schema | ✅ Complete | `services/trajectory-core/prisma/schema.prisma` |
Promotion decision
What has to happen next
Promote into a technical note or architecture paper with implementation anchors.
Why this is not always a full paper yet
Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.