frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: GitHub employees what's going on? Why?

304•sharts•2d ago•251 comments

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

4•ex-aws-dude•1h ago•4 comments

Ask HN: I've quit six systems for tracking my illness. What works?

47•Abh1Works•4d ago•53 comments

Ask HN: Alternatives to GitHub

635•dhruv3006•2d ago•425 comments

AWS new AZ in eu-west-2 - beware of unexpected results

5•eddie_catflap•4h ago•2 comments

Ask HN: What's the endgame of the AI comments buried in every post?

5•elar_verole•6h ago•9 comments

Tell HN: Cloudflare silently injects its analytics when you switch nameservers

650•stagas•3d ago•202 comments

Ask HN: How do you access archive.today?

2•crazybonkersai•9h ago•2 comments

ServiceNow are pushing customers off SaaS – are other industries doing similar?

9•rorychatt•19h ago•4 comments

New OllamaMQ v0.3.0

5•chleba•20h ago•0 comments

Ask HN: What are independent software contractors doing now?

10•Madmallard•14h ago•2 comments

Why Don't We Version UIs?

8•gruensk•1d ago•10 comments

Ask HN: How should I price an AI infrastructure platform?

2•aqibkhan026•21h ago•2 comments

Ask HN: Good IMAP Email Clients?

5•pudgywalsh•22h ago•6 comments

Ask HN: Good content on using AI to modernize professional services delivery

5•mguerville•1d ago•3 comments

Ask HN: How do you manage focus and avoid burnout while working remotely?

5•pranav_tech26•1d ago•14 comments

Focus for 7 Months

4•Ssedume•23h ago•0 comments

Combinatorics-Framework released for QA testers/students

2•yb-combi•23h ago•0 comments

Ask HN: Countries with greatest temperature increases have benefited from them?

6•amichail•1d ago•4 comments

Ask HN: How do you keep up with HN these days?

92•simonebrunozzi•4d ago•147 comments

Ask HN: Do you feel comfortable admitting that you use AI?

12•var0xyz•1d ago•30 comments

Ask HN: Another GitHub Outage?

3•tom1337•1d ago•1 comments

I made a secure way for agents to request secrets from you using HyperDHT

2•smashah•1d ago•0 comments

Ask HN: Science Fiction. Some AI as world leader. Would you vote it?

3•ewjloop•1d ago•10 comments

Ask HN: Can I realistically make an app as a junior dev?

4•brooke1•1d ago•16 comments

Is there room for an AI-powered webmail service built on a single-letter domain?

4•pbt93•1d ago•6 comments

You've reached the end!

Open in hackernews

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

4•ex-aws-dude•1h 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•1h 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•45m ago
I think that you are talking about smalltalk or any other image based programming language.
fragmede•39m 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•36m 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.