peninsula123 commited on
Commit
99e40e7
·
1 Parent(s): 9fb4fd1

docs: finalize hackathon submission

Browse files
Files changed (1) hide show
  1. README.md +3 -34
README.md CHANGED
@@ -49,9 +49,6 @@ context.
49
 
50
  ![OpenCortex runtime observatory](docs/assets/opencortex-hero.png)
51
 
52
- > Screenshot TODO: replace `docs/assets/opencortex-hero.png` with the main
53
- > 16:9 demo screenshot before submission.
54
-
55
  ## Why this exists
56
 
57
  Small local models make AI personal again. But local inference is still a black
@@ -74,9 +71,9 @@ feel the hidden mechanics of inference while they chat.
74
 
75
  ## Demo links
76
 
77
- - **Hugging Face Space:** TODO: add Space URL
78
- - **Demo video:** TODO: add YouTube / Space video URL
79
- - **Social post:** TODO: add X / LinkedIn / HF post URL
80
 
81
  The Build Small Hackathon requires a deployed Gradio Space, a demo video, a
82
  social post, and README tags for tracks and badges. This README is structured
@@ -117,9 +114,6 @@ see what the model can no longer reliably use.
117
 
118
  ![Context boundary event](docs/assets/opencortex-context-collapse.png)
119
 
120
- > Screenshot TODO: capture the active context boundary and context window full
121
- > state.
122
-
123
  ### 6. Thought loop detection
124
 
125
  If generation begins repeating the same pattern, OpenCortex marks it as a
@@ -127,9 +121,6 @@ thought loop. The Token Stream and Cortex Core switch into a red hazard state.
127
 
128
  ![Thought loop detected](docs/assets/opencortex-thought-loop.png)
129
 
130
- > Screenshot TODO: capture a repeated story response with `THOUGHT LOOP
131
- > DETECTED` visible.
132
-
133
  ## How it works
134
 
135
  OpenCortex is intentionally lightweight:
@@ -262,27 +253,6 @@ Use this for the video:
262
  7. Close with the core claim: OpenCortex turns runtime internals into something
263
  users can see and reason about.
264
 
265
- ## Screenshots needed before final submission
266
-
267
- Place these files under `docs/assets/`:
268
-
269
- ```text
270
- docs/assets/opencortex-hero.png
271
- docs/assets/opencortex-thought-loop.png
272
- docs/assets/opencortex-context-collapse.png
273
- docs/assets/opencortex-slow-decode.png
274
- ```
275
-
276
- Capture recommendations:
277
-
278
- - `opencortex-hero.png`: full UI during live decode, 16:9, both chat and
279
- observatory visible.
280
- - `opencortex-thought-loop.png`: repeated generation with `THOUGHT LOOP
281
- DETECTED` visible.
282
- - `opencortex-context-collapse.png`: active context boundary visible on the
283
- left, context organ visible on the right.
284
- - `opencortex-slow-decode.png`: Slow decode experiment with broken token flow.
285
-
286
  ## Hackathon fit
287
 
288
  OpenCortex targets the **Backyard AI** track: it is a practical tool for
@@ -350,4 +320,3 @@ mise exec -- node --check open_cortex/ui/assets/open_cortex.js
350
  ## License
351
 
352
  MIT
353
-
 
49
 
50
  ![OpenCortex runtime observatory](docs/assets/opencortex-hero.png)
51
 
 
 
 
52
  ## Why this exists
53
 
54
  Small local models make AI personal again. But local inference is still a black
 
71
 
72
  ## Demo links
73
 
74
+ - **Hugging Face Space:** https://huggingface.co/spaces/build-small-hackathon/open-cortex
75
+ - **Demo video:** https://youtu.be/edxZdttCf-s
76
+ - **Social post:** https://x.com/ZhaoJ90682/status/2066576258042155518
77
 
78
  The Build Small Hackathon requires a deployed Gradio Space, a demo video, a
79
  social post, and README tags for tracks and badges. This README is structured
 
114
 
115
  ![Context boundary event](docs/assets/opencortex-context-collapse.png)
116
 
 
 
 
117
  ### 6. Thought loop detection
118
 
119
  If generation begins repeating the same pattern, OpenCortex marks it as a
 
121
 
122
  ![Thought loop detected](docs/assets/opencortex-thought-loop.png)
123
 
 
 
 
124
  ## How it works
125
 
126
  OpenCortex is intentionally lightweight:
 
253
  7. Close with the core claim: OpenCortex turns runtime internals into something
254
  users can see and reason about.
255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
  ## Hackathon fit
257
 
258
  OpenCortex targets the **Backyard AI** track: it is a practical tool for
 
320
  ## License
321
 
322
  MIT