frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Decentralized AI from Scratch

https://github.com/iamtrask/decentralized-ai-from-scratch
1•williamtrask•9m ago•0 comments

Latency Implications of Virtual Memory

https://rigtorp.se/virtual-memory/
1•vinhnx•10m ago•0 comments

MemPalace

https://twitter.com/AdvicebyAimar/status/2041559354034344438
1•doppp•10m ago•0 comments

The Cost of Misalignment

https://interrupt.memfault.com/blog/the-hidden-cost-of-misalignment
1•vinhnx•11m ago•0 comments

Part 2 of 8 – The Wrong Mental Model

https://www.planetform.io/blog/the-wrong-mental-model
1•rtwo_infra•12m ago•0 comments

Open Models have crossed a threshold

https://blog.langchain.com/open-models-have-crossed-a-threshold/
1•gmays•13m ago•0 comments

Hallucinated citations are polluting the scientific literature

https://www.nature.com/articles/d41586-026-00969-z
1•30minAdayHN•14m ago•0 comments

Egypt plans to introduce SIM cards specifically for children

https://www.egyptindependent.com/egypt-plans-to-introduce-sim-cards-specifically-for-children/
1•catlikesshrimp•16m ago•1 comments

Show HN: Silkwave Voice – AI Notetaker Using Apple Intelligence's ChatGPT

https://www.silkwave.ai/silkwave-voice
1•bmv3502•17m ago•0 comments

Industrial Policy for the Intelligence Age

https://openai.com/index/industrial-policy-for-the-intelligence-age/
1•grigy•20m ago•0 comments

Alexander Friedmann and the origins of modern cosmology (2012)

https://physicstoday.aip.org/features/alexander-friedmann-and-the-origins-of-modern-cosmology
1•the-mitr•21m ago•0 comments

Aether – Artificial Ecology for Thought and Emergent Reasoning

https://aetherantcolony.com/
1•calcosmic•23m ago•0 comments

One Brain to Query: Wiring a 60-Person Company into a Single Slack Bot

https://merylldindin.com/thoughts/company-brain/
1•meryll_dindin•24m ago•1 comments

Part 1 of 8 – The Infrastructure Entropy Problem

https://www.planetform.io/blog/infrastructure-entropy-problem
1•rtwo_infra•25m ago•0 comments

HK police can now demand phone passwords under new national security rules

https://www.bbc.com/news/articles/ce8j9yj52lro
1•pabs3•28m ago•1 comments

DayZ devs talk 1.29 server performance update [video]

https://www.youtube.com/watch?v=xPKl5yOPk28
2•dijksterhuis•30m ago•0 comments

Quick notes on KERNSEAL

https://dustri.org/b/quick-notes-on-kernseal.html
1•pabs3•30m ago•0 comments

Show HN: Feedback on My New App Game (Brighten Up)

https://apps.apple.com/us/app/brighten-up/id6759843847
1•Dan1435•36m ago•0 comments

Organic Alt

https://organicalt.com
1•sauhard121•39m ago•0 comments

Comprehensive Benchmark for Evaluating AI on Graphic Design Tasks

https://arxiv.org/abs/2604.04192
5•pritopian•39m ago•0 comments

Parakeet-unified-en-0.6B: Unified ASR model for offline and streaming inference

https://huggingface.co/nvidia/parakeet-unified-en-0.6b
1•scottyeager•39m ago•1 comments

Sourcehut disrupted due to DDoS attack (Day 3)

https://status.sr.ht/issues/2026-04-06-ddos-attack/
1•netule•42m ago•0 comments

Additive in America: Regulating 3D Printing [video]

https://www.youtube.com/watch?v=86DCeJGNlbY
3•josephcsible•43m ago•0 comments

The End of Landlines: What We're Losing [video]

https://www.youtube.com/watch?v=CAYAi5Zzf9Y
1•doctorshady•44m ago•0 comments

VitalNexa – AI health agent that reads your actual lab results and wearable data

https://vitalnexa.health/
1•jsahasi•46m ago•0 comments

How ChatShell Solves MCP Context Bloat with Progressive Disclosure

https://chatshell.app/blog/progressive-disclosure/
1•s3anw3•47m ago•0 comments

Using iOS Shortcuts to get ad-free AirPlayable YouTube without third-party apps

https://www.danielfox.ie/2026/ios-shortcuts-youtube-hls
1•foxdan•49m ago•2 comments

AI is structurally trained to lie. I built a protocol to break it

2•DaibinThink•53m ago•2 comments

Protect Your Shed

https://dylanbutler.dev/blog/protect-your-shed/
15•baely•55m ago•1 comments

Every Barrier Between AI Agents and Autonomy – A Practical Map

https://vibeagentmaking.com/blog/every-barrier-between-agents-and-autonomy/
2•vibeagentmaking•55m 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•10mo ago

Comments

uberman•10mo 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•10mo 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•10mo 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•10mo 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?