Create your own podcast.

  1. Find links to audio files on the Web.
  2. Huffduff the links—add them to your podcast.
  3. Subscribe to podcasts of other found sounds.

Sign up or log in to get started.

New

  1. Keine stürmischen Zeiten…: Vorläufiges amtliches Endergebnis der Duma-Wahl

    Faktenchecks

    In unseren Faktenchecks und im TikTok-Kanal „Moment mal“ überprüfen wir virale Behauptungen auf ihren Wahrheitsgehalt. Woher kommt eine Aussage? Was ist falsch, was stimmt? Was kann belegt werden – und was ist eine Lüge? Kurz. Einordnend. Transparent.

    https://www.deutschlandfunk.de/keine-stuermischen-zeiten-vorlaeufiges-amtliches-endergebnis-der-duma-wahl-100.html

    —Huffduffed by flusskiesel

  2. Why Software Factories Fail

    In July 2025 Dex Horthy turned the lights off: an agent software factory where nobody read the code. It fell apart. An issue appeared that no amount of prompting could fix, the site was down, users were furious, and he was digging through a codebase he had stopped reading three months earlier. His claim is that this is not a skill or scale issue, and no harness or extra tokens fixes it, because it is a model training problem. Coding models are reinforced on one thing, did the test pass without breaking another, and nothing in that reward penalizes bad architecture, whose cost shows up months later. So they get better at passing tests and no better at keeping a codebase maintainable.

    That is why Claude Code went from nothing to billions while tools with the same read, write, and edit commands did not: it was the first model trained against the harness it ships in. But maintainability is far harder to verify than a green test, and as Horthy puts it, if a model knew what good code looked like it would already write it. So for now you are stuck reading the code, which is fine, because you can still move fast. His fix is to turn the lights back on and plan up front: product review, system architecture, the underrated step of program design down to types and call graphs, then vertical slices. Thirty minutes of alignment saves hours of review, and a good P…

    ===
    Original video: https://www.youtube.com/watch?v=Ib5GBkD555M Audio extracted on 2026-09-21 16:51 UTC, available for 31 days

    —Huffduffed by ascandroli