frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

U.S. Debt Hits $40T as America's Borrowing Binge Continues

https://www.nytimes.com/2026/08/19/business/economy/us-debt-40-trillion.html
1•latchkey•38s ago•0 comments

Meta is launching a new Mac app dedicated to its AI chatbot

https://www.theverge.com/tech/982270/meta-ai-mac-app
1•bogdiyan•1m ago•0 comments

GitHub-to-GitLab migration the easy way

https://about.gitlab.com/blog/github-to-gitlab-migration-made-easy/
1•iamspoilt•1m ago•0 comments

Claude Opus 5's Anti-Verbosity Policy

https://www.reddit.com/r/ClaudeWorkflows/comments/1vf70wx/workflow_verify_claude_opus_5s_antiverb...
1•Bluestein•2m ago•0 comments

Copper Shortage Threatens the Green Transition

https://www.economyprism.com/2026/04/copper-shortage-threatens-green.html
1•measurablefunc•2m ago•0 comments

Ask HN: Any Curated Forum Directories?

1•catuscubitus•3m ago•0 comments

"Two 2030 AMD racks are expected to deliver same compute as 570 racks in 2024"

https://newsroom.amd.com/news/amd-tracks-ahead-of-rack-scale-ai-energy-efficiency-goal/
3•lossolo•5m ago•0 comments

Squid – I built an AI meeting participant that knows when not to speak

https://meet.squidhub.ai/
1•amadyazdaev•5m ago•0 comments

TokenBlast: Tune Claude Code's environment flags

https://www.tokenblast.cc/#eyJzIjoiMjIxMSIsInAiOiJiYWxhbmNlZCIsInYiOiIyLjEuMjM1In0=
1•Bluestein•5m ago•0 comments

How to Engineer Dissent

https://growthwiseteams.substack.com/p/how-to-engineer-dissent
2•adunk•6m ago•0 comments

Perplexity's free AI offer left it with millions more users in India

https://techcrunch.com/2026/08/18/perplexitys-free-ai-offer-left-it-with-millions-more-users-in-i...
1•twapi•6m ago•0 comments

Show HN: Jobs extracted from company career pages, before they reach job boards

1•omar_bouaziz•6m ago•0 comments

Value misalignments in X's feed algorithm

https://www.pnas.org/doi/10.1073/pnas.2610388123
3•GolfPopper•7m ago•0 comments

UI Pipeline Internals on iOS

https://blog.jacobstechtavern.com/p/ui-pipeline-internals
1•jakey_bakey•9m ago•0 comments

FCC abolishes gigabit speed goal, suggesting it is unfair to slower technologies

https://arstechnica.com/tech-policy/2026/08/fcc-abolishes-gigabit-speed-goal-suggesting-it-is-unf...
3•toomuchtodo•10m ago•1 comments

Pressed Penny Machine Map

https://pennypresses.net/home/map.php
2•willmeyers•11m ago•0 comments

Comptroller Gould Discusses Digital Asset Innovation, Genius Next Steps

https://www.occ.gov/news-issuances/news-releases/2026/nr-occ-2026-69.html
1•petethomas•11m ago•0 comments

How to avoid frustration for Open-Source contributors?

https://github.com/flutter/flutter/pull/190918
1•lostbanana4•11m ago•1 comments

JupyterLite

https://jupyterlite.readthedocs.io/en/stable/
1•andrewstetsenko•15m ago•0 comments

We Can't Agree on What Counts as "AI-Written"

https://bookriot.com/what-counts-as-ai-survey-results/
5•theanonymousone•17m ago•1 comments

Show HN: HyperSAE – Sparse Autoencoders, reimagined in hyperbolic space

https://github.com/vishal-dehurdle/hypersae
2•visha1v•17m ago•0 comments

Human brain organoids record the passage of time over multiple years

https://www.nature.com/articles/s41586-026-10877-x
5•sbulaev•18m ago•0 comments

Show HN: I made myself a library manager for the Kobo Clara

https://jcurcioconsulting.com/posts/building-a-ebook-management-application-for-the-kobo-clara
1•Jeremy1026•18m ago•0 comments

EA staff fear new Saudi Arabia owners will police their games

https://www.gamesradar.com/games/ea-staff-fear-new-saudi-arabia-owners-will-police-their-games-pr...
3•jamarna•18m ago•1 comments

Thinking about tests: assertions and matchers

https://zverok.substack.com/p/thinking-about-tests-assertions-and
1•petalmind•19m ago•0 comments

How do functions like alloca allocate memory from the stack?

https://devblogs.microsoft.com/oldnewthing/20260817-00/?p=112617
1•ibobev•19m ago•0 comments

How to enter advanced BIOS options on many Lenovo thinkpads

https://old.reddit.com/r/thinkpad/comments/1vj1udn/how_to_enter_advanced_bios_options_on_gen_1_t1...
1•purpleidea•20m ago•1 comments

Building a Quantum Computer, One Fragile Qubit at a Time

https://www.quantamagazine.org/building-a-quantum-computer-one-fragile-qubit-at-a-time-20260819/
2•ibobev•20m ago•0 comments

DuplicateHandle Works on Sockets, Mostly

https://purplesyringa.moe/blog/duplicatehandle-works-on-sockets-mostly/
1•ibobev•20m ago•0 comments

Show HN: Servercoin- The first decentralized cloud marketplace with reviews

1•FILLMOBILE•21m ago•0 comments
Open in hackernews

Ask HN: Has anyone shipped a self-modifying application with LLMs?

4•ex-aws-dude•51m ago
In the past the model for software would typically be to ship a fixed application and then if users need some custom functionality, they would need to install a plugin or create their own.

For non technical users they would have to find an existing plugin or maybe it doesn't exist so they are stuck.

But I can't help but think why wouldn't for example an application just have a prompt box that builds an extension dynamically on the fly (e.g. "make me a UI panel with some buttons that does X")

Obviously it would be "use at your own risk" and YMMV

Have any companies or applications actually done something like this?

I think modifying the real source code would get out of hand but perhaps just generating extensions that have access to a sand boxed set of safer APIs.

Comments

dana321•47m ago
I've been pondering having some kind of environment that the language model can just modify the application in real time while it is running.

I asked chatgpt and it said hot reloading in a browser, but thats not what i'm talking about. I'm meaning realtime high performance desktop applications that the user can prompt to change the app in realtime while it is running.

The closest thing i saw to this was something called VibeOS, but thats a whole operating system.

chudi•12m ago
I think that you are talking about smalltalk or any other image based programming language.
fragmede•6m ago
You'd need source code for the stack, something like OLPC's stack where you have source for everything that's running and then to glue that to an LLM.
fragmede•3m ago
Arguably that's what BI tools like Tableau and Looker do. Or advanced uses of Excel, which an LLM can help with. The user has data and wants to slice it up and see it in a specific way and have some knobs to play with it to figure out answers to questions as a data scientist.