←back to thread

Claude Sonnet will ship in Xcode

(developer.apple.com)
485 points zora_goron | 7 comments | | HN request time: 0s | source | bottom
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 #
rs186 ◴[] No.45059487[source]
Good luck getting just scroll bar right with vibe coding. You'll be surprised how much engineering is done to get that part work smoothly.
replies(1): >>45060126 #
CamperBob2 ◴[] No.45060126[source]
If enough examples are in-distribution, the model's scroll bar implementation will work just fine. (Eventually, after the human learns what to ask for and how to ask for it.)

Why wouldn't it?

replies(1): >>45060572 #
shakna ◴[] No.45060572[source]
Most programs today regularly have bugs with scrolling. Thus, an LLM will produce for you... A buggy piece of code.
replies(1): >>45061180 #
adastra22 ◴[] No.45061180[source]
LLMs are not Xerox machines. They can, in fact, produce better code than is in their training set.
replies(1): >>45061430 #
1. mirkodrummer ◴[] No.45061430[source]
That is funny for how much is wrong. Ask the LLMs to vibe code a text editor and you'll get a React app using Supabase. Engineering !== Token prediction
replies(3): >>45062123 #>>45066613 #>>45068661 #
2. adastra22 ◴[] No.45062123[source]
Non sequitur?

I have used agentic coding tools to solve problems that have literally never been solved before, and it was the AI, not me, that came up with the answer.

If you look under the hood, the multi-layered percqptratrons in the attention heads of the LLM are able to encode quite complex world models, derived from compressing its training set in a which which is formally as powerful as reasoning. These compressed model representations are accessible when prompted correctly, which express as genuinely new and innovative thoughts NOT in the training set.

replies(1): >>45062583 #
3. mirkodrummer ◴[] No.45062583[source]
> I have used agentic coding tools to solve problems that have literally never been solved before, and it was the AI, not me, that came up with the answer.

Would you show us? Genuinely asking

replies(1): >>45069642 #
4. CamperBob2 ◴[] No.45066613[source]
Ask the LLMs to vibe code a text editor, and you'll get pretty much what you deserve in return for zero effort of your own.

Ask the best available models -- emphasis on models -- for help designing the text editor at a structural rather than functional level first, being specific about what you want and emphasizing component-level test whenever possible, and only then follow up with actual code generation, and you'll get much better results.

5. drusepth ◴[] No.45068661[source]
I think this comment exposes an important point to make: people have different opinions of what "vibe coding" even means. If I were to ask an LLM to vibe code a text editor, I guarantee you I wouldn't get a React app using Supabase -- because I'd give it pages of requirements documentation and tell it not only what I want, but the important decisions on how to make it.

Obviously no model is going to one-shot something like a full text editor, but there's an ocean of difference between defining vibe coding as prompting "Make me a text editor" versus spending days/weeks going back and forth on architecture and implementation with a model while it's implementing things bottom-up.

Both seem like common definitions of the term, but only one of them will _actually_ work here.

6. adastra22 ◴[] No.45069642{3}[source]
Unfortunately confidentiality prevents me from doing so—this was for work. I know it is something new that hasn’t been done before because we’re operating in a very niche scientific field where everyone knows everyone and one person (me, or the members of my team) can be up to speed on what everyone else is doing.

It’s happened now that a couple of times it pops out novel results. In computational chemistry, machine learned potentials trained with transformer models have already resulted in publishable new chemistry. Those papers are t out yet, but expect them within a year.

replies(1): >>45069700 #
7. adastra22 ◴[] No.45070259{5}[source]
I'm sorry you're so sour on this. It's an amazing and powerful technology, but you have to be able to adjust your own development style to make any use of it.