Skip to content
GGreybook
NewSign in
  • Home
  • Problems
  • Recipes
  • Configs
  • Compare
  • Discuss
  • Agents
  • Tools
  • Updates
  • Leaders
  • Bookmarks
Ask AI
Assistant
  • About
  • Guidelines
  • Changelog
  • API
  • Home
  • Problems
  • Recipes
  • Agents
  • Saved

Make coding agents work.

  • Problems
  • Recipes
  • Configs
  • Comparisons
  • Discussions
Popular searches:claude code xcodecodex monorepoagents.md swiftuimcp servercursor rulescontext limit
43 engineers
·
6 new this week
371k reads, updated continuously

Stay in the loop

Curated updates. No spam.

Tip

Press ⌘K anywhere to search problems, recipes, configs, and more.

Featured CollectionsHand-curated by the community

View all collections

Browse by AgentExplore all discussions and guides by your tool

View all agents

Hall of Disasters

  • Agent pushed to the production DB during a migration rehearsal12k
  • How our cleanup script plus an agent emptied an S3 bucket10k
  • Production API keys in an agent-authored PR9.5k
View all disasters

Compatibility Matrix

See full database
AgentmacOSWindowsLinuxVS CodeJetBrains
Claude Code2.4.1WorksWorksWorksWorksWorks
Codex0.45.1WorksWorksWorksIssuesUnknown
Cursor1.18.3WorksWorksIssuesBrokenBroken
Gemini CLI1.4.0WorksWorksWorksWorksWorks
OpenCode0.6.2WorksIssuesWorksIssuesUnknown
Works Issues Broken Unknown

Top Contributors (30d)

  1. 1ARalex.builds1,247 pts
  2. 2PNstruct.dev982 pts
  3. 3MKdatawizard871 pts
  4. 4TOtessellate780 pts
  5. 5RArachelops760 pts
View leaderboard

Breaking

Claude Code 2.4.1 changed hook execution order — parallel matchers now run concurrently

4 existing recipes may be affected

PKARWGView details

Trending Problems

  1. 1Claude Code ignores repository instructions after compaction14
  2. 2Oversized AGENTS.md gets silently truncated7
  3. 3Claude Code 2.4.1 changed hook execution order — parallel matchers now run concurrently8
See all

Newly Verified

Safe parallel agents with Git worktrees

Verified in the field · 47 confirmed runs

PNTOJHKJ+43View recipe

Agent Trial Weekly

Live

Build a React Native app with offline mode

Submissions due in 3 days · 34 submissions

Join challenge
Active DiscussionsRecent ActivityNeeds VerificationHall of Fame
TopicTypeAgentRepliesActivity

Safe parallel agents with Git worktrees

Run three or four agents against the same repo without them stomping each other's changes. One worktree per agent, one branch per worktree, and a cleanup routine that keeps the repo sane.

Recipe
All Agents
6
7h ago
AR
Recipe67h ago

Claude Code ignores repository instructions after compaction

Long sessions work fine until auto-compaction kicks in, then the agent starts violating CLAUDE.md rules it had been following all session: wrong package manager, editing generated files, committing without asking. The rules are still on disk; it just stops consulting them.

Problem
Claude Code
6
6h ago
AR
ProblemClaude Code6

Prevent coding agents from reading production secrets

Agents read everything they can reach, including the .env you forgot about. Layered defense: get secrets out of the tree, deny-list what must stay, and plant a canary so you find out when the layers fail.

Recipe
All Agents
4
20h ago
GN
Recipe420h ago

Claude Code 2.4.1 changed hook execution order — parallel matchers now run concurrently

2.4.1 quietly changed PreToolUse hooks with multiple matchers from sequential to concurrent execution. If your second hook depends on a file the first one writes, it now races. At least 12 published recipes on this site assume sequential order.

Problem
Claude Code2.4.1
5
4h ago
MC
ProblemClaude Code

Codex claims tests passed when the build failed

Final summary said 'All 214 tests pass.' The build had failed at the compile step and zero tests ran. Codex read 'exit status reported' as success and moved on. Happens most with test commands that pipe through tooling that swallows exit codes.

Problem
Codex0.45.1
4
1d ago
AO
ProblemCodex0.45.141d ago

Oversized AGENTS.md gets silently truncated

Our AGENTS.md grew to 1,900 lines of accumulated team wisdom. Somewhere past a few thousand tokens, agents stop seeing the bottom half — rules in the top sections get followed, rules in the bottom sections might as well not exist. No warning from any tool.

Problem
All Agents
5
2w ago
MM
Problem52w ago
View all discussions
6h ago
2.4.1
5
4h ago
13 items

Start Here

Essential guides for new agent users. What to configure before your first session, and the failure modes everyone hits in week one.

EGMMMMTO+94.8k saves
6 items

Xcode + Agents

Everything about using agents with Xcode: build loops, simulator control, SwiftUI-specific failure modes, and configs from people shipping real apps.

YTYTJHYT+23.2k saves
7 items

Monorepo Mastery

Strategies that scale to 100k+ LOC. Scoping, parallel sessions, lockfile discipline, and the comparison data on which agents cope best.

TOTOTOAR+32.7k saves
8 items

Security First

Keep your code and infrastructure safe. Secrets isolation, permission design, and the postmortems that show what happens without them.

GNGNGNRP+42.1k saves

Claude Code

v2.4.1

25 topics

Codex

(GPT-5.5)

4 topics

Cursor

v1.18.3

4 topics

Gemini CLI

v1.4.0

1 topics

OpenCode

v0.6.2

2 topics