@@ -16,8 +16,8 @@ agents with Go, notes can be found here:
1616[ miku/unplugged] ( https://github.com/miku/unplugged ) .
1717
1818Agents are possible because of the * reasoning* and tool support of language
19- models (and they are [ simple to
20- write] ( https://fly.io/blog/everyone-write-an-agent/ ) .
19+ models (and they are somewhat [ simple to
20+ write] ( https://fly.io/blog/everyone-write-an-agent/ ) ) .
2121
2222An early paper on tools was [ * Toolformer: Language Models Can Teach Themselves to Use Tools* ] ( https://arxiv.org/pdf/2302.04761 ) (2023-02-09)
2323
@@ -71,7 +71,7 @@ and an [AMD AI MAX+ 395 with an
7171| FP16 (theoretical) | 59.4 TFLOPS | ~ 19.2 TFLOPS |
7272| Memory Bandwidth | ~ 212 GB/s (DDR5-8000) | 280 GB/s (GDDR6) |
7373
74- However, prefill is a bit faster on the nvidia card:
74+ However, * prefill* is a bit faster on the nvidia card:
7575
7676```
7777$ time OLLAMA_MODEL=qwen3:14b OLLAMA_HOST=http://ada:11434 ./one -m "how warm is it in leipzig?"
@@ -119,9 +119,10 @@ Example: (1) fetch image, (2) convert to jpg, (3) calculate sha1 and (4) write t
119119
120120Future ideas for tools:
121121
122- * [ ] browser use to facility web search
122+ * [ ] browser use for web search
123123* [ ] manage context by offloading to text files, similar to deep research agents
124124* [ ] code snippets for subtasks and sandboxed execution
125+ * [ ] hierarchical setup: lead researcher, sub agents, ...
125126
126127Go's concurrency facilities seems to be helpful when implementing agents.
127128
0 commit comments