|
37 | 37 | </a> |
38 | 38 | </p> |
39 | 39 |
|
40 | | -> **OpenAI Build Week 2026:** Posecode existed before the hackathon. During Build Week, the project is being meaningfully extended with a GPT-5.6-powered biomechanical Physics Critic and an end-to-end Codex-built agent workflow. The sections below clearly distinguish previous work from new hackathon work. |
| 40 | +--- |
| 41 | + |
| 42 | +## Why Posecode? |
| 43 | + |
| 44 | +Ask an LLM to explain physical movement and it usually returns unstructured prose or a static diagram. |
| 45 | + |
41 | 46 |
|
42 | 47 | <p align="center"> |
43 | 48 | <img |
|
77 | 82 | </tr> |
78 | 83 | </table> |
79 | 84 |
|
80 | | ---- |
81 | | - |
82 | | -## OpenAI Build Week Extension |
83 | | - |
84 | | -### What existed before July 13, 2026 |
85 | | - |
86 | | -Before OpenAI Build Week, Posecode already included: |
87 | | - |
88 | | -- the core `.posecode` domain-specific language, |
89 | | -- a parser and intermediate motion representation, |
90 | | -- basic range-of-motion validation, |
91 | | -- a Three.js/WebGL renderer, |
92 | | -- forward kinematics, |
93 | | -- basic inverse-kinematics and ground-lock behavior, |
94 | | -- a browser playground, |
95 | | -- example movement files, |
96 | | -- shareable Posecode links, |
97 | | -- and an MCP server foundation. |
98 | | - |
99 | | -This original version was developed primarily with **Claude** as an AI-assisted engineering tool. |
100 | | - |
101 | | -That prior work provides the foundation for the project, but it is not presented as the new hackathon contribution. |
102 | | - |
103 | | -### What is being added during Build Week |
104 | | - |
105 | | -During the July 13–21 Build Week submission period, Posecode is being meaningfully extended with: |
106 | | - |
107 | | -1. **GPT-5.6 Physics Critic** |
108 | | -2. **Biomechanical fidelity scorecard** |
109 | | -3. **Natural-language-to-motion agent workflow** |
110 | | -4. **Interactive generation and critique experience** |
111 | | -5. **Codex-built tests, tooling, and renderer improvements** |
112 | | - |
113 | | -The new workflow allows a user to describe a movement in ordinary language, generate structured Posecode, validate it deterministically, and receive a detailed GPT-5.6 critique explaining biomechanical or spatial problems. |
114 | | - |
115 | | -### Build Week feature status |
116 | | - |
117 | | -- [ ] GPT-5.6 movement generation |
118 | | -- [ ] GPT-5.6 Physics Critic |
119 | | -- [ ] Structured fidelity-score response |
120 | | -- [ ] Critique panel in the playground |
121 | | -- [ ] Generate → validate → critique → revise loop |
122 | | -- [ ] MCP tools for critique and revision |
123 | | -- [ ] Automated tests for the new workflow |
124 | | -- [ ] Demo-ready example movements |
125 | | -- [ ] Build Week commit links added below |
126 | | -- [ ] Codex session ID added below |
127 | | - |
128 | | ---- |
129 | | - |
130 | | -## Why Posecode? |
131 | | - |
132 | | -Ask an LLM to explain physical movement and it usually returns unstructured prose or a static diagram. |
133 | | - |
134 | 85 | For example: |
135 | 86 |
|
136 | 87 | > Bend your knees, move your hips backward, and keep your chest upright. |
@@ -305,37 +256,6 @@ npm run build |
305 | 256 |
|
306 | 257 | --- |
307 | 258 |
|
308 | | -## GPT-5.6 Configuration |
309 | | - |
310 | | -> Update these instructions to match the final implementation. |
311 | | -
|
312 | | -Create an environment file: |
313 | | - |
314 | | -```bash |
315 | | -cp .env.example .env |
316 | | -``` |
317 | | - |
318 | | -Add your OpenAI API key: |
319 | | - |
320 | | -```env |
321 | | -OPENAI_API_KEY=your_api_key_here |
322 | | -``` |
323 | | - |
324 | | -Optionally configure the model: |
325 | | - |
326 | | -```env |
327 | | -OPENAI_MODEL=gpt-5.6 |
328 | | -``` |
329 | | - |
330 | | -Start the application: |
331 | | - |
332 | | -```bash |
333 | | -npm run dev |
334 | | -``` |
335 | | - |
336 | | -Never commit API keys to the repository. |
337 | | - |
338 | | ---- |
339 | 259 |
|
340 | 260 | ## MCP Server |
341 | 261 |
|
@@ -716,6 +636,56 @@ Feedback and contributions are welcome. |
716 | 636 | --- |
717 | 637 |
|
718 | 638 |
|
| 639 | +> **OpenAI Build Week 2026:** Posecode existed before the hackathon. During Build Week, the project is being meaningfully extended with a GPT-5.6-powered biomechanical Physics Critic and an end-to-end Codex-built agent workflow. The sections below clearly distinguish previous work from new hackathon work. |
| 640 | +
|
| 641 | +--- |
| 642 | + |
| 643 | +## OpenAI Build Week Extension |
| 644 | + |
| 645 | +### What existed before July 13, 2026 |
| 646 | + |
| 647 | +Before OpenAI Build Week, Posecode already included: |
| 648 | + |
| 649 | +- the core `.posecode` domain-specific language, |
| 650 | +- a parser and intermediate motion representation, |
| 651 | +- basic range-of-motion validation, |
| 652 | +- a Three.js/WebGL renderer, |
| 653 | +- forward kinematics, |
| 654 | +- basic inverse-kinematics and ground-lock behavior, |
| 655 | +- a browser playground, |
| 656 | +- example movement files, |
| 657 | +- shareable Posecode links, |
| 658 | +- and an MCP server foundation. |
| 659 | + |
| 660 | +This original version was developed primarily with **Claude** as an AI-assisted engineering tool. |
| 661 | + |
| 662 | +That prior work provides the foundation for the project, but it is not presented as the new hackathon contribution. |
| 663 | + |
| 664 | +### What is being added during Build Week |
| 665 | + |
| 666 | +During the July 13–21 Build Week submission period, Posecode is being meaningfully extended with: |
| 667 | + |
| 668 | +1. **GPT-5.6 Physics Critic** |
| 669 | +2. **Biomechanical fidelity scorecard** |
| 670 | +3. **Natural-language-to-motion agent workflow** |
| 671 | +4. **Interactive generation and critique experience** |
| 672 | +5. **Codex-built tests, tooling, and renderer improvements** |
| 673 | + |
| 674 | +The new workflow allows a user to describe a movement in ordinary language, generate structured Posecode, validate it deterministically, and receive a detailed GPT-5.6 critique explaining biomechanical or spatial problems. |
| 675 | + |
| 676 | +### Build Week feature status |
| 677 | + |
| 678 | +- [ ] GPT-5.6 movement generation |
| 679 | +- [ ] GPT-5.6 Physics Critic |
| 680 | +- [ ] Structured fidelity-score response |
| 681 | +- [ ] Critique panel in the playground |
| 682 | +- [ ] Generate → validate → critique → revise loop |
| 683 | +- [ ] MCP tools for critique and revision |
| 684 | +- [ ] Automated tests for the new workflow |
| 685 | +- [ ] Demo-ready example movements |
| 686 | +- [ ] Build Week commit links added below |
| 687 | +- [ ] Codex session ID added below |
| 688 | + |
719 | 689 | --- |
720 | 690 |
|
721 | 691 | ## The Build Week Feature: Physics Critic |
|
0 commit comments