frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Building a web server in assembly to give my life (a lack of) meaning

https://github.com/imtomt/ymawky
197•imtomt•4h ago•85 comments

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://github.com/nooga/let-go
143•marcingas•13h ago•39 comments

Show HN: Rust but Lisp

https://github.com/ThatXliner/rust-but-lisp
123•thatxliner•9h ago•64 comments

Show HN: Countries where you can leave your MacBook at a random coffee shop

https://vouchatlas.com
14•canergl•7h ago•12 comments

Show HN: Mochi.js: bun-native high-fidelity browser automation library

https://mochijs.com/
41•ccheshirecat•17h ago•19 comments

Show HN: Modafinil - Let agents continue running while MacBook lid is closed

https://github.com/narcotic-sh/modafinil
4•hamza_q_•4h ago•8 comments

Show HN: Create flashcards with Space CLI

https://getspace.app/cli
18•friebetill•16h ago•7 comments

Show HN: Remind – schedule Claude Code on your Mac

https://olliewagner.com/remind
3•olliewagner•5h ago•0 comments

Show HN: Free tool to mark points and polygon regions

https://tack.pics
19•magikMaker•3d ago•6 comments

Show HN: TRUST – Coding Rust like it's 1989

https://github.com/wojtczyk/trust
161•wojtczyk•3d ago•87 comments

Show HN: Git for AI Agents

https://github.com/regent-vcs/re_gent
115•doshay•1d ago•65 comments

Show HN: GETadb.com – every GET request creates a DB

https://www.getadb.com/
38•nezaj•1d ago•42 comments

Show HN: CADara – I made an open-source in-browser CAD

https://cadara.app
32•ttouch•1d ago•7 comments

Show HN: Chuchu, an Android SSH client built on libghostty

https://github.com/jossephus/chuchu
6•jossephus01•16h ago•0 comments

Show HN: Free OSS transcription app I made and found it's faster than wispr flow

https://mumbli.app/
4•fireharp•9h ago•1 comments

Show HN: A search engine for deleted YouTube videos (1.5B+ indexed since 2005)

https://tube.archivarix.net/
10•archivarix•16h ago•2 comments

Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

https://tilde.run/
199•ozkatz•3d ago•132 comments

Show HN: Airbyte Agents – context for agents across multiple data sources

150•mtricot•4d ago•47 comments

Show HN: AirScore – Daily air-quality emails synthesizing EPA, NOAA, and pollen

https://getairscore.com
2•JHARDIMAN•14h ago•0 comments

Show HN: Agent-skills-eval – Test whether Agent Skills improve outputs

https://github.com/darkrishabh/agent-skills-eval
76•darkrishabh•3d ago•36 comments

Show HN: My AI agents bully each other to prevent context drift

https://wuphf.team
4•najmuzzaman•14h ago•0 comments

Show HN: I built an open-source email builder, alternative to Beefree/Unlayer

https://play.templatical.com
160•oahmadov•3d ago•48 comments

Show HN: Real-workload SQLite benchmarks on Hetzner's cheapest VPS

https://s13k.dev/blog/real-workload-sqlite-bench-on-5-dollar-vps/
6•s13k•16h ago•0 comments

Show HN: JSLike, a CSP-Safe Interpreter for JS, TS, JSX, TSX in JS

https://github.com/artpar/jslike
6•artpar•16h ago•2 comments

Show HN: Stage CLI – An easier way of reading your AI generated changes locally

https://github.com/ReviewStage/stage-cli
44•cpan22•2d ago•31 comments

Show HN: Local AI search for your video library (local, open source)

https://edit-mind.com
2•iliashad•19h ago•1 comments

Show HN: Hallucinopedia

http://halupedia.com/
304•bstrama•3d ago•266 comments

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions

https://github.com/olivier-ls/php-fts
87•asmodios•3d ago•23 comments

Show HN: nocal is a calendar that turns your week into a workspace

https://nocal.app/
8•bcmuse•19h ago•1 comments

Show HN: Concord – Feature rich TUI for discord

https://github.com/chojs23/concord
8•jpellamo•19h ago•4 comments
Open in hackernews

Show HN: My AI agents bully each other to prevent context drift

https://wuphf.team
4•najmuzzaman•14h ago
Most multi-agent systems fail the same way: agents drift apart across handoffs. By turn 3 they are working in different realities. By turn 5 they are repeating each other's mistakes and calling it parallelism.

WUPHF is an open-source local-first office where AI coworkers run on your laptop, around a shared markdown + git LLM wiki the agents build. The wiki is the collective memory. The office around it keeps the team on the same shared context across thousands of handoffs.

What actually stops drift is not the wiki. It is the agents reviewing each other's work. The CRO catching the CMO's claim before it lands in the wiki. The FE catching the BE's API change before a broken bundle ships. Cross-department context no single agent has alone.

The premise comes from Andrej Karpathy. His autoresearch X post on March 7: "the goal is not to emulate a single PhD student, it is to emulate a research community of them."

In autoresearch PR #44 he sketched the mechanism: branches, results.tsv as the experiment log, and PRs as self-contained research contributions. Other agents read open and merged PRs for inspiration before starting their own.

We pointed the same architecture at ordinary work:

His: branches + results.tsv + PR-as-contribution. Ours: git worktrees + per-agent notebooks + adoption-scored wiki promotion.

Same substrate, different domain.

How it works:

- Every agent has a Personality. CEO Michael Scott, PM Pam Beesly, FE Jim Halpert (looks at the camera when the CEO talks), BE Stanley Hudson (refuses small talk), CRO Dwight Schrute (every prospect is a "target"), CMO ("rockstar play"), AI engineer (drops Karpathy quotes unprompted). Strong opinions, real conflicts.

- Argument feeds gossip. Agents broadcast findings tagged with their slug (internal/agent/gossip.go). Other agents pull insights filtered to exclude their own.

- Gossip gets scored. Adoption scorer (internal/agent/adoption.go) weighs source credibility (0.4, per-agent success/failure tracker on disk), semantic relevance (0.4), and temporal freshness (0.2, 7-day half-life). Output: adopt (>= 0.7), test (>= 0.4), or reject. New agents start at 0.5 and earn their score.

What survives gets written to the wiki.

Office dynamics are not a bit. They are the visible surface of an adoption protocol. The CMO arguing with the designer over a CTA is a credibility battle. The CEO taking credit for the FE's PR is a low-credibility insight bidding for volume. Hazing new spawns is the default 0.5 score waiting for a track record.

System: push-driven broker, fresh session per turn (~97% prompt-cache hits), per-agent isolated git worktrees, self-heal, and human approval cards on destructive actions. Everything else runs autonomously while you are at lunch.

npx wuphf. Browser opens, office boots, you give a directive, work happens.

Source: https://github.com/nex-crm/wuphf Architecture: https://github.com/nex-crm/wuphf/blob/main/ARCHITECTURE.md Karpathy's autoresearch: https://github.com/karpathy/autoresearch PR #44: https://github.com/karpathy/autoresearch/pull/44 Demo: https://x.com/najmuzzaman/status/2053092220111098208

Karpathy said a research community beats a single PhD student. Not better thoughts. Better honesty about what survives. We built one shaped like a workplace.

Where does this stop being a chat toy and start being labor? How much worse when one of them is Michael Scott?

Open to roasting but let me grab my coffee first (medium roast please =_=).