This repository is a portfolio bundle of four distinct AI-first product concepts, each implemented as a working FastAPI application with its own domain model, workflows, and Ghost-focused feature slice.
The repo is designed to show:
- product strategy translated into software
- practical AI and workflow automation
- thoughtful feature prioritization
- strong API-first system design
- differentiated case-study positioning across multiple products
| Project | Positioning | Core Story | Ghost-Relevant Slice | Port |
|---|---|---|---|---|
P1_AstroMarine_CascadeFailureEngine |
AI operations + autonomous decision support | Cascade risk modeling for hybrid infrastructure | Operator copilot, multilingual incident briefings, replay timelines, ops summaries | 8001 |
P2_PolarSynth_SovereigntyPlatform |
AI research and publishing intelligence platform | Strategic sovereignty and resource intelligence | Executive intelligence briefs, multilingual outputs, video/storyboard payloads, workflow exports | 8002 |
P3_CryptoNova_BiocompoundEngine |
AI discovery workflow with experimentation discipline | Biocompound discovery and patent pipeline | Research digests, workflow status, lightweight MLOps summary | 8003 |
P4_DeepGenome_GeneticMarketplace |
AI-enabled compliance and commercialization platform | Genetic IP licensing, compliance, and royalties | Compliance explainer, multilingual summaries, workflow templates, ops/risk reporting | 8004 |
This bundle was optimized as a product-management portfolio rather than a generic engineering repo.
The goal was not to add every possible AI buzzword. The goal was to demonstrate:
- where AI helps users make decisions faster
- where workflow automation creates leverage for small teams
- where multilingual or executive-ready outputs matter
- where governance, auditability, and operational thinking improve the product
Across the portfolio, the work emphasizes:
- AI-assisted output generation
- API-first workflow surfaces
- product-facing operational metadata
- demoable, high-signal endpoints
- portfolio-ready differentiation between products
- multilingual incident briefing generation
- replay timeline for telemetry and cascade events
- ops summary endpoint with prompt/template metadata
Key endpoints:
POST /api/v1/missions/{mission_code}/copilot/briefingGET /api/v1/missions/{mission_code}/timeline/replayGET /api/v1/missions/{mission_code}/ops/summary
- strategic intelligence briefing generation
- multilingual briefing output
- executive video brief/storyboard payload
- n8n-ready workflow export for briefing automation
Key endpoints:
POST /api/v1/zones/{zone_code}/briefings/generateGET /api/v1/zones/{zone_code}/briefingsGET /api/v1/zones/{zone_code}/briefings/{briefing_code}GET /api/v1/zones/{zone_code}/briefings/{briefing_code}/videoGET /api/v1/zones/{zone_code}/workflows/briefing-template
- multilingual research digest generation
- agentic workflow status summary for discovery stages
- lightweight MLOps summary surface for portfolio governance
Key endpoints:
POST /api/v1/research/digestGET /api/v1/specimens/{specimen_code}/workflow-statusGET /api/v1/mlops/summary
- human-readable compliance explainer
- multilingual marketplace/compliance summary
- n8n-ready workflow templates for licensing and royalties
- ops/risk summary surface
Key endpoints:
POST /api/v1/compliance/briefGET /api/v1/compliance/summaryGET /api/v1/workflows/templatesGET /api/v1/workflows/templates/{workflow_id}GET /api/v1/ops/risk-summary
From the repository root:
powershell -ExecutionPolicy Bypass -File .\run-project.ps1 p1Project keys:
p1-> AstroMarine on8001p2-> PolarSynth on8002p3-> CryptoNova on8003p4-> DeepGenome on8004
Optional reload mode:
powershell -ExecutionPolicy Bypass -File .\run-project.ps1 p3 -Reload- Each project is intentionally self-contained.
- Each project has its own
main.py,enterprise_core.py, andrequirements.txt. - The root
run-project.ps1script standardizes local startup. - The root
.gitignoreexcludes local virtualenvs, temporary tooling, logs, and database files.
This repo has been verified at multiple levels during the build pass:
- all four projects compile with
python -m py_compile - P1 operator copilot routes were exercised end-to-end
- P4 compliance/workflow routes were exercised end-to-end
- P2 and P3 feature slices were implemented and compile cleanly
If you are reviewing this as a hiring manager or product leader:
- Start with
P2andP4for the clearest publishing, workflow, and product-judgment signals. - Review
P1for systems thinking, AI-assisted operations, and decision support. - Review
P3for AI/ML product maturity, research workflow design, and experimentation framing.
This bundle is best presented as:
- 4 flagship products showing breadth of product thinking
- 4 complementary case studies showing judgment and prioritization
- 1 portfolio system showing practical AI, workflow automation, and execution discipline
This repository is being used as a portfolio and product strategy showcase.