Most active commenters
  • bcherny(3)

←back to thread

760 points MindBreaker2605 | 41 comments | | HN request time: 0.001s | source | bottom
Show context
mehulashah ◴[] No.45899804[source]
Most of the folks on this topic are focused on Meta and Yann’s departure. But, I’m seeing something different.

This is the weirdest technology market that I’ve seen. Researchers are getting rewarded with VC money to try what remains a science experiment. That used to be a bad word and now that gets rewarded with billions of dollars in valuation.

replies(32): >>45899874 #>>45899875 #>>45899899 #>>45899901 #>>45900006 #>>45900079 #>>45900194 #>>45900255 #>>45900503 #>>45900521 #>>45900598 #>>45900784 #>>45900879 #>>45900974 #>>45901096 #>>45901209 #>>45901645 #>>45901914 #>>45902184 #>>45902195 #>>45902236 #>>45902357 #>>45902533 #>>45902641 #>>45902792 #>>45902972 #>>45903154 #>>45903226 #>>45903630 #>>45904085 #>>45904807 #>>45906016 #
1. DebtDeflation ◴[] No.45899899[source]
That's been true for the last year or two, but it feels like we're at an inflection point. All of the announcements from OpenAI for the last couple of months have been product focused - Instant Checkout, AgentKit, etc. Anthropic seems 100% focused on Claude Code. We're not hearing as much about AGI/Superintelligence (thank goodness) as we were earlier this year, in fact the big labs aren't even talking much about their next model releases. The focus has pivoted to building products from existing models (and building massive data centers to support anticipated consumption).
replies(3): >>45900068 #>>45901012 #>>45902265 #
2. brandall10 ◴[] No.45900068[source]
Meta hiring researchers en masse at $100m+ pay packages is fairly new, as of this summer.

I don't know if that's indicative of the market as a whole though. Zuck just seems really gutted they fell behind with Llama 4.

replies(5): >>45900350 #>>45900524 #>>45900799 #>>45901073 #>>45901843 #
3. andsoitis ◴[] No.45900350[source]
> Meta hiring researchers en masse at $100m+ pay packages is fairly new, as of this summer.

En masse? Wasn't it just a couple of outliers?

replies(1): >>45900693 #
4. rco8786 ◴[] No.45900524[source]
"en masse" is a stretch
5. debo_ ◴[] No.45900693{3}[source]
en deux
replies(1): >>45903843 #
6. renegade-otter ◴[] No.45900799[source]
A lot of them left in the first days on the job. I guess they saw what they were going to work on and peaced out. No one wants to work on AI slop and mental abuse of children on social media.
replies(3): >>45900855 #>>45902547 #>>45902981 #
7. ikamm ◴[] No.45900855{3}[source]
I don't understand how an intelligent person could accept a job offer from Facebook in 2025 and not understand what company they just agreed to work for.
replies(3): >>45900939 #>>45901671 #>>45902211 #
8. kjreact ◴[] No.45900939{4}[source]
It’s probably a VC fundraising strategy, “Meta gave me 100s of millions so you should give me more”.
9. ximeng ◴[] No.45901012[source]
If Claude Code is Anthropic’s main focus why are they not responding to some of the most commented issues on their GitHub? https://github.com/anthropics/claude-code/issues/3648 has people begging for feedback and saying they’re moving to OpenAI, has been open since July and there are similar issues with 100+ comments.
replies(2): >>45901217 #>>45901918 #
10. ◴[] No.45901073[source]
11. sidewndr46 ◴[] No.45901217[source]
It's entirely possible they don't have the ability in house to resolve it. Based on the report this is a user interface issue. It could just be some strange setting they enabled somewhere. But it's also possible it's the result of some dependency 3 or 4 levels removed from their product. Even worse, it could be the result of interactions between multiple dependencies that are only apparent at runtime.
replies(2): >>45901260 #>>45901727 #
12. andersa ◴[] No.45901260{3}[source]
Seems these users are getting it on VS code, while I am getting the exact same thing when using claude code on a Linux server over SSH from Windows Terminal. At this point their app has to be the only thing in common?
replies(1): >>45901339 #
13. sidewndr46 ◴[] No.45901339{4}[source]
That's certainly an interesting observation. I wonder if they produce one client that has some kind of abstraction layer for the user interface & that abstraction layer has hidden or obscured this detail?
14. pirates ◴[] No.45901671{4}[source]
Those people are intelligent, they’re just selfish and have no qualms over making money off the repugnant crap they’re doing.
replies(1): >>45903961 #
15. bitbuilder ◴[] No.45901727{3}[source]
>It's entirely possible they don't have the ability in house to resolve it.

I've started breathing a little easier about the possibilty of AI taking all our software engineering jobs after using Anthropic's dev tools.

If the people making the models and tools that are supposed to take all our jobs can't even fix their own issues in a dependable and expedient manner, then we're probably going to be ok for a bit.

This isn't a slight against Anthropic, I love their products and use them extensively. It's more a recognition of the fact that the more difficult aspects of engineering are still quite difficult, and in a way LLMs just don't seem well suited for.

replies(1): >>45903193 #
16. DebtDeflation ◴[] No.45901843[source]
This summer was a lifetime ago.
17. bcherny ◴[] No.45901918[source]
Hey, Boris from the Claude Code team here. We try hard to read through every issue, and respond to as many issues as possible. The challenge is we have hundreds of new issues each day, and even after Claude dedupes and triages them, practically we can’t get to all of them immediately.

The specific issue you linked is related to the way Ink works, and the way terminals use ANSI escape codes to control rendering. When building a terminal app there is a tradeoff between (1) visual consistency between what is rendered in the viewport and scrollback, and (2) scrolling and flickering which are sometimes negligible and sometimes a really bad experience. We are actively working on rewriting our rendering code to pick a better point along this tradeoff curve, which will mean better rendering soon. In the meantime, a simple workaround that tends to help is to make the terminal taller.

Please keep the feedback coming!

replies(4): >>45902111 #>>45902143 #>>45902259 #>>45903457 #
18. dboon ◴[] No.45902111{3}[source]
It’s surprising to hear this get chalked up to “it’s the way our TUI library works”, while e.g. opencode is going to the lowest level and writing their own TUI backend. I get that we can’t expect everyone to reinvent the wheel, but it feels symptomatic of something that folks are willing to chalk up their issues as just being an unfortunate and unavoidable symptom of a library they use rather than seeming that unacceptable and going to the lowest level.

CC is one of the best and most innovative pieces of software of the last decade. Anthropic has so much money. No judgment, just curious, do you have someone who’s an expert on terminal rendering on the team? If not, why? If so, why choose a buggy / poorly designed TUI library — or why not fix it upstream?

replies(3): >>45902268 #>>45902653 #>>45902751 #
19. synapsomorphy ◴[] No.45902143{3}[source]
That issue is the fourth most-reacted issue, and third most open issue. And the two things above it are feature requests. It seems like you should at the very least have someone pop in to say "working on it" if that's what you're doing, instead of letting it sit there for 4 months?
replies(1): >>45902677 #
20. IncreasePosts ◴[] No.45902211{4}[source]
It helps when they hand you comically large sacks with dollar signs on them
replies(1): >>45902806 #
21. ximeng ◴[] No.45902259{3}[source]
Thanks for the reply (and for Claude Code!). I've seen improvement on this particular issue already with the last major release, to the extent that it's not a day to day issue for me. I realise Github issues are not the easiest comms channel especially with 100s coming in a day, but occasional updates on some of the top 10 commented issues could perhaps be manageable and beneficial.
22. thefourthchime ◴[] No.45902265[source]
You must not watch broadcast television (e.g American Football). Anthropic is doing a huge ad blitz, trying to get end customers to use their chatbot.
replies(1): >>45903382 #
23. behnamoh ◴[] No.45902268{4}[source]
> CC is one of the best and most innovative pieces of software of the last decade...

Oh come on! Aider existed before it, and so did many other TUI AI agents. I'd say Rust and Elixir were more innovation than CC.

24. dylan604 ◴[] No.45902547{3}[source]
> No one wants to work on AI slop and mental abuse of children on social media.

If this was true, we wouldn't have AI slop and mental abuse of children. Since we do, we know your comment is just flat out incorrect.

25. bcherny ◴[] No.45902653{4}[source]
We started by using Ink, and at this point it’s our own framework due to the number of changes we’ve made to it over the months. Terminal rendering is hard, and it’s less that we haven’t modified the renderer, and more that there is this pretty fundamental tradeoff with terminal rendering that we have been navigating.

Other terminal apps make different tradeoffs: for example Vim virtualizes scrolling, which has tradeoffs like the scroll physics feeling non-native and lines getting fully clipped. Other apps do what Claude Code does but don’t re-render scrollback, which avoids flickering but means the UI is often garbled if you scroll up.

26. bcherny ◴[] No.45902677{4}[source]
Fair feedback — commented https://github.com/anthropics/claude-code/issues/3648#issuec...
27. tcdent ◴[] No.45902751{4}[source]
As someone who's used Claude Code daily since the day it was released, the sentiment back then (sooo many months ago) was that the Agent CI coding TUIs were kind of experimental proof-of-concepts. We have seen them be incredibly effective and the CC team has continued to add features.

Tech debt isn't something that even experienced large teams are immune to. I'm not a huge TypeScript fan, so seeing their choice to run their app on Node to me felt like a trade-off between development speed with the experience that the team had and at the expense of long-term growth and performance. I regularly experience pretty intense flickering and rendering issues and high CPU usage and even crashes but that doesn't stop me from finding the product incredibly useful.

Developing good software especially in a format that is relatively revolutionary takes time to get right and I'm sure whatever efforts they have internally to push forward a refactor will be worth it. But, just like in any software development, refactors are prone to timeline slips and scope creep. A company having tons of money doesn't change the nature of problem-solving in software development.

28. aswanson ◴[] No.45902806{5}[source]
I wonder if the 100 million dollar guys got a signing bonus like athletes. Just take 10 mill and chuck up deuces.
29. Anon1096 ◴[] No.45902981{3}[source]
Stated without a shred of evidence and getting no pushback. Classic for a nonsense claim about big tech company HN doesn't like, lol.
replies(1): >>45903689 #
30. warkdarrior ◴[] No.45903193{4}[source]
AGI/ASI does not need perfect terminal rendering to crush all humans like bugs.
31. commandar ◴[] No.45903382[source]
Anthropic, frankly, needs to in ways the other big names don't.

It gets lost on people in techcentric fields because Claude's at the forefront of things we care about, but Anthropic is basically unknown among the wider populace.

Last I'd looked a few months ago, Anthropic's brand awareness was in the middle single digits; OpenAI/ChatGPT was somewhere around 80% for comparison. MS/Copilot and Gemini were somewhere between the two but closer to Open AI than Anthropic.

tl;dr - Anthropic has a lot more to gain from awareness campaigns than the other major model providers do.

replies(1): >>45903616 #
32. Razengan ◴[] No.45903457{3}[source]
How about giving us the basic UX stuff that all other AI products have? I've been posting this ever since I first tried Claude: Let us:

* Sign in with Apple on the website

* Buy subscriptions from iOS In App Purchases

* Remove our payment info from our account before the inevitable data breach

* Give paying subscribers an easy way to get actual support

As a frequent traveller I'm not sure if some of those features are gated by region, because some people said they can do some of those things, but if that is true, then that still makes the UX worse than the competitors.

replies(1): >>45904612 #
33. potatoproduct ◴[] No.45903616{3}[source]
Anthropic feels like a one trick pony as most users dont need or want anthropic products.

However, I speak with a small subset of our most experienced engineers and they all love Claude Sonnet 4.5. Who knows if this lead will last.

replies(3): >>45903778 #>>45904516 #>>45905339 #
34. renegade-otter ◴[] No.45903689{4}[source]
https://www.wired.com/story/researchers-leave-meta-superinte...
35. commandar ◴[] No.45903778{4}[source]
>Anthropic feels like a one trick pony as most users dont need or want anthropic products.

I don't see what the basis for this is that wouldn't be equally true for OpenAI.

Anthropic's edge is that they very arguably have some of the best technology available right now, despite operating at a fraction of the scale of their direct competitors. They have to start building mind and marketshare if they're going to hold that position, though, which is the point of advertising.

36. kayge ◴[] No.45903843{4}[source]
I think it was more than 2 though... en few? En feux.
37. 998244353 ◴[] No.45903961{5}[source]
In that case, how come they "left in the first days of the job" because "they saw what they were going to work on and peaced out"?
replies(1): >>45905787 #
38. HarHarVeryFunny ◴[] No.45904516{4}[source]
Anthropic are mostly selling, and having most success, with business customers (incl. selling API access for Claude Code).

This is the reason they haven't bothered to provide an image generator yet - because Chat users are not their focus.

39. ◴[] No.45904612{4}[source]
40. jokethrowaway ◴[] No.45905339{4}[source]
Claude is ChatGPT done right. It's just better under any metric.

Of course OpenAI has tons of money and can branch off in all kind of directions (image, video, n8n clone, now RAG as a service).

In the end I think they will all be good enough and both Anthropic and OpenAI lead will evaporate.

Google will be left to win because they already have all the customers with the GSuite and OpenAI will be incorporated at massive loss in Microsoft, which is already selling to all the Azure customers.

41. CamperBob2 ◴[] No.45905787{6}[source]
They may have found that the work they were called upon to perform was worse than what they'd been led to expect. Maybe much worse.