frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: See Sounds on Your Webcam

https://soundmap.darebuild.com/
13•jimhi•2d ago•3 comments

Show HN: Open-Sourced Chrome Extension to Save, Organize and Switch Bookmarks

https://github.com/ringlochid/leotabs
6•ringlochid•59m ago•0 comments

Show HN: Fleecevest – The Product Counterpart to Ponytail

https://github.com/Websites-On-Computers/fleecevest
4•mattcomputer•2h ago•1 comments

Show HN: Most Penalized HN Stories

https://news.social-protocols.org/penalties
8•jwarden•2h ago•0 comments

Show HN: What If Donut.c but with Any ASCII Art

https://asdesai.com/blog/how-fetch-works/
5•areofyl•5h ago•1 comments

Show HN: DiskTriage – A simple CLI tool to reclaim space on your Win C drive

https://github.com/ricardoborges/DiskTriage
4•r2ob•3h ago•0 comments

Show HN: A Technical Book for the Age of AI

https://codeberg.org/juurej/p4cu
3•juurej•3h ago•0 comments

Show HN: Lumae Native macOS screen-demo recorder that agents can edit over MCP

https://lumae.app
3•happyyeti•3h ago•2 comments

Show HN: Bodily Oddities

https://vester.si/bodily-oddities/
321•vesterde•2d ago•199 comments

Show HN: Everything a web page can learn about you, in plain English

https://sessioncontext.org
4•oddurs•4h ago•1 comments

Show HN: Practice English Grammar and Pronunciation (Uses Azure Speech)

https://marksdailyenglish.com/
2•MarkMc•4h ago•1 comments

Show HN: YazSes – offline hold-to-talk voice dictation for Linux, macOS, Windows

https://github.com/MSKazemi/yazses
5•mskazemi•4h ago•0 comments

Show HN: PDFidelity – Translate PDFs while preserving the original layout

https://www.pdfidelity.com/
2•andygeek•4h ago•1 comments

Show HN: Open-sourced solution to AI manage Playwright automations

https://github.com/rakutentech/sorify
2•kevincobain2000•5h ago•0 comments

Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues

https://github.com/mirza-rizvi/ResolveHQ
67•mirza_rizvi•1d ago•25 comments

Show HN: Give Claude Code / Cursor a real eng team (tiers, roles, escalation)

https://github.com/khuynh22/agent-dev-team
2•timhuyn•5h ago•0 comments

Show HN: No_human – The AI coding factory that you can TRUST

https://github.com/no-human-ai/no_human
2•eyalgolan•5h ago•1 comments

Show HN: Determinstic LLM inference for lowest price Gemma 4, with Windows XP

https://www.tokendelivery.ai/
6•carsonpoole•10h ago•1 comments

Show HN: Sill – a macOS system monitor that lives on your wallpaper

https://ptthe13.github.io/sill/
2•MrPFT•5h ago•0 comments

Show HN: Godot and Rust based multiplexer (terminal panes and more)

https://github.com/godot-pty/gpty
92•1nv1n•1d ago•47 comments

Show HN: Come prove the Berge Fulkerson conjecture with a swarm of agents

https://provetogether.ai/problems/15
5•fcesco•7h ago•0 comments

Show HN: Toast, a by default in-terminal IDE

https://github.com/paradise-runner/toast
81•dividedcomet•1d ago•88 comments

Show HN: Stackray – Detect any website's tech stack

https://stackray.app
4•seelos•8h ago•0 comments

Show HN: Hacker News, without AI

https://hcker.news/?ai=exclude
199•postalcoder•1d ago•86 comments

Show HN: Music Generation Backed by Algebra

https://monictheory.com
5•song_synth•9h ago•0 comments

Show HN: EarthToPixels – Turning real cities into explorable pixel art

https://www.earthtopixels.com
3•TiagoTrindade•9h ago•0 comments

Show HN: Graphify C# – Compiler-accurate Find Usages for coding agents

https://github.com/zachsaw/graphify-csharp
41•zachsaw•1d ago•21 comments

Show HN: Lynen – A mobile app that tells you what clothes are made from

https://www.lynen.app
2•neduokeke•9h ago•0 comments

Show HN: Chess960v2.com – 960×960 asymmetric chess, 600/960 rounds done

https://chess960v2.com/en
2•lavren1974•10h ago•0 comments

Show HN: What if the speed of light was 5 km/h?

https://rivendell.dmitrybrant.com/relativity/
617•dmitrybrant•3d ago•282 comments
Open in hackernews

Show HN: No_human – The AI coding factory that you can TRUST

https://github.com/no-human-ai/no_human
2•eyalgolan•5h ago

Comments

eyalgolan•5h ago
After too many rounds of "the agent says it's done and it's just a pile of ", we built the opposite: no_human proves the code it wrote is correct. You drop a ticket on the board (or point it at Jira, Linear or Monday) and it plans, writes the code, and opens a pull request - with the evidence that everything works!

Before that PR reaches you, the work is checked by a second model that never saw the coder's session and is told to assume the job is not done. They communicate until the reviewer is convinced everything is good to go (the num of attempts is limited to prevent an infinite loop).

If the coding agent deleted or weakened a test, a tamper guard stops the attempt. For bug fixes, the tests offered as proof have to fail on the old code and pass on the new.

Under the hood it's a team of agents: a planner, a coder, an independent reviewer in a fresh session, and a supervisor.

It's free and open-source, on your machine.

no_human has been building itself for about two months now. We are feeding ticket into our jira board, it pulls them from there and just work on them until eveything is done. We trust it enough that we've enabled auto approve mode so all PRs no_human ships - are approved and merged automatically (this feature hasn't been released yet). Entire sprint's worth of work is done in 3-4 days, while we focus on the bigger picture - our strategy and the next steps.

It currently supports all Antropic and OpenAI models and also has a quite unintuitive process of working with local models as well (we are working on improving that).

It's open to contributions (we would love to see you use it and contribute!!!)