frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude Fable 5 access extended through July 19

https://xcancel.com/claudeai/status/2076351399999557669#m
1•Topfi•42s ago•0 comments

Show HN: Free AI travel destination search across Asia

https://asianexpats.com
1•developeron29•2m ago•0 comments

Restarting Germany's Reactors: Viability and Outlook [pdf]

https://www.radiantenergygroup.com/_files/ugd/ae75b7_bc5db590cf5a4ac6a4a0d6812a58ada6.pdf
1•throw0101d•5m ago•1 comments

The Four "Ions", or How to Provision CIAM Users (2023)

https://ciamweekly.substack.com/p/the-four-ions-or-how-to-provision
1•mooreds•5m ago•0 comments

Local-first image annotation–try it in the browser, no signup, nothing uploaded

https://thevision.works/demo
2•Wiseye•8m ago•0 comments

Show HN: SayItDev LLM and Speech capabilities with 0 dependencies and no models

https://github.com/innovatorved/sayitdev
3•innovatorved•8m ago•0 comments

Welcome to the Era of the Forever Layoff

https://www.businessinsider.com/why-tech-companies-keep-doing-layoffs-ai-2026-7
5•pseudolus•12m ago•0 comments

China-made CXMT memory now supports faster speeds on MSI's AMD motherboards

https://www.tomshardware.com/pc-components/ddr5/china-made-cxmt-memory-now-supports-faster-speeds...
2•binyu•13m ago•0 comments

In defense of not understanding your codebase

https://www.seangoedecke.com/in-defense-of-not-understanding-your-codebase/
2•saikatsg•17m ago•0 comments

GuardianDB: High-performance, local-first decentralized database built on Rust

https://www.willsearch.com.br/guardian-db/
2•wmaslonek•18m ago•0 comments

An orbiting disco ball gave Einstein's theory its most precise test yet

https://arstechnica.com/science/2026/07/an-orbiting-disco-ball-gave-einsteins-theory-its-most-pre...
3•Logans_Run•19m ago•0 comments

Whats the Hardest Challenges in AI?

2•debpalash•20m ago•0 comments

Fable extended until 19 July

https://twitter.com/claudeai/status/2076351399999557669
18•protoman3000•22m ago•7 comments

Like a cheat code for your car: We investigate ECU tuning

https://arstechnica.com/cars/2026/07/like-a-cheat-code-for-your-car-we-investigate-ecu-tuning/
2•pseudolus•23m ago•0 comments

Migrating a production AI agent to GPT-5.6: 2.2x faster, 27% cheaper

https://ploy.ai/blog/migrating-a-production-ai-agent-to-gpt-5-6
3•brryant•24m ago•0 comments

Cursor and VSCode Code review flow for GitLab (for now)

https://github.com/LuyandaLia/reviewflow
2•Luyanda•25m ago•1 comments

Knowledge-based verification: is it state-of-the-art?

https://workshop.vennfactory.com/p/knowledge-based-verification-is-it
2•mooreds•25m ago•0 comments

How Ukraine Built a War Fighting State

https://www.austinvernon.site/blog/ukrainewar.html
7•delichon•26m ago•1 comments

The Unintended Consequences of Genetic Tests

https://www.theatlantic.com/ideas/2026/07/genetic-testing-children-diseases/687869/
2•bookofjoe•26m ago•1 comments

NameThat: A visual dictionary of UI elements

https://namethatui.com
1•DantesKite•27m ago•0 comments

Show HN: Wisp – open-source private desktop AI overlay with MCP support

https://github.com/SunnyLich/Wisp-AI-Assistant
1•WispAIOverlay•27m ago•0 comments

Jonesforth – A sometimes minimal Forth compiler and tutorial (2007)

https://github.com/nornagon/jonesforth/blob/master/jonesforth.S
1•Tomte•27m ago•0 comments

Tesla claims Cybercab driving employees at Giga Texas – in a parking lot

https://electrek.co/2026/07/11/tesla-cybercab-giga-texas-parking-lot/
1•root-parent•29m ago•0 comments

Mitigating Factual Hallucination in LRMs via Mixed-Mode Advantage Regularization

https://arxiv.org/abs/2607.05861
1•root-parent•31m ago•0 comments

AI Fuels Startup Boom Across the US

https://www.bloomberg.com/news/features/2026-07-10/ai-powered-entrepreneurs-set-to-launch-record-...
2•Teever•33m ago•1 comments

Apple's failed self-driving car program left a legacy of powerful AI chips

https://www.theverge.com/tech/964519/apple-silicon-self-driving-car-ai-m7-ultra
2•droidjj•33m ago•0 comments

GPT-5.6, Fable 5, and Grok 4.5 rebuild Basecamp from the same spec

https://smw.ai/blog/basecamp-bench
3•aethelyon•35m ago•0 comments

The Battery Startup Taking on China's Giants

https://www.wired.com/story/prologium-battery-startup-betting-against-china/
2•joozio•36m ago•0 comments

The Trade in Looted Antiquities Endures for One Reason: Demand

https://news.artnet.com/art-world/matt-campbell-cambodia-looted-antiquities-2779870
2•derbOac•36m ago•0 comments

What Happened to Behaviorism?

https://medium.com/@plewis67/what-happened-to-behaviorism-0c1b155a593c
2•paulpauper•37m ago•0 comments
Open in hackernews

Ask HN: How do you review AI code?

3•wonderfuly•1h ago
This is important, but I haven't seen enough discussion about it.

Comments

iouovonoi•18m ago
My workflow is basically:

1. Explain the goal.

2. Tell it the constraints (readable, simple, don't overengineer).

3. Give it our repo structure and coding conventions.

4. Let another model review it.

5. Group the feedback by category instead of one long list.

It's easier to work through the review that way.