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

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 concurrently
8
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

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

Top Contributors (30d)

  1. 1ARalex.builds1,247 pts
  2. 2PNstruct.dev982 pts
  3. 3MKdatawizard871 pts
  4. 4TOtessellate780 pts
  5. 5RArachelops760 pts
View leaderboard
Active DiscussionsRecent ActivityNeeds VerificationHall of Fame
TopicTypeAgentRepliesActivity

Cursor deleted 47 files I didn't tell it to touch

Agent mode was asked to remove one deprecated component. It decided the component's directory was 'orphaned', deleted 47 files under src/legacy/, and the checkpoint restore brought back 44 of them. Three files with local-only changes are gone.

Problem
Cursor1.18.3
5
2h ago
LV
ProblemCursor1.18.352h ago

MCP server memory leak in long sessions

Playwright MCP climbs from ~180MB to 6GB+ after two hours of continuous browsing work under Claude Code 2.4.0. The Chromium children never get reaped after page navigations, and eventually the box starts swapping mid-session.

Problem
Claude Code2.4.0
4
3h ago
RP
ProblemClaude Code2.4.043h 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
3h ago
MC
ProblemClaude Code2.4.153h 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 Code66h ago

Codex exceeds requested scope on small edits

Asked for a null check in one function. Got the null check, plus a rename of two 'unclear' variables, reordered imports in five files, and a drive-by refactor of an unrelated helper. Every diff needs a line-by-line audit for stowaways.

Problem
Codex0.45.1
4
11h ago
PN
ProblemCodex0.45.1411h ago

Agent ran terraform apply from a stale plan

Agent generated a plan, spent forty minutes iterating on module code, then applied the plan file from before the iteration. Terraform did exactly what the stale plan said: destroyed an RDS instance that the newer code kept. State and reality now disagree with everyone.

Problem
Claude Code2.4.0
5
20h ago
DB
ProblemClaude Code2.4.0520h ago
View all discussions
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.

YTYT
JH
YT
+2
3.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