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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<palign="center">
4
4
<b>Kinematic motion as text.</b>
5
5
<br />
6
-
An inspectable, editable movement format for animation tools, agents, and web products.
6
+
An inspectable, editable movement format for animation tools, LLMs, and web products.
7
7
</p>
8
8
9
9
<palign="center">
@@ -41,7 +41,7 @@
41
41
42
42
Animation clips and generated trajectories can show movement, but they often hide the semantic decisions that produced it.
43
43
44
-
Posecode keeps those decisions in readable source. A human can write the document, an animation tool can emit it, or an agent can draft it. Parsing, validation, editing, and rendering do not require an AI model.
44
+
Posecode keeps those decisions in readable source. A human can write the document, an animation tool can emit it, or an LLM can draft it. Parsing, validation, editing, and rendering do not require an AI model.
45
45
46
46
47
47
<palign="center">
@@ -769,7 +769,7 @@ Feedback and contributions are welcome.
769
769
770
770
---
771
771
<palign="center">
772
-
<b>Animation tools, agents, and web products need movement they can inspect.</b>
772
+
<b>Animation tools, LLMs, and web products need movement they can inspect.</b>
<title>Integrate Inspectable Movement | Posecode for Products</title>
7
-
<metaname="description" content="Add a readable, editable movement format to an animation tool, agent workflow, or web product with Posecode's parser, renderer, web component, and MCP server." />
7
+
<metaname="description" content="Add a readable, editable movement format to an animation tool, LLM workflow, or web product with Posecode's parser, renderer, web component, and MCP server." />
<metaproperty="og:title" content="Integrate inspectable movement with Posecode" />
13
-
<metaproperty="og:description" content="Open-source building blocks for adding readable, editable 3D movement to animation tools, agent workflows, and web products." />
13
+
<metaproperty="og:description" content="Open-source building blocks for adding readable, editable 3D movement to animation tools, LLM workflows, and web products." />
<pclass="eyebrow">For product owners & developers</p>
53
53
<h1>Build with inspectable movement.</h1>
54
-
<pclass="product-lede">Posecode is a readable movement format with a parser, typed IR, Three.js renderer, web component, and agent tools. Author it directly or with AI, then keep the result editable and under your control.</p>
54
+
<pclass="product-lede">Posecode is a readable movement format with a parser, typed IR, Three.js renderer, web component, and LLM tools. Author it directly or with an LLM, then keep the result editable and under your control.</p>
55
55
<divclass="hero-cta">
56
56
<aclass="btn primary lg" href="mailto:hello@posecode.org?subject=Posecode%20product%20integration">Discuss an integration →</a>
57
57
<aclass="btn ghost lg" href="#today">See what exists today</a>
@@ -103,7 +103,7 @@ <h2>Movement that stays inspectable.</h2>
103
103
<articleclass="use-case reveal"><h3>Fitness & rehab products</h3><p>Show an exercise beside a program or cue. Joint angles are clamped to general range-of-motion limits, but Posecode is not clinical advice or patient-specific validation.</p></article>
104
104
<articleclass="use-case reveal"><h3>Education tools</h3><p>Connect written instruction to a moving figure for anatomy, dance, physical education, or movement vocabulary.</p></article>
105
105
<articleclass="use-case reveal"><h3>Movement libraries</h3><p>Store small, diffable text files, validate them in CI, and open any movement in the browser without pre-rendering video.</p></article>
106
-
<articleclass="use-case reveal"><h3>Agent workflows</h3><p>Let an MCP-capable local agent write, validate, repair, and return a link to movement the user can inspect.</p></article>
106
+
<articleclass="use-case reveal"><h3>LLM workflows</h3><p>Let an MCP-capable LLM write, validate, repair, and return a link to movement the user can inspect.</p></article>
107
107
<articleclass="use-case reveal"><h3>Other web products</h3><p>Use movement as editable content anywhere a video or static diagram is too rigid and a full animation pipeline is too heavy.</p></article>
0 commit comments