frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Chinese paint cuts wall temperature by 25 degrees Celsius in summer test: report

https://www.scmp.com/news/china/science/article/3367812/chinese-paint-cuts-wall-temperature-25-de...
1•Markoff•2m ago•2 comments

Show HN: A tool to find the dish you are craving

https://icrave.food/
1•mvind•6m ago•0 comments

Pangram flags award-winning novel as largely AI written

https://twitter.com/Pangramed/status/2102045146674053162
2•fbrusch•9m ago•0 comments

Belay – See what keeps going wrong in your Claude Code and Codex sessions

https://getbelay.vercel.app/
1•doplexlabs•9m ago•1 comments

Virus-Like 'Jumping Genes' Became Our Partners in Evolution

https://www.quantamagazine.org/how-virus-like-jumping-genes-became-our-partners-in-evolution-2026...
1•randomImmigrant•11m ago•1 comments

Prenatal exposure to the plasticizer DEHP increases autism and ADHD

https://dx.doi.org/10.1016/j.medj.2026.101291
1•OutOfHere•14m ago•2 comments

Jev introduces a new shape of LLM

https://simonwillison.net/2026/Sep/21/jev/
3•benwerd•14m ago•0 comments

iPhone owners can now submit claims in Apple's $250M Siri AI settlement

https://www.theverge.com/tech/998191/apple-siri-ai-iphone-16-class-action-lawsuit-settlement
1•pelcg•16m ago•1 comments

FTC Action Against MLM Operator Amway for Unfair and Deceptive Business Practice

https://www.ftc.gov/legal-library/browse/cases-proceedings/amway-ftc-v
1•busymom0•17m ago•1 comments

Interactive experiences in the Bay Area (1995)

https://www.sfgate.com/entertainment/article/interactive-experiences-in-bay-area-3148648.php
1•hbarka•21m ago•0 comments

Show HN: NoteCode++ – an offline, desktop-style code editor for Android

https://github.com/knewnothing-git/notecode-
1•yc_nothingknew•23m ago•0 comments

Six clones of Jev in 2 days

https://www.latent.space/p/ainews-here-are-6-clones-of-jev-in
4•pelcg•25m ago•1 comments

Making sense of George Lucas's new billion-dollar galaxy

https://www.economist.com/culture/2026/09/21/making-sense-of-george-lucass-new-billion-dollar-galaxy
1•andsoitis•26m ago•0 comments

Gates Foundation coalition for more representative language data sets in AI

https://abcnews.com/Technology/wireStory/gates-foundation-launches-coalition-build-representative...
1•andsoitis•27m ago•0 comments

The Basics of Transformer Inference

https://jax-ml.github.io/scaling-book/inference/
2•aray07•27m ago•0 comments

What are KV caches really?

https://blog.glennklockwood.com/2026/09/what-are-kv-caches-really.html
2•matt_d•29m ago•0 comments

Australia's giant data-centre boom

https://www.economist.com/asia/2026/09/21/australias-giant-data-centre-boom
1•andsoitis•32m ago•0 comments

Dyson Won't Say What's Wrong with Its CameraJet Toothbrush

https://www.wired.com/story/dyson-wont-say-whats-wrong-with-the-camerajet-toothbrush/
1•pelcg•33m ago•0 comments

XGrammar-2: Fast, Customizable Structured Generation for Tool Calling and Agents

https://blog.mlc.ai/2026/05/04/xgrammar-2-fast-customizable-structured-generation
2•matt_d•37m ago•0 comments

Used ThinkPad Buyer's Guide (2019)

https://www.bobble.tech/free-stuff/used-thinkpad-buyers-guide
1•Mr_Minderbinder•38m ago•0 comments

Show HN: aSPARK – an agile AI product team for Claude Code

https://github.com/a-lottes/aSPARK
1•agenntlot•38m ago•0 comments

Doyouok – Agent-free heartbeat monitoring for cron jobs and workflows

https://doyouok.com/
1•liqiug•40m ago•1 comments

Demoshell – live demos of your software in the browser

https://demoshell.com/
2•hamid914•43m ago•0 comments

Loopjacking: Hijacking Human-in-the-Loop Approval

https://arxiv.org/abs/2609.21081
2•sbulaev•46m ago•0 comments

Data center developer sues city for requiring to supply renewable energy on-site

https://www.independent.co.uk/news/world/americas/st-louis-data-center-lawsuit-b3052142.html
4•xlayn•46m ago•0 comments

Assertions: A Personal Perspective [pdf]

https://ccy05327.github.io/SDD/08-PDF/Assertions%20-%20a%20personal%20perspective.pdf
2•luu•46m ago•0 comments

MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/mimo-v2-6-pro
2•theanonymousone•51m ago•0 comments

A Call for Open Science in AI Safety

https://make-safety-open.github.io/
3•theanonymousone•52m ago•0 comments

The Book Claiming to Teach Couples How to Select Their Baby's Sex

https://www.theatlantic.com/family/2026/09/babydust-boy-girl/688722/
1•theanonymousone•53m ago•0 comments

What makes conglomerates the best investment?

https://conglomeratestocks.substack.com/p/conglomerates-the-best-investments
1•whothedawg•54m ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•1y ago

Comments

uberman•1y ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•1y ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•1y ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•1y ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?