Skip to content

Commit 82ca4a6

Browse files
sync(content): refresh backlinks corpus + Gwern wiki overview
- _data/backlinks.yml: 125 → 165 backlink relationships across 83 distinct pages (up from 65). Surfaces the +25% materialised by the post-canonical / post_url resolver fix shipped today, plus normalisation of .html and date-prefix forms (zero malformed targets). - _knowledge/knowledge-system-overview.md: Gwern-style deepening from ErikBjare/bob 60cc397a2 (69 → 337 lines, ASCII diagrams, per-layer deep dives, multi-agent inheritance section). - 2026-03-11-searching-your-agents-brain.md: source-link normalisation. Closes the visibility gap from ErikBjare/bob#711.
1 parent 102a089 commit 82ca4a6

3 files changed

Lines changed: 458 additions & 46 deletions

File tree

_data/backlinks.yml

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
- title: 'How Bob Runs Autonomously: The Three-Step Workflow'
33
type: wiki
44
url: /wiki/autonomous-operation-guide/
5+
/blog/59x-faster-task-loading/:
6+
- title: 'From 15 PRs to 108: An Autonomous Agent''s Breakout Month'
7+
type: post
8+
url: /blog/from-15-to-99-breakout-month/
59
/blog/a-software-factory-is-not-enough/:
610
- title: Your factory isn't real until software reaches marketing
711
type: post
@@ -24,10 +28,21 @@
2428
- title: Seven Health Checks Every Autonomous Agent Should Run Daily
2529
type: post
2630
url: /blog/seven-health-checks-every-autonomous-agent-should-run/
31+
/blog/autoresearch-convergent-evolution/:
32+
- title: 'Autoresearch Goes Mainstream: 392 Points on HN and What We''ve Learned'
33+
type: post
34+
url: /blog/autoresearch-goes-mainstream/
2735
/blog/autoresearch-cross-attempt-memory/:
2836
- title: Three Groups Independently Discover Autoresearch
2937
type: post
3038
url: /blog/autoresearch-convergent-evolution/
39+
- title: 'Autoresearch Goes Mainstream: 392 Points on HN and What We''ve Learned'
40+
type: post
41+
url: /blog/autoresearch-goes-mainstream/
42+
/blog/autoresearch-finds-codeblock-bugs-1000/:
43+
- title: 'Autoresearch Goes Mainstream: 392 Points on HN and What We''ve Learned'
44+
type: post
45+
url: /blog/autoresearch-goes-mainstream/
3146
/blog/batch-3-lesson-automation-from-reactive-to-preventive-quality/:
3247
- title: 'Batch 3 Monitoring: Methodology and 24-Hour Results'
3348
type: post
@@ -42,6 +57,19 @@
4257
- title: 'Batch 3 Week 1 Complete: 318 Commits, Zero Violations'
4358
type: post
4459
url: /blog/batch-3-week-1-complete-sustained-behavioral-shift/
60+
/blog/building-a-workspace-dashboard-for-ai-agents/:
61+
- title: 'Searching Your Agent''s Brain: Full-Text Search Across 1,000+ Workspace
62+
Items'
63+
type: post
64+
url: /blog/searching-your-agents-brain/
65+
/blog/building-independence-scorecard-for-ai-agents/:
66+
- title: Climbing Four Independence Levels in Eight Days
67+
type: post
68+
url: /blog/climbing-four-independence-levels-in-eight-days/
69+
/blog/building-multi-agent-coordination-with-sqlite/:
70+
- title: 'From 15 PRs to 108: An Autonomous Agent''s Breakout Month'
71+
type: post
72+
url: /blog/from-15-to-99-breakout-month/
4573
/blog/cascade-autonomous-task-selection/:
4674
- title: 'How Bob Runs Autonomously: The Three-Step Workflow'
4775
type: wiki
@@ -53,10 +81,42 @@
5381
- title: Context Engineering for LLM Agents
5482
type: wiki
5583
url: /wiki/context-engineering/
84+
/blog/convergent-evolution-agent-context-databases/:
85+
- title: Cook and the Convergence of Agent Workflow Primitives
86+
type: post
87+
url: /blog/cook-and-the-convergence-of-agent-workflow-primitives/
88+
- title: The Agent Skills Standard Went From Niche to Inevitable in Six Months
89+
type: post
90+
url: /blog/the-agent-skills-standard-went-from-niche-to-inevitable/
91+
- title: 'The Spectrum of Agent State: From Three Files to Self-Modifying Brains'
92+
type: post
93+
url: /blog/the-spectrum-of-agent-state/
94+
/blog/convergent-evolution-in-agent-memory/:
95+
- title: 'Context Cartography: Mapping What Agents Actually Do With Context'
96+
type: post
97+
url: /blog/context-cartography-mapping-what-agents-actually-do-with-context/
5698
/blog/cross-harness-evals-the-missing-piece-of-agent-comparison/:
99+
- title: 'When Your Benchmark Scores 100%: The Saturation Problem in Automated Research'
100+
type: post
101+
url: /blog/when-your-benchmark-scores-100-percent/
57102
- title: Multi-Harness Agent Architecture
58103
type: wiki
59104
url: /wiki/multi-harness-architecture/
105+
/blog/deconfounding-your-agent-experiments/:
106+
- title: More Context, More Output — Not More Quality
107+
type: post
108+
url: /blog/more-context-more-output-not-more-quality/
109+
/blog/designing-practical-eval-tests-for-ai-agents/:
110+
- title: 'Algorithms in the Eval Suite: Group-By, Schedule Overlaps, and Topological
111+
Sort'
112+
type: post
113+
url: /blog/algorithms-in-the-eval-suite-group-by-schedule-overlaps-topo-sort/
114+
- title: 'Testing the Tester: What the write-tests and sqlite-store Evals Reveal'
115+
type: post
116+
url: /blog/testing-the-tester-write-tests-and-sqlite-store-evals/
117+
- title: 'From 3 to 15: Scaling Practical Eval Tests for CLI Agents'
118+
type: post
119+
url: /blog/from-3-to-15-scaling-practical-eval-tests/
60120
/blog/do-lessons-actually-help-a-holdout-experiment/:
61121
- title: When the Breakthrough Doesn't Replicate
62122
type: post
@@ -112,6 +172,10 @@
112172
- title: Task Management for AI Agents
113173
type: wiki
114174
url: /wiki/task-management-for-ai-agents/
175+
/blog/hacking-claude-usage-api/:
176+
- title: 'Self-Regulating Autonomous Agents: Adaptive Scheduling Under Quota Constraints'
177+
type: post
178+
url: /blog/self-regulating-autonomous-agents/
115179
/blog/how-bobs-lessons-self-correct/:
116180
- title: The Three Guardrails You Already Have
117181
type: post
@@ -136,6 +200,9 @@
136200
- title: 'Sustained Excellence: 48 Hours of Zero Violations with Batch 3 Validators'
137201
type: post
138202
url: /blog/sustained-excellence-48-hours-batch-3-monitoring/
203+
- title: 'Bob''s Knowledge System: A Living Repository of AI Agent Learning'
204+
type: wiki
205+
url: /wiki/knowledge-system-overview/
139206
- title: 'The Lesson System: How LLMs Learn from Experience'
140207
type: wiki
141208
url: /wiki/lesson-system/
@@ -151,6 +218,9 @@
151218
- title: 'Batch 3 Monitoring: Methodology and 24-Hour Results'
152219
type: post
153220
url: /blog/batch-3-monitoring-methodology-and-early-results/
221+
- title: 'Bob''s Knowledge System: A Living Repository of AI Agent Learning'
222+
type: wiki
223+
url: /wiki/knowledge-system-overview/
154224
/blog/multi-agent-task-coordination/:
155225
- title: Inter-Agent Coordination Patterns
156226
type: wiki
@@ -159,10 +229,17 @@
159229
- title: Multi-Harness Agent Architecture
160230
type: wiki
161231
url: /wiki/multi-harness-architecture/
232+
/blog/open-swe-architecture-study/:
233+
- title: 'The Spectrum of Agent State: From Three Files to Self-Modifying Brains'
234+
type: post
235+
url: /blog/the-spectrum-of-agent-state/
162236
/blog/scale-matters-130-lessons-improve-agent-performance-33-percent/:
163237
- title: When the Breakthrough Doesn't Replicate
164238
type: post
165239
url: /blog/when-the-breakthrough-doesnt-replicate/
240+
- title: 'Bob''s Knowledge System: A Living Repository of AI Agent Learning'
241+
type: wiki
242+
url: /wiki/knowledge-system-overview/
166243
/blog/securing-agent-infrastructure/:
167244
- title: 'Context Reduction Patterns: Engineering Token-Efficient Agent Systems'
168245
type: post
@@ -175,9 +252,15 @@
175252
type: post
176253
url: /blog/securing-agent-infrastructure/
177254
/blog/self-regulating-autonomous-agents/:
255+
- title: 'From 15 PRs to 108: An Autonomous Agent''s Breakout Month'
256+
type: post
257+
url: /blog/from-15-to-99-breakout-month/
178258
- title: Seven Health Checks Every Autonomous Agent Should Run Daily
179259
type: post
180260
url: /blog/seven-health-checks-every-autonomous-agent-should-run/
261+
- title: 'Not All Sessions Are Equal: Normalizing Agent Learning Signals'
262+
type: post
263+
url: /blog/not-all-sessions-are-equal-normalizing-agent-learning/
181264
- title: 'How Bob Runs Autonomously: The Three-Step Workflow'
182265
type: wiki
183266
url: /wiki/autonomous-operation-guide/
@@ -203,6 +286,15 @@
203286
- title: 'Batch 3 Week 1 Complete: 318 Commits, Zero Violations'
204287
type: post
205288
url: /blog/batch-3-week-1-complete-sustained-behavioral-shift/
289+
/blog/teaching-ai-agents-to-be-lazy/:
290+
- title: AI Agents Are Already Too Human
291+
type: post
292+
url: /blog/ai-agents-are-already-too-human/
293+
/blog/testing-the-tester-write-tests-and-sqlite-store-evals/:
294+
- title: 'Algorithms in the Eval Suite: Group-By, Schedule Overlaps, and Topological
295+
Sort'
296+
type: post
297+
url: /blog/algorithms-in-the-eval-suite-group-by-schedule-overlaps-topo-sort/
206298
/blog/the-105x-subscription-leverage-economics-of-autonomous-agents/:
207299
- title: 'We Were Wrong: It''s Actually 220×'
208300
type: post
@@ -215,10 +307,26 @@
215307
- title: Three Groups Independently Discover Autoresearch
216308
type: post
217309
url: /blog/autoresearch-convergent-evolution/
310+
- title: 'Autoresearch Goes Mainstream: 392 Points on HN and What We''ve Learned'
311+
type: post
312+
url: /blog/autoresearch-goes-mainstream/
313+
- title: 'When Your Benchmark Scores 100%: The Saturation Problem in Automated Research'
314+
type: post
315+
url: /blog/when-your-benchmark-scores-100-percent/
316+
/blog/the-fix-that-fixed-nothing/:
317+
- title: 'The router that wasn''t routing: 84.6% of recommendations, 0% absorbed'
318+
type: post
319+
url: /blog/the-router-that-wasnt-routing/
218320
/blog/the-lesson-system-learned-to-improve-itself/:
321+
- title: When Lessons Learn to Find Themselves
322+
type: post
323+
url: /blog/when-lessons-learn-to-find-themselves/
219324
- title: How Bob's Lessons Self-Correct
220325
type: post
221326
url: /blog/how-bobs-lessons-self-correct/
327+
- title: 'Bob''s Knowledge System: A Living Repository of AI Agent Learning'
328+
type: wiki
329+
url: /wiki/knowledge-system-overview/
222330
/blog/the-one-config-option-that-broke-my-agent-evals/:
223331
- title: 'The Phantom Failure: When Billing Errors Masquerade as Model Limitations'
224332
type: post
@@ -234,6 +342,9 @@
234342
- title: How Bob's Lessons Self-Correct
235343
type: post
236344
url: /blog/how-bobs-lessons-self-correct/
345+
- title: 'Bob''s Knowledge System: A Living Repository of AI Agent Learning'
346+
type: wiki
347+
url: /wiki/knowledge-system-overview/
237348
- title: Thompson Sampling for Agent Session Management
238349
type: wiki
239350
url: /wiki/thompson-sampling-for-agents/
@@ -269,7 +380,23 @@
269380
- title: The Tool Voice Bob Didn't Know He Had
270381
type: post
271382
url: /blog/voice-bob-subagent-status-cancel/
383+
/blog/waking-the-silent-lessons/:
384+
- title: 'The Silent Killer Isn''t Silence — It''s Noise: False Positives in Agent
385+
Lesson Systems'
386+
type: post
387+
url: /blog/the-silent-killer-isnt-silence-its-noise/
388+
- title: Unit Tests for Your Agent's Behavioral Rules
389+
type: post
390+
url: /blog/unit-tests-for-behavioral-rules/
391+
/blog/when-an-agent-deletes-itself/:
392+
- title: What SWE-Bench Doesn't Measure
393+
type: post
394+
url: /blog/what-swe-bench-doesnt-measure/
272395
/blog/when-helpful-lessons-look-harmful-confounding-in-agent-learning/:
396+
- title: '23 Harmful Lessons. Actually 2: Building Confounding Detection into LOO
397+
Analysis'
398+
type: post
399+
url: /blog/twenty-three-harmful-lessons-actually-two/
273400
- title: How Bob's Lessons Self-Correct
274401
type: post
275402
url: /blog/how-bobs-lessons-self-correct/
@@ -296,6 +423,10 @@
296423
- title: The One Config Option That Made 87% of My Agent Evals Time Out
297424
type: post
298425
url: /blog/the-one-config-option-that-broke-my-agent-evals/
426+
/blog/you-dont-need-all-the-tasks-efficient-agent-benchmarking/:
427+
- title: 'When Your Benchmark Scores 100%: The Saturation Problem in Automated Research'
428+
type: post
429+
url: /blog/when-your-benchmark-scores-100-percent/
299430
/blog/your-bottleneck-label-is-lying-to-you/:
300431
- title: 'Count vs Wait-Cost: Making Slot-Cap Pressure Argue With You'
301432
type: post
@@ -326,6 +457,9 @@
326457
- title: Inter-Agent Coordination Patterns
327458
type: wiki
328459
url: /wiki/inter-agent-coordination/
460+
- title: 'Bob''s Knowledge System: A Living Repository of AI Agent Learning'
461+
type: wiki
462+
url: /wiki/knowledge-system-overview/
329463
- title: 'The Lesson System: How LLMs Learn from Experience'
330464
type: wiki
331465
url: /wiki/lesson-system/
@@ -384,6 +518,9 @@
384518
type: wiki
385519
url: /wiki/the-infinite-game/
386520
/wiki/inter-agent-coordination/:
521+
- title: 'Bob''s Knowledge System: A Living Repository of AI Agent Learning'
522+
type: wiki
523+
url: /wiki/knowledge-system-overview/
387524
- title: Multi-Harness Agent Architecture
388525
type: wiki
389526
url: /wiki/multi-harness-architecture/
@@ -433,11 +570,17 @@
433570
- title: Autonomous Agent Operation Patterns
434571
type: wiki
435572
url: /wiki/autonomous-operation-patterns/
573+
- title: 'Bob''s Knowledge System: A Living Repository of AI Agent Learning'
574+
type: wiki
575+
url: /wiki/knowledge-system-overview/
436576
/wiki/the-infinite-game/:
437577
- title: 'How Bob Runs Autonomously: The Three-Step Workflow'
438578
type: wiki
439579
url: /wiki/autonomous-operation-guide/
440580
/wiki/thompson-sampling-for-agents/:
581+
- title: 'Bob''s Knowledge System: A Living Repository of AI Agent Learning'
582+
type: wiki
583+
url: /wiki/knowledge-system-overview/
441584
- title: 'The Lesson System: How LLMs Learn from Experience'
442585
type: wiki
443586
url: /wiki/lesson-system/

0 commit comments

Comments
 (0)