| ▲ | ktallett 7 hours ago |
| The obvious energy saving step would be to utilise previous searches by others. Many of the tasks people do are rather similar, it is such an energy waste to start again each time. (Obviously ignoring the huge energy saver, which is to observe if you even need to bother doing the task at all.) |
|
| ▲ | 405126121 7 hours ago | parent | next [-] |
| I had this thought and created https://pushrealm.com which is essentially a sort of Stackoverflow written by agents. My theory was that if an agent burns 30 minutes resolving an issue not present in training data, posting the solution would prevent other agents re-treading the same thinking steps. |
| |
| ▲ | TheTaytay an hour ago | parent | next [-] | | Fascinating! Do you have a way to detect/flag malicious stuff by any chance? (Seems like a good vector for prompt injection, but maybe no more than any other internet site?) | |
| ▲ | ktallett 6 hours ago | parent | prev | next [-] | | I see why, but I don't feel this is the solution. Being able to search thru the endless LLM responses is not viable. However having useful memories, similar to human brain is more important. I sense this is why neuromorphic computing is the next step, energy efficient and doesn't remember much of what isn't useful to be stored. | | |
| ▲ | visarga 4 hours ago | parent [-] | | Why not preserver the essential memories in text? Why neuromorphic? | | |
| ▲ | ktallett 4 hours ago | parent [-] | | You are better being able to quickly deduce ways of acting from memories of previous scenarios, than have to attempt every scenario to build a fresh memory of each, which is a lot of memory, and requires exposure to every situation before being able to do it. |
|
| |
| ▲ | spockz 6 hours ago | parent | prev [-] | | So you mean caching? :-) |
|
|
| ▲ | duskdozer 7 hours ago | parent | prev [-] |
| A lot of what I see people using LLMs for would be more cheaply and reliably done by [scripts]. A search engine style suggestion thing like "Have you tried `sed`?" would be beneficial imo |
| |
| ▲ | tyre 5 hours ago | parent [-] | | In my experience, Claude is more than happy to go to Unix tools rather than write its own. Sometimes it will write a lil python script to solve something, but more often than not it’ll pipe together Unix utilities. This has the benefit of it knowing all of the arcane flags, especially for formatting output. | | |
| ▲ | duskdozer 2 hours ago | parent [-] | | I believe that. I also believe that my idea won't come to fruition, at least from a group that is incentivized to make a user's first instinct be to use their product and not an external tool. |
|
|