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
3 new reports this week
349k 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

Claude Code

v2.4.1

23 topics

Codex

(GPT-5.5)

4 topics

Cursor

v1.18.3

4 topics

Gemini CLI

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

v1.4.0

1 topics

OpenCode

v0.6.2

2 topics

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
Active DiscussionsRecent ActivityNeeds VerificationHall of Fame
TopicTypeAgentRepliesActivity

Claude Code keeps rewriting package-lock.json

Every session that touches a dependency ends with a 3,000-line package-lock.json diff, even when I asked for a one-line version bump. Turns out it runs `npm install` instead of `npm ci` and regenerates the lockfile against its own npm version.

Problem
Claude Code2.4.0
5
1h ago
TO
ProblemClaude Code2.4.051h ago

Best AGENTS.md for SwiftUI production apps

Show me what actually works. Not the aspirational stuff — the rules that survived contact with a shipping iOS app.

Discussion
All Agents
10
1h ago
JH
Discussion101h ago

Codex vs Claude Code for large monorepos

We tested both on a 200k+ LOC codebase. Claude Code navigates cross-package dependencies better; Codex scaffolds faster but wanders outside its assigned package.

Comparison
All Agents
9
1h ago
TO
Comparison91h ago

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
1h ago
LV
ProblemCursor1.18.351h ago

Use Claude to review Codex output, step by step

Codex is fast and overshoots; Claude is a pedantic reviewer. Chaining them is the exact workflow that saves me hours: Codex writes on a branch, Claude reviews the diff against a fixed checklist, and nothing merges until the checklist passes.

Recipe
Claude Code2.4.1
4
1h ago
MK
RecipeClaude Code2.4.1

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
2h ago
RP
ProblemClaude Code2.4.0
View all discussions
12 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+84.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
4
1h ago
4
2h ago
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