Live data from Hacker News

Claude Sonnet will ship in Xcode

developer.apple.com

131–140 of 418 posts

Re: Claude Sonnet will ship in Xcode

#131
post #120

Earlier quoted context omitted.

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

There is a gulf and many shades between "this code should never be on an internet-connected device" and "it doesn't matter if this code is copied everywhere by absolutely anyone".

To me "highly confidential" would mean "isolated from the internet" or else it isn't going to be "highly confidential" for very long.

Re: Claude Sonnet will ship in Xcode

#132

Earlier quoted context omitted.

Neovim, emacs?

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

That’s not really native support for LLMs? It’s supporting some LSP feature for completions.

Re: Claude Sonnet will ship in Xcode

#133

Earlier quoted context omitted.

They could install anything. Including Claude Code and then run it in background as agent to exfiltrate data. I'm a security professional. This is unacceptable

I think the parent commenter was pointing out that, instead of installing Claude Code, they could just install actual malware. It's like that phrase Raymond Chen always uses: "you're already on the other side of the airtight hatchway."

Yes but Claude Code could install malware when I'm not paying attention. And when I remove with MalwareBytes it will return because LLMs are not AGI.

Re: Claude Sonnet will ship in Xcode

#134

Earlier quoted context omitted.

[flagged]

What commonly gets installed in those cases is actual malware, a RAT (Remote Admin Tool) that lets the attacker later run commands on your laptop (kinda like an OpenSSH server, but also punching a hole through nat and with a server that they can broadcast commands broadly to the entire fleet). If the attacker wants to use AI to assist in looking for valuables on your machine, they won't install AI on your machine, th…

[flagged]

Re: Claude Sonnet will ship in Xcode

#135
post #118

Interesting to think about how Apple get to make product decisions based on Gatekeeper OCSP analytics now that every app launch phones home. They must know exactly how popular VSCode is. Facebook got excoriated for doing that with Onavo but I guess it's Good Actually when it's done in the name of protecting my computer from myself lol

This won't make a dent. It still doesn't support any agentic operation. The real news is when Codex CLI / Claude Code get integrated, or Apple introduces a competitor offering to them. Until then this is a toy and should not be used for any serious work while these far better tools exist.

I just installed it—definitely not a toy.

Compared to stock Claude Code, this version of Claude knows a lot more about SwiftUI and related technologies. The following is output from Claude in Xcode on an empty project. Claude Code gives a generic response when it looked at the same project:

    What I Can Help You With

    • SwiftUI Development: Layout, state management, animations, etc.
    • iOS/macOS App Architecture: MVVM, data flow, navigation
    • Apple Frameworks: Core Data, CloudKit, MapKit, etc.
    • Testing: Both traditional XCTest and the new Swift Testing framework
    • Performance & Best Practices: Swift concurrency, memory management

    Example of What We Could Do Right Now

    Looking at your current ContentView.swift􀰓, I could help you:
    • Transform this basic "Hello World" into a recovery tracking interface
    • Add navigation, data models, or user interface components
    • Implement proper architecture patterns for your Recovery Tracker app

Re: Claude Sonnet will ship in Xcode

#136

Earlier quoted context omitted.

What commonly gets installed in those cases is actual malware, a RAT (Remote Admin Tool) that lets the attacker later run commands on your laptop (kinda like an OpenSSH server, but also punching a hole through nat and with a server that they can broadcast commands broadly to the entire fleet). If the attacker wants to use AI to assist in looking for valuables on your machine, they won't install AI on your machine, th…

[flagged]

You know, I should have realized this was a troll account with the previous comment.

I guess that's on me for being oblivious enough that it took this obvious of a comment for me to be sure you're intentionally trolling. Nice work.

Re: Claude Sonnet will ship in Xcode

#137

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.

This is not a realistic concern. If you're working on highly confidential code (in a serious meaning of that phrase), your while environment is already either offline or connecting only through a tightly controlled corporate proxy. There's no accidental leaks to AI from those environments.

Re: Claude Sonnet will ship in Xcode

#138

Earlier quoted context omitted.

This won't make a dent. It still doesn't support any agentic operation. The real news is when Codex CLI / Claude Code get integrated, or Apple introduces a competitor offering to them. Until then this is a toy and should not be used for any serious work while these far better tools exist.

I just installed it—definitely not a toy. Compared to stock Claude Code, this version of Claude knows a lot more about SwiftUI and related technologies. The following is output from Claude in Xcode on an empty project. Claude Code gives a generic response when it looked at the same project: What I Can Help You With • SwiftUI Development: Layout, state management, animations, etc. • iOS/macOS App Architecture: MVVM, d…

Isn’t that easy to add with some rules and guidelines documents? I usually ask Claude code to research modern best practices for SwiftUI apps and to summarize the learnings in a rules file that will be part of the SwiftUI project.

Re: Claude Sonnet will ship in Xcode

#139
3 days ago I saw another Claude praising submission on HN, and finally I signed up for it, to compare it with copilot.

I asked 2 things.

1. Create a boilerplate Zephyr project skeleton, for Pi Pico with st7789 spi display drivers configured. It generated garbage devicetree which didn't even compile. When I pointed it out, it apologized and generated another one that didn't compile. It configured also non-existent drivers, and for some reason it enabled monkey test support (but not test support).

2. I asked it to create 7x10 monochromatic pixelmaps, as C integer arrays, for numeric characters, 0-9. I also gave an example. It generated them, but number eight looked like zero. (There was no cross in ether 0 nor 8, so it wasn't that. Both were just a ring)

What am I doing wrong? Or is this really the state of the art?

Re: Claude Sonnet will ship in Xcode

#140
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.

This could change on a daily basis, and it's a valid concern anyway.
Post reply on HN