@@ -64,10 +64,12 @@ bugs that plague multi-agent systems.
6464
6565== The Problem
6666
67- When Agent A creates Agent B, it is _writing a program_. Every agent framework
67+ When Agent A creates Agent B, it is _writing a program_. Almost all agent frameworks
6868today treats this as string concatenation — prompts glued together, tools passed
6969as JSON, behaviour defined in untyped configuration. This is the equivalent of
70- building SQL queries by concatenating user input. We know how that ends.
70+ building SQL queries by concatenating user input. We know how that ends...
71+
72+ Well, maybe not all of us, so here's the primer.
7173
7274Multi-agent systems today suffer from:
7375
@@ -241,9 +243,11 @@ choreography peer_review(author: Author, reviewer: Reviewer) {
241243| Specify and verify agent behaviour over time.
242244|===
243245
244- == Novel Contributions
246+ == Novel Contributions (I think!)-
245247
246- 007 introduces concepts not found in any existing language:
248+ 007 introduces concepts not found in any existing language, except as referenced jtv
249+ (https://github.com/hyperpolymath/jtv and https://jtv-lang.org [under construction])
250+ and typed-wasm (https://github.com/hyperpolymath/typed-wasm), again, as refrenced)
247251
2482521. **Harvard Architecture for Agent Creation** — grammatical separation of
249253 agent data and control, making agent injection a parse error
0 commit comments