🕵️ SicherheitslückenHak5: Hackers Just Poisoned the Rust Supply Chain | Threat Wire(01.09.2026 um 14:00 Uhr)
🕵️ SicherheitslückenHak5: Hackers Found a Way Into Humanoid Robots | Threat Wire(04.09.2026 um 15:04 Uhr)
🔧 AI Nachrichten Bits und so #1021 (Passwort für Laufwerk)(31.08.2026 um 22:15 Uhr)
🔧 AI Nachrichten Bits und so #1022 (Wie Weißbier)(06.09.2026 um 20:39 Uhr)
🍏 iOS / Mac OSHue-App 6.0 ist da: das sind die Neuerungen(07.09.2026 um 17:21 Uhr)
🕵️ SicherheitslückenHak5: Hackers Just Poisoned the Rust Supply Chain | Threat Wire(01.09.2026 um 14:00 Uhr)
🕵️ SicherheitslückenHak5: Hackers Found a Way Into Humanoid Robots | Threat Wire(04.09.2026 um 15:04 Uhr)
🔧 AI Nachrichten Bits und so #1021 (Passwort für Laufwerk)(31.08.2026 um 22:15 Uhr)
🔧 AI Nachrichten Bits und so #1022 (Wie Weißbier)(06.09.2026 um 20:39 Uhr)
🍏 iOS / Mac OSHue-App 6.0 ist da: das sind die Neuerungen(07.09.2026 um 17:21 Uhr)

🔧 Programmierung 🕛 kürzlich 12 Min Lesezeit
0

The Stack Under the Model: oMLX, llama.cpp, Hermes, and Why There Are So Many

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

,
used for gemini-* models. The agent usually follows from the model id: list
a Claude id and you get claude-code, a Gemini id and you get the Gemini CLI.


  • Hermes — the harness Retort uses to drive local models (via oMLX). It's
    the featured local path: Hermes runs the ReAct loop and manages context (its
    context engine is lcm, below) while oMLX serves the tokens. Note: here
    "Hermes" is the agent, not a model — the model underneath is Qwen.


  • opencode — another open agent harness Retort can drive.


  • omp — layer

    (a documented, experimental side-branch) makes the agentic-orchestration harness

    a first-class factor
    you can sweep, so a statistical analysis can say how much

    of any lift is the harness versus the raw model.



    It doesn't reinvent Retort — it composes the same design generator, ANOVA, and

    Pareto engine — but it adds three new factors on top of the usual language/model:






    harness_config — the orchestration strategy (the headline factor)
































    level what it does
    base-ReAct plain single-agent reason→act→observe loop. The control: no tricks.
    self-consistency-N sample N independent solutions and majority/judge-select the best. An accuracy lever that costs N× the tokens (default N=5).
    routed a cheap model drafts; a frontier model takes over only on low-confidence steps. A cost lever — aims for comparable reliability at lower \$.
    +agenticow-memory ReAct plus a copy-on-write memory that persists agent state across steps/replicates — tests whether memory changes the outcome.
    +darwin-evolved-genome ReAct driven by a harness "genome" (prompt + tool policy) tuned by an evolutionary loop — tests whether evolution moves the needle.





    scaffold — the reasoning structure wrapped around each attempt



    none · plan-and-solve (plan first, then execute) · reflexion (attempt,

    self-critique, retry).






    model — the raw model, spanning cheap→frontier



    deepseek-v4-pro · glm-5.2 · opus-4.8 · gpt-5.2, reached through

    OpenRouter (a unified API that routes one request format to many providers),

    chosen to spread from cheap to frontier so the analysis can separate a model

    effect from a harness effect.






    What it would actually test



    Because a fractional-factorial design crosses all of these at once (rather than

    changing one thing at a time), the ANOVA can attribute the variance in a metric to

    model vs harness vs scaffold vs language + their interactions, and report which

    effects are cleanly estimated versus confounded. Concretely, it answers questions

    the model-only grid structurally can't:




    • Of the lift from +agenticow-memory, how much is the memory branching versus
      just the underlying model being good?

    • Does routed actually hold reliability while cutting cost — i.e., does it sit
      on the accuracy-vs-\$ Pareto front?

    • Is self-consistency-5 worth 5× the tokens, or a rounding error on a task the
      model already nails?


    • Is a reasoning scaffold a real lever or a ritual — and does that depend on
      model strength?
      (Retort already found the sibling result that the prompt is a
      lever only in proportion to how weak the model is
      ; the metaharness generalizes
      that from prompt to full orchestration.)



    The honest caveats: it's cloud-only (OpenRouter, metered — the

    self-consistency × frontier × replicates corner gets expensive) and the real

    orchestration logic lives in an external solver the adapter shells out to, so

    without that solver only a \$0 stub runs. That's why it's a documented

    side-branch rather than a headline result — it stays one until a first screening

    run shows the harness variance is real enough to promote. The staged plan lives in

    docs/future-experiments.md.









    Takeaway



    There are "so many" harnesses and engines because at least six independent forces

    — hardware, format, new architectures, ease-vs-control, vendor-vs-open, and

    cost-vs-privacy — each keep their own alternatives alive, and no layer has a

    winner that retires the others. The practical consequence is the thesis of this

    whole repo: don't benchmark the model, benchmark the stack. The model is one

    band in a tall column, and the quiet layers under and around it — the serving

    engine, the context threshold, the sampling defaults, and the orchestration

    strategy — routinely decide the result. The metaharness is Retort turning the last

    of those, the orchestration layer, from an assumption into a measurement.

    Vollständiger Original-Bericht
    Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
    ↗ Original-Artikel auf dev.to lesen
  • Wie bewertest du diesen Beitrag?
    1 Klick Feedback
    Teilen mit Netzwerk & Team:

    Community-Analysen & Experten-Meinungen 0

    Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
    Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
    Community Pulse: Relevanz-Einschätzung
    1 Klick Experten-Votum
    🔴 Akute Relevanz 0%
    🟡 In Evaluierung 0%
    🟢 Keine Auswirkung 0%
    Spannende Innovation 0%
    Verwandte Story-Cluster & Quellen (Vektor-KI)
    Port 8095 Engine
    1 Quelle
    Hackers Just Poisoned the Rust Supply Chain | Threat Wire
    1 Quelle
    Hackers Found a Way Into Humanoid Robots | Threat Wire
    1 Quelle
    Bits und so #1021 (Passwort für Laufwerk)
    Ähnliche Beiträge
    🔍 Verwandte News

    Auch interessante Nachrichten The Stack Under the Model: oMLX, llama.cpp, Hermes, and Why There Are So Many

    Thematisch verwandte Begriffe: Stack, Under, Model, oMLX · 6 Treffer

    Laden...

    Videos werden geladen ...

    Laden...

    Beiträge werden geladen ...

    Laden...

    Videos werden geladen ...

    Laden...

    Beiträge werden geladen ...

    Laden...

    Videos werden geladen ...

    Laden...

    Beiträge werden geladen ...

    Laden...

    Videos werden geladen ...

    Laden...

    Beiträge werden geladen ...

    Laden...

    Videos werden geladen ...