Working Notes on Agent Systems/Brad Zhang

@teach_fireworks / X longform

After Sonnet 3.5 came out, both Anthropic and users found that its coding capabilities...

After Sonnet 3.5 came out, both Anthropic and users found that its coding capabilities were particularly strong, and an adventure based on coding capabilities began. The concept...

May 25, 2026 · 2 min read

After Sonnet 3.5 came out, both Anthropic and users found that its coding capabilities...
Figure 1 / source image

After Sonnet

  • 5 came out, both Anthropic and users found that its coding capabilities were particularly strong, and an adventure based on coding capabilities began. The concept of Ralph Loop is very simple: continuously iterate the interaction and feedback between the input and the large model in a non-stop loop, and constantly repeat this process. During this process, follow up the plan status and correct errors... ClaudeCode is not a typical Ralph Loop. It places more emphasis on progressive engineering, state recording and hook mechanisms, and HITL (human in the loop) to ensure a complete agent experience. This is one of the reasons why ClaudeCode was so popular when it was launched in February 2025 - it can really work stably based on reliable model coding capabilities. On this basis, the final architecture is shown in Figure
  • With each iteration of the model, ClaudeCode is also strengthening its harness, absorbing external and internal best practices, MCP, Subagent, Skill, Goal... The more it is used, the faster the progress of the architecture will be. When we look back at the model progress and the evolution of Agent and Harness over the past year or so, they have all evolved step by step, although the speed of this evolution seems to exceed the speed of the past 10 years (my personal feeling). The saying that true knowledge comes from practice has not changed, but it has been greatly accelerated. As the request limit is reached again and again, the model, the agent and the people involved are all evolving, and the bridge in the middle is data. Everything is still evolving. . .
Figure 2 / source image

Visual summary

Article argument map

Generated from the post's content graph

FORMATTOPICCAPABILITYMARKETcoverscoverscoverssignalssignalssignalssignalsFORMATlongform noteTOPICagentsTOPICharness engineeringTOPICai workbenchesCAPABILITYagent workflowCAPABILITYharness engineeringCAPABILITYAI-native workbenchCAPABILITYtechnical distribution
Mermaid outline
flowchart LR
  format-long_post["longform note"]
  topic-agents["agents"]
  topic-harness-engineering["harness engineering"]
  topic-ai-workbenches["ai workbenches"]
  capability-agent-workflow["agent workflow"]
  capability-harness-engineering["harness engineering"]
  capability-ai-native-workbench["AI-native workbench"]
  capability-technical-distribution["technical distribution"]
  format-long_post -->|covers| topic-agents
  format-long_post -->|covers| topic-harness-engineering
  format-long_post -->|covers| topic-ai-workbenches
  format-long_post -->|signals| capability-agent-workflow
  format-long_post -->|signals| capability-harness-engineering
  format-long_post -->|signals| capability-ai-native-workbench
  format-long_post -->|signals| capability-technical-distribution

Visual structure

Essay structure map

Built from summary and key paragraph positions

After Sonnet 3.5 came out, both Anthropic and users found that its coding capabilitie...THESISAfter Sonnet 3.5 cameout, both Anthropicand users found thatits codingSIGNALAfter SonnetOPERATOR3.5 came out, bothAnthropic and usersfound that its codingcapabilities wereIMPLICATION1. With each iterationof the model,ClaudeCode is alsostrengthening its
Mermaid outline
flowchart LR
  thesis["After Sonnet 3.5 came out, both Anthropic and users found that its coding capabilities were particularly st..."]
  signal["After Sonnet"]
  operator["3.5 came out, both Anthropic and users found that its coding capabilities were particularly strong, and an..."]
  implication["1. With each iteration of the model, ClaudeCode is also strengthening its harness, absorbing external and i..."]
  thesis -->|frames| signal
  signal -->|develops| operator
  operator -->|lands in| implication

Source: View the original post