# HumanLayer - All Resources

Dex · September 4, 2026 · < 15 min read

A chronology of HumanLayer's writing and talks:

  • 1.9M combined YouTube views
  • 3.4M combined X views
  • 5 front-page Hacker News posts with 2,539 points and 1,177 comments

We break the content into several eras, each representing a substantial evolution in how we think about AI and agents.

Reminder - The best way to experience these best practices is to try HumanLayer - it's free for teams up to 3, and is already helping teams with 100s of engineers ship fast in large codebases without descending into a chaotic slop-fest.

## Aug 2026-present: The future of software factories must be open and composable

As we spend more time with enterprises building their own software factories, we talk about the design patterns and architecture, and we look at what a new ai-native forge / system of record looks like - combining code, artifacts, and agent sessions in one multiplayer workspace.

## May-July 2026 - Software Factories: Design Patterns and Failure Modes

The harness is only one part of a software factory. We set out its failure modes: one-shot tests, token use, and task count do not measure whether code stays easy to change. We then described the building blocks teams need to build better factories: composable compute, development environments, harnesses, sessions, plans, artifacts, review, and human control.

### Why Software Factories Fail

And what to do about it

The same post was published as a two-part X article

Other interviews on our journey to get here

### Proving the slop code problem

"Why software factories Fail" posits that models can't write maintainable code - SlopCodeBench Proves it

### Other content from this era

## February-May 2026 - From RPI to QRSPI, and the crusade against slop

After running a lights-off factory for five months and getting drowned in unmaintainable slop, we took a step back, reset, and revised our advice: read the code, seek leverage, and break skills into workflows. It was time to drink our own context-engineering Kool-Aid.

### From RPI to QRSPI

The RPI to QRSPI saga captures our learnings rolling out the Research/Plan/Implement framework to hundreds of engineers, and how to move fast without descending into slop.

### Agentic Backpressure and Harness Engineering

We spend some time going deep into techniques that help agents check their own work, so they can work unattended for longer

### Other Content from this era

## October-January 2025 - No Vibes Allowed and the Early Days of Ralph Wiggum

Strong AI coding should look like disciplined engineering: refine the task, research the code, agree on a plan, implement in phases, and read the result. Loops such as Ralph can scale the work, but only when teams give them sound context and clear checks.

### No Vibes Allowed

No Vibes allowed was the talk that swept the entire agentic coding practice. Over 600k youtube views - the polished articulation of how to apply context engineering principles to the usage of coding agents. We covered why "spec-driven-dev" is the wrong way to think about the problem, and went deep on HumanLayer's OSS Research / Plan / Implement framework.

### The Early Days of Ralph Wiggum

### Ideas from this era

## July-September 2025 - Context Engineering for Coding Agents

Context engineering became a practical way to make coding agents work in large, existing codebases. The method was frequent intentional compaction: split work into research, planning, and implementation; keep each context focused; use subagents to isolate search; and put human review before the steps where a bad assumption gets costly.

The YC talk drew more than 200k views, the companion essay reached the front page of Hacker News, and HumanLayer reached #1 on GitHub Trending. Getting good results from coding agents is not a prompt trick. It is an engineering practice built around context, workflow, and well-placed human judgment.

### Ideas that followed

## April 2025 - 12-Factor Agents and the Birth of Context Engineering

We introduced the term context engineering to describe what strong production AI builders were already doing: owning and shaping the full set of information available to a model at each step. 12-Factor Agents turned those practices into clear rules for building reliable LLM software.

The starting point was simple: the best production agents were mostly well-engineered software with LLMs used at a few key points. Instead of handing the whole system to an agent framework, builders should own the prompts, context, state, control flow, error handling, and human contact points themselves.

Factor 3 named the core discipline: everything is context engineering. Models are stateless functions, so the quality of each next step depends on the information, instructions, history, and tools assembled for that call. That idea became shared language across the AI industry over the months that followed.

### The original field guide

### From guide to shared language