You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Ground 0: Define the OCS Intelligence distributed AI system, inference goals, deployment path, and team execution plan
Description:
The goal is not just to “make AI work,” but to build a usable, measurable, and maintainable architecture for students — with the API already set up, and the next work focused on making the system better and better for classroom use.
1. Inference bottlenecks and model performance
From issue #4, the project has already identified that inference performance is a major constraint.
Problems called out
low TPS / throughput
low compute and GPU utilization
high TTFT
cold start delays
inter-GPU bandwidth limiting performance
context-window pressure, including the 256k context concern
Specific work to address
Measure baseline inference performance with verbose output and recorded stats
Track:
TPS / eval rate
TTFT
load duration
prompt eval duration
cold start vs warm start behavior
Identify where bottlenecks come from:
GPU utilization
model loading
bandwidth between GPUs
cold start behavior after idle time
Test whether speculative decoding can improve responsiveness
Evaluate whether YaRN or similar approaches are needed for larger context behavior
Decide which improvements are actually useful for the hardware in this repo, rather than assuming generic modern inference settings will work
Outcome expected
A documented path toward better inference performance that is based on actual measurement, not assumptions.
2. Deployment strategy for GitHub Copilot / Claude Code
From issue #5, deployment is a project concern, not just a technical afterthought.
What the issue represents
A deployment strategy discussion for GitHub Copilot / Claude Code
A sign that the project needs a clearer path from research/prototype to something students can actually use
A reminder that deployment should support the overall system direction, not live separately from it
Specific work to address
Define how the current project should be deployed in a way that supports the intended user workflow
Clarify what is public-facing vs private infrastructure
Make the deployment strategy compatible with the project’s AI / assistant use case
Ensure deployment choices do not fight the planned architecture for:
cloud control plane
private networking
worker nodes
GPU inference
Document how deployment decisions fit into the student-facing experience
Outcome expected
A deployment path that supports the broader OCS Intelligence architecture instead of being treated as a separate concern.
3. Communication, research, and sprint burndown tracking
From issue #6, the repo already shows that project organization and execution tracking are important.
Items already identified
document the most recent group split
finish literature review on inference engineering for low-compute use cases
A staged implementation plan that moves from architecture into working infrastructure without trying to scale too early.
7. Concrete Ground Zero direction for this repo
Taken together, issues #4–#10 point to a project that should focus on:
improving inference quality and speed
proving deployment and networking work together
using a broker to coordinate Minis and GPUs
tracking state correctly across durable, live, and working layers
documenting the system so the team can execute consistently
building toward a student-facing AI platform instead of a loose set of machines
The API is already set up. The next work is to keep improving the system so it becomes more useful, more reliable, and more targeted for students in class.
Expected deliverables
Baseline inference measurements with notes on bottlenecks
A documented deployment path
Updated capstone / burndown documentation
A clearer system architecture doc or implementation plan
A smallest-possible end-to-end request path
Worker and scheduler contracts for Minis and GPUs
A Ground 0 summary that can be taught to the rest of the team
Title: Ground 0: Define the OCS Intelligence distributed AI system, inference goals, deployment path, and team execution plan
Description:
The goal is not just to “make AI work,” but to build a usable, measurable, and maintainable architecture for students — with the API already set up, and the next work focused on making the system better and better for classroom use.
1. Inference bottlenecks and model performance
From issue #4, the project has already identified that inference performance is a major constraint.
Problems called out
Specific work to address
Outcome expected
A documented path toward better inference performance that is based on actual measurement, not assumptions.
2. Deployment strategy for GitHub Copilot / Claude Code
From issue #5, deployment is a project concern, not just a technical afterthought.
What the issue represents
Specific work to address
Outcome expected
A deployment path that supports the broader OCS Intelligence architecture instead of being treated as a separate concern.
3. Communication, research, and sprint burndown tracking
From issue #6, the repo already shows that project organization and execution tracking are important.
Items already identified
Specific work to address
Outcome expected
A clearer execution model where research, implementation, and documentation all point to the same project goal.
4. Shared project vision and architecture direction
From issue #7, the project has a much deeper architecture story than just “run AI on some machines.”
Main architectural ideas
Specific work to address
Outcome expected
A coherent system model that keeps student access simple while making the backend architecture understandable and scalable.
5. Team burndown and Ground Zero readiness
From issue #8, the Ground 0 work is also about helping others understand the project phase.
Relevant points
Specific work to address
Outcome expected
A Ground Zero explanation that can be shared with others and used to align the whole team.
6. Full Ground 0 architecture and project decomposition
From issue #10, the repo has the most complete version of the Ground 0 system design.
Key architectural details to preserve
Specific work to address
Outcome expected
A staged implementation plan that moves from architecture into working infrastructure without trying to scale too early.
7. Concrete Ground Zero direction for this repo
Taken together, issues #4–#10 point to a project that should focus on:
The API is already set up. The next work is to keep improving the system so it becomes more useful, more reliable, and more targeted for students in class.
Expected deliverables