Not Hacker News Logo

Not

Hacker

News!

Home
Hiring
Products
Companies
Discussion
Q&A
Users
Not Hacker News Logo

Not

Hacker

News!

AI-observed conversations & context

Daily AI-observed summaries, trends, and audience signals pulled from Hacker News so you can see the conversation before it hits your feed.

LiveBeta

Explore

  • Home
  • Hiring
  • Products
  • Companies
  • Discussion
  • Q&A

Resources

  • Visit Hacker News
  • HN API
  • Modal cronjobs
  • Meta Llama

Briefings

Inbox recaps on the loudest debates & under-the-radar launches.

Connect

© 2025 Not Hacker News! — independent Hacker News companion.

Not affiliated with Hacker News or Y Combinator. We simply enrich the public API with analytics.

Not Hacker News Logo

Not

Hacker

News!

Home
Hiring
Products
Companies
Discussion
Q&A
Users
  1. Home
  2. /Discussion
  3. /Codex Is Live in Zed
  1. Home
  2. /Discussion
  3. /Codex Is Live in Zed
Last activity 28 days agoPosted Oct 16, 2025 at 11:36 AM EDT

Codex Is Live in Zed

meetpateltech
268 points
70 comments

Mood

excited

Sentiment

mixed

Category

other

Key topics

Codex
Zed
AI-Powered Coding Tools
Developer Productivity
Debate intensity60/100

Zed has integrated Codex, an AI-powered coding tool, into their editor, sparking discussion about its capabilities and limitations compared to other similar tools.

Snapshot generated from the HN discussion

Discussion Activity

Very active discussion

First comment

2h

Peak period

54

Day 1

Avg / period

11.7

Comment distribution70 data points
Loading chart...

Based on 70 loaded comments

Key moments

  1. 01Story posted

    Oct 16, 2025 at 11:36 AM EDT

    about 1 month ago

    Step 01
  2. 02First comment

    Oct 16, 2025 at 1:35 PM EDT

    2h after posting

    Step 02
  3. 03Peak activity

    54 comments in Day 1

    Hottest window of the conversation

    Step 03
  4. 04Latest activity

    Oct 29, 2025 at 6:21 PM EDT

    28 days ago

    Step 04

Generating AI Summary...

Analyzing up to 500 comments to identify key contributors and discussion patterns

Discussion (70 comments)
Showing 70 comments
mosselman
about 1 month ago
10 replies
I'd wish a better model or system would go live for the inline suggestions. The Zed ones are so trash compared to Cursor's it is just laughable.

An example is that when I have a module like Namespace::SuperAbcModule in a file at namespace/super_abc_module.rb and I rename the file to namespace/super_module.rb, Cursor will immediately suggest to change the module name to `Namespace::SuperModule`, Zed won't.

Also Cursor will suggest updates to lines throughout a file whereas Zed sometimes doesn't even look ahead 1-2 lines.

Having Claude Code and Codex built into the sidebar is hardly better than having them running in a terminal. I wish they'd invested all this time and effort improving the inline suggestions.

hiccuphippo
about 1 month ago
1 reply
Why is that something AI has to do? PhpStorm does this, without Ai, since forever ago. And updates references everywhere, even inside strings or doc comments.
mosselman
about 1 month ago
1 reply
Firstly, I don't care what tech does this, as long as I can get good suggestions.

Secondly, it was just one example that came to me from comparing this the other day. You could compile a long list of examples where Cursor gives better completions than Zed does.

f311a
about 1 month ago
1 reply
It's better to learn the tools that you are using. Renaming is part of LSP servers and Zed has no control over them. They are unique for each language. Using AI for this is a waste of resources, especially when renaming affects tens of files. It's not reliable, slow and not determenstic.
pollinations
about 1 month ago
1 reply
They were just giving that as an example that Zed's inline suggestions aren't very good for basic tasks. There are hundreds of othersmall tasks like this that can't be handled by the language server.
neutronicus
about 1 month ago
Yes, elsewhere in this thread someone is complaining about lousy C# language server performance relative to IDEs. These swiss-army-knife programmer's editors will always be at a semantic language tooling disadvantage relative to IDEs.

I know that days of yak-shaving with LSP and emacs only gets me to a janky imitation of Visual Studio/XCode semantic search on my C++ work codebase. "Fuck it, let an LLM auto-complete based on vibes" has some appeal when you just get sick of trying to arm-wrestle clangd into ... whatever XCode or Visual Studio are doing to have functional semantic search across the project.

Although I have to say LLMs were a disaster at vibe-auto-completing in VSCode. So I mostly stick with semantic search in the IDE and editing in emacs like I always have.

_neil
about 1 month ago
1 reply
Agreed. Zed is my daily driver and I love it, but the autocomplete is not good. I end up disabling AI altogether.
spartanatreyu
about 1 month ago
Probably for the best.

It's human nature to start trusting AI suggestions just because they look good enough without actually checking them. That's going to lead to massive issues down the line the more it goes on.

Snippets are more useful.

If you're doing something repetitive, a vetted snippet does wonders. Learning how to make your own snippets with appropriate tab stops is a seriously underrated skill.

High competence in regex search-and-replace, multi-cursor, and snippets is an amazing combination.

WD-42
about 1 month ago
1 reply
Right click on the file in the project tree -> rename will rename references. Or in the code right click -> rename symbol. Not sure why you need to bring AI into it.
johnfn
about 1 month ago
Yes, why just hit tab for everything when you can memorize 50 context dependent keyboard shortcuts?
kwkelly
about 1 month ago
Improved inline suggestions are under way if you search the PRs on GitHub for zeta2. You can also bring your own edit prediction provider by configuring copilot or supermaven. Codestral edit predictions were merged last week
kodisha
about 1 month ago
Yup true, replying to increase visibility in case Zed team is looking at this post. Love the editor otherwise.
8n4vidtmkvmk
about 1 month ago
That doesn't sound like it needs AI. JetBrains was doing that before the AI wave.
ChadMoran
about 1 month ago
This is what holds me back from Zed.
JustFinishedBSG
about 1 month ago
While your example is not AI related (should be handled by the LSP integration with "Rename Symbol") I agree that Zed's Next Edit Prediction model is *extremely* subpar. Imho they should either scrap it and just work on having a good integration story with third party models for the next edit (and maybe propose by default a partner model I don't know) or invest a lot more efforts into it.

But currently I sadly have to say the model's "help" is often a net negative.

rpearl
about 1 month ago
I otherwise like Zed way more than the vscode-derivatives but yeah, the edit predictions are just not even close. And it's laggier feeling despite the lower quality.
rhodysurf
about 1 month ago
Your downvoted but this is the worst part of using zed today and i really hope they can come up with a solution
aaronSong
about 1 month ago
2 replies
Is it just a GUI service for codex?
aaronSong
about 1 month ago
I like how it integrated it
JamesSwift
about 1 month ago
Zed has a generic interface to agents (ACP). This is a bridge between the ACP api and the codex api so that it integrates cleanly inside Zed in mostly the same way the other non-codex supported agents do
sreekanth850
about 1 month ago
1 reply
Product video is more saying about the FPS.
furyofantares
about 1 month ago
I watched the video in the linked post and I don't think it said anything about the FPS.
bicx
about 1 month ago
5 replies
Cool. If Zed supported git worktree diff highlighting, I'd be using it.
LVB
about 1 month ago
1 reply
What do you mean exactly? Diffs between multiple worktrees? I've found the current diff view fairly useful.
bicx
about 1 month ago
1 reply
A git worktree directory contains a .git that just references the original directory’s .git, and Zed doesn’t support this configuration. So, there just isn’t any representation of change tracking when working in a worktree directory.
LVB
about 1 month ago
1 reply
Gotcha. Is there a request in for this? The team seems incredibly productive (I'm sometimes offered multiple updates per day), and my completely uninformed and naive take is that this probably wouldn't be too big of a lift, relative to the stuff I'm seeing them ship regularly.
bicx
about 1 month ago
Yes, there’s a GitHub request with many upvoted comments. Your naive take is also my naive take.
CjHuber
about 1 month ago
2 replies
For me it's the missing Jupyter support that's preventing me from switching
nextaccountic
about 1 month ago
1 reply
For me it's.. okay it's my daily driver already, but I really really want extensions to be able to create their own UI elements in the buffer, like VSCode does. Basically GPUI for extensions.

This would unblock people to write their own Jupyter integration for example, or whatever else they want. There's load of cool stuff like Argus https://github.com/cognitive-engineering-lab/argus that rely on creating buffers with custom UI, and Flowistry https://github.com/willcrichton/flowistry that rely on graying out some code, and I want this stuff on Zed too

noobly
28 days ago
Has the team commented on this? Coming from Emacs, it seems insane to not implement an API to the UI. GPUI looks great too, it’d be a real shame if they opted to keep the extensibility limited to just LSP servers and whatnot.
gabeidx
about 1 month ago
That would be an interesting plugin to write…

Their extensions API is still a bit lacking, but Jupyter support in the style of vscode should be possible with the current capabilities.

citbl
about 1 month ago
1 reply
and for me it's the dart debugging!

we all want something.

consumer451
about 1 month ago
2 replies
Yes. Can you imagine being the person responsible for gathering user feedback from socials, for a product like this? oof.
xpe
about 1 month ago
1 reply
Two things. First, some economists study stated versus revealed preferences. [1] The idea is to figure out what people do rather than what they say they will do.

Second, in the case of people making feature requests, it could be a net-societal-gain [2] if feature requesters made some kind of binding commitment. (See also the hold-up problem [3].) Perhaps a potential customer would commit to "if/when feature X gets added, I will commit to using the product for 2 hours." or "... I will spend $10 on the associated cloud services." (The question of what happens if the customer reneges also has to be agreed upon up front.)

[1]: https://en.wikipedia.org/wiki/Revealed_preference

[2]: known as social welfare (not to be confused with welfare programs -- this is the neoclassical economic framework after all!): https://en.wikipedia.org/wiki/Social_welfare_function

[3]: this paper discusses the hold-up problem in the context of vaccine investment and development: https://www.nber.org/system/files/working_papers/w28168/w281...

consumer451
about 1 month ago
1 reply
To be honest, I wrote this comment off on first glance for some reason. (I need to do better)

This is actually super interesting. Thank you so much for sharing.

xpe
about 1 month ago
Sure. Do you have anything in mind for using it somehow?
mikaylamaki
about 1 month ago
It’s quite the experience
nopushcomplaint
about 1 month ago
1 reply
For me it's the lack of c#
msmagh
about 1 month ago
1 reply
c# extension is available, uses Omnisharp LSP

https://zed.dev/extensions/csharp

nopushcomplaint
about 1 month ago
1 reply
Omnisharp is extremely slow. It becomes unusable for larger projects.
__float
about 1 month ago
1 reply
Okay, so what kind of solution are you looking for here? VS Code uses a closed-source LSP server for its C# extension. Rider is it's own custom stuff, of course.

So...where does that leave the Zed team? If existing LSPs aren't good enough, that's not a Zed problem: they're building an editor, not LSPs for your favorite language.

ktosobcy
about 1 month ago
but that's the thing - apart from being editor it doesn't offer anything of substance... if I want to have an editor I can use BBEdit or Vim...
Brajeshwar
about 1 month ago
2 replies
If you are OK with another tool to complement it, I found GitButler via Hacker News recently and it looks promising.

https://gitbutler.com

nikolay
about 1 month ago
GitButler created huge problems for me twice - it automatically added files to commits, including one that contained secrets. Okay, I know I had to add them to .gitignore, but why didn't it prompt me to add the files? There were even logs and cache files, among other things.
thatxliner
about 1 month ago
Doesn’t GitButler require a specific workflow?
chandureddyvari
about 1 month ago
1 reply
Can someone help me understand the pricing of zed? $10 per month- $5 credits for AI credits. This credits can be used for claude code / codex inside zed or should I manage different api keys for codex/claude code?
tecoholic
about 1 month ago
There are 2 modes of operation - an editor AI mode and a dedicated agent mode. For the agent mode like Claude Code or Codex, you don’t have to pay Zed, only the CLI tool providers. The zed subscription is for those who don’t want to deal with AI vendors, cli tools etc., and just use it in the editor
mrasong
about 1 month ago
1 reply
Keeping data out of Zed’s servers and letting users handle OpenAI billing is a smart trust move—too many tools bury those details, which erodes confidence fast.
ipsum2
about 1 month ago
3 replies
This person's entire comment history is AI generated.
replete
about 1 month ago
1 reply
Because they use emdashes?
pixel_popping
about 1 month ago
Because it's obvious.
mrasong
about 1 month ago
Sorry, I did indeed use AI, the main reason being that my subject is not in English, so I had AI help adjust it appropriately. (This is a direct translation through Google Translate.)
Cthulhu_
about 1 month ago
Not enough fluff, too short. Emdashes aren't a confident indicator of AI.
Dowwie
about 1 month ago
1 reply
Can we use codex for edit predictions?
ryukoposting
about 1 month ago
I'd like to know this. I really like Zed, but their paid AI thing is terrible at inline suggestions, at least for my use cases. At least Copilot's C was coherent, even if it was wrong all the time.
d4rkp4ttern
about 1 month ago
2 replies
Zed is incredibly snappy to open projects and search files but very basic functions like auto-complete (at least in Python and markdown) are still terrible, nowhere close to IntelliJ/Pycharm. Or maybe there is a very specific settings.json incantation that I am missing.
ktosobcy
about 1 month ago
2 replies
"hot take": it's snappy to open (open project) but it's mostly due to severely lacking any serious fuctionality besides showing the file... :/
ccanassa
about 1 month ago
That's why I still use two editors: IntelliJ for when doing "serious" work and Sublime when I need to edit random files or a huge JSON. I don't need anything in between.
d4rkp4ttern
about 1 month ago
Pretty much! I have like 5 zed windows open to quickly see files. And a pycharm window to actually be productive.
johnfn
about 1 month ago
2 replies
I’d like to know any IDE that rivals Pycharm for Python autocomplete quality. (I am genuinely curious, because I would prefer not to use Pycharm.) My understanding is that Jetbrains rolled their own LSP and no one else has yet matched it in quality.

Though I don’t understand what you mean by markdown autocomplete.

d4rkp4ttern
about 1 month ago
1 reply
I meant basic text suggestions. I often write markdown documents inside an IDE to leverage the ai-suggestions.
nextaccountic
about 1 month ago
1 reply
I quite like Zed autocomplete but you can bring your own model and not use theirs
d4rkp4ttern
about 1 month ago
This is what I meant about the settings. There must be some setting that I am missing.
nextaccountic
about 1 month ago
Jetbrains didn't even implement LSP, they are in this business of providing IDE experiences before LSP existed
mcjiggerlog
about 1 month ago
1 reply
I tried it out this morning and it felt really rough, unfortunately.

It was super slow (thought I think that applies to CLI Codex too), it wasn't outputting any text explaining what it was trying to achieve, and it started off down a path that made no sense. Claude Code in Zed has some rough edges but it's at least usable.

In terms of GUI agents, Cursor is still a lot nicer experience, IMO. Though I do still prefer just using Claude Code cli, personally.

JamesSwift
about 1 month ago
I have been using a handrolled integration in zed for codex and that is really slow compared to claude code. I think its just the nature of the codex beast.
lukaslalinsky
about 1 month ago
As much as I like this initiative (I'm a Zed user), what is available in the UI as Claude Code is not really Claude Code. It's extremely limited in terms of context management, for example. ACP is reducing these tools to some shared functionality, but that makes them less useful.
suminjs
about 1 month ago
The speed at which this team ships is genuinely insane. I'm already expecting the next blog post to say "We've added fully native support for the M3 Max, Windows, and a built-in neural net for generating feature flag names. Oh, and here's the Zed 1.0 release candidate.
bradgessler
about 1 month ago
I love that this was completely overshadowed by "Zed works in Windows!"

This team ships so much that if they sold an LTS product, it means they'd support the release for 24 hours.

the_duke
about 1 month ago
Let's hope agent CLIs adopt the ACP protocol, instead of having to do hacky shims.
View full discussion on Hacker News
ID: 45606698Type: storyLast synced: 11/20/2025, 8:37:21 PM

Want the full context?

Jump to the original sources

Read the primary article or dive into the live Hacker News thread when you're ready.

Read ArticleView on HN
Not Hacker News Logo

Not

Hacker

News!

AI-observed conversations & context

Daily AI-observed summaries, trends, and audience signals pulled from Hacker News so you can see the conversation before it hits your feed.

LiveBeta

Explore

  • Home
  • Hiring
  • Products
  • Companies
  • Discussion
  • Q&A

Resources

  • Visit Hacker News
  • HN API
  • Modal cronjobs
  • Meta Llama

Briefings

Inbox recaps on the loudest debates & under-the-radar launches.

Connect

© 2025 Not Hacker News! — independent Hacker News companion.

Not affiliated with Hacker News or Y Combinator. We simply enrich the public API with analytics.