Add agent-building insights from Addy Osmani's 2026 blog posts - #7
Open
lsimons wants to merge 1 commit into
Open
Add agent-building insights from Addy Osmani's 2026 blog posts#7lsimons wants to merge 1 commit into
lsimons wants to merge 1 commit into
Conversation
Ported from lsimons/agent-engineer-course commit c3d862f, adapted to this repo's layout (NN-name/README.md, relative links) and ADK-based lesson content: - Lesson 7: the orchestration tax - human review capacity as the ceiling on multi-agent parallelism - Lesson 9: mistake 7 - never let the agent grade its own homework; review test diffs more carefully than code diffs - Lesson 10: calibrated autonomy - three risk questions and a pre-delegation contract - Lesson 13: the harness concept (agent = model + harness) and the ratchet pattern - Lesson 15: write AGENTS.md by hand - the discovery filter - Lesson 17: workflows not essays, anti-rationalization tables, evidence as exit criterion - Lesson 18: long-running agents - the three walls, externalized state, and the Ralph loop Each addition links the source post in further reading. Assisted-by: Claude:claude-fable-5 Co-Authored-By: lsimons-bot <bot@leosimons.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial AI prompt: Scan Addy's blog posts from this year at https://addyosmani.com/blog/ . See if any of them are explicitly about building agents. If so, read them, and see if they have any great advice or content that's missing from this course, and add it.
Resulting additions:
Each addition links the source post in further reading.
Ported from lsimons/agent-engineer-course commit c3d862f .
Assisted-by: Claude:claude-fable-5