Skip to content

Commit b79b5a4

Browse files
rgriffiths-scottlogicSiteleaf
authored andcommitted
Updated Building Jarvis Properly Phase 7 Eating My Own Dog Food
1 parent f545786 commit b79b5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_drafts/building-jarvis-properly-phase-7-eating-my-own-dog-food.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ It was going perfectly, right up until we hit the **Escaping Horizon**.
6464

6565
## Act 4: Infinite Madness
6666

67-
In physics, an Event Horizon is the _point of no return_ around a black hole. In AI engineering, the *Escaping Horizon* is the point where an LLM tries to write Python code *inside* a JSON string *inside* a tool call, _i.e._, strong hints of _"a riddle wrapped in a mystery inside an enigma"_.
67+
In physics, an Event Horizon is the _point of no return_ around a black hole. In AI engineering, the *Escaping Horizon* is the point where an LLM tries to write Python code *wrapped in* a JSON string *inside* a tool call reminiscent of Churchill's _"a riddle wrapped in a mystery inside an enigma"_.
6868

6969
Python code contains quotes, newlines, and indentation. JSON also uses quotes and newlines. If the model misses a single escape character (e.g. `print("hello")` remains as `print("hello")` instead of becoming `print(\"hello\")`), the entire JSON structure collapses.
7070

0 commit comments

Comments
 (0)