HumanLayer

Normal
GitHub TypeScript NOASSERTION

Description

HumanLayer provides a human-in-the-loop layer for AI coding agents, enabling them to seek human approval and guidance when solving hard problems in complex codebases.

Key Features

  • Open-source IDE (CodeLayer) for orchestrating AI coding agents in complex codebases
  • Keyboard-first workflows with battle-tested patterns for builders who value speed
  • Advanced context engineering — scale AI-first development to entire teams
  • MULTICLAUDE — run multiple Claude Code sessions in parallel with worktree support
  • Human-in-the-loop approval and guidance for coding agents on hard problems

Use Cases

💡 Solving hard problems in large, complex codebases with AI coding agents
💡 Scaling AI-assisted development across engineering teams with consistent workflows
💡 Accelerating PR velocity by offloading routine coding tasks to parallel agents
💡 Ensuring code quality and safety through human review gates in agent workflows

Strengths & Limitations

Strengths

  • High community interest (11.4k stars)
  • Established track record (2 years in production)
  • Responsive to issues, low backlog

⚠️ Limitations

  • No clear open-source license

Quick Start

npx humanlayer join-waitlist --email <your-email>  # Join waitlist for early access, then install from humanlayer.dev/code

Related Projects

Context Mode

20.3k · TypeScript
Active A

Context Mode is a context window optimization tool for AI coding agents that sandboxes tool output for 98% context reduction across 12 major platforms.

context-optimizationmcpclaude-code +2
  • · Sandboxes tool output, reducing 315KB raw data to 5.4KB — a 98% context reduction
  • · SQLite + FTS5 session continuity that recovers key context via BM25 search after conversation compaction
  • · Think in Code paradigm: LLM writes analysis scripts instead of processing raw data, saving 100x context

AutoCodeRover

3.1k · Python
Stale C

AutoCodeRover is a project structure-aware autonomous software engineer agent that achieves automated program repair and issue resolution by understanding the overall codebase architecture.

codingpythonagent +2
  • · Fully autonomous bug fixing and feature addition on GitHub issues using LLM-powered program analysis
  • · Program Structure Aware code search via abstract syntax tree analysis for precise context retrieval
  • · Statistical fault localization using test cases to achieve higher repair rates when tests are available