Spaces:
Running on Zero
Running on Zero
| # Roadmap | |
| The PRD is intentionally broad. This roadmap keeps the hackathon path separate from the larger | |
| Workbench vision. | |
| ## Must Ship For Hackathon | |
| 1. Local app runs. | |
| 2. One real small model backend works. | |
| 3. User story is clear. | |
| 4. Field notes or demo evidence shows practical value. | |
| 5. Hugging Face Space is live. | |
| 6. README is clear enough for judges. | |
| 7. Demo video and social post are ready. | |
| ## Should Ship If Time Allows | |
| 1. Ollama quick-start. | |
| 2. llama.cpp GGUF mode. | |
| 3. Field notes JSONL export. | |
| 4. Trackio trace logging. | |
| 5. Better visual polish. | |
| 6. Architecture/report write-up. | |
| ## Stretch After Hackathon | |
| 1. LoRA training. | |
| 2. GGUF export and quantization. | |
| 3. MCP tools. | |
| 4. Agent mode. | |
| 5. Reward model evaluation. | |
| 6. Synthetic data generation. | |
| 7. OCR pipeline hook. | |
| 8. MiniCPM-o audio tab. | |
| 9. Desk-Pet persona export. | |
| ## Current Recommended Path | |
| For a new Codex user, the best path is: | |
| ```text | |
| docs/TASKS.md | |
| -> install Python | |
| -> run placeholder app | |
| -> add Ollama backend | |
| -> push GitHub | |
| -> push Hugging Face Space | |
| -> polish submission | |
| ``` | |