From 919f8be4090d2370ce03bf2cc78c5d26f166a283 Mon Sep 17 00:00:00 2001 From: Firehose Bot Date: Sun, 19 Apr 2026 23:09:48 +0100 Subject: [PATCH] fix image link --- .../2026/04-19-coding-agent-generates-its-own-extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/priv/blog/engineering/2026/04-19-coding-agent-generates-its-own-extensions.md b/app/priv/blog/engineering/2026/04-19-coding-agent-generates-its-own-extensions.md index 9fedd88..6cbe800 100644 --- a/app/priv/blog/engineering/2026/04-19-coding-agent-generates-its-own-extensions.md +++ b/app/priv/blog/engineering/2026/04-19-coding-agent-generates-its-own-extensions.md @@ -7,7 +7,7 @@ } --- -(This post was written longhand. Conversion to text was done with MyScript Notes, I did some minor manual edits to correct words and explain a few things (in parentheses) See the Afterword for what happened since writing this). +_This post was written longhand. Conversion to text was done with MyScript Notes, I did some minor manual edits to correct words and explain a few things (in parentheses). I see a few people writing about sharing struggles with Large language models, saying we are all still figuring this out. @@ -54,7 +54,7 @@ This also required experimentation. I did not want to set up a separate project - Learn that Pi auto loads any thing in the extensions folder. If you put a test there, Pi crashes. (the test does not have the method that defines an extension. All files in `.pi/agent/extensions` must have it.) - Learn that "domain" files also don't work there. (I wanted to have the extension files thin and the testable functions separate. So that the tests don't depend on `pi` and its' types). -[!handwritten draft of the paragraphg below](/images/blog/2026/local-llm-handwriting.png) +![handwritten draft of the paragraph below](/images/blog/2026/local-llm-handwriting.png) So eventually I ended up with