Software 3.1? – AI Functions
41–50 of 61 posts
Re: Software 3.1? – AI Functions
#42https://kylekukshtel.com/incremental-determinism-heisenfunct...
A lot of this was also inspired by Ian Bicking's work here:
Re: Software 3.1? – AI Functions
#43https://github.com/Gabriella439/grace
It's still probably not a great idea.
Re: Software 3.1? – AI Functions
#44I'd like to see this with a proper local "instruction cache." It might even be fun that the first call generates python (or other langauge), and then subsequent calls go through it. This "otpimized" or "compiled" natural langauge is "LLMJitted" into python. With interesting tooling, you could then click on the implementation and see the generated cod, a bit like looking at the generated asssembly. Usually you'd just…
Re: Software 3.1? – AI Functions
#45Re: Software 3.1? – AI Functions
#46Why stop there? Just call the LLM with the data and function description and get it to return the result! (I'll admit that I've built a few "applications" exploring interaction descriptions with our Design team that do exactly this - but they were design explorations that, in effect, used the LLM to simulate a back-end. Glorious, but not shippable.)
Re: Software 3.1? – AI Functions
#47Why stop there? Just call the LLM with the data and function description and get it to return the result! (I'll admit that I've built a few "applications" exploring interaction descriptions with our Design team that do exactly this - but they were design explorations that, in effect, used the LLM to simulate a back-end. Glorious, but not shippable.)
Re: Software 3.1? – AI Functions
#48This has big "let's do this because we can" energy. What is the BENEFIT of all this? Let's use Blockchain instead of a database - because we can. Let's create a maze of microservices - because we can. Let's make every function a lambda function - because we can. Let's make AI write code, run it, verify it, fix it, then run it again - because we can. Let's burn untold amounts of energy to do simple things - because we…
Re: Software 3.1? – AI Functions
#49This has big "let's do this because we can" energy. What is the BENEFIT of all this? Let's use Blockchain instead of a database - because we can. Let's create a maze of microservices - because we can. Let's make every function a lambda function - because we can. Let's make AI write code, run it, verify it, fix it, then run it again - because we can. Let's burn untold amounts of energy to do simple things - because we…
To you, what's the point of spending countless billions on space exploration?
Sure, every bit of f--ing around is research, but ROI is far from constant.
Re: Software 3.1? – AI Functions
#50I'd like to see this with a proper local "instruction cache." It might even be fun that the first call generates python (or other langauge), and then subsequent calls go through it. This "otpimized" or "compiled" natural langauge is "LLMJitted" into python. With interesting tooling, you could then click on the implementation and see the generated cod, a bit like looking at the generated asssembly. Usually you'd just…
[dead]