blessingmwiti Codex commited on
Commit
c89ae4a
·
1 Parent(s): 662e8fc

Add demo and social links

Browse files

Co-authored-by: Codex <codex@openai.com>

Files changed (2) hide show
  1. FIELD_NOTES.md +3 -0
  2. README.md +8 -1
FIELD_NOTES.md CHANGED
@@ -146,6 +146,9 @@ The next version would add a few things:
146
 
147
  - Space: https://huggingface.co/spaces/build-small-hackathon/split-brain-copilot
148
  - Public app: https://build-small-hackathon-split-brain-copilot.hf.space
 
 
 
149
  - Models: `onnx-community/Qwen2.5-Coder-1.5B-Instruct` and `bartowski/Qwen2.5-Coder-14B-Instruct-GGUF`
150
 
151
  Built by Blessing Mwiti in collaboration with OpenAI Codex.
 
146
 
147
  - Space: https://huggingface.co/spaces/build-small-hackathon/split-brain-copilot
148
  - Public app: https://build-small-hackathon-split-brain-copilot.hf.space
149
+ - Demo video: https://youtu.be/tLZ1Y0ldAe0
150
+ - LinkedIn post: https://www.linkedin.com/posts/blessingmwiti_buildsmallhackathon-webgpu-modal-ugcPost-7469852940250468354-_TQq
151
+ - X/Twitter post: https://x.com/BlessingMwiti/status/2064088119008219337
152
  - Models: `onnx-community/Qwen2.5-Coder-1.5B-Instruct` and `bartowski/Qwen2.5-Coder-14B-Instruct-GGUF`
153
 
154
  Built by Blessing Mwiti in collaboration with OpenAI Codex.
README.md CHANGED
@@ -26,6 +26,12 @@ The result is a split-brain workflow: fast local generation first, slower cloud
26
 
27
  Try it in Chrome 113+ on desktop: load the local model, enter a coding prompt, generate, verify, then run the sandbox.
28
 
 
 
 
 
 
 
29
  ## Why it fits Build Small
30
 
31
  This project is built for the **An Adventure in Thousand Token Wood** track: the AI behavior is the experience. The fun part is not just that it writes code, but that two small models disagree, verify, and visibly reconcile their answers.
@@ -133,4 +139,5 @@ The app is **local-first**, but not fully Off the Grid: the draft model runs in-
133
  - Local model: browser WebGPU loading works with quantized weights.
134
  - Verifier: Modal endpoint deployed.
135
  - Sandbox: Modal Python execution endpoint deployed.
136
- - Remaining submission work: demo video, final social post, public Field Notes URL, and submission form.
 
 
26
 
27
  Try it in Chrome 113+ on desktop: load the local model, enter a coding prompt, generate, verify, then run the sandbox.
28
 
29
+ ## Demo and Socials
30
+
31
+ - Demo video: https://youtu.be/tLZ1Y0ldAe0
32
+ - LinkedIn post: https://www.linkedin.com/posts/blessingmwiti_buildsmallhackathon-webgpu-modal-ugcPost-7469852940250468354-_TQq
33
+ - X/Twitter post: https://x.com/BlessingMwiti/status/2064088119008219337
34
+
35
  ## Why it fits Build Small
36
 
37
  This project is built for the **An Adventure in Thousand Token Wood** track: the AI behavior is the experience. The fun part is not just that it writes code, but that two small models disagree, verify, and visibly reconcile their answers.
 
139
  - Local model: browser WebGPU loading works with quantized weights.
140
  - Verifier: Modal endpoint deployed.
141
  - Sandbox: Modal Python execution endpoint deployed.
142
+ - Demo video and social posts: published.
143
+ - Remaining submission work: public Field Notes URL and submission form.