←back to thread

Claude Sonnet will ship in Xcode

(developer.apple.com)
485 points zora_goron | 1 comments | | HN request time: 0s | source
Show context
throwawa14223 ◴[] No.45059251[source]
It's getting harder to find IDEs that properly boycott LLMs.
replies(12): >>45059290 #>>45059291 #>>45059362 #>>45059390 #>>45059429 #>>45059473 #>>45059478 #>>45059506 #>>45059650 #>>45060008 #>>45061090 #>>45061442 #
drusepth ◴[] No.45059290[source]
Ironically, you could probably vibe code your own.
replies(3): >>45059424 #>>45059487 #>>45060689 #
ZYbCRq22HbJ2y7 ◴[] No.45059424[source]
Do you really think so? Have you ever explored the source of something like:

https://github.com/JetBrains/intellij-community

replies(2): >>45059704 #>>45068443 #
1. drusepth ◴[] No.45068443[source]
I've worked in 3 different WYSIWYG editors for web and desktop applications over the years, lightly contributed to a handful of other open-source editors, and spent plenty of time building my own personal editors from scratch (and am currently using gpt-5 to fix my own human bugs in a rewrite of the Notebook.ai text editor that I re-re-implemented ~8 years ago).

Editors are incredibly complex and require domain knowledge to guide agents toward the correct architecture and implementation (and away from the usual naive pitfalls), but in my experience the latest models reason about and implement features/changes just fine.