Earlier quoted context omitted.
> ... applying the same steps and rules n times I do this too, with a document written for this purpose. > ... a significant chunk of those runs involved the agent waiting for the compiler, linters, type checks, and test suites, as well as updating journals. That is a good point. I'm mostly using C, which seemingly compiles in O(1) time, so I could imagine a large C++ or Rust codebase taking much longer to iterate si…
What do you mean by C compiling in O(1)? Is that what the LLM told you?
Claude Fable 5: mid-tier results on coding tasks
251–260 of 271 posts
Re: Claude Fable 5: mid-tier results on coding tasks
#252Re: Claude Fable 5: mid-tier results on coding tasks
#253Worked pretty well. Also writes lisp a lot better without getting lost in parentheses! I do keep hitting the limit regularly but it is doing a lot of work that would have taken me a long time to write by hand even if per se not super complex.
Re: Claude Fable 5: mid-tier results on coding tasks
#254Earlier quoted context omitted.
You don’t even know what we’re talking about in this thread, do you? We’re talking about whether corporations are going to risk using LLMs in their codebase because of the theoretical legal risk that they might produce something that would fall under open source licenses, and be difficult to untangle later. Regardless of what you think the morality is here, or what the legal situation turns out to be, this is already…
Why repeat what you already said with more words, as if I can't read, only to leave out the bit that I responded to? > we’re never going back. As a prediction, this is worthless. If everybody thinks as you do, we won't, if nobody does, we will. So yes, this is purely about morality.
Re: Claude Fable 5: mid-tier results on coding tasks
#255Earlier quoted context omitted.
Hah, yeah... I added this to my global CLAUDE.md (~/.claude/CLAUDE.md): ## Writing voice — plain, factual, calibrated to the evidence Write docs, session notes, commit messages, and findings plainly and factually — and calibrate every claim you assert, in chat as much as in writing. This guards against a known LLM tendency to inflate: toward punchy phrasing and claims that read as more settled than the work supports.…
Have you tried optimizing this prompt so that it’s shorter but gets the same results? I see these super verbose prompts all the time from people who learned prompt engineering in the ‘24-early ‘25 timeframe and they seem unnecessary to me (I get good results with 1-3 sentences) but I hate to assume other people’s experience mirrors my own.
Re: Claude Fable 5: mid-tier results on coding tasks
#256Similar result on our kotlin coding benchmark at work. It measures how close agents can get to a small mergable PR (according to my team). 20 tasks of varying difficulty, with 5 attempts each, LLM as judge to evaluate accuracy (same outcome and quality but allowing for acceptable variances). Fable 5 sits ahead of Opus 4.7, but behind Opus 4.6, Sonnet 4.6, Opus 4.8, GPT-5.4, GPT-5.5. Fable isn't a good coding workhors…
Does your team then manually decide the results by going over the PRs? I suppose you know what you're looking for now, but isn't this still quite painful?
Re: Claude Fable 5: mid-tier results on coding tasks
#257Earlier quoted context omitted.
Yeah same here, it's a huge step up for me. Curious why people are having such different experiences. Is it just to do with what they're working on? Specific prompt styles (eg overfitting on opus)?
I would go out on a limb and say it's a garbage in garbage out problem. People just don't define their problem well enough nor provide enough context and are surprised the model can't magically read their mind and summon data that doesn't exist from thin air. There's only so much raw intelligence can compensate for not having literally anything to go on. 10 years ago this was a joke, now it's Tuesday: https://old.red…
Re: Claude Fable 5: mid-tier results on coding tasks
#258Earlier quoted context omitted.
Did you also test GPT-5.5 Pro web version? Why is the voltage reading 17% off?
On my (admittedly weird) setup, GPT-5.5 Pro times out. The reading is off because the thermistor resistance also depends on applied voltage, not just temperature. LLMs couldn't get this even after feeding them multimeter voltage readings, not just ADC readings. They went into guessing much more esoteric things like ADC switched-capacitor input current, burnout-detect current sources or IDACs left enabled, board leaka…
https://chatgpt.com/share/6a2d8c75-56f4-83e8-a61a-301e4c62b1...
Re: Claude Fable 5: mid-tier results on coding tasks
#259Earlier quoted context omitted.
> Burned $2K to see how it will perform on frontend tasks and backend tasks. When I read such statements on HN, I nearly always ask myself: if the person has such an amount of money to burn, don't there exist much more fun opportunities to burn buckets of money than doing such experiments on LLMs?
> if the person has such an amount of money to burn, don't there exist much more fun opportunities to burn buckets of money than doing such experiments on LLMs? Do you think US$2,000 is a lot of money?
Re: Claude Fable 5: mid-tier results on coding tasks
#260This matches my experience. Burned $2K to see how it will perform on frontend tasks and backend tasks. Frontend did a significantly better job than Opus on toy-scale wireframe projects by using gimmicks like fluid dynamics. Then when given medium to big tasks like multi-page web app where layouts and aesthetics must be decided by model itself, results by Fable and Opus scored indistinguishable score from human judges…
> Burned $2K to see how it will perform on frontend tasks and backend tasks. When I read such statements on HN, I nearly always ask myself: if the person has such an amount of money to burn, don't there exist much more fun opportunities to burn buckets of money than doing such experiments on LLMs?