mockup: Reserves high-fidelity UI mockup - #560
Merged
Merged
Conversation
ndizazzo
force-pushed
the
feature/reserved-capacity
branch
from
May 15, 2026 21:40
37cb32a to
4745e0a
Compare
ndizazzo
force-pushed
the
feature/reserved-capacity
branch
from
May 19, 2026 03:20
4745e0a to
a5e92f9
Compare
* gated behind feature flag
ndizazzo
force-pushed
the
feature/reserved-capacity
branch
from
May 19, 2026 22:25
a5e92f9 to
3b7b8f6
Compare
Collaborator
|
I do like this design! |
michaelneale
added a commit
that referenced
this pull request
May 21, 2026
Brings in #579 advisory capacity, #583 hardened materialization cache, #562 version bump, #606/#604 Windows CUDA build fixes, #608 lint rule, and #560 UI mockup. * origin/main: fix(ci): small update for lint rule (#608) mockup: Reserves high-fidelity UI mockup (#560) Add advisory capacity evaluation for model targets (#579) Harden Skippy layer package materialization cache (#583) fix(release): pin Windows CUDA to sccache-compatible version (#606) fix(build-windows): tolerate dead sccache server in CUDA retry path (#604) chore(version): synchronize version bump everywhere (#562)
michaelneale
added a commit
that referenced
this pull request
May 21, 2026
* main: docs(AGENTS): add confidence-testing recipe for routing/MoA/gossip changes (#613) ci(sdk-smoke): install lld in macOS swift smoke job (#610) MoA: mesh mode and many inference critical fixes, and quic keep alive (#566) fix(ci): small update for lint rule (#608) mockup: Reserves high-fidelity UI mockup (#560) Add advisory capacity evaluation for model targets (#579) Harden Skippy layer package materialization cache (#583) fix(release): pin Windows CUDA to sccache-compatible version (#606) fix(build-windows): tolerate dead sccache server in CUDA retry path (#604) chore(version): synchronize version bump everywhere (#562) fix(mesh): skip filtered peers in gossip dial loop to unwedge `--auto` (#602) docs(agents): clarify just build vs release-build for serious testing (#599) build: ozempic — slim binary -42 MB / -47 MB (#592)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed?
This PR adds a mockup for reserved capacity from cloud providers / local capacity as idle machines.
This feature would make it possible (but is not designed yet) to have a fleet of mesh-capable nodes that can be CONTROLLED to determine whether they join the active mesh or not.
Screenshots
Plan
Caveats
Since we don't want to have setting and coordinator synchronization concerns with transient mesh nodes, we likely need a CENTRALIZED EXTERNAL COORDINATOR SERVICE for to manage mesh nodes. This should either be offered, or self-hosted as well. This solution needs discussion.