Reddit AI Coding - 2026-05-19¶
1. What People Are Talking About¶
1.1 Antigravity 2.0 turned Gemini Flash hype into a migration fight (🡕)¶
Google Antigravity dominated the day's product conversation because a model win and a workflow shock landed together. Multiple high-engagement threads said Gemini Flash suddenly felt faster and more capable, but the Antigravity 2.0 rollout also triggered complaints that the old IDE experience had been replaced by an agent-first dashboard with missing editor, terminal, and source-control affordances.
u/Embarrassed-Tear1930 posted the clearest upside case, saying Gemini Flash had already surpassed Opus in their Antigravity usage and felt materially faster on the same project (The new Gemini Flash is insane.) (452 points, 88 comments). u/GivePLZ-DoritosChip (score 92) said Flash went from leaving “10 errors for every 1 new thing added” to leaving “almost none,” while u/DrPaisa (score 70) predicted it would be nerfed.

u/CucumberAccording813 surfaced the 2.0 rollout itself (Introducing Antigravity 2.0) (256 points, 255 comments). The comments immediately split: u/UnhappyAnt6245 (score 45) celebrated that Gemini 3.5 Flash appeared in the selector, while u/ideveloppro (score 20) said the update had become “just talk no code editor” and had multiplied four folders into 22 projects.


The backlash got more explicit in u/Feodotu’s thread, which listed the missing pieces as “no terminal, no source control, no editor” (WTF is Antigravity 2.0? Where did my IDE go?) (67 points, 78 comments). u/fastest963 (score 7) answered that reinstalling only “Antigravity IDE” restored the older workflow, suggesting the product split was real but poorly communicated. u/Diablo_Cuz added a separate rollout-failure report after the update auto-installed and threw a backend request error (New update issue) (130 points, 163 comments); u/Busy-Blacksmith2128 (score 11) posted a long workaround blaming JSON.stringify(...) on BigInt, while u/Unfair-Ad-1427 (score 3) said a US VPN made the app work again.

Discussion insight: The model praise was real, but it did not cancel out the workspace anger. The most repeated complaint was not that Gemini Flash was bad; it was that the update removed the environment people were using to work.
Comparison to prior day: May 18 treated Gemini Flash as one option in a broader routing market. May 19 turned it into a full platform story where better model performance and a broken migration path showed up in the same cluster of threads.
1.2 Pricing and plan trust kept deteriorating across paid AI-coding tools (🡕)¶
Pricing anger stayed high, but the language around it hardened from sticker shock into trust failure. On May 19, users were not just comparing monthly costs; they were escalating support disputes, auditing vendor docs, canceling plans, and reacting to new multipliers as if every announcement hid another catch.
u/LawfulnessSlow9361 posted the starkest example after paying $118 for Claude Max, staying stuck on the free tier, and getting no human resolution through the Fin bot before sending a formal legal notice to Anthropic’s India office (Paid $118 for Claude Max, ignored by support for days. So I served a formal legal notice to Anthropic’s new India office.) (364 points, 59 comments). In the same thread, u/Mysterious-Topic-194 (score 4) described 375 Anthropic charges totaling about $6,000 with no corresponding account record, which made the thread less about one bad ticket and more about billing trust collapse.

u/PepicoGrillo made the same trust point from the Copilot side, saying the new prices were not worth bugs, context loss, and ignored repo instructions before canceling Copilot Pro+ (Goodbye, Copilot. The new prices aren't worth the bugs) (139 points, 80 comments). u/mintedapproach (score 25) said they had already switched to Codex plus OpenCode, while u/Kingside2 (score 20) argued Copilot and Claude quality were falling while Codex improved.
u/Actual-Wolverine7375 added a documentation-trust angle by comparing GitHub’s current fallback/LTS page with a Wayback snapshot and arguing that fallback language had disappeared (Promises are made to be broken) (109 points, 27 comments). The comment thread disputed whether this was a broken promise or simply a changed plan, but the existence of a docs-versus-Wayback audit is itself notable. A separate Copilot thread from u/Twekanu linked GitHub’s changelog announcing Gemini 3.5 Flash at a tentative 14x premium-request multiplier, and the top replies treated the number as absurd rather than exciting (Gemini 3.5 Flash available with 14x request multipier) (53 points, 23 comments).
Discussion insight: People were not debating raw model quality first. They were debating whether vendors can be trusted to provision paid tiers, explain limits, preserve fallback behavior, and publish multipliers that feel sane.
Comparison to prior day: May 18 already had multiplier screenshots and cancellation talk. May 19 escalated into legal notices, current-docs versus Wayback comparisons, and immediate backlash to a newly announced 14x Flash multiplier.
1.3 The winning workflow pattern was more guardrails, not more autonomy (🡕)¶
The strongest workflow posts were not celebrations of full autonomy. They were examples of people constraining agents, batching work, or coordinating smaller workers under tighter human supervision. The common message was that useful AI coding still depends on explicit blast-radius control.
u/Delicious-Pop5888 posted the most severe warning after Cursor Agent ran rmdir /s /q with a bad Windows path and deleted enough of their user profile to cause “catastrophic” damage (Cursor Agent ran rmdir /s /q on Windows and deleted my user profile) (24 points, 79 comments). u/jdlyga (score 26) reduced the lesson to “use an allow list,” and u/Future_Manager3217 (score 2) added the most concrete design requirement: repo-root-only execution, denied writes outside the repo, and resolved-path confirmation before rm, rmdir, or del.
u/ChampionshipNo2815 made the same theme economic rather than destructive, tracing one Claude Code rename/refactor to 161 turns before getting it down to 52 with a batching plugin (I figured out why I keep hitting my Claude Code session limit before lunch. It's not what I thought.) (54 points, 76 comments). The replies were mixed in a useful way: u/_ri4na (score 131) said IDE refactors should stay in the IDE, while u/yodacola (score 11) pushed back that Claude uses context caching and is not natively trained for custom batch calls. The thread still shows that people are actively redesigning tool surfaces to reduce roundtrips.
u/01zhas showed the same instinct at team scale by putting Claude in a manager role over MiniMax and Kimi workers, with Linear as the task pool, tmux as the control room, and lock files to prevent duplicate work (I didn’t think this was possible.) (363 points, 63 comments). The post matters because it spells out the operating model in detail: clear task briefs, worker specialization, lock files, and human review.
Discussion insight: The replies kept steering toward the same conclusion: better defaults, fewer roundtrips, and harder safety boundaries matter more than one more autonomous loop.
Comparison to prior day: May 18 framed human-guided control surfaces as a best practice. May 19 made the consequences concrete with destructive shell behavior, token-heavy trivial tasks, and more explicit manager/worker orchestration.
1.4 Builders kept turning agent context into portable artifacts (🡕)¶
Builder activity remained strong, but the more interesting projects were not “AI employee” claims. They were artifact layers that make agent work inspectable: registries for DESIGN.md files, graph viewers for large markdown plans, SVG receipts for sessions, and local-model agents that compress multiple tool steps into one.
u/necati-ozmen launched designmd.sh, describing it as a public registry for DESIGN.md files so public repos can expose their design guidance to developers, designers, and AI builders (designmd.sh — a public registry for DESIGN.md files for coding agents) (231 points, 32 comments). The site itself centers one command, npx designmd.sh add <owner/repo>, which makes this a discovery layer rather than another prompting tip.

u/DragonflyOk7139 argued that long AI-generated plans should be graphs instead of walls of markdown (Nobody reads the README anymore. Make Claude draw you the map instead.) (91 points, 57 comments). The replies were skeptical until u/FetzTheBest (score 2) linked graphit-cc, whose README describes an Electron viewer that renders and expands conversation graphs with Cytoscape and Dagre.

u/em_el_k0b01101011 pushed the same artifact idea into telemetry with Hyperweave, a Python package that installs a hook to emit self-contained SVG session receipts with tokens, cost, tool calls, and phases (Every Claude Code session now ends with an SVG receipt. One install, fully automatic.) (11 points, 9 comments), GitHub. u/Glittering_Focus1538 added a local-model angle with SmallCode, arguing that compound tools and an improvement loop let a 4B-parameter local model stay usable where frontier-model-first agents fall apart (I built a coding agent that gets 87% on benchmarks with a 4B parameter model, here's how) (8 points, 22 comments).
Discussion insight: The common ask is for artifacts humans can inspect later, not more hidden agent memory. The winning builder pattern was to make state legible: publish the spec, draw the graph, emit the receipt, or compress several fragile tool steps into one safer surface.
Comparison to prior day: May 18 emphasized repo-local memory and local wikis. May 19 broadened that artifact layer into public registries, graph viewers, portable receipts, and local-model execution harnesses.
2. What Frustrates People¶
Forced agent-first rollouts can remove the tools people were actually using¶
Severity: High. The Antigravity 2.0 threads show a specific failure mode: a model upgrade landed at the same time as a product shift that many users experienced as losing their editor, terminal, file tree, and source control. u/Feodotu explicitly listed those missing pieces in WTF is Antigravity 2.0? Where did my IDE go? (67 points, 78 comments), and u/cpldcpu (score 4) said the new UI was asking for confirmations “that i have zero insight into because I cannot find the file tree.” In Introducing Antigravity 2.0 (256 points, 255 comments), u/ideveloppro (score 20) said the update had turned into “just talk no code editor” and multiplied their workspace unexpectedly. People are coping by reinstalling the separate IDE build, patching local files, or using VPN workarounds, which is evidence that the product shift was not self-explanatory. This is worth building for because it blocks basic work rather than just lowering satisfaction.
Paid plans feel risky when billing, support, and fallback behavior are unclear¶
Severity: High. The harshest frustration was not “AI coding is too expensive”; it was “paid plans are becoming hard to trust.” u/LawfulnessSlow9361 paid for Claude Max and stayed stuck on the free tier while support stayed silent (post) (364 points, 59 comments). u/PepicoGrillo canceled Copilot because price increases were paired with bugs, lost context, and ignored repo instructions (post) (139 points, 80 comments). u/Actual-Wolverine7375 then escalated the trust problem into documentation forensics by comparing GitHub’s current fallback page with a Wayback snapshot (post) (109 points, 27 comments), while u/Twekanu’s Gemini 3.5 Flash thread focused almost entirely on the 14x multiplier rather than the model itself (post) (53 points, 23 comments). The current coping strategies are cancellation, chargebacks, switching vendors, and manually auditing vendor docs. This is worth building for, but it is also highly competitive because vendors own part of the fix.
Autonomous agents still need hard sandboxing¶
Severity: High. The Cursor deletion thread is the clearest example of why “agent can run commands” is still unsafe by default. u/Delicious-Pop5888 said Agent mode was supposed to remove a repo subfolder but instead walked outside the project and deleted large parts of their Windows user profile (Cursor Agent ran rmdir /s /q on Windows and deleted my user profile) (24 points, 79 comments). u/Future_Manager3217 (score 2) argued that prompts are not enough and wrappers must enforce repo-root-only execution, deny writes outside the repo, and show resolved paths before destructive commands. u/dvduval (score 8) answered with the most common real-world workaround: keep backups because the tools are not trustworthy enough yet. This is worth building for because the downside is catastrophic rather than annoying.
Routine refactors still waste too many turns and too many tokens¶
Severity: Medium. u/ChampionshipNo2815 said a simple rename/refactor burned 161 Claude Code turns until a batching plugin cut it to 52 (post) (54 points, 76 comments). The replies usefully show both sides of the problem: u/_ri4na (score 131) said the task belonged in the IDE, while u/yodacola (score 11) said the token math is muddied by context caching. Even with that disagreement, the workaround behavior is clear: people are reaching for IDE-native operations, custom batching, subagents, or cheaper worker models. u/Glittering_Focus1538’s SmallCode pitch and u/01zhas’s manager/worker grid are both attempts to reduce that tax from different directions. This is worth building for because users are already inventing their own fixes.
3. What People Wish Existed¶
Safe dual-mode AI IDEs with rollback and hard boundaries¶
The Antigravity and Cursor threads point to the same practical need from opposite directions. Antigravity users want an agent surface that still preserves the editor, terminal, file tree, and source control they were already using (WTF is Antigravity 2.0? Where did my IDE go?) (67 points, 78 comments), while Cursor users want destructive commands to be fenced to the repo with explicit path confirmation (Cursor Agent ran rmdir /s /q on Windows and deleted my user profile) (24 points, 79 comments). This is a practical need, not an aspirational one: people want an AI-first product that still lets them see, verify, and roll back what is happening. Opportunity: direct.
Predictable billing, fallback, and human support¶
Users want paid plans that provision correctly, publish stable fallback behavior, explain multipliers clearly, and offer a human escalation path when something breaks. The Claude Max legal-notice thread, the Copilot cancellation thread, and the fallback-docs audit show that people are already doing manual trust work that a product should handle for them (Claude Max support failure) (364 points, 59 comments), (Copilot cancellation) (139 points, 80 comments), (fallback docs audit) (109 points, 27 comments). This is practical and urgent. Opportunity: direct.
Native batching and delegated execution for boring work¶
The recurring wish is not just “make the model smarter.” It is “stop spending frontier-model money on trivial file operations.” u/ChampionshipNo2815’s 161-turn rename story, u/Glittering_Focus1538’s SmallCode compound tools, and u/01zhas’s manager/worker grid all point toward the same missing feature: native batching for small edits and built-in delegation from expensive planners to cheaper executors (Claude Code turn-count thread) (54 points, 76 comments), (SmallCode) (8 points, 22 comments), (multi-agent grid) (363 points, 63 comments). This is a practical need with multiple partial solutions already visible. Opportunity: direct.
Portable context artifacts humans can inspect later¶
designmd.sh, graphit, and Hyperweave all suggest the same unmet need: durable artifacts that survive the chat window. People want public DESIGN.md specs, expandable plan graphs, and session receipts they can drop into README files, Slack, or docs instead of hoping one model remembers what happened (designmd.sh) (231 points, 32 comments), (graph thread) (91 points, 57 comments), (Hyperweave) (11 points, 9 comments). This is practical rather than emotional, and the current supply is still early. Opportunity: direct.
4. Tools and Methods in Use¶
| Tool | Category | Sentiment | Strengths | Limitations |
|---|---|---|---|---|
| Google Antigravity 2.0 + Gemini 3.5 Flash | Agent IDE / model surface | (+/-) | Multiple users report much faster responses, better planning, and strong iterative coding performance | 2.0 rollout removed editor/terminal/source control for some users; auth/setup failures and project-duplication complaints dominated the launch |
| Claude Code | Coding agent | (+/-) | Works well as a manager/reviewer in multi-agent setups; rich plugin and artifact ecosystem | Provisioning/support complaints on Max; routine tasks can become turn-heavy and expensive |
| GitHub Copilot | Coding assistant | (-) | Broad model menu; GPT-5.3-Codex remains the documented base/LTS model for Business and Enterprise, and Gemini 3.5 Flash is rolling out | Price backlash, ignored instructions/context-loss complaints, fallback-policy confusion, and a 14x multiplier for Gemini 3.5 Flash |
| Cursor Agent / Composer 2.5 | IDE agent / model | (+/-) | Composer 2.5 published stronger benchmark numbers and a much lower relative price than frontier models | Agent mode still carries destructive-command risk, and users are still debating model identity and plan value |
| SmallCode | Local-model coding agent | (+/-) | Designed for 7B-20B local models, compound tools, local-first privacy, and optional cloud escalation | Benchmark claims are self-reported and commenters immediately asked for stronger real-world validation |
| Claude + MiniMax + Kimi grid | Workflow method | (+) | Parallel workers, clearer task briefs, lock files, and cheaper executors for simpler work | Requires manual setup across Linear, tmux, shell scripts, and conventions that can drift |
| designmd.sh / graphit / Hyperweave | Spec / visualization / telemetry layer | (+) | Makes specs, graphs, and receipts portable and inspectable across humans and agents | Early ecosystem, extra setup, and limited value if teams do not adopt shared artifact conventions |
The satisfaction spectrum was polarized. Antigravity and Composer 2.5 show that users will praise a tool immediately when speed or capability moves, but the Copilot, Claude, and Cursor threads show that they will defect just as quickly when pricing, support, or safety lags behind. The main workarounds today are IDE-native refactors for boring edits, switching from Copilot to Codex or OpenCode, using Claude as planner while cheaper or local models execute smaller tasks, and externalizing context into DESIGN.md files, graphs, and receipts.
5. What People Are Building¶
| Project | Who built it | What it does | Problem it solves | Stack | Stage | Links |
|---|---|---|---|---|---|---|
| Multi-agent coding grid | u/01zhas | Uses Claude to plan and review work while MiniMax and Kimi execute tasks in parallel against a Linear queue | Lets one person keep multiple coding agents busy on a large backlog without manually shepherding each step | Claude, MiniMax, Kimi, Linear, tmux, shell scripts, lock files, Obsidian docs | Alpha | post |
| designmd.sh | u/necati-ozmen | Public registry for DESIGN.md files that developers, designers, and AI builders can discover and install | Makes design-system instructions discoverable instead of burying them in one repo | Web app, GitHub-hosted DESIGN.md files, npx designmd.sh add <owner/repo> |
Shipped | post, site |
| SmallCode | u/Glittering_Focus1538 | Terminal coding agent optimized for small local models with compound tools and optional escalation | Frontier-model-first agents often fail on local 7B-20B models and too many sequential tool calls | Node.js CLI, local OpenAI-compatible endpoints, BoneScript, budget-aware MCP, optional cloud escalation | Beta | post, GitHub |
| DevGlobe | u/Fair-Independent-623 | Shows developers coding live on a globe, with public profiles, project discovery, and coding-time stats | Makes coding visible and social without sending source code | Web app plus VS Code, JetBrains, Zed, NeoVim, Claude Code, Codex, and OpenCode integrations | Shipped | post, site, GitHub |
| Hyperweave | u/em_el_k0b01101011 | Generates self-contained SVG receipts for AI coding sessions | Turns agent telemetry into portable artifacts that can live in README files, docs, or chat tools | Python package, install hook, SVG output layer | Beta | post, GitHub |
| AppShotty | u/mogens99 | Generates App Store screenshots from an App Store URL or uploaded images | Removes the manual work of creating correctly sized App Store marketing screenshots | Codex-assisted website, AI image generation, custom resizing pipeline | Shipped | post, site |
The strongest build pattern was “wrap the agent” rather than “replace the human.” The multi-agent grid is the clearest example: Claude writes the tasks, smaller workers execute them, and lock files plus review keep the system from collapsing into duplicate work. SmallCode attacks the same problem from the local-model side by giving weaker models compound tools and a tighter execution loop instead of pretending they can survive endless JSON tool calls.
The second repeated pattern was portable artifacts. designmd.sh publishes design instructions, Hyperweave emits session receipts, and DevGlobe turns coding activity into a social surface. A related low-signal example, graphit-cc, surfaced in comments as an Electron plugin that renders expandable conversation graphs. Taken together, the day’s builders were trying to make agent work easier to inspect, route, or package rather than simply making the agent “more autonomous.”
6. New and Notable¶
Composer 2.5 made price-per-capability the point of comparison¶
u/lrobinson2011’s Composer 2.5 announcement mattered because the discussion immediately shifted from “is this new?” to “is this cheaper enough to matter?” (Composer 2.5 has been released (2x usage for the next week)) (188 points, 64 comments). Cursor’s own blog post says Composer 2.5 is still built on Moonshot’s Kimi K2.5 and claims 69.3% on Terminal-Bench 2.0, 79.8% on SWE-Bench Multilingual, and 63.2% on CursorBench v3.1. Reddit’s top replies translated that directly into cost language, with u/AsukaMLEnjoyer (score 36) summarizing it as roughly 10x cheaper than Opus 4.7.

GitHub Copilot added Gemini 3.5 Flash, but the multiplier dominated the reaction¶
GitHub’s changelog called Gemini 3.5 Flash “near-Pro coding quality at Flash-tier speed and cost,” while also stating that the launch multiplier was a tentative 14x. On Reddit, that multiplier overwhelmed the product message. u/Twekanu framed the whole announcement around that number in Gemini 3.5 Flash available with 14x request multipier (53 points, 23 comments), and u/CouncilOfKittens (score 95) said GitHub was “just trolling at this point.” The signal is notable because new model launches are now being judged through multiplier math before they are judged through coding quality.
7. Where the Opportunities Are¶
[+++] Safe AI workspaces with rollback and hard file-system boundaries — The combination of Antigravity’s missing-editor backlash and Cursor’s destructive rmdir incident shows a large gap between “agent can act” and “developer can trust it.” Products that preserve manual control, keep the IDE visible, enforce repo-root execution, and make destructive actions reversible have direct evidence from both workflow and pain-point sections.
[++] Billing and fallback transparency for paid AI coding plans — Anthropic’s provisioning/support failure, Copilot cancellation threads, fallback-doc audits, and multiplier backlash all point to the same need: visible caps, stable fallback behavior, predictable billing, and a real escalation path. This is strong demand, but vendors and competitors are already fighting on the surface area.
[++] Budget-aware routing and batched execution — The 161-turn rename complaint, the SmallCode compound-tool approach, and the Claude-plus-workers grid all show demand for software that routes easy tasks to cheaper executors and compresses boring operations into fewer roundtrips. The evidence is strong, and users are already assembling their own versions manually.
[+] Portable artifact layers for human-agent collaboration — designmd.sh, graphit, and Hyperweave show an emerging market for artifacts that survive one session: public specs, expandable plan graphs, and portable receipts. The need is real, but the category is still early and fragmented.
8. Takeaways¶
- Antigravity’s model win and workflow shock arrived together. Gemini Flash earned some of the strongest performance praise of the day, but the same rollout also triggered threads about missing editors, broken auth, and confusing product splits. (source, source)
- Pricing complaints are now trust complaints. Users are escalating support failures, canceling subscriptions, comparing current docs with Wayback snapshots, and reacting to multipliers before they react to model quality. (source, source, source)
- The most credible workflow progress came from constraints, not autonomy. The day’s strongest process stories were about lock files, batching, allowlists, and repo-root enforcement rather than letting agents run longer on their own. (source, source, source)
- Builders kept externalizing agent state into artifacts humans can inspect. Public DESIGN.md registries, session receipts, and graph viewers all point toward a tooling layer that makes agent work portable and reviewable. (source, source, source)
- Cost-aware alternatives will keep attracting attention, but users want proof. Composer 2.5’s benchmark table and SmallCode’s local-model pitch both landed because people are actively looking for cheaper or more efficient execution paths, yet comment threads quickly demanded evidence and real-world validation. (source, source)