HackerTrans
热门最新趋势评论往期问答秀出招聘

clearloop

no profile record

评论

clearloop
·3个月前·讨论
[dead]
clearloop
·4个月前·讨论
Nice execution on the Unix pipes approach!

Worth comparing architectures: Axe is stateless CLI (pipe in, get output), crabtalk.ai is daemon + commands (persistent process manages state, commands are standalone binaries on PATH).

Both bet on small binaries (crabtalk is 8MB) and Unix philosophy, but the daemon gives you hot-swap, process isolation, and persistent state across invocations.
clearloop
·4个月前·讨论
haha used to think about this! but walrus is from wasm + rust and the song of beatles, and this cute thing is in the zoo!
clearloop
·4个月前·讨论
makes sense, it really depends on the use cases, I'm building my version of claw openwalrus for the local LLMs first goal, I think myself will use local models for daily tasks that heavily depend on tool callings, but for coding or doing research, I'll keep using remote models

and this topic actually inspires me that I can introduce a builtin gas meter for tokens
clearloop
·4个月前·讨论
I used to want to call it freeclaw, but there is already one, and actually myself started feeling bored about xxxclaw
clearloop
·4个月前·讨论
Mine called openwalrus is local-llm first written in rust:

builtin metasearch engine, graph based memory system, editing configs with commands (never need to edit the config files manually)...

we indeed need to focus on sort of real "use cases" first, since I just realized when I'm talking with others about it, the conversions are always meaningless, ends with no response, or sth like cool
clearloop
·4个月前·讨论
imo switch to local models could be an option