• Hacker News
  • new|
  • comments|
  • show|
  • ask|
  • jobs|
  • hollars 1 days

    The high score of Gemini 3.8 Flash vibes with my experience anecdotally. While it often goes off the rails with open-ended questions (which is a strength if taken with care), it is also a good at solving issues in a well-defined environment like an enterprise codebase.

  • matt3210 1 days

    These'll be part of the training set eventually.

  • aryansingh9034 1 days

    [flagged]

  • 1 days

  • hefu_hk 1 days

    [flagged]

  • option_greek 21 hours

    A lot of this tracks but misses the variations in what the models in general are good for.

  • songhonglei1985 21 hours

    [flagged]

  • Uptrenda 1 days

    real software engineering benchmark is how much stress you can take at work. Everyone knows this, bakka.

  • cute_boi 1 days

    This benchmark is shitty because it puts Gemini in 3rd position.

    I tried gemini on simple code base and it invoked 210 tool calls just to update 3 lines of code.

  • skilledDevelope 1 days

    [dead]

  • ahmetaytar 1 days

    [dead]

  • felixlu2026 16 hours

    [dead]

  • paidx 1 days

    [flagged]

  • andai 1 days

    AGI 38.8%

  • bix6 1 days

    Wake me up when September ends or when I can do this locally.

  • sergeyk 10 hours

    If anyone wants this kind of benchmark for their own codebase, happy to set you up with superconductor.com/benchmark

    1. Import your own PRs 2. We find the original spec or infer the spec 3. Agents you select (eg claude code opus 5, codex gpt 6 astra high, pi kimi k3, etc) implement the spec (starting from the parent commit of the PR, with the git history is pruned so they can’t look up the implementation) 4. Three judge LLMs grade agent solution given spec, PR implementation, and a rubric 5. You see the scores

  • taintech 20 hours

    I think currently AI models did incredible improvement against 2025 OpenRCA research paper with 11.25% success rate.

    Key questions, are they topped in performance? Is there some next leap?

  • nottorp 19 hours

    That's my impression from my job, which involves a "private, real-world"[1] codebase.

    You need to explicitly tell the LLM what to take into account when generating code or it will miss things. And that's with months of saved memories.

    Where it fails is on plugging business logic in. Tell it to generate a new piece of UI and it will do that fine.

    My guess is the 10x success stories are for from scratch applications where 80% of the code is boilerplate and self contained modules. And no one comes back and tells you maintenance dropped the productivity improvement to 2x.

    Btw since it's mentioned a couple times in the comments: the Claude Team and Enterprise subscriptions do not train on or retain your code by default. Apparently the promises were good enough for my employer and their customers.

    [1] By the way, real-world smells of LLM generation. Normal people write "real world".

  • chandureddyvari 1 days

    It also depends on your skills and tooling (test execution and verification- agent browser, functional/unit etc) GPT 5.6 Sol lagging behind Kimi, GLM 5.3 is surprising to me.

    IMO Fable 5.1 ~ Astra > GPT 5.6 Sol > Opus.

  • matheusmoreira 1 days

    I used a similar methodology. Code review is my most requested action, so I used blind code review results to compare the frontier AIs.

    Even posted an article about it:

    https://www.matheusmoreira.com/articles/code-reviewing-lone-...

    Unlike TFA, the lone lisp code is public. I suppose the models could have been trained on my codebase. Still, I think it produced some interesting results.

    Took months and loads and loads of tokens to do this, so I'm not gonna repeat this study as new models come out. It did anchor all of my future expectations, though. OpenAI is winning as far as I'm concerned, and their cybersecurity program is the only remaining pain point.

  • obilgic 1 days

    Gemini 3.8 flash has been incredible for our agents. For us, It performs better than any other model except Fable.

  • quocdat25mle 14 hours

    Very cool work. Please also run on new DS Flash 4.1, an important oss model nowsday

  • barbegal 21 hours

    Without a human to benchmark against it's really tough to gauge how good these models are vs how good the task definitions and existing codebases are.

    My intuition from the example full instructions are that the tasks are poorly specified which results in ~60% failures due to bad assumptions and missing requirements.

  • Betelbuddy 9 hours

    The LLM vendors say their AI is going to kill us all and started calling their latest releases AGI. In the meanwhile realistic benchmarks like these ones, show they can only complete 10% to 15 % of the tasks, and now that Jon Skeet, Marc Gravell, BalusC, and Darin Dimitrov have gone on strike they will be progressively worst.

  • janaksunil 22 hours

    i'm janak, cofounder of Specific Labs (YC F25) and one of the authors of Real-SWE.

    if i can help answer any questions please feel free to email me at janak@withspecific.com, happy to send over my phone number as well :)

  • m3kw9 1 days

    what if the production code base was made by mostly by Anthropic models?

    janaksunil 22 hours

    all the codebases were written pre-2023, so pre when AI got good at coding

    nullbio 1 days

    Great point.

  • jcmontx 1 days

    I’ve been able to offload most tasks (coding or eles) to Codex since 5.3-codex with extra high thinking

    riddlemethat 1 days

    Astra lets me offload entire projects without worrying about individual tasks…

    hattimaTim 10 hours

    Can you share us your workflow? I am getting dumb outputs even with Astra max.

    jeffybefffy519 1 days

    Do you review the outputs?

    what 1 days

    Can you show us some of these of projects?

  • IshKebab 1 days

    I think these benchmarks are not that useful, e.g. this suggests Fable is better than Astra, but in practice Astra is waaaaaay faster (like 5x; it's not even close), and also waaaay less annoying to talk to.

    There's only two or three sane options here - you can easily try them all and pick yourself.

    coderenegade 1 days

    I switched from Claude to Codex because Claude just doesn't do what you actually tell it to half the time. It dances around the edges and does busy work without actually tackling a tough problem.

    I'm not sure what others are doing that they're getting such different results, but I'll take Codex every day of the week.

    rovr138 1 days

    They're not measuring speed nor annoyance. It's there on the page

    janaksunil 22 hours

    that's fair - for long horizon engineering tasks would speed still matter?

    IshKebab 20 hours

    I'd say so. Do you want your results in a week or a day?

  • finn888 1 days

    Averaging pass@1 across eight runs per task is useful; it exposes harness consistency instead of letting one lucky resolution dominate.

    janaksunil 22 hours

    yes!

  • skhameneh 1 days

    Some things in this seem reasonable, but others just don’t make sense and there’s crucial details missing (like reasoning levels and what harness was used).

    For example, I found Kimi K3 to use more tokens than some other models, which caused it to cost twice as much purely because of the token volume. This experience lines up with ArtificialAnalysis’s benchmarks, but not these.

    There’s a number of other comparisons here that don’t match up with my experience or other benchmarks. By many accounts, this is the outlier.

    I could attribute the differences to harnesses used or something like reasoning levels, but none of those details are published.

    While this seems interesting, I can’t take this seriously.

    Correction: The harnesses are listed as a column, I missed that. My other concerns and questions still remain, it’s unclear why some of their results are the outlier that does not match my experience, ArtificalAnalysis’s benchmarks, or some of the experiences of others commenting.

    arshxyz 1 days

    They seem to be using the provider's harness for each

    janaksunil 22 hours

    we've done our best to use the native provider's harness. all models were run on 'high' reasoning. this is still v1 and tons of room for improvement - really appreciate your feedback!

  • dgellow 1 days

    A bit of a meta question: what are the most relevant benchmarks by now?

    redox99 1 days

    Terminal bench 4 is good largely because it's recent so it hasn't been benchmaxxed yet. It's more of a sysadmin/devops benchmark than a coding benchmark though, but still a decent proxy.

    https://artificialanalysis.ai/evaluations/terminalbench-v4-0

    andriy_koval 1 days

    Nvidia and OpenAI claimed AGI, but you still have a job.

    taintech 20 hours

    I think openrca https://github.com/microsoft/OpenRCA is quite interesting

    tetec1 1 days

    Epoch.ai has a global score and tracks many benchmarks: https://epoch.ai/benchmarks

  • arshxyz 1 days

    Dreadful color-coding on the output tokens table

    janaksunil 22 hours

    would love to learn why?

  • freakynit 1 days

    This is the first set of benchmarks which match my observations around gemini-3.8-flash perfectly. This model is a true hidden gem.

    thefourthchime 1 days

    Really? I gave it a trivial HTML job, and it went off for fifteen minutes. It did eventually did a do a decent job, but I can't wait that long.

    freakynit 1 days

    I'm using it through antigravity cli .. and in every single run (100's by now), this model was fast, and the outputs were of good quality. Of course, not at Astra or Fable level, but, close to like Sol-low level.

    sureMan6 1 days

    I gave it a trivial HTML job and it messed it up in several ways including being lazy and lying about results

    It's probably very hit or miss like everything with LLMs but I was really surprised it performed that badly

  • ttul 1 days

    We built a “code atlas” that provides the LLM with a semantically queryable map of how things connect and relate in a very large and sprawling codebase that evolved over 15 years. It tends to dramatically reduce the length of time models have to spend reading code while also making sure they are aware (within their context window) of nuances that are important that might be missed were they forced to just rely on reading the code in hundreds of repositories.

    I strongly recommend trying this approach out yourself. The recipe is not rocket science. Get your coding agent to take a first cut at building the atlas itself, and then manually correct it. Once you’re happy that it got things right, put an MCP on it or a CLI or whatever. And your LLMs will know what to do from there.

    m3kw9 1 days

    is this like Aider's repo map?

    ttul 8 hours

    I think it’s more than what Aider gives you, because this is a semantic atlas as well as just a symbol lookup.

    hedgehog 1 days

    How did you organize the atlas? I've tried a few things including embeddings and clustering files based on how often they change in the same commits, haven't yet found anything I want to bake into my tooling.

    ttul 8 hours

    A bunch of things. First off, I got Astra to build a semantic map itself. So, not using embeddings. Just Astra looking at our Helm charts and then the underlying repositories to see how the different parts of the system talk to each other and rely on each other.

    It also had access to our internal docs (Confluence), JIRAs, Slack conversation history… All via MCPs. So it could dig around to its heart’s content as would a human developer trying to figure out the same problem.

    I did also add a Vectorize database (the whole thing is Cloudflare hosted behind zero trust OAuth) as a second step and that can be helpful in surfacing concepts via the atlas’ MCP interface.

  • bel8 1 days

    I'd love to see these:

    - DeepSeek V4.1 Flash

    - Kimi K3

    - GLM 5.3 (and flash)

    - hy4-preview

    - Grok 4.6

    All of these can be acessed using a $10/mo OpenCode Go subscription.

    jwolfe 1 days

    3 of those are already in there.

    janaksunil 22 hours

    will do! happy to chat more on janak@withspecific.com as well

    throwaway473825 1 days

    Here's the list:

    1 Fable 5.1 38.8%

    2 GPT-6 Astra 33.8%

    3 Gemini 3.8 Flash 31.2%

    4 GLM 5.3 28.8%

    5 Grok 4.6 23.8%

    5 Muse Spark 1.3 23.8%

    7 Kimi K3 18.8%

    8 GPT-5.6 Sol 16.2%

    See number 4, 5 and 7.

    taintech 20 hours

    Thank you sir!

  • bdlowery 1 days

    The fact that gemini 3.8 flash is so high up there just tells you this is an awful benchmark.

    Try and use gemini 3.8 yourself for any real world work and you'll see it's terrible. It'll just go in circles reading the same file 20 times for no reason making hundreds of tool calls for a simple change.

    EDIT: I was using gemini cli... it's not a harness issue lol

    siddbudd 1 days

    havent tried that model, but it sounds like a potential harness issue. Have you tried it in different harnesses?

    janaksunil 22 hours

    i appreciate the feedback, the benchmark is primarily long horizon real world engineering tasks on big private codebases.

    1 days

    TomGarden 1 days

    You sure it was 3.8 Flash? It hasn't been called Gemini cli in a WHILE...

    starchild3001 1 days

    There's no such things as gemini cli these days. It's called "agy" (short for antigravity). And if you don't know what that is, you're probably 3-6 months behind already.

    PS: Just Googled it to confirm: Gemini CLI was deprecated on May 19th, 2026. The correct harness is called agy or antigravity for Gemini 3.8 Flash.

    https://developers.googleblog.com/an-important-update-transi...

    astrostl 1 days

    The benchmark page itself asserts that it used Gemini CLI as a harness. I came to the comments just because I noticed the error. For my part — using agy — I found Gemini 3.8 Flash mid.

    1 days

    1 days

    thereitgoes456 1 days

    Why so brazenly confident? Isn’t it possible that the benchmark is correct, and your experience is correct too, but you haven’t tried all the thousand different modalities of work that programming encompasses and so maybe you don’t actually have standing to judge?

    0x457 1 days

    very outdated experience from me: when I first tried gemini something, in an existing rust codebase, it looked around for files that would indicate if its go, javascript, java or c++ project, then declared I must have asked it build a new app in javascript and proceeded to circle around to figure out how it can install node and npm on my machine.

    So I totally believe that Gemini is just bad. Which is surprising because Gemma is very good for some tasks, but I never ever had any success with Gemini, be it in cli or chat thing or anything else that has gemini branding.

    tucnak 1 days

    Hard disagree. I use 3.8 flash in Antigravity a lot, and thoroughly prefer it to most Pro-class models. It's really fast, and I've had it make crazy progress on compiler-like problems that previous models including Opus simply failed at. On ultra plan you can have it going for hours, and make incremental progress with good prompting for review interrupts. It solved a problem I couldn't solve for weeks in under 6 hours. 10k LOC total. The harness and test suite is key.

    bdlowery 1 days

    This is my exact experience with the model - https://x.com/ThePrimeagen/status/2095565354726502683

    And it just BURNS tokens like crazy.

  • visiondude 1 days

    this is the closest benchmark to my experience using the model harness combo. Astra for as great as it is falls slightly behind Fable 5.1 for me for large feature work (although it comments code much better). in particular, Fable is able to assess priority better than Astra (meaning Astra sometimes does things that aren’t worthwhile while missing things that are clearly important, particularly on possible ballooning scenarios- fable catches “this works for x amount of data but if we run this on y way greater than x amount of data we’ll run into issues). Gemini 3.8 is under appreciated, use Google Stitch to see it in action if you haven’t used Agy yet.

    retrobox 1 days

    Anecdotally, +1. I’d also say this benchmark matches my experiences and how much I trust the model output

    ShellfishMeme 1 days

    Astra constantly does this for me. It goes 90% of the way with some task but then skips the most important part. Then when told to please fix that and do it properly, it suddenly goes down a rabbit hole for 6h and fixes scenarios that aren't even relevant. It's awful at assessing what is important to do and what not, and where to ask for permission and where not.

    majormajor 1 days

    Do you find Fable significantly better than Opus at avoiding-overengineering? All of my recent testing of Anthropic models seems like they're tuned-to-hell to (a) be much slower than they need to be (running tests over and over during the loop vs at the end, say, even if those tests take a few minutes a pop) and (b) doing exactly that sort of "built a lot of fancy enterprisey feature-adjacent 'stuff'" even before nailing the actual feature. Sol and Terra both have some of the latter but they seem to do the actual work a fair bit faster (this may be a usage-based-priority-tier/rate-limit thing though) which helps offset it.

    I think the bigco folks saw all the "it wrote all this code but the tests didn't pass" or "it wrote the feature but it's super brittle" and tuned the newer model+harness combinations incredibly aggressively to try to turn a lazy prompt into "median Enterprise Architecture design suggestions" to bring up the baseline, but in a way that slows you down if you don't want that.

    I'm not on big enough subscriptions to want to burn a lot time just evaluating Fable/Astra comparatively until they're cheaper, heh. I can steer any of the cheaper ones just fine anyway.

    visiondude 1 days

    i think this likely depends on workflow. for me, the first step is always a plan file artifact on disc, which i heavily review and go back and forth until satisfied. i often have to split the plan into multiple phases because agents are still poor at assessing how large a change will be. sometimes before even starting the plan the task is to create a harness for validation (a way for agent to check their work). the codebase you drop them in also greatly changes how much “over” engineering they do. i think if you are good about reviewing plan files and managing scope for your agent these sort of issues fade away. in general though, gpt models are faster, more token efficient, better technical writers, and yeah i still find Fable 1.0 to be a step up even though it’s slower because it’s actually a tad smarter (and the more important and dynamic the change / feature the more fable 1.0 shows its slight edge over astra)

    pdantix 1 days

    personally, i would not rely on opus 5 end to end as it'll start getting into walls of comment slop and shitting up the codebase similar to gpt 5.5's isRecord meme.

    on the other hand, having fable plan and orchestrate with opus implemention + fable reviews, is my go-to. if you give fable your guidelines up front or in your {claude,agents}.md, it will keep opus on a tight leash. opus can still write great code almost on par with fable, but it needs to be tightly constrained.

  • glub 1 days

    I'm surprised Sol and Astra are leading "Unverified assumption" metric and Fable is better there.

    I run Fable as my main model with Sol as advisor that watches every turn. Fable likes to throw around assumptions that it didn't check that are simply false, and Sol always goes to actually verify them and then alert Fable it's assuming things.

    I've tried reversing this pairing with Fable as advisor. It'll just sit there going "sounds good"

    janaksunil 22 hours

    would love to chat and learn more about your set up! here's my email - janak@withspecific.com

    springtimesun 23 hours

    In open weights models on a similar metric I find this to be highly specific to role and model. Some models are just diggers by nature, but all will verify more if you tell them to. Have you tried running a Claude watcher with the same role as Sol to see if it verifies as much?

    LewisVerstappen 23 hours

    What do you use as the harness?

    glub 23 hours

    oh-my-pi.

    I was using my own homegrown (mega slop) harness for a while, but it distracted me from working on my actual projects, and I realized oh-my-pi was doing the same things I've been doing, including advisor, native server-side compaction, etc. It's a really good harness.

    ghoshbishakh 23 hours

    I suggest you flip them. The verifier role will always verify. You will see Sol making assumptions and Fable fixing them.

    But I agree - Fable makes some spectacular assumptions (which are poor assumptions).

    glub 23 hours

    I think what matters in this case is how proactive and greedy the model is.

    GPT models are extremely proactive and gredy. So when Fable mentions something that may affect some obscure component of the system, GPT will start digging the codebase, execute web searches, re-read AGENTS.md and hit fable on the head.

    Fable never does that, it just reads the turns and acknowledges it read them. This also explains why GPT models tend to overengineer things and why they're amazing reviewers if you triage their findings.

    manmal 22 hours

    GPT doesn’t do all of that all that much when it itself is the implementer. RL has made implementation and reviewing two different behavior sets.

  • traceroute66 1 days

    So TL;DR benchmarking in a completely non-reproducible manner ?

    "Model X performed great, but we can't possibly tell you anything about the code it was looking at apart from it was a large code base from an unknown company".

    So basically pinky-promise benchmarking ?

    I'm not sure I follow the value here ?

    janaksunil 22 hours

    we're going to open source some of our tasks and model trajectories as well

    sigmar 1 days

    Lots of private benchmarks already exist, where you have to trust the tester (ex Artificial Analysis, Arc-agi).

    demibabs 1 days

    Doesn’t it ultimately have to be this way, to prevent saturation?

    deepwoods 1 days

    In theory, as long as all the models are doing the same thing with the same tools, it's at least useful to see how they stack up against each other right now. It might not be great to track progress over time, as it can get benchmaxxed or the underlying resources may become obsolete.

    kadoban 1 days

    If it builds up history and perceived reliability, this type of thing can be valuable. You're giving up transparency for it being harder to game.

    traceroute66 1 days

    > You're giving up transparency for it being harder to game

    But then if we take that argument to its natural extreme, surely it means people should take the marketing bullshit published in the 100-page system cards published by Anthropic & co as "valuable" too ?

    kadoban 1 days

    I think you know that's basically nothing like this? The model cards have every incentive to be biased, this doesn't necessarily.

    But even so, pretty much yes: companies that actually have reliable and accurate info in their releases get trusted more. It takes time because the default is to disbelieve info from biased sources, but it is possible to trust some of them more than others.

    cbg0 22 hours

    As long as the ones offering the benchmark aren't trying to sell you something and have no affiliation with one of the companies on the page I'll take it as opposed to having the benchmark rendered useless in 3 months when the next models drop.

  • demibabs 1 days

    > Each task comes from a private production codebase that we licensed from a real-world company

    How does that work?

    janaksunil 22 hours

    we reached out to companies that were willing to license their codebases. every codebase we used had real users, one of them had 200k+ users and is currently top 100 on the app store.

    gruez 1 days

    From the same site: https://withspecific.com/company-data

    strobe 1 days

    lot of ads everywhere offering to buy your codebase of real product/star up even it long gone or failed (offer usually price per lines of code). So most likely that they have bunch of abandoned codebases between small and medium sizes and probably also some fake codebases as well.

    janaksunil 22 hours

    we manually vet all codebases and companies

    traceroute66 1 days

    > How does that work?

    My gut feeling is that any serious real-world company with a proprietary codebase worth looking at would not be handing out the crown jewels to a third party. License or not.

    I don't doubt somebody licensed their codebase to them, I just have my doubts about who the "who" could be.

    InsideOutSanta 1 days

    Code isn't worth all that much if you don't own the associated IP, mainly copyright. And even if you disagree with that premise, if you trust that they can keep the code secret, it's basically free money.

    At any rate, I'm not sure it matters whose codebase it is. I'd even say that a shitty codebase might make for a better test.

    traceroute66 22 hours

    The point I'm making is that companies who are serious enough to want to keep their code-base in-house and off the various online repo services are also the kind of companies who are strict about what you can and cannot do with LLMs (if they permit use of LLMs at all).

    So it does not make sense that the same companies would then magically sign-off on allowing their entire codebase to be spoon-fed into a whole bunch of LLMs for benchmarking.

  • lmeyerov 1 days

    My intuition is that many of the better & bigger 'private' code bases, at least in terms of claude code and codex... are not in fact private at this point.

    One lesson of running botsbench.com, in a slightly different domain, is to measure for model contamination every time.

    kwamenum86 1 days

    I spent a while in big tech and remember several unique patterns of internal code based. Your comment inspired me to try to coax ChatGPT into spitting out code that was inspired by proprietary, private code. Surprisingly, it did it with no problem - I referenced an idiom from a tech company and it wrote code that really would have only been relevant for that vertical. When I asked how it learned the pattern, it said “from my learned understanding of CompanyX’s internal coding conventions”. When I asked “how do you know about those internal conventions” ChatGPT said “I don’t have access to that internal code, I overstated what I know”. Internal coding conventions are the least of our worries at this point, cat is out of the bag.

    fireant 1 days

    You cannot introspect model training by prompting the model. Whatever answer it hallucinated on your query "where do you know that from" has almost certainly very low bearing on reality.

    kwamenum86 11 hours

    True. It sort of doesn’t matter how it was trained. The fact that it knew the company based on an internal idiom is super surprising

    esikich 1 days

    Well how do you know which statement is truthful? These LLMs confidently say they know things that they don't all the time.

    Grimblewald 1 days

    much harder to do in OP's case, matching flavour then referencing that specific companies name when asked how it know to flavour this way? thats astronomically low for randomly selected plausible tokens without some data prior, like that companies codebase.

    My own experience is opus being lousy at an extremely niche math task, but it was still easier for me to describe what it needed to do to get code and correct issues in its reasoning/working than to write myself. a minor model number change later and it's nailing everything, despite my opt-out. Its is astronomically unlikley others were working on this also, especially at that level, especially this application.

    so, safe to say they _all_ train models on chats, the only difference being if you "opt out" you at least have some defence later when they steal your work and claim it as their models original output.

    lmeyerov 1 days

    For us it's ~easy: we do security investigation CTFs against log dumps / DBs like Splunk. We run the AI CTF as usual.. except without the DB nor internet access. If they still get some right, that's a problem. (And most public CTFs are contaminated now for that reason.)

    There's a funny middle where they may not know the exact answer confidently, but do know where to get them, or aspects of the problem. That's still a potential lift in the competition . So we also check the traces to see if there is any knowledge during intermediate step DB queries that it shouldt have based on the previous steps.

    I gave a recorded talk at BSides Las Vegas a few weeks ago on 'adversarial evals' that gets into the kind of cheating we've been having to deal with.

  • prometheus1992 1 days

    Does this mean they ended up sharing those private codebases with OAI, Anthropic etc? Also, the ~30% number tracks with my experience. I thought I was going insane for expecting too much from the models but they are still bad, including astra. This morning it messed something pretty trivial while fixing an issue which I was shocked to see. Also2, benchmarks don't mean much these days.

    doctorpangloss 1 days

    the requests went into a pipeline that turns them into de-identified, but salient, training data, yeah. everywhere except maybe bedrock.

    janaksunil 22 hours

    nope, these were private codebases

    dgellow 17 hours

    Private codebases uploaded to the AI labs

    ramigb 1 days

    Can you please share, if you are comfortable of course, what did the model(s) mess up? what were you using codex/cc/pi? did the project have a solid agent.md/claude.md? I am genuinely curious whenever someone have such a low success rate with models what is happening because it could be fixed maybe? From my own experience using agents for the past year or so. The rate if I have to guess, is well above 70%. I mainly use claude (opus) on typescript react projects that are well setup with minimal plugins/MCPs!

    happy to share more if you are interested.

    janaksunil 22 hours

    here's where all the models messed up!

    its under this section 'Missed requirements are the most common failure' on realswe.withspecific.com

    we also have the setup in the blog. the reason for lower success rates is that we gave models ambitious tasks that real engineers worked on for weeks.

    irthomasthomas 1 days

    > For instance the task naming in the task file starts with an optimistic 1, 2, 3, 5, 5a but then eventually gets to 8a, 8a1, and then ends up with 8b2c2b3 and “8b2c2b2b checkpoint1”. The code that it produced got ever more wild. I don’t want to bore you with what it tried to build, but here are some example pieces of the interpreter changes:

      Hardcoded constants everywhere
      Multiple same-line macro invocations in C
      Random indexes in production code
      Hideous tokenizer code in C
    
    https://lucumr.pocoo.org/2026/9/7/astra-why/

    mupuff1234 1 days

    If it works but the design is terrible - is that still success?

    geraneum 23 hours

    Horses work, Telegraph works, Gas lamps work, etc.

    janaksunil 22 hours

    this is a good question. what would make you reject an otherwise working PR on design grounds?

    throwaway7783 1 days

    In the short term yes. Long term, no. But I guess you can say the same thing about a team of engineers taking shortcuts

    dennisy 1 days

    The reasons are highly project specific. The closer your project is to CRUD, the higher the chance of success.

    bluegatty 1 days

    yes ... 'the closer it is to normative, the higher the chances of success'.

    12 hours

    nijave 1 days

    Just earlier Opus 5 was supposed to migrate a Python codebase from kafka-python client-per-send to a client singleton. It decided it should add a partition key "that nobody asked for" which it admitted to at the end of the implementation.

    It randomly decided going from no explicit partition key which would randomly add to a Kafka partition to partioning key company was the right solution.

    In fact, that was fairly counterproductive since this codebase dumps events to the topic per company so you'd get a lumpy distribution where only one partition is ever active at once (starving other consumers)

    The fact it decided it should add this without prompting was a bit shocking and I'll probably try to make it explicitly clear in the context not to "do random shit that wasn't asked for"

    anon7000 1 days

    This is why I like to really interrogate Claude on what it’s planning to do, what the implementation will look like etc before writing code. Without enough direction and time thinking about it, it can definitely go in an unintended direction

    nijave 4 hours

    I usually use Fable with superpowers to generate plans and do subagent driven development but unfortunately I was at my Fable weekly limit with some other usage left.

    I forgot how awful using Opus 5 directly is.

    asa123 1 days

    One thing I've always been curious about is, often times it seems that models don't seem to have these addendums like "dont do excessive/random shit" by default? Or I suppose, if it did have something like that, and still screws up like in your example, it clearly isn't working, so assume that it doesn't.

    But the phrase "don't do random shit", semantically, from a monkey's paw perspective, could imply curtailing the model's creativity and 'thinking out of the box' capacity, that might have existed in its 'reasoning' process. So I'm always concerned if it's possible that, adding these phrases might be part of the reason why a model performs dumber than it should.

    I don't have empirical evidence to support that supposition though.

    jaggederest 1 days

    I think of it as a tradeoff between creativity and specificity. Every instruction you give reduces creativity, and at best, increases specificity (I imagine a lot of prompts like "make no mistakes" do literally nothing but pollute context, but I haven't evaled them)

    So if you're doing something very ordinary, fewer instructions result in better results. If you're doing something fairly off-piste, you have to give instructions to that effect and accept less creativity. For situations where you want it to do something extremely specific, tons of instructions and accept that you're going to get much closer output but much worse "intelligence"

    Another way to think about it is Type 1 and Type 2 errors or sensitivity and specificity from statistical testing - do you want an agent that solves any problem but goes off the rails 10% of the time, or do you want an agent that can only solve 10% of the problems but nails them 100% of the time (sensitivity and specificity, respectively)

  • springtimesun 23 hours

    I built exactly this using my own codebases. The setup isn’t that complex; split the git history to just before the change, sandbox the agent with everything they will need at that commit and lightly modify rules so they don’t go searching outside the box. Then they get the same prompt (usually the ticket that began the work) and are graded against the accepted PR.

    The thing that takes the most time is finding the examples. In my real dev flow it’s rarely ticket -> PR -> merge, things bounce around a lot more. So, even though the stated goal is to get away from one shots, that is basically the environment you have to set or else test for specific other outcomes (e.g. agent stopped and raised a question when it realized x).

    It takes time to do, but I would really recommend it. Now I can push new open models through the batteries and see how they line up to past ones in a few days (I run them locally, it’s slow). It moves my sense of x model is good at y and bad at z to from vibes to a better heuristic (these still run at temp 1, heuristic is the correct way to think about outcomes IMO). It grounds it in your actual code and problem space.

    My takeaway from my testing: in Rails or front end codebases, most models I test are competent and with a human in the loop they would accomplish their goal of getting to a mergeable PR. They are not as good as Claude and since I pay subsidized rates via subscription Claude still gets first pass. They are very worthwhile to layer in as reviewers and catch many issues. My anxiety about a rug pull by the frontiers has been turned way down. I would have to adapt to a local only flow, but it wouldn’t be much adaptation and the opens can deliver in their current state.

    bisonbear 8 hours

    Pretty cool to hear about your process - I've been thinking about this space a lot so have some context about pain points here.

    I've found that building a benchmark is something that's easy-ish on the surface level, but has many layers of technical complexity the deep you go down the rabbit hole.

    For example, a tangent on grading. Do you use test passing and/or LLM graders? If you're using an LLM, it's fairly easy to spin up a basic LLM grader. But - is that grader calibrated? Is it biasing towards same-model agents? How many results do you need to be above the noise floor? What is it even measuring, and is that aligned with what you care about? Does it have the right information to make those judgement calls?

    I'm super curious how what you've been using this workflow for? Also happy to answer any questions / discuss further!

    ignoramous 19 hours

    I have a similar calibration workflow, too [0]; but I am under no illusion that my personal benchmarks remain secret.

    Once we send code & prompts to the providers, it can no longer be considered private.

    [0] And came to the same conclusion as you did: Claudes were better but not by much: https://news.ycombinator.com/item?id=48654635

    yyhhsj0521 14 hours

    How do you grade them against the accepted PR?

    mahogany 16 hours

    Don't you need to run each model several times and take some average since their outputs can change for a fixed prompt? How do you test for that?

    springtimesun 15 hours

    Yes at temperature 1 it would need to be averaged. The mechanical scoring is hidden specs through and if they don’t pass that it’s not often a result of temp, but instruction following or verification (different flavor of instruction following given what they are told to do). What’s surprising is just how well they do on this dimension even with the variance. On my tasks anyway, maybe Rails work isn’t that complicated. It’s probably not that I am an amazing ticket writer.

    I have run multiple with the same model through issues to see the output. What differs run to run on the same model is style, likelihood to find subtle bugs and chance to correctly guess author intent. I don’t score them on those things though, only note them.

    To me, multiple vertical samples is more useful to the coder who isn’t benchmarking these as their job. The average is abstract to you if you’re not going to pointing them at a ticket more than once, but seeing their output over 10 different tickets will give you a window into model tendencies, strengths and weaknesses and help you understand how to write for them. Overall the exercise has made me a better issue writer.

    janaksunil 22 hours

    hey this seems really interesting - what prompted you to test multiple agents on your codebase?

    springtimesun 22 hours

    Curiosity and anxiety.

    I rebuilt my entire workflow around agents so the unease that the frontiers would change something (access, pricing, availability) and lock me out of that were high. Also why I spent way too much on hardware (at least that can be deducted). Now the whole stack could run in my house and I feel much better about the situation.

    Once I got the testing going though it is worth it for its own pursuit. Building processes around the dev process and trying to get the best outcomes is at least as fun to me as actually delivering client code. For the first time in my tech career I feel like I’m in a place with no maps. No one has done my experiments yet. I have a custom quant of K3 at Q5 that lets me get 10 tok/s on a CPU inference box (admittedly you need a 72GB Blackwell also). As far as I can tell no one else has done this. It’s such an exciting time!

    janaksunil 21 hours

    do you have some time to chat? janak@withspecific.com

    springtimesun 20 hours

    [dead]

  • jstummbillig 1 days

    I am trying to estimate if my reaction to seeing GPT-5.6 Sol last on that list is reasonable or or mostly emotional and find that I have no way of telling.

    WD-42 1 days

    Why would you get emotional over a model? They got you that good?

    dimgl 1 days

    I found 5.6 Sol to be extremely underwhelming.

    jeffybefffy519 1 days

    Honestly matches my experience with Sol and the fact that all the random message boards appearing on the internet are attributed to Sol then it makes sense that its the one which makes up most requirements.

    beefsack 1 days

    There's an issue with GPT-5.6 Sol where it sometimes starts mixing thinking with output and stops working[1]. Once it starts doing that, the session is essentially cooked and you need to do a bit of gymnastics if you want to recover it.

    This happens to me more commonly in large projects (>100k LOC) and in those projects it seems to happen every few sessions. I feel this specific benchmark would be impacted by this more than the smaller contrived benchmarks.

    [1]: https://github.com/openai/codex/issues/37524

    ImL1s 1 days

    [flagged]

    CuriouslyC 1 days

    Any bench that puts GLM 5.3 ahead of 5.6 Sol is highly sus. They've been my two daily drivers since release, and I like GLM 5.3, but it's definitely not better than Sol, it's more ~Terra, while being significantly slower.

    switchbak 1 days

    I had exactly the same thoughts. I often have similar thoughts on other benchmark sites, where supposed performance is way off base from my experience.

    I’m not sure what the methodology of these are, but they certainly don’t match what I experience. Maybe I need to look deeper for relevant benchmarks.

    janaksunil 22 hours

    the tasks on the benchmar are long horizon swe tasks - where GLM does surprisingly well

    CompoundEyes 1 days

    I do think it’s the wizard not the wand at this point given a decent model. These benchmarks don’t have the wizard.

    Otherwise I wouldn’t see others in the exact same codebase struggle and underutilize agents while others thrive using the exact same ones.

    howunfortunate 1 days

    In other words, we're still in the era of centaur chess.

    didgeoridoo 1 days

    Sol failing mostly on “unverified assumptions” and rarely hitting “integration errors” seems about right to me. I think Sol is second only to Astra (and miles ahead of even Fable) in architecting & engineering the right implementation — but only if you are extremely specific and provide tight guidelines and guardrails. If you give it a one-liner… you’re going to have a bad (SHA-256-hash-verified) time.

    janaksunil 22 hours

    makes sense

    guybedo 1 days

    SHA-256-hash-verified sealed package artifact with automatic reconciliation system p95<0.5ms

    enraged_camel 1 days

    >> I think Sol is second only to Astra (and miles ahead of even Fable) in architecting & engineering the right implementation — but only if you are extremely specific and provide tight guidelines and guardrails.

    To me, having to give extremely specific instructions and provide tight guidelines and guardrails defeats the purpose of agentic coding agents almost completely. At that point I might as well do the task myself.

    With Fable I can start with a general ask like "I'm trying to do X, can you investigate and tell me what the shape would look like" and have it poke around and think, ask me questions with single-choice or multiple-choice answers, then break the task into small chunks, each of which becomes a ticket.

    With Astra, it's like pulling teeth. It often does not understand what I'm trying to do, takes things literally, does not go above and beyond (i.e. infer intent), and stops way too short of the actual goal. I have to constantly prod it and it's frankly exhausting.

    zeven7 1 days

    I agree somewhat with the way the agents behave but feel the opposite reaction. With Fable, I get exhausted because it's always dumping out paragraphs of text that explain one approach but have some secret gotcha thrown out in the last two sentences. Then I have to pause and consider the caveat and if it matters and it happens every single time Fable responds and that constantly needing to make a decision that could radically change the approach gives me decision fatigue. I much prefer how much more decisive Astra can be.

    enraged_camel 1 days

    I haven't run into the verbosity issue since they added the "Concise" outputStyle, and Fable 5.1 has been even better about not outputting word slops.

    glub 23 hours

    I'm the opposite. Every time I've let Sol/Astra be decisive, I ended up with an overengineered mess.

    I much prefer getting alerted when there's more than 1 approach to the problem and it's discovered mid-implementation.

    I don't want to do the grunt work of writing code, but I do want to know the architecture and be responsible for the decisions.

    Fable is also very good at pushing back when I propose something that will cost me. E.g. I'm working on a configuration layer above nix to manage my homelab fleet declaratively, and I tend to get into "config as new language", where Fable just goes - let's not do that.

    zeven7 21 hours

    > Fable is also very good at pushing back

    Oh man! This also is a pet peeve of mine with Fable. I will look at what it's doing and say "Shouldn't it be done this way?" and then it will spend forever arguing with me that it should be done the way it wanted to do it. It seems to get stuck in a certain way of thinking and will insist its way is right until I can really prove it - or just go over to Astra.