Earlier quoted context omitted.
> Because nobody actually wants a "web app". People want food, love, sex or: solutions. Okay but when I start my car I want to drive it, not fuck it.
Most of us actually drive a car to get somewhere. The car, and the driving, are just a modality. Which is the point.
Show HN: Why write code if the LLM can just do the thing? (web app experiment)
261–270 of 332 posts
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#262"It works. That's annoying." Indeed! Would be cooler if support for local llms was added. Currently only has support for anthropic and openai. https://github.com/samrolken/nokode/blob/main/src/config/ind...
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#263It's orders of magnitude cheaper to serve requests with conventional methods than directly with LLM. My back-of-envelope calculation says, optimistically , it takes more than 100 GFLOPs to generate 10 tokens using a 7 billion parameter LLM. There are better ways to use electricity.
I work in enterprise IT and sometimes wonder if we should add the equivalent energy calculations of human effort - both productive and unproductive - that underlies these "output/cost" comparisons. I realize it sounds inhuman, but so is working in enterprise IT! :)
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#264The question posed sounds like "why should we have deterministic behavior if we can have non-deterministic behavior instead?" Am I wrong to think that the answer is obvious? I mean, who wants web apps to behave differently every time you interact with them?
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#265So guess kind of like v0
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#266Why would you need webapps when you could just talk out loud to your computer ? Why would I need programs with colors, buttons, actual UI ? I am trying to imagine a future where file navigators don't even exist : "I want to see the photos I took while I was in vacations last year. Yes, can you remove that cloud ? Perfect, now send it to XXXX's computer and say something nice." "Can you set some timers for my sport se…
Voice interfaces are not the be all and end all of communication. Even between humans we prefer text a lot of the time.
No matter how capable the friend it, it's oftentimes easier to do a task directly in a UI rather than to have to verbalize it to someone else.
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#267Each person gets their own cache. The format of the cache is a git repo tied to their sessionid. Each time a request is made it writes the code, html, CSS, and database to git and commits it. Over time you build more and more artifacts and fewer things need to get generated JIT. Should also help with stability.
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#268Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#269It's orders of magnitude cheaper to serve requests with conventional methods than directly with LLM. My back-of-envelope calculation says, optimistically , it takes more than 100 GFLOPs to generate 10 tokens using a 7 billion parameter LLM. There are better ways to use electricity.
I work in enterprise IT and sometimes wonder if we should add the equivalent energy calculations of human effort - both productive and unproductive - that underlies these "output/cost" comparisons. I realize it sounds inhuman, but so is working in enterprise IT! :)
Multiply that by dozens or hundreds of self-updating programs on a typical machine. Absolutely insane amounts of resources.
Re: Show HN: Why write code if the LLM can just do the thing? (web app experiment)
#270Earlier quoted context omitted.
>Can you set some timers for my sport session, can you plan a pure body weight session ? Yes, that's perfect. Wait, actually, remove the jumping jacks." Better yet, why exercise -which is so repetitive- if we can create a machine that just does it for you, including the dopamine triggering, why play an arcade video game where we can create a machine that fires the neuron needed to produce the exact same level of a ex…
> Bleak, we are oversimplifying existence itself and it doesn't lead to a nice place. We are already on this path for many-many years, certainly decades if not centuries, although availability was definitely spotty in the past. It is also kind of impossible to hop off this train, while it is individually possible to reject any of these conveniences, in general they just become a part of life. Which is not necessarily…