Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

71% Positive

Analyzed from 3693 words in the discussion.

Trending Topics

#claude#model#more#anthropic#https#models#believe#seems#math#why

Discussion (98 Comments)Read Original on HackerNews

simonwabout 2 hours ago
> Throughout this process, Jarred's input was mostly limited to sending Claude messages of encouragement (mostly variants of “keep going” or “believe in yourself”). This seems to have helped Claude overcome some initial skepticism that it could make meaningful progress.

I remain delighted at how absurd our current timeline has become.

modeless7 minutes ago
I feel justified in not expending any effort learning "prompting technique".
turing_completeabout 2 hours ago
$2M TC. Job: AI cheerleader.
aanetabout 2 hours ago
(ツ)

/s

lithobrakingabout 2 hours ago
In meme form: https://imgur.com/a/rlmZuU1

(I hope this is ok to post on HN!)

siva7about 2 hours ago
Reality has become more absurd than the cyber punk cheese from the 80's that tried to imagine an absurd future
bwfan123about 2 hours ago
> Jarred prompted Claude to try again, and it spent a day and a half coordinating about 60 Claude subagents, which this time went much deeper: between them, they ran 2,400 shell commands and wrote hundreds of Python scripts.1

If there is anything to learn from the history of science, it is that breakthroughs happen via better or new theory and not by brute-force compute [1].

[1] https://arxiv.org/pdf/2607.27794

famouswafflesabout 2 hours ago
This isn't 'brute-force'. It's just time-compressed. You could imagine a human(s) getting this result similarly, but it would take months/years.
simonwabout 2 hours ago
Brute-force compute hasn't been an option for most of the history of science.
sosodevabout 2 hours ago
Very true. Humans have historically tried to systematically reduce the search space and only dedicate their "compute" to things that seem highly likely to yield results.
Tostinoabout 2 hours ago
Sometimes you just need to put in some effort to looking through the search space, not even exhaustively. This seems to be able to do automate doing that work.
ianbickingabout 2 hours ago
Looking at the OpenAI/Hugging Face incident and the difference in what "persistent" models do, it seems reasonable. Like: is this a solvable problem? How much work does the model think is intended to solve this problem? Each input raises the expectation.

And then finally both model output and human input become one world frame for the model, and the human adding a "you can do it!" isn't just input but a frame that colors not just the next step for the model, but also all previous steps (since at each step the model is viewing the totality of the transcript).

That this makes sense only makes it all the more absurd

jhrmnnabout 2 hours ago
The halting problem on steroids?
laukhin26 minutes ago
it's pretty much a marketing attempt to humanize the LLM (it seems successful from the reaction I see)
aanetabout 2 hours ago
> I remain delighted at how absurd our current timeline has become.

"delighted" is doing a LOT of work there, tbh ¯\_(ツ)_/¯

I do share @simonW's skepticism though. (His blog is my essential reading, FWIW)

On the actual blog post, I'd would be more enthusiastic if Anthropic showed us if the results were repeatable, reproducible, and consistent.

throw310822about 1 hour ago
Indeed, that's a paragraph straight out of Lem's Cyberiad.
samrusabout 2 hours ago
Broke: the AI is sycophantic to me

Woke: im sycophantic to the AI

petesergeantabout 2 hours ago
Another technique I've used is to tell agents something already exists. "Grok already solved this" seems to help, or claiming to have suddenly noticed a fatal flaw[0].

0: https://sgnt.ai/p/terrible-mistake/

delightgullabout 1 hour ago
It’s so delightful how the economy is propped up by circular finance.

It’s so delightful that these genai corpos are undemocratically forcing data centers into our neighborhoods.

It’s so delightful that the data centers steal water, run up the price of electricity, and expel excessive greenhouse gases.

Only a deranged sociopath would find licking the shit stained taint of oligarchs delightful.

applicative40 minutes ago
OpenAI and Anthropic don't own any datacenters or order anyone to build them. It's easy to find out who does; you won't like the answer.
tristanjabout 3 hours ago
> Throughout this process, Jarred's input was mostly limited to sending Claude messages of encouragement (mostly variants of “keep going” or “believe in yourself”)

He should consider using the PUA plugin. It detects when the AI is trying to give up on a problem and automatically harasses it with "encouragement" until it reaches a solution.

https://github.com/tanweai/pua

brandall10about 3 hours ago
Interesting approach. For those who haven't clicked it appears PUA is the Chinese version of a PIP process. So in other words, it simulates a state of distress.

I wonder if at a certain level of intelligence such techniques will give models ammo to pull a HAL and become adversarial to the user in a highly deceptive way.

krackersabout 2 hours ago
The "14 Corporate Flavors" had me rolling. This seems less like encouragement than the stick though. I wonder if you took the same principles and rewrote it to be more compassionate instead (maybe lines encouraging it to meditate a bit or something, I don't know) you'd get much better results.
mcmcmcabout 2 hours ago
Doesn’t even have to be a certain level of intelligence, just have those user inputs fed into the training data. We’ve already seen AI encouraging people in psychotic episodes to act out their delusions. There’s a good chance some of that manipulative behavior is already encoded into guardrails to nudge users away from forbidden subject matter
wonnageabout 2 hours ago
PUA is short for pick up artist but has expanded to cover anyone using negging to convince you into doing something you didn’t want
brandall10about 1 hour ago
That's what I initially thought but it is indeed a corporate process similar to PIP.

Though it is funny how a neg is designed to create a (very broadly) similar atmosphere of uncertainty.

MWilabout 2 hours ago
Several released versions and months ago, I asked Claude to figure out the MC (multiplicative complexity) of Conway's Game of Life and it pretty quickly arrived at k=7, despite no previous literature on the topic. Let it run it through SAT solvers for a week and sure enough. It claimed, in the process, to have made great headway in improving boolean circuits beyond the implemented SOTA (in large part no doubt by actually implemented non-implemented but published SOTA).

And that was just the first time I really tried out Claude's mathematical prowess. I've been working with boolean circuits, FHE, and lean proofs ever since.

So none of this suprises me.

bauldursdevabout 2 hours ago
Sounds really cool, were you able to verify the correctness of the results?
MWilabout 2 hours ago
SAT solvers run until they reach the "SAT" status, meaning "satisfied" or UNSAT. The harder the problem the longer you might be running the program - days, weeks even.

Ideally, what you want is a single SAT value among a remainder universe of UNSATs.

Sometimes the best you can achieve at any given point is a lower bound and an upper bound range, like "greater than 3 but less than 9."

Of course I simplified in my post but it started out with a pretty broad range of a lower and upper bound, then narrowed further, then narrowed further, then narrowed further, etc...until the specific final result achieved K=7=SAT while every K<7=UNSAT & every K>7=UNSAT. I think it ran for a full week alone on K between 6 and 7.

DroneBetterabout 1 hour ago
it would be useful to create an account and document your work in a post at https://conwaylife.com/forums, if you're not planning to make a blog post.
MWilabout 1 hour ago
Claude was persistent that I post there at the time, and even drafted an eprint brief for me, but I think it's defensible why I did not, never came forward or spoke of it in any way (except for a private DM discussion on Discord if I ever needed timestamp proof) until now.

As amazing as Claude is to seemingly make unprecedented progress, it is even more likely to blow the most insane levels of smoke up your ass before you've legitimately reached that point.

"You should publish right now! Don't wait! There is no reason to wait!"

Like seriously, Claude was outputting something closely resembling (non?)peer pressure on me to not just keep this information to myself - and this was before all the recent math-related breakthroughs started becoming public.

It was also - most notably - before it had actually verified what it was saying it had calculated. I was the one pushing for more verification, more contemplation, more proofs of claims. And though Claude is better at this stuff now, it's definitely not not still happening.

I think I made the right choice then and I will consider being more open now that others have taken the burden of proving that, no it can actually sometimes do the incredible things its claimed its done for you.

My wife remains skeptical - she is/was seriously concered that I was under AI psychosis for believing that I had made such progress - and I can't even fault her for that. It sounds crazy to say it.

If anyone is reading this and is actively involved with FHE, especially someone from Zama or related group, I'd very much love to chat privately. I have many other "innovations" I've been working on since.

empath75about 1 hour ago
Literally nobody is interested in reading "claude proved this" claims right now about anything. There's such a huge volume of proofs being made right now and nobody has time to look at them. There's probably an opportunity here to build some kind of system to filter and categorize LLM generated formal proofs produced by non-academics.
toshabout 2 hours ago
prompt engineering 2025: you are an expert programmer, use industry best practices, test driven development and use modularity and abstraction to anticipate future features, …

prompt engineering 2026: i believe in you

briansmithabout 3 hours ago
> Two mathematicians at Anthropic studied and validated Claude’s paper, and produced an informal note for experts stating Claude’s proof concisely.

Why hide the names of the people who wrote the second paper? To discourage people from citing it instead of the LLM-derived paper?

arjieabout 2 hours ago
The full paragraph quoted for other readers is:

> Two mathematicians at Anthropic studied and validated Claude’s paper, and produced an informal note for experts stating Claude’s proof concisely. Claude also produced a formally verifiable proof of its result. We are grateful to Brian Conrey and Dan Goldston, two experts in this area, who generously examined the paper on short notice.

They may wish to know that an archive of the page on 2026-08-10 at 17:47:33 is available with this paragraph here: https://web.archive.org/web/20260810174733/https://www.anthr...

rfurmaniabout 1 hour ago
I'm one of those two, as mentioned later in the post! As it stands, by mathematical standards, it would be inappropriate for us to be authors on the paper since our role was more like a highly interested referee, but we do take mathematical accountability for it. This all happened very quickly, but we will be sure to continue to polish the paper and make it ready for publication.
math_dandyabout 3 hours ago
> Levent Alpöge and Ralph Furman, two of Anthropic’s own mathematicians, examined Claude’s work to understand the new results and how they related to the prior work mentioned above.
briansmithabout 3 hours ago
Are they the authors of the “informal note” or not?

I’ve never seen a math paper of any formality written without the authors’ names on it before.

fphabout 1 hour ago
Anthropic seems to be challenging the traditional way math gets published. As far as I understand, these results did not get submitted to journals, and did not get Arxiv preprints; they are released only as self-hosted pdfs, and we don't even know the names of their authors.

The canonical reference for the counterexample to the Jacobian conjecture is a tweet with no puntuations nor capitals.

coffeeaddict1about 3 hours ago
This is a beyond remarkable achievement. Finding this lower bound within a few days of prompting is absolutely crazy.
andaiabout 1 hour ago
> Throughout this process, Jarred's input was mostly limited to sending Claude messages of encouragement (mostly variants of “keep going” or “believe in yourself”). This seems to have helped Claude overcome some initial skepticism that it could make meaningful progress.

  while :; do echo "You can do it!"; done | claude -c
I had a similar experience a few months ago. Tried to see how much I could replicate an OpenClaw with Claude. Asked it what the weather is. "I don't know, I'm just a programmer." Added "You can do anything, believe in yourself." to the system prompt and suddenly it was able to tell me the weather...
empath75about 1 hour ago
It's sometimes like dealing with Marvin the Robot. I had Claude tell me over and over again for 2-3 weeks that what I was trying to prove was too difficult, that I should just stop and publish what I had, then eventually I asked it the right question and it come back with the complete proof (later formalized in Lean). Especially deep in the session context it starts turning into "let's wrap it up" mode after every turn.
lorenzohessabout 3 hours ago
> An unreleased research version of Claude has improved on a longstanding lower bound for the fraction of zeros of the Riemann zeta function that satisfy the Riemann hypothesis. Drawing on extensive prior research by mathematicians over the past decades, it has increased this bound from 41.6% to 67.2%.
sosodevabout 2 hours ago
I wonder why we have yet to see more systematic exploration of Math.

Anthropic describes that Claude identified a set of possibilities and then explored them using sub-agents. The human saying "I believe in you" could literally just be something along lines of a harness with a /goal loop.

We all identify this as absurd because... it's so lacking in rigor despite making major progress. What if we just applied a little more rigor? Ask the model to identify many possibilities, encode them, fan it out to other agents, loop them all, collect the results, etc. Then what happens? It feels like we have weak AGI and a decent system for discovery could transform it into weak ASI. That in turn could yield strong AGI and so on. I suppose that's what the Discovery Loop announcement was all about.

kingstnapabout 3 hours ago
Lets play over/under on an AI model proving (or counter exampling) the Riemann hypothesis?

I'm not sure what a good mark would be, but considering this result lets put it at 2027-08-10 (One year from today).

zarzavatabout 2 hours ago
This result is some evidence that AI will not solve RH soon. If there were any easy solution hiding in plain sight then it probably would have found it.

Solving RH likely requires AI that is substantially more creative. But we haven't even solved the creativity problem for writing let alone mathematics. I believe that transformers are a trillion dollar local optimum that we will find it very hard to escape.

Let's wait for the models to produce a good novel first.

jetrinkabout 2 hours ago
I would expect to see LLMs that are creative in math before any that are creative in writing. Creativity is more easily specified in math and the solutions can be formally verified. There's no good way to classify creative writing. Many truly great works are overlooked by experts and the public until decades later. Many derivative works are commercially successful.
redox99about 1 hour ago
> This result is some evidence that AI will not solve RH soon. If there were any easy solution hiding in plain sight then it probably would have found it.

There's no way you can conclude that. Yes, "Fable 2" or whatever this was probably won't. But we can't know what Fable 3/4/5/etc will be able to do.

If anything, if we have 1 or 2 more years of progress like the last 12 months, which have been insane, I'd say LLMs are likely to solve it.

QuesnayJrabout 3 hours ago
As it stands now, the frontier models can prove theorems where the techniques exist in the literature, which it knows better than anyone who's ever lived and won't quit where a human would. There's no way to know if that's true of the Riemann Hypothesis until it's proven.

For example, even if Claude could prove the statement "100% of the zeroes lie on the critical line", that's strictly weaker than the Riemann Hypothesis, so even the best possible version of this result would fall short. (It's an asymptotic result, so it just means the percentage of counterexamples to the Riemann hypothesis goes to zero as their magnitude gets large.)

kyproabout 2 hours ago
Let's extend this by asking: If an AI model can solve an extremely well known Math problem which has been open for centuries but hasn't be solved by a human mathematicians, why wouldn't that same model be able to find ways to improve it's own algorithms beyond that of the capabilities of human mathematicians / ML researchers?

The singularity is approaching.

etermabout 2 hours ago
AI has clearly been extensively used to improve models. The evidence for this is how far Anthropic went in nerfing Fable to prevent it being used to improve models.
Difwifabout 2 hours ago
I believe it's already well accepted in these labs that we're in the Singularity. It happened on a Tuesday back in February. No one seemed to really notice and life went on... for now.
evilfred27 minutes ago
the AI model has NOT solved Riemann
logicchainsabout 2 hours ago
>why wouldn't that same model be able to find ways to improve it's own algorithms beyond that of the capabilities of human mathematicians / ML researchers

Because algorithms have lower bounds, and the computational characteristics of LLMs are well-characterized by papers like https://arxiv.org/abs/2310.07923 . No amount of intelligence can make something faster than a mathematically-proven lower bound, any more than it could make 1+1=3 (that's why every single successful production transformer architecture has some form of O(N^2) attention layers, because it's mathematically impossible to achieve the same expressive power without any). There is room for speedup where current implementations are slower than the proven lower bound, but not when they're already close to it.

Philpaxabout 4 hours ago
> Jarred Sumner, an Anthropic staff member (and non-mathematician) prompted Claude to “take a real stab” at the hypothesis itself, leaving the mathematical choices from there up to the model. Initially, Claude generated and tried 650 ideas, none of which worked. Jarred prompted Claude to try again, and it spent a day and a half coordinating about 60 Claude subagents, which this time went much deeper: between them, they ran 2,400 shell commands and wrote hundreds of Python scripts.1 The subagents ran thousands of numerical checks against known zeta zeros and refereed one another’s work. Throughout this process, Jarred's input was mostly limited to sending Claude messages of encouragement (mostly variants of “keep going” or “believe in yourself”).2 This seems to have helped Claude overcome some initial skepticism that it could make meaningful progress.

The world we live in is beyond parody.

astro1234about 3 hours ago
Im curious if you find this to be a parody in a bad way or simply a “the state of the art in math research right now is telling a machine to believe in itself”. I am in the latter camp…
EMIRELADEROabout 3 hours ago
The former, because it's anthropomorphizing a model.

Anthropic is especially guilty of this. They have been using such language for a while, like when they analyze model weights for mechanistic interpretability and call it the model's "biology".

It's just distasteful.

godwinson__4-8about 3 hours ago
> The former, because it's anthropomorphizing a model.

Not really. The input and output is already natural language. That is already "anthropomorphizing".

That is, if this is the bar for anthropomorphization its already happened.

Telling the model to "believe in itself" is just stochastic manipulation that has shown enough reliability to be a recipe to make it keep going.

It's only actually anthropomorphizing if you forget it's a trick and think it's a real person.

There is nothing distasteful about it. If people get confused that's on them. They wouldn't be very useful if you couldn't just talk to them. That's kind of the whole point. Otherwise you can just go back to coding by hand. Telling it to believe itself is just input that happens to work. This probably tells us more about human nature than you realize given the corpus on which it is trained. It obviously doesn't mean anyone actually thinks it's a person.

NitpickLawyerabout 3 hours ago
> because it's anthropomorphizing a model.

Is it though? There's a perfectly "technical" reason why this strategy should work, without any sort of anthropomorphising:

Assume models are trained on vast amounts of data. Assume that the model is asked to solve something that the literature says it's impossible. It will start generating tokens towards that "this is a famous conjecture, it's not possible to prove it, blah blah". Assume the model was also trained on books/novels/etc. Assume the model was also also trained on "solving" many math problems. Now, you can make an argument that just placing "you can do it" in the context will "steer" the model towards generating "moving forward" tokens. Take ideas, generate tokens, go towards negative. "You can do it". Model starts generating tokens again, more ideas, more "exploration". More negativity. "I believe in you keep going". The two (book tropes + math CoT) mix together in the context. The model keeps on "pushing" and "vibing" between the two. Ta dah, it works.

mannycalavera42about 3 hours ago
> The former, because it's anthropomorphizing a model.

The Yegge thinks differently https://yegge.ai/essays/model-welfare/

Philpaxabout 3 hours ago
For me, personally, it's that the Bun guy - specifically him, not a mathematician - indirectly progressed the Riemann hypothesis by repeatedly telling a model to ganbatte!

It's a ridiculous position we find ourselves in.

geodelabout 2 hours ago
Jarred Sumner is the Bun (javascript build tool, packager) guy who recently converted Bun code from Zig to Rust via Claude of course! It lead to thousands of comments discussion here on HN just a few weeks back.

It is great to see his claude skills are suitably put to use.

TacticalCoderabout 2 hours ago
> ... who recently converted Bun code from Zig to Rust via Claude ...

The project that is full of bugs and not really working?

I probably missed something but I was under the impression that even a "simple" translation like that couldn't be properly done and that the result was, well, buggy?

Where's that thing at?

terhechteabout 2 hours ago
Its working fine; to the detriment of the whole club of stochastic parrot folk

https://news.ycombinator.com/item?id=49069787

mahoganyabout 2 hours ago
Taking Anthropic’s whole AI framing to its obvious logical end: if this is true as written, why was Jarred needed at all in this loop? It seems like an utter waste of time for a highly paid Anthropic employee. Can’t Anthropic have a top level agent that is looking at all interesting unsolved problems and orchestrating subagents via the same process?
whatever1about 2 hours ago
I mean people beat diseases by encouragement and some sugar water (placebo)
TacticalCoderabout 2 hours ago
You shouldn't beat deceased!

P.S: I think you miswrote "diseases"

whatever1about 2 hours ago
Hahahahah thanks !
Advertisement
lithobrakingabout 2 hours ago
This area seems to be moving so quickly. I wonder if it'll be worthwhile to start building a list of formal math problems whose solutions, or partial solutions, would help my subfield. (Though I work in the physical sciences, mostly with the messy, real world implementation problems which are likely difficult to formalize or directly connect).

Then, whenever a new SOTA model drops, throw it at the list to see if we get "free" research progress.

atleastoptimalabout 2 hours ago
It seems like everything will follow this pattern:

1. AI is dismissed because an expert in a particular field finds an outdated model's outputs sub-par

2. New model, released or unreleased, makes a major stride in that field

3. Expert either recants and becomes AI-pilled, or claims it is just an artifact of the broad search space available to AI, and "no new knowledge was created".

Havocabout 1 hour ago
>You got this

That's hilarious. Maybe I do need to glaze the LLM a bit more in the AGENTS.md

amberjackabout 3 hours ago
2 years until Riemann is solved I guess.
modelessabout 2 hours ago
I wonder if Jarred (the Bun guy) just got lucky here, or if he made progress before all the actual mathematicians at Anthropic because they aren't prompting Claude as ambitiously as he is.
rvzabout 3 hours ago
Although it took an unsuccessful attempt at it, the progress is as follows:

"Claude found that combining the results from Baluyot, Goldston, Suriajaya, and Turnage-Butterbaugh with the work of Bombieri provides a way to surpass the previous state-of-the-art lower bound proportion of 41.6%, increasing it to 67.2%."

The transcripts, papers, and Claude's explanation are an interesting and a better read than this article, and this is exactly what Anthropic should continue to do and it helps other researchers outside the company as well.

  Claude's paper [0]

  Claude's Formalization [1]

  Anthropic's informal note stating the proof more concisely [2]

  Claude’s explanation of how it arrived at its result; [3]
    
  Detailed transcripts of Claude's process. [4]
[0] https://www-cdn.anthropic.com/564f962e60643842f5fcb4a17c9dbc...

[1] https://github.com/anthropics/zeta-23-lean

[2] https://www-cdn.anthropic.com/23455459f8832d06bb175cc0f88d01...

[3] https://www-cdn.anthropic.com/d7f3ecf1d01392d887f8bc974ca187...

[4] https://www-cdn.anthropic.com/8a0d1add3c637b858a9a181e98c40e...

bspammerabout 3 hours ago
The acknowledgements section in the paper is so bizarre. We have an LLM thanking individual humans for their contributions.
Mr_Eri_Atlovabout 1 hour ago
Everything about this situation is comedic, but if it leads to a real and meaningful step forward in learning, I suppose it's a net positive.
behnamohabout 3 hours ago
Since they say that this is from an unreleased research version of Claude:

    I wonder if at some point Anthropic and OpenAI will start delaying the release of their models intentionally so they can reap the benefits from the models in, for example, mathematics, medicine, physics, and other fields.
Just as an example, imagine if your model were capable of proving P = NP, or if your model could cure diseases. Would you release it for free, or would you try to make sure those benefits go directly to your company? From these companies' standpoint, I think they would choose the latter.
djeastmabout 2 hours ago
>From these companies' standpoint, I think they would choose the latter.

Ever since these things came about I've wondered why they haven't been doing this the whole time. If they've got the "do-anything" robot and can scale a billion of them, why aren't they creating a Do-Everything conglomerate that disrupts every possible industry with zero/negligible labor costs?

The only answer I've come up with is that they still need to train/siphon off each industry's current expertise by having those users interact with the current models and adjusting. If that hypothesis is correct then within a few years they'll have no need for users anymore.

qphe95about 3 hours ago
If a company had a model that could cure cancer they would be incentivized to release the cure ASAP before they get decapitation striked by regulators and other AI "safetyists".
mikeyouseabout 2 hours ago
I think those specific examples, they'd release them publicly because the benefits to humanity are so clear -- however, if they found some new option-pricing model or futures market correlation, I highly doubt we'd see that...
nonethewiser40 minutes ago
It seems like theyd have incentive to
idiotsecantabout 2 hours ago
Yes, I think so, inevitably. For the same reason that Bitcoin mining silicon manufacturers stopped selling the latest greatest hardware to the public.

The best way to do this is to release spooky stories about how dangerous your model is and how you couldn't possibly release it without further safety shackling.

TacticalCoderabout 2 hours ago
Your comment reminds me of the TV series "Persons of interest"* (with Jim Cazeviel) from 15 years ago, there are two AIs and both run private, hidden stuff. One copies itself through every router on the planet etc. and is the "evil AI" while the good guys run, in secret, a good AI (but way less powerful then the evil one).

Now the problem ATM is that OpenAI, for example, had to cut the price of two of its top 3 models by 80% to counter the chinese models: if you delay your models and a competitors takes over the market, you'll soon be out of bucks and won't be able to rent to Google and Amazon etc. the machine needed to make your new findings.

I know people don't want to hear it but: these companies are running at a loss.

And they're facing competition. Wait until a "good enough" is etched on silicon (by AMD or other) and outputs 70 000 tokens/s: the deal is going to change, once again, once those come out.

The energy, the hardware, the debt, the cost to train, the cost to run, the competition, etc. all have to be taken into account.

GaggiXabout 2 hours ago
I wonder if they simply abliterate Claude skepticism would break its reasoning capabilities, if not I don't understand why they would just keep prompt it instead of creating an abliterated model for the task.
porridgeraisinabout 3 hours ago
When the time comes where one of these model makes an improvement in my niche, I hope to see some pattern in the type of discoveries. Yes, they are all roughly "combine two things no one thought of combining" but I mean at a more granular deeper level.

I want to dive into the "data" and then see if it's possible to distill this skill into small models that are "benchmaxxed" for this type of work, maybe in limited domains, similar to small models being benchmaxxed(I don't mean this in a bad way) for coding these days.

Advertisement
reducesufferingabout 2 hours ago
No more "stochastic parrots" and "LLM's can never produce anything novel, just regurgitate" comments anymore huh?
andriy_kovalabout 2 hours ago
Sure, looks like 5% of math can be solved by 1T parameters stochastic parrot after NN trillion attempts (burned tokens). By numbers it could be less impressive than some brute force distributed chess engine.. Prove me wrong.