Featured image of post A Comparative Review of Eight IDEs in the AI Era: Memory Usage, Runtime Efficiency, and Bug Signals (Multi-Source Verification, August 2026)

A Comparative Review of Eight IDEs in the AI Era: Memory Usage, Runtime Efficiency, and Bug Signals (Multi-Source Verification, August 2026)

A side-by-side comparison of runtime memory, efficiency, and bug signals across eight IDEs: Claude Code / Cursor / VS Code / Kiro / Windsurf / Trae / Zed / JetBrains; multi-source online verification + adversarial review, with proxy signal notes and scenario-based buying recommendations.

Stop taking that optimistic little “lightweight 400MB” number on IDE landing pages at face value—the 2026 generation of AI IDEs has entered the era of “memory inflation.” In a Copilot Chat session stretched across 18 hours, the VS Code extension host can balloon from 500MB to 80GB+, while Zed has even recorded an extreme 185GB case on macOS.

This article offers an in-depth comparison of eight mainstream AI IDEs. Using multi-source online verification plus adversarial review, we cross-check the authenticity of every number. Key conclusion upfront: Claude Code and Windsurf have the most severe memory leaks—50GB-60GB+ has become routine; Zed has the smallest memory footprint but[]{“its memory leaks can be just as fatal; JetBrains IntelliJ keeps memory under control, but you pay for it }—— 300MB-2GB is enough for basic editing, but once Agent mode is enabled, 8-20GB is today’s realistic floor for “serious AI-assisted development.”

Data and Methodology Statement

The data in this article comes from multi-source verification of publicly available web information, not same-condition lab benchmarks. All memory figures refer to resident set size (RSS), not virtual memory or disk swap. We performed an “adversarial review” for each IDE: first recording the original data, then independently verifying it through Grok/Tavily/WebSearch, without assuming any original number was correct.

Key validation mechanisms:

  • Prioritize original reports from GitHub Issues / YouTrack / forums, excluding secondhand reposts
  • Cross-check across multiple sources—at least three independent sources required for confirmation
  • Where data conflicts, defer to the source with higher visibility / more detailed reporting
  • Bug signals count only Open issues as defined by the issue tracking system; Closed/Resolved issues are excluded

** Caveat: Bug signals are proxy signals, not exact bug counts.** Issue volume only reflects the tendency of users to report problems; it does not distinguish severity. A 100k-star project with 100 reported memory leak issues may be more reassuring than a 100-star project with 50 still-“alive” issues—both are “alive,” but reporting habits can differ enormously.


TL;DR in One Sentence

Most memory-stable: Zed (native Rust architecture, typically 150-600MB, extreme leaks of 12GB-185GB); largest memory usage: Kiro (81.80GB reported on a 48GB machine, no controlled benchmark); worst leaks: Claude Code/Windsurf (2,000-911,000 MB/min, 50GB+ per session is routine); free but questionable: Trae (claims 1.9GB-2.5GB in 2026, but public sources were debunked and remain unverifiable); paid Yet Better: JetBrains (manageable at 4GB-16GB, may spike above 10GB during AI sessions). For lightweight laptops → choose Zed; for Agent workflows → accept 8-20GB RAM as the price of admission; on a tight budget → prioritize Claude Code v2.1.74+ because leaks have been fixed, Trae is free but unverified; for enterprise compliance → JetBrains + JVM tuning.


1. Why Another IDE Comparison: In 2026, AI IDEs Are Exploding, Electron Forks Are Everywhere, Zed’s Native Approach Is Making a Comeback, and Memory + Bugs Have Become Real Pain Points

2026 is the first full year after the “year zero” of AI IDEs. VS Code once disrupted JetBrains’ “commercial IDE” paradigm with a “free + extensions” model. Now AI has pushed the race into a new dimension—the combination of “free IDE + free AI” is replaying VS Code’s disruptive path, but at the cost of unprecedented memory bloat.

We are seeing three technical paths take shape:

1. Electron forks everywhere (Cursor/Windsurf/Trae/Kiro)
Roughly five IDEs are built on Electron. They share VS Code’s foundation—Chromium renderer + Node.js—but each has its own leak points. Interestingly, aside from Kiro’s extreme 81GB case, other Electron products leak in roughly the same order of magnitude, around 8-25GB. That suggests the framework itself is not the original sin; implementation quality matters more.

2. Native rendering rises again (Zed)
Zed is the only native IDE here built with Rust + GPU rendering. Its cold start is under 1s—twice as fast as VS Code—and UI thread latency stays under 10ms, crushing the Electron ecosystem on these hard metrics. Its 400MB memory baseline is also the lowest, confirming the intuition that “new frameworks are lighter.” But note this: its memory leak absolute value is the lowest, yet its relative increase can still be huge, from 400MB to 185GB. In other words, “native” does not mean “leak-free”; it just starts leaking from a lower baseline.

3. Terminal Agent paradigm (Claude Code)
Claude Code mixes a “terminal CLI + native binary + Electron wrapper,” and this layered architecture creates unique memory behavior. The CLI itself is light at around 390MB, but the background native binary can go out of control. Unlike Electron, where there is a relatively clear “renderer process maxing out at 5GB” boundary, Claude Code is more like “one process quietly grows to 50GB before you realize something is wrong.”

Data does not lie, but context matters. The comparison table below gives precise figures, but keep this in mind: all numbers are single-point snapshots, not controlled-variable benchmarks. A VS Code instance running a 24-hour AI Agent session inside a 100k-line monorepo behaves very differently from a VS Code instance left open for 24 hours on a 100-line script. The numbers here are “typical ranges reported by users,” covering light, medium, and heavy workloads as much as possible.


2. Side-by-Side Comparison of Eight IDEs (Verified Data)

The table below lists the core metrics. Pay special attention to the “Memory Leak Rate” section below the table—that inferred metric is extracted from original reports and is key to determining how long a session can survive.

IDETech StackMemory (Typical → Peak)Cold StartBug SignalPricingOverall
Claude Code (Desktop + CLI)Terminal native + Electron467MB-562MB → 13GB-50GB+CLI: 1-3s; Desktop: 10-15s⚠️ 5k+ issues; 12 open memory/perfFree❌ Severe leaking
CursorElectron (VS Code fork)300MB-800MB → 14GB-25GB2-5s⚠️ 6+ active leak threads on forumFree tier⚠️ Moderate leakage
VS Code + GitHub CopilotElectron300MB-500MB → 3GB+1.2-1.3s with few extensions ~ 5s+ with many extensions~267 Copilot-open issuesFree/$10 per user/month✅ Manageable
KiroElectron (VS Code fork)Undisclosed → 81.80GB(!)Undisclosed⚠️ 1700 total; 12 open crash issuesAWS Free tier❌ Undisclosed but extreme
Windsurf (Codeium)Electron1-2GB → 20GB-60GB+2-5s12 open; claims of 266 are FALSEFree/Pro❌ Among the worst
TraeElectron (VS Code fork)1.9GB-2.5GB → ?Slow12 open; claims of 1325 are FALSEFree⚠️ Claims okay, data questionable
ZedNative Rust + GPU150MB-600MB → 12GB-185GB<1s⚠️ Memory leak issues confirmedFree✅ Best baseline
JetBrains IntelliJ + AIJVM4GB-16GB → 10GB+ during AI periods~3s (2025)AI Assist: 47 unresolvedCommercial✅ Commercially manageable

Legend for the Table

IconMeaning
This metric performs well and meets expectations
This metric has serious problems and should be avoided
⚠️This metric carries risk but may be acceptable in some scenarios

Estimated Memory Leak Rate (Extracted from Reports)

IDELeak RateNotes
Claude Code2,000-911,000 MB/min#85885 (15,183MB/min), #86984 (3,600MB/min)
CursorNot quantifiedForum reports “22GB+ across processes” but no rate
VS Code + CopilotNot quantifiedUsers fixed it by disabling Copilot
KiroNot quantifiedIssue #7709: 48GB → 81.80GB after extended use
Windsurf~6GB/2-3minIssue #300: 20-34GB in 2-3min on a 16GB system
Trae2025→2026 -43%From 5.7GB to 1.9-2.5GB (version optimization, not leak mitigation)
ZedRelatively well controlledIssue #29198: 220MB-350MB overnight test passed
JetBrainsRelatively well controlledNo runaway reports; AI sessions spike to 10GB+, not infinite

3. Per-IDE Snapshot (2-4 Sentence Summary + ✅/❌/⚠️ Bullets)

1. Claude Code (Desktop + CLI)

Anthropic’s CLI Agent feels great in a terminal environment, but “memory leak” has become one of its defining traits. The official issues include a terrifying leak rate of 911GB/hour, or 15,183MB/min; user reports of “80MB/min” are already a severe understatement. The CLI starts quickly at 1-3s, and the desktop app is slower at 10-15s, but long sessions almost inevitably end in OOM.

  • ✅ Lightweight terminal CLI baseline, fast cold start (1-3s)
  • ✅ Multi-surface sync across CLI/IDE/desktop/web
  • ❌ Unknown leak in native binary, with records above 50GB+
  • ❌ 60MB/s (3,600MB/min) leak rate is common; sessions longer than 2 hours almost inevitably crash

2. Cursor

Cursor’s question is not “does it leak?” but “when does the leak explode?” Forum reports of 22GB, 25GB, and 50GB—the last caused by a nested .cursor directory bug—keep appearing. But its main-process leak rate is not extreme; it looks more like accumulated bloat from flawed multi-process resource cleanup. Sub-100ms autocomplete is genuinely fast, but long Agent sessions can slow the IDE down.

  • ✅ Fast autocomplete (<100ms), generally smooth
  • ✅ Low idle baseline for small projects (300-500MB)
  • ⚠️ Multi-process architecture; renderer threads can grow to 22GB+
  • ❌ No official bug tracker; forum-based reporting is easy to miss

3. VS Code + GitHub Copilot

Copilot Chat is one of VS Code’s “performance killers.” When editing offline, VS Code itself only needs 300-500MB, but once Chat opens, extension host memory can shoot past 3GB like a cannon round. The fix is brutally simple: “disable Copilot.”

  • ✅ Extremely light baseline; 300-500MB is enough without Copilot
  • ✅ GitHub Copilot has 267 open issues; problems are manageable
  • ❌ Copilot Chat is a memory black hole; 3GB+ is routine
  • ⚠️ The messier the extension ecosystem, the less predictable memory becomes

4. Kiro

Kiro is an IDE that “exists but makes little noise.” Its website is low-key, and user reports are even quieter. It was not until Issue #7709 revealed “81.80GB on a 48GB machine” that the community realized AWS’s spec-driven IDE may be repeating Claude Code’s memory-management mistakes.

  • ⚠️ No public benchmark; official data is not disclosed
  • ❌ Issue #7709: 81.80GB on a 48GB machine (absolute disaster)
  • ⚠️ globalStorage alone eats 7.5GB (version-management bug?)
  • ✅ AWS-friendly integration and AI-assisted spec writing

5. Windsurf (Codeium)

Windsurf’s leak reports are more detailed than forum chatter. Issue #300, #286, and #63 report peaks of 20-34GB, 60GB+, and 11GB respectively, with screenshot evidence of “20-30 zombie processes at 200-400MB each.” Its problem is not a single leak point, but a “systemic absence of cleanup logic.”

  • ✅ Multi-file refactoring is a strength
  • ⚠️ Runtime memory baseline is 1-2GB, but spikes to 60GB+
  • ❌ Zombie-process party can last for hours without subsiding
  • ❌ Official issue tracker claims “266 open” → actually only 12; poor data transparency

6. Trae

Trae’s story is: “fake data or a slip of the tongue?” It claims “1.9-2.5GB idle” and “1325 open GH issues,” but independent verification found:

  • The 1.9GB/2.5GB figures came from issues in other projects (Claude Code #32720, rust-analyzer #20028)
  • The issue count of 1325 is actually “total historical count, open + closed,” not “open”
  • The official repository has only 12 open issues

Trae’s real performance cannot be inferred from public data. It feels like a product that “only announces good news and never publishes the bad news.”

  • ⚠️ Claims 2026 optimization to 1.9-2.5GB (from official docs, no independent verification found)
  • ❌ Issue count of 1325 is false data; transparency is questionable
  • ✅ Free model available; 5.7GB in 2025 → 1.9-2.5GB in 2026 (claimed)
  • ❌ No third-party independent memory data to support the claim

7. Zed

At this point in the article, Zed is the only product that makes me think, “This is seriously worth considering.” Its 150-600MB baseline memory is the lowest among the eight, and its sub-1s cold start is the fastest. Its native Rust UI does not stutter because of Electron’s JavaScript bridge. The only caveat is that it also leaks; it just starts lower. A 50GB leak here means “50GB starting from 400MB,” not “50GB starting from 5GB.”

  • ✅ Baseline memory of 150-600MB, cold start <1s
  • ✅ <10ms UI latency, typist-friendly
  • ⚠️ Issue #17937: 185GB macOS leak (extreme, but proves the problem is not eradicated)
  • ❌ Small extension ecosystem, few VS Code-compatible APIs

8. JetBrains IntelliJ + AI Assistant

JetBrains’ “paid Yet Better” strategy still holds up in memory management. JVM heap parameters are controllable (-Xms2048m/-Xmx30GB), and the direct impact of the AI Assistant plugin is a “manageable peak,” not an “uncontrolled leak.” YouTrack shows only 47 unresolved issues in the AI Assistant project, and the only memory-related-looking issue is “AI Chat content wrapping at 150% zoom”—it is hard to imagine a commercial IDE bug list this “harmless.”

  • ✅ JVM parameters are controllable; memory behavior is predictable
  • ✅ AI sessions can spike to 10GB+, but do not run away
  • ❌ Commercial license; $$$ cost for team adoption
  • ✅ YouTrack shows a “governable” number of bugs

4. How to Read the Three Hard Metrics—and Where the Traps Are

Trap 1: Memory Numbers Cannot Be Compared Directly—Projects, Plugins, and Versions Matter

Zed says “150-600MB,” while Kiro says “81GB,” an 800x difference. But jumping straight to “choose Zed, avoid Kiro” is still wrong—the key is version and workload.

Version differences: Claude Code issue #33356 marks the “50.4GB case fixed in v2.1.74,” which means older versions leaked more severely. Any review must specify “as of 2026-08-19.”

Plugin differences: VS Code with no plugins = 300MB; VS Code with 20 extensions = 2GB; VS Code with Copilot Chat = 3GB+. The same IDE can range from 0.3GB to 3GB purely because of its extension ecosystem.

Project differences: A 10-line Python script and an 850k-line TypeScript monorepo produce completely different RAM behavior in VS Code. The 13GB VS Code in Issue #24840 was “large TypeScript project + Copilot + many extensions,” not an “empty editor.”

How to read it: Before reading a number, ask: “Under what workload was this measured?” “Typical idle” and “peak after a 4-hour Agent session” are entirely different things.

Trap 2: Bug Signals Are Proxies, Not Counts

Windsurf’s issue tracker claims “266 open,” while independent queries show “12.” That 254x difference is not a wiki-editing error; it is a case of inconsistent data definitions.

  • GitHub issue count = open issues only = “user-reported and not yet root-caused”
  • Forum post count = “any user complaint” = includes duplicates, resolved cases, and explanatory posts
  • YouTrack unresolved = “team has not triaged or fixed yet” = a narrower “team backlog”

The harder problem is survivorship bias: only users who hit problems open issues. A user whose IDE has run stably for three months will not go to GitHub and write, “It did not crash again today”; a user whose IDE crashes every 15 minutes may happily open three issues to vent. The issue count we see is the product of “problem tendency” × “active user count,” not a pure “stability metric.”

How to read it: When looking at bug signals, ask three questions:

  1. Is this open count or total count?
  2. Is the issue tracker definition public?
  3. Are there independent user reports backing it up?

Trap 3: Perceived Efficiency—Response Time vs Memory Pressure

Zed says “cold start <1s, VS Code 3-5s,” and that is true. Zed says “typist latency <10ms,” and that is also true. But those numbers do not automatically mean “you will write code faster.”

Perceived efficiency = 30% baseline speed + 50% stability + 20% feature completeness

Zed starts quickly, but if 80% of your coding time happens in large projects, the “1s vs 3s” cold-start gap is diluted by project load time (10s-30s) into little more than a ripple. What you actually feel is whether the UI stutters, whether find/replace lags, and whether AI completion takes too long—these core capabilities matter far more than “1s vs 3s.”

How to read it: When looking at efficiency numbers, ask: “How often does this number appear in my workflow?” Cold start at 1s vs 3s affects you only twice a day, totaling maybe 10 minutes per year; but a “100ms search delay” repeated 50 times a day adds up to 83 hours a year. Optimize high-frequency bottlenecks first.


5. Recommendations by Scenario

Scenario 1: Lightweight Laptop / Low Budget / Occasional AI Only

Recommendation: Zed

Zed’s 150-600MB baseline and sub-1s cold start make it the best choice for lightweight machines. Even on an older laptop with 8GB RAM, Zed will not drag the system down after an AI session the way Claude Code or Windsurf can.

Not recommended: CLAUDE CODE / WINDSURF / KIRO

These three are memory-leak disaster zones. An 8GB lightweight laptop cannot survive a single 10GB+ leak.


Scenario 2: Legacy Projects / Large Monorepo / High-Memory Machine (32GB+)

Recommendation: VS Code + GitHub Copilot or JetBrains IntelliJ

Large projects need powerful indexing and context. VS Code + Copilot’s 3GB+ memory usage is the price you pay for convenience. JetBrains IntelliJ’s JVM heap parameters are controllable; with 32GB RAM, you can comfortably allocate 16GB to IntelliJ and leave another 16GB for the system and other tools.

Not recommended: Trae

Trae’s “claimed” data cannot be verified, and large projects may trigger undisclosed leaks. It also has only 12 issues, which may mean a small community → fewer bug reports → problems hidden deeper.


Scenario 3: Heavy Agent Use / Multi-Agent Concurrency / Long Unattended Runs

Recommendation: JetBrains IntelliJ

JetBrains’ JVM has mature GC and heap management. Even when an AI session runs for hours, it “grows slowly but remains controllable,” unlike Claude Code/Windsurf, which can “explode.”

Not recommended: CLAUDE CODE / WINDSURF / KIRO

These three have already proven they can lose control under heavy Agent workloads. Kiro’s 81GB report, Claude Code’s 50GB+ reports, and Windsurf’s 60GB+ reports all occurred under non-extreme workloads.


Scenario 4: Enterprise Compliance / Auditing / Long-Term Subscription

Recommendation: JetBrains IntelliJ

Commercial software has a better user-reporting mechanism, an auditable bug-tracking system, and clear SLAs. Enterprises need “someone accountable when things break,” not “randomly looking for someone in a GitHub issue.”

Not recommended: Free-tier IDE with hidden leak

The free versions of Claude Code, Windsurf, and Trae all hide leak risks. The nightmare scenario for enterprise operations is “the system OOMs at midnight, and the logs show it was an IDE on a developer machine.” At least a commercial IDE’s SLA gives you someone to complain to during an outage.


6. General Memory Optimization Tips

No matter which IDE you choose, a few general tips can save a lot of memory:

  1. Disable unused extensions. VS Code’s 500+ footprint is the product of “number of installed extensions × memory per extension.”
  2. Restart your IDE regularly. Memory leaks are not bugs; they are features—every modern IDE leaks, and regular restarts are operations hygiene.
  3. Tune JVM parameters. JetBrains users should manually set -Xms2048m -Xmx30g instead of relying on defaults.
  4. Monitor process memory. Use top on Linux/macOS and Task Manager on Windows. If a single process exceeds 5GB, immediately save + restart.

References

  1. https://github.com/anthropics/claude-code/issues (5k+ issues)
  2. https://github.com/anthropics/claude-code/issues/86984 (911GB/hour leak)
  3. https://github.com/anthropics/claude-code/issues/86712 (14.6GB OOM on WSL)
  4. https://github.com/anthropics/claude-code/issues/85885 (60MB/s growth)
  5. https://github.com/anthropics/claude-code/labels/perf:memory (12 open)
  6. https://houtini.com/articles/claude-code-system-requirements (8GB practical minimum)
  7. https://www.reddit.com/r/ClaudeCode/comments/1rrdtvt (80MB/min leak report)
  8. https://medium.com/@joe.njenga/claude-code-high-memory-usage (129GB investigation)
  9. https://github.com/anthropics/claude-code/issues/21665 (2GB/min leak)
  10. https://github.com/anthropics/claude-code/issues/33356 (50.4GB)
  11. https://forum.cursor.com/t/cursor-consuming-22-gb-ram-across-dozens-of-helper-processes-ide-becomes-extremely-slow/158844
  12. https://forum.cursor.com/t/memory-leak-probably/151334
  13. https://forum.cursor.com/t/cursor-memory-leak-7gb-ram-usage-makes-it-unusable-crashes-constantly/60625
  14. https://forum.cursor.com/t/excessive-memory-usage-by-cursor-renderer/158856
  15. https://forum.cursor.com/t/cursor-crashes-frequently-on-windows-renderer-process-exceeds-4gb-memory-possible-memory-leak/147231
  16. https://dev.to/ttibbs/cursor-was-using-50gb-of-memory-the-cause-was-a-nested-cursor-folder-275o
  17. https://www.reddit.com/r/cursor/comments/1lebq9d/lately_ive_noticed_cursor_is_taking_up_alot_of
  18. https://www.reddit.com/r/cursor/comments/1r4vh0y/cursor_freezes_memory_leak
  19. https://www.reddit.com/r/cursor/issues/1qb6t3m/cursor_crashes_after_taking_82_gb_memory_on_an_m4
  20. https://zed.dev/compare/vscode
  21. https://tech-insider.org/zed-vs-vscode-2026
  22. https://github.com/microsoft/vscode-copilot-release/issues (267 open)
  23. https://github.com/microsoft/vscode/issues/294050 (Copilot Chat leak)
  24. https://github.com/microsoft/vscode-copilot-release/issues/12875 (OOM)
  25. https://github.com/orgs/community/discussions/163309 (memory exhaustion)
  26. https://github.com/kirodotdev/Kiro/issues/7709 (81.80GB)
  27. https://github.com/kirodotdev/Kiro/issues (1700 total)
  28. https://github.com/kirodotdev/Kiro/issues?q=is%3Aissue+is%3Aopen+crash
  29. https://github.com/Exafunction/codeium/issues (12 open, claims 266 FALSE)
  30. https://github.com/Exafunction/codeium/issues/63 (11GB)
  31. https://github.com/Exafunction/codeium/issues/286 (60GB+)
  32. https://github.com/Exafunction/codeium/issues/289 (Linux memory leak, CLOSED)
  33. https://github.com/Exafunction/codeium/issues/300 (20-34GB)
  34. https://github.com/Exafunction/codeium/issues/333 (runaway memory)
  35. https://boostdevspeed.com/blog/windsurf-ide-10gb-ram-memory-leak-fix
  36. https://mer.vin/2025/12/windsurf-memory-rules-deep-dive
  37. https://github.com/Trae-AI/Trae/issues (12 open, claims 1325 FALSE)
  38. https://github.com/anthropics/claude-code/issues/32720 (1.9GB, not Trae)
  39. https://github.com/rust-lang/rust-analyzer/issues/20028 (2.5GB, not Trae)
  40. https://github.com/Trae-AI/TRAE/issues/1041 (100% CPU, OpenJDK, not memory)
  41. https://zed.dev/compare/vscode
  42. https://github.com/zed-industries/zed/issues/7939 (+10GiB jump)
  43. https://github.com/zed-industries/zed/issues/29198 (220MB-350MB overnight)
  44. https://github.com/zed-industries/zed/issues/59711 (24GB system unresponsiveness)
  45. https://github.com/zed-industries/zed/issues/61815 (multi-GB growth)
  46. https://github.com/zed-industries/zed/issues/62391 (53GB resident memory)
  47. https://github.com/zed-industries/zed/issues/62486 (file watcher leak 4-6GB)
  48. https://github.com/zed-industries/zed/issues/17937 (140GB-185GB macOS leak)
  49. https://youtrack.jetbrains.com/issues/LLM-20307 (not memory, explicit context args)
  50. https://youtrack.jetbrains.com/issues/LLM-2187 (not memory, merge windows)
  51. https://youtrack.jetbrains.com/issues/LLM-25345 (not memory, merge windows)
  52. https://youtrack.jetbrains.com/issues/LLM-17405 (not memory, CUDA attributes)
  53. https://github.com/microsoft/copilot-intellij-feedback (948 open issues)
  54. https://intellij-support.jetbrains.com/hc/en-us/community/posts/37358146543122 (memory usage increase in 2026.1)
  55. https://news.ycombinator.com/item?id=25239203 (old HN post, 2020)
  56. https://www.jetbrains.com/help/idea/increasing-memory-heap.html (JVM heap docs)

Research Timestamp and Statement

Research timestamp: August 19, 2026
Data sources: Public GitHub Issues / YouTrack / forums / Reddit / third-party blogs
Verification method: Multi-source cross-checking + adversarial review (independent Grok/Tavily/WebSearch queries)
Lab testing: None—this article is not a same-condition controlled experiment; it extracts typical values from user reports
Data uncertainty:

  • Kiro: Memory data comes only from the single-point Issue #7709 report, with no benchmark or systematic data
  • Trae: Claimed memory figure of 1.9-2.5GB has questionable sourcing (apparently copied from the wrong issues), with no independent verification
  • JetBrains YouTrack: No public issue-count API; 47 unresolved issues refers to a subset of the AI Assistant project

Correction log:

  • Claude Code: Original claim 80MB/min → verified 2,000-911,000 MB/min (underreported by 25-11,000x)
  • Claude Code: Original claim 12-16GB → verified 13GB-50GB+ (underreported by 3-4x)
  • Windsurf: Original claim 266 open issues → verified 12 (open + closed total ≈266; open ≠266)
  • Trae: Original claim 1325 open issues → verified 12 (open + closed total ≈1325; open ≠1325)
  • JetBrains: Original claimed LLM-20307/LLM-2187/LLM-25345/LLM-17405 were memory/CPU issues → verified all are unrelated to AI/memory