Codex (OpenAI) logo
A

Codex (OpenAI)

A Tier · 8.3/10

OpenAI's coding agent -- parallel tasks, PRs, and as of 2026-07-09 merged into the unified ChatGPT desktop app (Chat + Work + Codex, every plan incl. Free) with GPT-5.6 across the lineup. **GPT-6 Astra arrived 2026-09-03 with a rewritten Codex harness -- OpenAI claims 1.9x faster task completion vs GPT-5.6 Sol on Mind2Web**, though that figure combines the harness change with the model. GPT-5.4 and 5.4-mini left Codex on 2026-08-31

Last updated: 2026-09-05Free tier availablePowered by GPT-5.6 Sol / Terra / Luna (GA 2026-07-09; Terra default on Free/Go, Sol the only one in Codex cloud) + GPT-5.3-Codex-Spark research preview on Pro. GPT-5.5 remains selectable as previous-gen; GPT-5.2-Codex was RETIRED 2026-07-23

Score Breakdown

8.0
Ease of Use
8.0
Output Quality
8.0
Value
9.0
Features

Benchmark Scores

Benchmarks for GPT-5.2-Codex (HISTORICAL -- this model was RETIRED 2026-07-23; scores retained for trend context only. Current Codex default is GPT-5.6 Sol, whose first-party Codex benchmarks are pending)

BenchmarkScore
SWE-bench72%
HumanEval95%

Last updated: 2026-04-25

The Good and the Bad

What we like

  • +Lives inside ChatGPT -- if you already pay for Plus ($20/mo), Codex is included at no extra cost
  • +Parallel task execution is a real differentiator -- assign 5 tasks at once and come back when they're done
  • +Code review feature catches bugs and suggests improvements before you merge -- genuinely useful, not just a gimmick
  • +Sandboxed environments per task means it can't break your local setup -- runs tests safely in the cloud
  • +GitHub integration lets it propose PRs directly, read your repo, and work on real issues end-to-end
  • +CLI, web, and IDE extension gives you three ways to interact depending on your workflow

What could be better

  • Usage limits burn through fast -- 20-100 messages per 5 hours on Plus means heavy users hit the wall mid-task
  • Can't be corrected mid-task -- once you send a prompt, you wait for the full result, no steering
  • Struggles with complex refactors and architectural decisions -- great at straightforward tasks, mediocre on nuanced ones
  • Cloud-based GitHub integration is unintuitive to set up -- many users find the workflow confusing
  • No image input yet -- can't show it a screenshot of a UI bug and ask it to fix it
  • Response latency can spike to 3+ minutes per response during peak hours

Pricing

Free

$0
  • Basic Codex access
  • Quick coding tasks only
  • Explore capabilities

Go

$8/month
  • Lightweight coding tasks
  • Codex CLI access

Plus

$20/month
  • Codex web + CLI + IDE extension
  • GPT-5.6 Sol / Terra / Luna (GPT-5.3-Codex already deprecated; **GPT-5.4 + GPT-5.4-mini retired from Codex 2026-08-31** -- migrate to gpt-5.6-terra / gpt-5.6-luna)
  • 20-100 local messages per 5h
  • Slack integration
  • Cloud code review

Pro

$100/month
  • 10-20x higher rate limits
  • GPT-5.3-Codex-Spark (research preview)
  • Up to 2,000 messages per 5h
  • Priority processing

Business

Pay as you go/per seat
  • 30-150 local messages per 5h
  • 10-60 cloud tasks per 5h
  • 20-50 code reviews per 5h
  • Admin controls
  • Larger VMs

Known Issues

  • THE CODEX HARNESS WAS REWRITTEN ALONGSIDE GPT-6 ASTRA -- 1.9x FASTER TASK COMPLETION, AND THE SPEED GAIN IS NOT ALL FROM THE MODEL (2026-09-03, vendor-primary): OpenAI shipped **GPT-6 Astra** and states in the launch post: '**Alongside Astra, we are also updating the Codex harness to significantly improve the speed of computer use. Combined with Astra's efficiency, this translates to a 1.9x faster task completion compared to the current GPT-5.6 Sol experience, on the Mind2Web benchmark.**' **Read the attribution carefully, because it is doing work: the 1.9x is the combination of a harness change and a model change, not a model benchmark.** OpenAI separately reports that on OSWorld 2.0 latency simulations Astra scores **72.6% at roughly 40 minutes per task** versus Sol's **65.7% at roughly 75 minutes** -- about **47% less time** -- so the model is genuinely faster on computer use, but the Codex-specific figure bundles the harness update in. **WHAT THIS MEANS IF YOU RUN CODEX:** the harness improvement lands for everyone on the Codex surface, and Astra reaches Plus, Pro, Business and Enterprise within existing subscription allowances as the staged rollout completes. Astra is API-addressable as `gpt-6-astra` at **$10/$50 per 1M short-context** ($20/$75 long-context, Batch $5/$25, Fast mode 2x) -- **2.5x the price of GPT-5.6 Sol at $4/$20**, which is the trade to weigh for high-volume agent runs where Sol was already adequate. **CONTEXT WITH THIS WINDOW'S OTHER CODEX CHANGE:** GPT-5.4 and GPT-5.4-mini left the Codex surface on 2026-08-31 as scheduled, so within four days the Codex model list lost its two oldest entries and gained OpenAI's most expensive one.Source: OpenAI (openai.com/index/gpt-6-astra/, publicationDateText 'September 3, 2026') + platform.openai.com/docs/pricing.md -- fetched 2026-09-05 via curl with browser UA · 2026-09-03
  • TODAY IS THE DAY: GPT-5.4 AND GPT-5.4-MINI RETIRE FROM CODEX (2026-08-31 -- re-verified on the vendor doc this morning, still scheduled, not slipped): the deprecation announced back on 2026-04-22 reaches its date today. OpenAI's Codex models documentation still states it in the future tense as of this check -- '**GPT-5.4 and GPT-5.4 mini retire from Codex on August 31, 2026**' -- so the retirement is proceeding on schedule rather than being quietly deferred, which is worth confirming because OpenAI has let doc pages for retired models linger before. **THE MIGRATION, VERBATIM FROM THE VENDOR:** 'If you sign in with ChatGPT, replace `gpt-5.4` with `gpt-5.6-terra` and `gpt-5.4-mini` with `gpt-5.6-luna` in **saved configurations, custom agents, and scheduled tasks**.' Those three surfaces are the ones that break silently -- a `model = "gpt-5.4"` line in a `config.toml`, a custom agent definition, or a nightly `codex exec --model gpt-5.4` job will not warn you in advance. **THE SCOPE LIMIT THAT MOST COVERAGE GETS WRONG, AND THE VENDOR IS EXPLICIT ABOUT IT:** '**The OpenAI API and Codex authenticated with your own API key aren't affected.**' This is specifically **Codex with ChatGPT sign-in**. If you drive Codex with your own API key, nothing changes for you today. **Corroborating detail: `gpt-5.4` does not appear anywhere in OpenAI's API deprecations ledger** -- checked the same session -- which is consistent with this being a Codex-surface retirement rather than an API model shutdown, and is a useful reminder that the two ledgers are separate and you have to read both. Current recommended Codex set remains **GPT-5.6 Sol / Terra / Luna**, with Sol the only one available in Codex cloud.Source: OpenAI (developers.openai.com/codex/models.md, 'Other models' section) -- fetched 2026-08-31; cross-checked against platform.openai.com/docs/deprecations.md the same session, which contains no gpt-5.4 row · 2026-08-31
  • THE ADMIN PLUGIN COVERS CODEX, NOT JUST CHATGPT WORK (2026-08-25, vendor-primary): OpenAI's new **Admin plugin ships for ChatGPT Work *and* Codex**, so Codex workspaces get the same conversational administration surface: **review Codex activity and credit usage**, spot members or groups approaching credit limits, manage members and groups, control **feature or model access by role or group**, and approve or deny **usage-limit and spending requests** in context. Recurring checks can be automated and routed into Slack or Microsoft Teams for approval. **For Codex specifically the credit-usage angle is the relevant one** -- Codex consumption is the line item enterprises actually watch, and this puts limit adjustment and spend approval in the same conversation as the usage data. OpenAI notes its own IT team runs ChatGPT Work and Codex this way. **Same caveat as on the ChatGPT Work page: this grants an LLM authority to change permissions and approve spend, and the announcement describes no independent audit or rollback mechanism.**Source: OpenAI (openai.com/index/introducing-admin-plugin/, publicationDateText 'August 25, 2026') -- fetched 2026-08-28 via curl with browser UA · 2026-08-25
  • THE ASSISTANTS API IS NOW ACTUALLY DEAD -- SUNSET EXECUTED 2026-08-26, CONFIRMED PAST-TENSE ON OPENAI'S OWN DEPRECATIONS PAGE (2026-08-26, vendor-primary): OpenAI's deprecations documentation now reads, in the past tense, '**The Assistants API was officially sunset on August 26, 2026, following its deprecation announcement on August 26, 2025**' -- exactly twelve months' notice, honoured to the day. **Replacements are the Responses API and the Conversations API**, with an Assistants-to-Conversations migration guide. This closes a dated watch we had been carrying: the retirement was scheduled, and unlike some vendor deadlines this one executed on time rather than slipping. **Why it belongs on this page: anyone still running an Assistants-API integration has a broken product today, not a deprecation warning** -- and the migration is not cosmetic, because Responses/Conversations split what Assistants did into two primitives. **Method note for future sweeps: the machine-readable source is platform.openai.com/docs/deprecations.md (the developers.openai.com/api/deprecations.md path 404s and returns a 440KB HTML shell that greps as a false negative).**Source: OpenAI (platform.openai.com/docs/deprecations, fetched as .md -- verbatim: 'The Assistants API was officially sunset on August 26, 2026'; deprecation table row '2026-08-26 | Assistants API | Responses API and Conversations API') -- fetched 2026-08-28 via curl · 2026-08-26
  • MODEL RETIREMENT WAVE EXECUTED 2026-07-23 -- AND GPT-5.4 LEAVES CODEX ON 2026-08-31 (announced 2026-04-22, vendor deprecation ledger): OpenAI shut down **18 model IDs across 15 ledger rows**. The Codex-branded ones all went in one sweep: **`gpt-5-codex`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.1-codex-mini` and `gpt-5.2-codex`** -- substituted by `gpt-5.6-sol`, except `gpt-5.1-codex-mini` which maps to `gpt-5.6-terra`. Also retired: `gpt-5-chat-latest`, `gpt-5.1-chat-latest`, `computer-use-preview`, `o3-deep-research`, `o4-mini-deep-research`. **TWO MORE CODEX DEPRECATIONS ARE LIVE RIGHT NOW:** `gpt-5.2` and `gpt-5.3-codex` are already deprecated for ChatGPT sign-in, and **`gpt-5.4` + `gpt-5.4-mini` retire from Codex on 2026-08-31** (migrate to `gpt-5.6-terra` and `gpt-5.6-luna` respectively). If you have `model = "gpt-5.4"` in a config.toml, a custom agent, a scheduled task, or a `codex exec --model` script, you have until the end of August. **The OpenAI API and Codex authenticated with your own API key are not affected by the GPT-5.4 retirement** -- this is specifically Codex with ChatGPT sign-in. Current recommended set is **GPT-5.6 Sol / Terra / Luna**, with Sol the only one available in Codex cloud, plus **GPT-5.3-Codex-Spark** as a Pro-only text-only research preview for near-instant iteration. DATA-HYGIENE WARNING: OpenAI's own models index still serves live doc pages for several retired IDs with no retirement banner -- do not treat presence in the docs as evidence a model is callableSource: OpenAI deprecations ledger (developers.openai.com/api/docs/deprecations), OpenAI Codex models doc (developers.openai.com/codex/models) · 2026-07-23
  • APP MERGER + GPT-5.6 (2026-07-09): The **standalone Codex app is merging into the new unified ChatGPT desktop app** (Mac/Windows) -- update the Codex app and it becomes the ChatGPT app with Chat, Work, and Codex surfaces; developers can set Codex as the default view and keep the Codex icon; desktop Codex projects are accessible from the ChatGPT mobile app; the old ChatGPT desktop app is renamed 'ChatGPT Classic.' Codex itself gains: **inline editing within diffs, PR review in the side panel, faster computer use (powered by GPT-5.6), and multi-repo projects**. Model lineup: **GPT-5.6 GA in Codex same day** -- Free/Go get Terra; Plus+ pick Sol/Terra/Luna with per-model effort; `max` toggleable for all GPT-5.6 users; **`ultra` (4 parallel agents) available from Plus up in Codex**. Scale disclosure: 5M+ weekly Codex users, 1M+ using it for non-development work. Net read: Codex stops being a separate app and becomes the engine inside ChatGPT's agent stack (ChatGPT Work is built on Codex technology -- see /tools/chatgpt-work)Source: OpenAI (openai.com/index/chatgpt-for-your-most-ambitious-work/), OpenAI (openai.com/index/gpt-5-6/) · 2026-07-09
  • FEATURE CLUSTER (May-June 2026, all vendor changelog): **5/14 Codex in the ChatGPT mobile app** (iOS/Android) -- monitor and drive Codex sessions from your phone by connecting to a Mac running the Codex app (remote control, not standalone mobile execution). **5/21 Goal mode GA** -- out of experimental, available in Codex app + IDE extension + CLI. **5/29 Computer Use on Windows** + remote control of Windows devices. **6/1 Amazon Bedrock support** -- Codex can use supported OpenAI models through Bedrock. **6/2 Sites preview** -- create AND deploy websites/web apps to OpenAI-hosted infrastructure from inside Codex. The Sites ship is the notable one: Codex now competes directly with Lovable/Bolt/v0 on the build-and-host loop, not just the code-generation stepSource: OpenAI Codex changelog (developers.openai.com/codex/changelog) · 2026-06-02
  • GPT-5.2-Codex shipped 2026-04-23 as a coding-specialized variant separate from the consumer GPT-5.5 launch. Available to all paid ChatGPT users across Codex web/CLI/IDE surfaces today; API access in coming weeks. Posts SOTA on SWE-Bench Pro and Terminal-Bench 2.0. Improvements: long-horizon agentic coding via context compaction, large refactors and migrations, Windows env perf, and cybersecurity. Direct upgrade over GPT-5.3-Codex for serious agentic work -- if you're on Plus or Pro, your Codex defaults are already on the new modelSource: OpenAI: Introducing GPT-5.2-Codex (openai.com/index/introducing-gpt-5-2-codex/), OpenAI Codex changelog · 2026-04-23
  • Codex Chronicle launched 2026-04-20/21 as an opt-in research preview for ChatGPT Pro on macOS only (NOT available in EU/UK/Switzerland). Captures screen content + builds persistent memories so Codex understands what you're working on without manual context-restating. Privacy details: screenshots stored locally in $TMPDIR/chronicle/screen_recording/ auto-deleted after 6 hours; generated memories live unencrypted as markdown at ~/.codex/memories_extensions/chronicle/; OpenAI servers don't retain processed screenshots and don't train on them. OpenAI explicitly flags 'increased prompt-injection attack surface from screen content' -- pause Chronicle before meetings or sensitive material. Currently consumes rate limits aggressively. Closest comparison is Microsoft Recall but with stronger local-storage guaranteesSource: OpenAI Chronicle docs (developers.openai.com/codex/memories/chronicle), Help Net Security, 9to5Mac · 2026-04
  • Security vulnerability discovered where branch parameter allowed shell command injection during environment setup -- fixed by OpenAI with improved input validationSource: BeyondTrust Phantom Labs, TechRadar · 2026-03
  • CLI was macOS-only at launch, frustrating Windows and Linux users -- broader platform support now rolling outSource: Reddit r/openai, GitHub issues · 2026-04
  • Code quality for complex tasks often needs significant human review before merging -- better at code review than code writing according to developer feedbackSource: Hacker News, Reddit r/programming · 2026-04
  • 2026-04-16 Codex 'super app' update is substantially bigger than the initial Mac-app control headline suggested. Full feature set per OpenAI: (1) macOS computer-use agent that opens apps, clicks, and types with its own cursor in background while you use your machine, (2) image generation via gpt-image-1.5 INSIDE Codex, (3) persistent memory + user preferences across sessions, (4) in-app browser built on the Atlas browser stack, (5) 90+ new plugins combining skills, app integrations, and MCP servers. OpenAI also disclosed 3M weekly Codex users with 70% month-over-month growth. Windows / Linux computer-use support still pending. Not available in EEA, UK, or SwitzerlandSource: BigGo Finance, gHacks, Blockchain News, OpenAI release notes · 2026-04

Best for

Developers already paying for ChatGPT Plus who want a coding agent at no extra cost. Especially good for parallel task execution -- assign multiple bug fixes or feature branches and let Codex work them simultaneously.

Not for

Developers who need fine-grained control mid-task (use Claude Code or Cursor instead). Also not ideal for complex architectural refactors where the AI needs human guidance throughout the process.

Our Verdict

Codex is OpenAI's answer to Claude Code and Devin, and it has one killer advantage: it's bundled with ChatGPT Plus. If you're already paying $20/mo for ChatGPT, you get a cloud coding agent for free. The parallel task execution is genuinely unique -- no other coding agent lets you fire off 5 tasks and check back later. But the rough edges are real: you can't steer it mid-task, complex refactors fall flat, and the usage limits feel tight. For straightforward coding tasks and code review, it's excellent. For anything nuanced, Claude Code's interactive approach is still better.

Sources

  • OpenAI: GPT-6 Astra launch -- Codex harness updated, 1.9x faster task completion on Mind2Web (2026-09-03) (accessed 2026-09-05)
  • OpenAI API pricing doc: gpt-6-astra $10/$50 short context vs gpt-5.6-sol $4/$20 (verified 2026-09-05) (accessed 2026-09-05)
  • OpenAI Codex models doc: GPT-5.4 and GPT-5.4 mini retire from Codex on August 31, 2026 -- ChatGPT sign-in only, API unaffected (re-verified 2026-08-31) (accessed 2026-08-31)
  • OpenAI: Introducing the Admin plugin for ChatGPT Work and Codex (2026-08-25) (accessed 2026-08-28)
  • OpenAI: API deprecations -- Assistants API sunset 2026-08-26 (accessed 2026-08-28)
  • OpenAI: ChatGPT Work + desktop app merger (2026-07-09) (accessed 2026-07-09)
  • OpenAI: GPT-5.6 GA (Codex availability matrix) (accessed 2026-07-09)
  • OpenAI: Introducing GPT-5.2-Codex (2026-04-23) (accessed 2026-04-25)
  • OpenAI Codex changelog (accessed 2026-04-25)
  • OpenAI Chronicle docs (Apr 2026) (accessed 2026-04-22)
  • Help Net Security: Chronicle screen-context memories (accessed 2026-04-22)
  • OpenAI official Codex page (accessed 2026-04-17)
  • developers.openai.com/codex/pricing (accessed 2026-04-17)
  • VentureBeat: Codex Mac-app control + GPT-Rosalind launch 2026-04-16 (accessed 2026-04-17)
  • Reddit r/openai, r/programming (accessed 2026-04-17)

The Tier List Tuesday

Weekly newsletter: tier movers, new entrants, and the VS of the week. Built from our daily AI-tool sweeps. No spam, unsubscribe anytime.

Alternatives to Codex (OpenAI)

GitHub Copilot logo

GitHub Copilot

AI code assistant that lives in your editor -- autocomplete on steroids, now with the broadest model picker of any coding tool. **Three frontier models landed in four days: Claude Fable 5.1 (2026-09-01), Gemini 3.8 Flash (2026-09-03) and GPT-6 Astra (2026-09-04)** -- Astra and Gemini auto-enable under default model enablement, but **Fable 5.1 is OFF by default because it requires data retention** to run Anthropic's safety classifiers. **A four-model deprecation slate hits 2026-10-02** (Gemini 3.5/3.6 Flash, Kimi K2.7 Code, Claude Opus 4.7), and **Business/Enterprise card/PayPal customers move to upfront per-seat charging on 2026-10-01**. **Gemini 3.7 Flash landed 2026-08-13 and Grok 4.6 on 2026-08-14**, both across Pro, Pro+, Max, Business and Enterprise and both still off by default for orgs. **Claude Opus 5 landed 2026-07-24** (Pro+, Max, Business, Enterprise) and **Grok 4.5 on 2026-07-28** (all five paid SKUs, up to 500K context, text and image input, low/medium/high reasoning effort). Both bill usage-based at provider list price, and both are off by default for Business/Enterprise until an admin enables the policy -- though that posture flips on **2026-08-26**, when new GA models covered by GitHub's data-retention agreement start auto-enabling for orgs. **MAI-Code-1.1-Flash landed 2026-08-11** (native vision, 0.25x premium-request multiplier, 73% below the model it replaces; automatic for Free/Student, manual elsewhere, off by default for orgs) and **MAI-Code-1-Flash retires 2026-09-10**. **GitHub Models (the separate free playground) was fully retired 2026-07-30.** Usage-based billing went live 2026-06-01 with AI Credits and token metering; code completions are still free; new signups for Student/Pro/Pro+/Max remain PAUSED

A
8.3/10
Free tierFrom $0
Inline code completions feel magical -- ...Works directly in VS Code, JetBrains, Ne...
Updated 2026-09-05
Cursor logo

Cursor

AI-native code editor, agent-first in Cursor 3 -- **now a SpaceX subsidiary as of 2026-08-14, when the April acquisition option closed**. **OpenAI is cutting it off: on 2026-08-28 OpenAI notified SpaceX it will wind down the contract supplying OpenAI models to Cursor, proposed shutoff 2026-11-12, and says it is providing no future models to Cursor in the meantime** -- so the model-neutrality pitch is narrowing. Still home to **Grok 4.6 on day one (2026-08-12)**, following the Grok 4.5 model Cursor trained jointly with SpaceXAI on trillions of Cursor tokens (still $2/$6 per 1M, fast variant 2x, desktop/web/iOS/CLI/SDK), with Composer 2.5 as the fast lower-cost tier. Since 2026-08-11 the **Cursor Ultra and Teams Premium tiers also entitle you to xAI's Grok Bot**

A
8.3/10
Free tierFrom $0
Cursor 3's agent-first redesign (April 2...Composer 2 is Cursor's own frontier codi...
Updated 2026-09-05
Devin Desktop (formerly Windsurf) logo

Devin Desktop (formerly Windsurf)

Windsurf is now **Devin Desktop** -- Cognition retired the Windsurf brand via OTA update on June 2, 2026. Same editor, plans, pricing, settings, and extensions; the bundled agent is now 'Devin Local' and Devin Cloud agent access starts on the $20 Pro plan. Agent Command Center, Spaces, and Devin Review all carry over

B
7.5/10
Free tierFrom $0
Windsurf 2.0 (launched 2026-04-15) is a ...Embedded Devin cloud agent (via Cognitio...
Updated 2026-07-09
Tabnine logo

Tabnine

AI code completion that runs locally and keeps your code private -- the enterprise-friendly alternative to Copilot

C
6.3/10
Free tierFrom $0
Privacy-first approach -- code never lea...Works as a plugin in any major IDE (VS C...
Updated 2026-03-27
Claude Code logo

Claude Code

Anthropic's terminal-based coding agent that reads your whole repo and makes real changes -- not just suggestions. v2.1.131 (2026-05-06 Code with Claude conf) shipped Code Review GA + Remote Agents + CI Auto-Fix + Routines, plus 2x rate-limit increase from the SpaceX compute deal. **Claude Fable 5.1 (2026-09-01) is the new top model and defaults to High effort in Claude Code specifically** -- Medium on every other Anthropic surface -- at an unchanged $10/$50 per 1M with cache reads cut 4x to $0.25/MTok

B
7.8/10
From $20
Reads and understands your entire codeba...Actually executes code, runs tests, and ...
Updated 2026-09-05
Lovable logo

Lovable

Describe the app you want in plain English and watch it build itself -- $500M ARR (June 2026) and ~1M new projects/week say it works

B
7.8/10
Free tierFrom $0
The ease of use is unmatched -- describe...Built-in Supabase integration means you ...
Updated 2026-07-18
Devin logo

Devin

The most autonomous AI coding agent -- now a full product family: Devin Cloud, **Devin Desktop (the renamed Windsurf IDE, June 2 2026)**, and Devin Review. Cognition raised $1B+ at a $26B valuation (May 27). Recent shipments: **day-one support for both Claude Fable 5.1 (2026-09-01) and GPT-6 Astra (2026-09-03)** -- Cognition says it moved Devin's Opus 5 traffic to Fable 5.1 on launch day because the new cache-read pricing made a Fable-class model economical for code review. Claude Fable 5 support day-one (6/9), Auto-Triage (5/18), Windows VMs (5/21), Android Emulator (5/13)

B
7.4/10
From $20
Genuine autonomy -- you can describe a t...Desktop / GUI testing via computer-use (...
Updated 2026-09-05
Replit logo

Replit

Cloud IDE with an AI agent that can build full apps from prompts. **Agent 4 shipped May 2026** with parallel task execution (Replit reports automatic merge-conflict resolution ~90% of the time) -- coding optional, but recommended

B
7.0/10
Free tierFrom $0
Zero setup -- open a browser, describe y...Full development environment in the clou...
Updated 2026-06-10
Google Antigravity logo

Google Antigravity

Google's agent-first AI IDE -- deploys up to 5 autonomous coding agents in parallel on a VS Code fork. Antigravity 2.0 (I/O 2026) is the runtime substrate for Gemini Spark, and the Antigravity CLI is now the official successor to Gemini CLI, which stopped serving consumer tiers on 2026-06-18

A
8.0/10
Free tierFrom $0
Up to 5 autonomous agents working in par...Mission Control Manager View lets you di...
Updated 2026-06-18
Codestral 2 (Mistral) logo

Codestral 2 (Mistral)

Mistral's dedicated code model -- Codestral 2 (launched 2026-04-08) relicensed under Apache 2.0, removing the commercial-use restrictions of the original. 22B dense, strong FIM (fill-in-middle), available via Mistral API + Hugging Face

B
7.5/10
Free tierFrom $0
Relicensing to Apache 2.0 is the real ne...FIM (fill-in-middle) performance is clas...
Updated 2026-04-18
Roblox Assistant logo

Roblox Assistant

Roblox Studio's agentic AI that plans, builds, and playtests games. Planning Mode (2026-04-16) + Mesh Generation + Procedural Models brings 3D-native creation to 70M+ daily creators

A
8.0/10
Free tierFrom $0
Planning Mode (2026-04-16) turns Assista...Agentic loop is genuinely real: Assistan...
Updated 2026-05-26