Hacker News

Latest

Flux 3 X Mimic: The Next Generation of Video-Action Models

2026-07-24 @ 09:31:48Points: 100Comments: 8

Future euro banknote design proposals

2026-07-24 @ 09:29:44Points: 66Comments: 70

Buz – A fork of Bun using modern Zig, with sub-1s incremental builds

2026-07-24 @ 09:26:40Points: 31Comments: 5

Nothing works and everyone is euphoric

2026-07-24 @ 09:08:17Points: 111Comments: 101

The day Steve Jobs dissed me in a keynote (2010)

2026-07-24 @ 09:07:44Points: 89Comments: 19

The Book Prize Index

2026-07-24 @ 08:29:11Points: 18Comments: 1

It's getting harder to focus every day

2026-07-24 @ 08:18:30Points: 144Comments: 74

The PImpl idiom and the C++26 std:indirect type

2026-07-24 @ 07:02:43Points: 54Comments: 50

AMD's Instinct MI455X: Aiming for the Sun

2026-07-24 @ 06:59:07Points: 24Comments: 5

Flux 3

2026-07-24 @ 06:17:08Points: 353Comments: 90

Claude Cookbook

2026-07-24 @ 05:09:15Points: 104Comments: 45

98.css

2026-07-23 @ 22:30:29Points: 489Comments: 110

Show HN: Echo – Fable-level results at 1/3 the cost using open-weight models

2026-07-23 @ 19:26:01Points: 398Comments: 192

https://echo.tracerml.ai/), an experiment in making one AI system out of a pool of open-weight models rather than choosing a single model and using it for every task.

It started with a simple experiment. I took a group of models, including GLM-5.2, Kimi K2.7 and others, and ran them on the same evaluations. Then I measured what would happen if, for each problem, you somehow knew in advance which models would be useful and how their outputs should be combined.

That hypothetical system performed substantially better than any individual model in the pool. Of course, it is not something you can actually deploy because it relies on knowing which decisions were good after seeing the result. Echo is my attempt to recover some of that advantage without having that information in advance.

For each request, Echo decides how much computation to allocate, which models should participate, and how their work should be combined. Some prompts may only need a relatively small amount of inference, while others benefit from multiple models working on different parts of the problem.

One thing that surprised me while building it was how complementary the models are. A model that is clearly weaker overall can still be extremely useful on particular problems or as part of a combination.

On my first evaluation mix, Echo consistently performed better than the best individual model in its pool. It also reached roughly the same aggregate result as Fable, which I used as one of the stronger comparison systems, at around one third of the inference cost.

There are still some cases where Echo makes the wrong allocation or combination decision. I’m currently spending a lot of time understanding those failures, as well as testing whether the same approach holds up on coding and agentic tasks where measuring the quality of each decision becomes much harder.

I built a chat interface (echo.tracerml.ai) and an OpenAI-compatible API (https://echo.tracerml.ai/docs/api) so the system can be tested outside the evaluation setup.

Here is a short/high level video on how it works: https://www.youtube.com/watch?v=lJFJSvOdXhg

I wrote up the evaluation methodology, individual model results, costs and current limitations here: https://echo.tracerml.ai/eval

I would love for you to try it! Especially if you hit any weird failure cases or places where the allocation looks unintuitive.

Why Sony can't bring back its classic Walkman models

2026-07-23 @ 18:08:29Points: 147Comments: 159

What happened to TheNumbers.com

2026-07-23 @ 16:53:33Points: 386Comments: 180

Why Software Factories Fail (or: harness engineering is not enough)

2026-07-23 @ 15:18:48Points: 337Comments: 242

Startup founders urge U.S. government not to shut off Chinese open weight AI

2026-07-23 @ 15:18:40Points: 978Comments: 793

Show HN: Palmier Pro – Open-source macOS video editor built for AI

2026-07-23 @ 15:11:37Points: 170Comments: 26

https://palmier.io). We are building Palmier Pro, an open source macOS video editor, with built-in AI generation and a local MCP server that connects to your agent. Here are a few demos:

- Making some AI transitions: https://www.youtube.com/watch?v=hbM_-eR1GX4

- Multicam editing with Codex: https://www.youtube.com/watch?v=SjS2q2LT1q8

- Cutting long form clips into shorts: https://www.youtube.com/watch?v=PR66eN2ouuQ

We built Palmier Pro as an internal tool when we were making AI launch videos for other startups. The main problem it solved in the beginning was the back-and-forth between AI generation platform and video editor. The iteration loop was awkward: AI videos → download → import to editor → edit → realize we need to change the AI video → repeat. So we built a minimal video editor where we could let Claude generate AI videos inside the editor.

As we gave more and more tools to the agent, we wanted to push to see what else agents can do in the video editing space. So today, your Claude/Codex can:

- Manage projects inside Palmier Pro

- Import media from a public URL or filesystem to the project, and organize them in folders

- Search media (by embedding footages using SigLIP2 running locally)

- Edit the timeline (tracks/clips/keyframes operations)

- Generate images, videos, sound effects, captions, music

- Export videos

There are two ways for LLMs to interact with the editor: by connecting to the local MCP server, or using the in-app chat. Both use the same tools and APIs exposed by the video editor.

We have seen people using MCP server to connect to their own workflow to automate massive-scale video editing (e.g. given this same podcast style, replicate it with other footages that I have). We have also seen people using the in-app chat where it lives closer to the editor UI, with lower latency for faster iteration.

We don't believe that AI is going to replace human creativity (nor should it), but where it can really help is in automating the gruntwork in video editing. Most work in the editing workflow is more mechanical than creative. Our vision is to build a video editor where AI can enable more individuals to create.

Throughout our experiments, AI is not very good at creative editing, but given a pattern (transcription-based, beat-based), it can do a decent job at rough cut.

We built Palmier Pro in Swift as an MVP because we wanted better performance and minimal dependencies (no nodejs/webview), with some native macOS APIs like SpeechAnalyzer and CoreML for us to run some models locally. We use SpeechAnalyzer for local transcriber, SigLip2 to embed video frames, beat_this for beat detection, Silero VAD for silence detection, all running locally. The tradeoff is that we don't support Linux or Windows at the moment.

Palmier Pro is open source and free to try out (macOS 26 only at the moment, though - we'll support more platforms over time, but for now are focusing on iterating the core product).

No login required except for the AI generation features, which route requests to our backend. We are offering free credits on sign up so you can try out the AI generation as well.

We'd love to hear your feedback!

Learn OpenGL, extensive tutorial resource for learning Modern OpenGL

2026-07-23 @ 14:53:34Points: 257Comments: 135

Writing by hand is good for your brain

2026-07-23 @ 14:24:43Points: 1345Comments: 614

Fields Medals 2026

2026-07-23 @ 14:23:51Points: 193Comments: 95

Software rendering in 500 lines of bare C++

2026-07-23 @ 14:17:40Points: 287Comments: 65

I regret migrating to Codeberg

2026-07-23 @ 14:06:47Points: 361Comments: 257

DARPA, U.S. Air Force fly AI-controlled F-16

2026-07-23 @ 13:51:36Points: 255Comments: 287

OpenAI’s accidental attack against Hugging Face is science fiction that happened

2026-07-23 @ 01:16:14Points: 541Comments: 407

OpenAI and Hugging Face address security incident during model evaluation - https://news.ycombinator.com/item?id=48997548 - July 2026 (1121 comments)

The Beam Engine

2026-07-22 @ 14:16:44Points: 414Comments: 80

Computational chemistry, Locally? My rant on SSH

2026-07-21 @ 18:23:49Points: 12Comments: 5

Quickly rewrite Git repository history

2026-07-21 @ 00:28:39Points: 53Comments: 4

Projects every RC live races and results

2026-07-20 @ 20:51:31Points: 16Comments: 0

What else do people draw on gradient.horse?

2026-07-18 @ 15:28:56Points: 145Comments: 27

Archives

2026

2025

2024

2023

2022