Live data from Hacker News

Claude Sonnet will ship in Xcode

developer.apple.com

81–90 of 418 posts

Re: Claude Sonnet will ship in Xcode

#82

It seems every IDE now has AI built-in. That's a problem if you're working on highly confidential code. You never know when the AI is going to upload code snippets to the server for analysis.

Not trying to be mean but I would expect comments on HN on these kind of stories to be from people who have used AI in IDEs at this point. There is no AI integration that runs automatically on a codebase.

Re: Claude Sonnet will ship in Xcode

#83

Earlier quoted context omitted.

neovim will support llms natively (though a language server) https://github.com/neovim/neovim/pull/33972

You have to enable it and install a language server, that's not the same as an LLM being baked in.

It’s not baked in, in that sense. You still have to enable it in XCode and link it to a Claude account. It’s basically the same.

Re: Claude Sonnet will ship in Xcode

#84
post #82

It seems every IDE now has AI built-in. That's a problem if you're working on highly confidential code. You never know when the AI is going to upload code snippets to the server for analysis.

Not trying to be mean but I would expect comments on HN on these kind of stories to be from people who have used AI in IDEs at this point. There is no AI integration that runs automatically on a codebase.

There is automatic code indexing from Cursor.

Autocomple is also automatically triggered when you place your cursor inside the code.

Re: Claude Sonnet will ship in Xcode

#85

It's getting harder to find IDEs that properly boycott LLMs.

If you're on macOS there's Code Edit as a native solution (fully open source, not VC backed, MIT licensed), but it's currently in active development: https://www.codeedit.app/.

Otherwise there's VSCodium which is what I'm using until I can make the jump to Code Edit.

Re: Claude Sonnet will ship in Xcode

#86
post #52

Earlier quoted context omitted.

Big disagree. My Macbook has hard crashed into restarting more times than my PC desktop has in years. The other day I literally just closed my M2 Macbook and it for some reason just completely crashed and shut itself off.

Something is wrong with your laptop. That is absolutely not normal, and not something you should blame on the software design.

If you want me to blame "software design" then I can point to the fact that the TV app lags constantly on my M2 especially when I click the "download episode" button which should not ever be a thing on their native hardware, that there is a WindowsServer process that steadily eats up all the RAM that consistently needs to be quit in order to free up memory, that the headphone balance constantly resets to some random value where the audio comes mostly out of my left ear which has apparently been a problem for decades, that Spotlight is less than useless and STILL shows "Disk Utility" as the top result when I search "dis" instead of showing Discord an app that I open on an almost daily basis, that randomly the fingerprint login simply will not work for seconds at a time...

This is just the stuff I remember. This is a 16GB M2 Macbook Pro. Not a single native Apple made app or process should be lagging, let alone using up enough memory that sometimes apps just completely crash. Again, my windows desktop hasn't had a blue screen or a hard crash in the decade that I've used it and it had a worse configuration with 16GB of RAM and an old AMD CPU.

Re: Claude Sonnet will ship in Xcode

#87
post #82

Earlier quoted context omitted.

Not trying to be mean but I would expect comments on HN on these kind of stories to be from people who have used AI in IDEs at this point. There is no AI integration that runs automatically on a codebase.

There is automatic code indexing from Cursor. Autocomple is also automatically triggered when you place your cursor inside the code.

Yes, Cursor, “The AI Code Editor.”

Re: Claude Sonnet will ship in Xcode

#90

It seems every IDE now has AI built-in. That's a problem if you're working on highly confidential code. You never know when the AI is going to upload code snippets to the server for analysis.

People working on highly confidential code will NOT have access to the public internet.
Post reply on HN