Hacker News

An in-kernel machine-learning library

Hacker News - Mon, 03/02/2026 - 11:54am

Article URL: https://lwn.net/Articles/1057569/

Comments URL: https://news.ycombinator.com/item?id=47220547

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: EvoAgents – Agents that evolve their own skills

Hacker News - Mon, 03/02/2026 - 11:53am

I built an open-source framework where multi-agent systems fix their own prompts.

Each skill is a structured SKILL.md. After every run, an LLM judge scores each skill and tags exact failures. An LLM patcher generates candidate fixes to just the failing section. Each candidate is replayed on past traces. Winner gets promoted. Loser discarded.

One command: evoagents autofix

Key decisions: - LLM-as-judge, not regex — constraints are natural language, evaluation should be too - Section-level patching — only the broken part gets touched - Replay gating — no patch ships without proving it improves on real data - Versioned — every change is a new version, instant rollback

You can steer it: evoagents autofix --guide "prefer primary sources"

pip install evoagents https://github.com/jatingargiitk/evoagents

Comments URL: https://news.ycombinator.com/item?id=47220540

Points: 1

# Comments: 0

Categories: Hacker News

Dr. Seuss Travel Agency

Hacker News - Mon, 03/02/2026 - 11:53am

Article URL: https://drseusstravelagency.com

Comments URL: https://news.ycombinator.com/item?id=47220533

Points: 1

# Comments: 0

Categories: Hacker News

One-Bit Delay

Hacker News - Mon, 03/02/2026 - 10:59am

Article URL: https://onebitdelay.com/

Comments URL: https://news.ycombinator.com/item?id=47219659

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Open Finder files in Google Docs with one click

Hacker News - Mon, 03/02/2026 - 10:58am

Hi

This is an itch I've been meaning to scratch for some time.

https://glint.statictype.org/

Glint is a simple utility that lets you double-click xlsx and docx files in Finder and open them in your Google account.

I don't use Office and I don't like Numbers and Pages. My current workflow is to open Google Sheets/Docs and manually import files that are shared with me. Its a tedious process, and Google's design sense doesn't make it any easier.

This app tries to solve that.

It registers file handlers for .xlsx and .docx. It uploads the file the first time you open it. After that, it adds some metadata to the file so next time you open it, it directly opens the existing Google Doc without trying to upload it again.

This is the kind of utility app that exists because of agentic coding tools like Codex and Claude Code.

This problem has been an annoyance for years but not annoying enough that I wanted to spend time wading through the quagmire of Google Docs APIs and credentials and re-learning macOS UI programming with Swift.

I tried Codex for this, and while I still prefer Claude Code by a good margin, Codex pretty much one-shotted a rough version of what I wanted.

Let me know what you think!

Comments URL: https://news.ycombinator.com/item?id=47219627

Points: 1

# Comments: 0

Categories: Hacker News

Training microgpt 19,000x faster on M5 Mac

Hacker News - Mon, 03/02/2026 - 10:58am

Article URL: https://github.com/Entrpi/eemicrogpt

Comments URL: https://news.ycombinator.com/item?id=47219623

Points: 2

# Comments: 1

Categories: Hacker News

The Bucket Argument

Hacker News - Mon, 03/02/2026 - 10:57am
Categories: Hacker News

Pages