4 pointsby ex-aws-dude3 hours ago2 comments
  • fragmede2 hours 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.
  • dana3213 hours 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.

    • gtirloni40 minutes ago
      Why would you want the model to modify the application in real time? If you could give real world examples.
    • chudi2 hours ago
      I think that you are talking about smalltalk or any other image based programming language.
    • fragmede2 hours 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.