frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Marketing Team Eve Template

https://eve.dev/templates/marketing-team-eve-template
1•flashbrew•1m ago•0 comments

Major highway of the human nervous system gets a complete road map

https://www.science.org/content/article/major-highway-human-nervous-system-gets-complete-road-map
1•rbanffy•1m ago•0 comments

Google's $200B Wall Street finance machine for Anthropic

https://www.ft.com/content/549f2e23-5aa2-49c7-9ea6-a9784ab7087c
1•alephnerd•1m ago•0 comments

Jeff Bezos just filed to sell $4B in Amazon

https://www.cnbc.com/2026/08/04/jeff-bezos-just-filed-to-sell-4-billion-in-amazon-the-shares-are-...
1•johnbarron•3m ago•0 comments

Auto Router (Beta) – API Pricing and Providers – OpenRouter

https://openrouter.ai/openrouter/auto-beta
1•helsinkiandrew•3m ago•0 comments

From One Seed to a Thousand Leaves – Merkle's Authentication Tree

https://0xkrt26.github.io/math_behind_security/2026/08/03/merkle-tree.html
1•denismenace•5m ago•0 comments

FCC Commissioners Face Ethics Complaints for Taking Luxury Gifts from Paramount

https://www.propublica.org/article/fcc-paramount-gifts-brendan-carr-ethics-complaint-warner-bros-...
1•hn_acker•5m ago•0 comments

Feige's Conjecture

https://arxiv.org/abs/2607.24528
1•surprisetalk•6m ago•0 comments

Juniq: Europe's Quantum Buffet

https://www.hpcwire.com/2026/08/03/juniq-europes-quantum-buffet/
1•rbanffy•6m ago•0 comments

EFF Joins Call for FTC to Drop Its Disastrous AI Policy Proposal

https://www.eff.org/deeplinks/2026/08/eff-joins-comments-calling-ftc-drop-its-ai-policy-proposal
2•hn_acker•7m ago•0 comments

Finger Frame AI

https://github.com/sophiamyang/finger-frame-effect-ai
1•luispa•7m ago•0 comments

The LLMs Problems

1•noreplydev•9m ago•0 comments

NASA Images Through History

https://nasa-images.net/
1•alpha_trion•11m ago•1 comments

Self-Improving Agents Are Event-Sourced

https://lobu.ai/blog/self-improving-agents-are-event-sourced/
1•buremba•11m ago•0 comments

The Unreadable Winter

https://drlennecefer.substack.com/p/the-unreadable-winter
1•twp•12m ago•0 comments

I Traded Coffee for Energy Drinks–and Nearly Lost My Mind

https://www.wsj.com/arts-culture/food-cooking/energy-drinks-celsius-coffee-caffeine-aeb507d7
1•thm•12m ago•0 comments

Gavin Newsom Makes an Ass of Himself on Antitrust, Paramount Merger

https://www.techdirt.com/2026/08/04/gavin-newsom-makes-an-ass-of-himself-on-antitrust-paramount-m...
1•hn_acker•12m ago•0 comments

Big Walk

https://store.steampowered.com/app/1478500/Big_Walk/
1•gregsadetsky•13m ago•0 comments

The Youth AI Privacy Act's Privacy Paradox

https://www.eff.org/deeplinks/2026/08/youth-ai-privacy-acts-privacy-paradox
2•Brajeshwar•13m ago•0 comments

Milvus 3.0: lake-native, S3-based storage,post-search processing

https://milvus.io/blog/announcing-milvus-3-lake-native-vector-search-and-a-more-powerful-retrieva...
1•Fendy•14m ago•1 comments

Show HN: Guide AI coding agents on how to use libraries securely

https://github.com/Reware-Labs/securitycards
1•hajipour•14m ago•0 comments

Show HN: React-mediadrop – hooks-first headless uploader, pluggable transport

https://github.com/autorender/react-mediadrop
2•vasanthrb•15m ago•0 comments

Using Codex as a diet and exercise coach

https://usefully-wrong.com/posts/codex-as-coach/
1•askytb•16m ago•0 comments

Celeris-1 tops AI speed ranking at 2,158 tokens per second

https://runtimewire.com/article/celeris-1-tops-ai-speed-ranking-diffusion-model
1•ryanmerket•16m ago•0 comments

Show HN: We gave a voice agent an inner monologue so it stops forgetting

https://waterr.ai/research/monologue
1•harshit119•16m ago•0 comments

Macro: Unified email, messages, docs, tasks, agents, CRM for teams

https://github.com/macro-inc/macro
1•nateb2022•17m ago•0 comments

Three major PC makers now using Chinese memory

https://www.tomshardware.com/tech-industry/three-major-pc-makers-now-using-chinese-memory-to-figh...
2•rbanffy•18m ago•0 comments

Show HN: Share context between friends via MCP

https://crosswalk.to/
1•jase_jase•19m ago•0 comments

It's not a fear of "AI communism"; it's a fear of competitive market capitalism

http://observationalepidemiology.blogspot.com/2026/07/its-not-fear-of-ai-communism-its-fear.html
1•speckx•19m ago•1 comments

We built a software factory to drive Astro's GitHub issue count to zero

https://blog.cloudflare.com/astro-issue-triage/
1•sbulaev•19m ago•0 comments
Open in hackernews

I built an LLM debugger for fine-tuning failures

https://github.com/gradian-ai/gradian
3•abdullah-xyz•59m ago

Comments

rootHQW•40m ago
great solution to a real problem, fine-tuning failures are often data problems, but we rarely have visibility into which examples caused them. This kind of attribution could make debugging much faster
LameRs•34m ago
interesting approach, but why focus on attribution after training instead of during training?
abdullah-xyz•33m ago
Because many failures only become visible after the model changes, and understanding the cause afterward is where current workflows are weakest