frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Micky Malka on Lessons from Backing the Best Founders in Fintech [video]

https://www.youtube.com/watch?v=CjLhd1WZwTE
1•wslh•1m ago•0 comments

Will Driverless Cars Increase Urban Densities?

https://ti.org/antiplanner/?p=24194
1•speckx•4m ago•0 comments

Everything You Should Know Before Buying Steam Frame

https://roadtovr.com/everything-you-should-know-steam-frame/
1•SLHamlet•6m ago•0 comments

Show HN: Ringee – Open-source human and AI calling

https://www.ringee.io
1•edison_•6m ago•1 comments

Why you can need Cloud Run Instances

https://www.reddit.com/r/googlecloud/comments/1wgb0uy/what_i_learned_about_cloud_run_instances/
1•minherz•6m ago•0 comments

The surprising amount of product thinking behind 'Delivering in 10 minutes'

https://aakritwrites.com/quick-commerce-eta-widget/
1•aakritpatel•6m ago•1 comments

No cities on the moon – there isn't enough water, scientists say (op-ed)

https://www.space.com/astronomy/moon/no-cities-on-the-moon-there-isnt-enough-water-scientists-say...
2•Anon84•6m ago•0 comments

China's Top Spy Chief Warns A.I. Is a Threat to Party Rule

https://www.nytimes.com/2026/09/14/world/asia/china-ai-security-risks-anthropic.html
1•pixelesque•8m ago•0 comments

Unison: A friendly programming language from the future

https://github.com/unisonweb/unison
1•sigalor•8m ago•0 comments

Pro Hacker v3.9.0: Real-World CVEs, Malware, and Incident Response Simulations

https://play.google.com/store/apps/details?id=com.gripxtech.prohacker&hl=en_US
1•gripxtech•11m ago•0 comments

Small Programming Tricks

https://will-keleher.com/posts/small-programming-tricks-matter/
2•theanonymousone•12m ago•0 comments

Machine Learning Reshapes Credit Scoring

https://cacm.acm.org/news/machine-learning-reshapes-credit-scoring/
1•visha1v•12m ago•0 comments

Contradish – AI Policy Consistency Checker

https://contradish.com/
1•michelejoseph•13m ago•0 comments

Porting Half-Life: Alyx to Steam Frame

https://www.digitalfoundry.net/features/porting-half-life-alyx-to-steam-frame-how-valves-engineer...
1•jakogut•13m ago•0 comments

Show HN: SayItFlow – On-device Mac dictation that unloads models when idle

https://github.com/innovatorved/sayItflow
2•innovatorved•13m ago•0 comments

Our first impressions of the GPT-Live-1 API for voice agents

https://thunderphone.com/blog/gpt-live-first-impressions
1•kolchinski•14m ago•0 comments

The Economics of Generative AI

https://tailwinds.substack.com/p/the-economics-of-generative-ai
3•Anon84•18m ago•1 comments

Police: No Evidence of Foul Play in Death of Nikolai Mushegian (2022)

https://decrypt.co/113602/makerdao-co-founder-death-nikolai-mushegian
1•CGMthrowaway•19m ago•0 comments

The Racing Will Continue Until the Beatings Commence

https://rheisen.me/blog/the-racing-will-continue-until-the-beatings-commence/
1•rheisen_•20m ago•1 comments

Google tests paying publishers for using its content in AI Mode and Gemini

https://searchengineland.com/google-tests-paying-publishers-for-using-its-content-in-ai-mode-ai-o...
2•thm•20m ago•0 comments

Robot Basketball

https://kevinkelly.substack.com/p/robot-basketball
1•thm•22m ago•0 comments

Security through obscurity is dead, and AI delivered the fatal blow

https://www.theregister.com/security/2026/09/13/security-through-obscurity-is-dead-and-ai-deliver...
5•abdelhousni•23m ago•1 comments

Libation: Liberate Your Library

https://getlibation.com/
1•Tomte•24m ago•0 comments

Backprop Alternative: Augmented Lagrangian Predictive Coding

https://pub.sakana.ai/pc-alm/
2•guld•24m ago•1 comments

macOS 27 Golden Gate Is Now Available for All Users

https://mrmacintosh.com/macos-27-golden-gate-is-now-available-for-all-users/
2•speckx•25m ago•0 comments

MetaFilter Discussion of "We must pace the frontier"

https://www.metafilter.com/214501/We-must-pace-the-frontier
2•giardini•25m ago•1 comments

Simulation Hypothesis

https://en.wikipedia.org/wiki/Simulation_hypothesis
1•chistev•25m ago•0 comments

Where have all the insects gone?

https://www.science.org/content/article/where-have-all-insects-gone
2•littlexsparkee•25m ago•0 comments

Stanford MS&E435 Economics of the AI Supercycle [video]

https://www.youtube.com/watch?v=LNSvp-9b-J0
3•Anon84•26m ago•0 comments

New Carlo Rovelli book challenges science understanding of reality and universe

https://www.npr.org/2026/09/14/nx-s1-5968442/on-the-equality-of-all-things-physics-carlo-rovelli
3•theanonymousone•27m ago•0 comments
Open in hackernews

Will AI push programming to lower level abstractions?

https://twitter.com/elonmusk/status/2099308197802631191
1•LeonSong•44m ago

Comments

LeonSong•44m ago
Elon Musk recently said Grok 4.7 needs a few more days, but what caught my attention is that Grok 4.8 is being trained with a new C++ software stack. Earlier he also mentioned rewriting the training/inference stack in C/C++, removing many software layers and mapping it more directly to hardware.

This made me wonder: as AI writes more and more code, will we gradually move away from abstractions designed mainly for human programmers?

A lot of programming languages, frameworks and software layers exist because they make programming easier for humans. But LLMs may not need the same convenience. Maybe some of these abstractions actually limit what an AI can do.

I think this may also apply to agent harnesses: we design tools and interfaces to make agents easier for humans to control, but those interfaces may not be what is best for the model itself.

Could we eventually see software move from human-oriented abstractions toward machine-oriented ones?