Viewing profile — rellfy
rellfy
HN member- Joined
- Wed, Jun 01, 2022, 10:46 AM UTC
- HN karma
- 70
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About rellfy
Contact: lorenzo@asterai.io
Recent public activity
-
comment
Comment #49016861
Can't be worse than an Electron app, can it? lol
-
comment
Comment #48579928
You can just build things
-
story
Show HN: TIL – a timeline file format with a spiral viewer and editor
Hi HN. til is a timeline file format and CLI with a web viewer and editor. A timeline stores 3 main things: events, ranged events, and tags. Events can point to external refs (URIs…
-
comment
Comment #48104749
Well, I think the author correctly identifies productivity as a vector instead of a scalar. But perhaps a better title would be "Productivity Isn't (Only) About Going Faster"
-
comment
Comment #47992379
I didn’t mean it as fact. “Could turn out that …”
-
comment
Comment #47992240
Well, (in our current understanding) yes, but there may be underlying aspects of physics and the universe that we do not understand that could be the reason consciousness kicks in.…
-
comment
Comment #47992230
Are you implying consciousness is magic? Well, I wouldn't disagree with that really.
-
comment
Comment #47359793
This is a great concept. I fully agree with small, focused and composable design. I've been exploring a similar direction at asterai.io but focusing more on the tool layer than age…
-
comment
Comment #47284126
I don't think AI coding means you stop being a craftsman. It is just a different tool. Manual coding is a hand tool, AI coding is a power tool. You still retain all of the knowledg…
-
story
Show HN: Asterbot, AI agent where every capability is a sandboxed WASM component
Asterbot is a modular AI agent where every capability, such as web search, memory, LLM provider, is a swappable WASM component, sandboxed via WASI. Components only have access to w…
-
comment
Comment #46942437
I've spent my weekend building asterbot: https://github.com/asterai-io/asterbot Asterbot is a modular AI agent where every capability (such as tools, memory, LLM provider etc.) is …
-
story
Show HN: Asterbot – AI agent built from sandboxed WASM components
For the past few months, I've been working on a WebAssembly (WASM) component model registry and runtime (built on wasmtime) called asterai. My goal is to help make the WASM compone…
-
comment
Comment #46932293
That's a great idea, it makes a lot of sense for dynamic use cases. I suppose I'm thinking of it as a more elegant way of doing something equivalent to top-down agent routing, wher…
-
comment
Comment #46932176
Yes, I definitely think it's much faster than writing it manually. For a few weeks now, >95% of the code I've authored wasn't written manually. Sometimes you only care about the hi…
-
comment
Comment #46932113
The lethal trifecta is the most important problem to be solved in this space right now. I can only think of two ways to address it: 1. Gate all sensitive operations (i.e. all exter…
-
comment
Comment #46836304
I arrived at a very similar conclusion since trying Claude Code with Opus 4.5 (a huge paradigm shift in terms of tech and tools). I've been calling it "zen coding", where you treat…
-
comment
Comment #46828530
In my example above I wasn't referring to AI composing the tools, but you as the agent builder composing the tool call workflow. So, I suppose we can call it AI-time composition vs…
-
comment
Comment #46828340
Shell commands work for individual tools, but you lose composability. If you want to chain components that share a sandboxed environment, say, add a tracing component alongside an …
-
comment
Comment #46827552
I really like the capability enforcement model, it's a great concept. One thing this discussion is missing though is the ecosystem layer. Sandboxing solves execution safety, but th…
-
comment
Comment #46826741
I agree, that's the main issue with this approach. Long-term, it should only be used for truly sensitive actions. More mundane things like replying to emails will need a better sol…
-
comment
Comment #46826546
I don't think you're being too harsh, but I do think you're missing the point. OpenClaw is just an idea of what's coming. Of what the future of human-software interface will look l…
- story
-
comment
Comment #46790746
The only solution I can think of at the moment is a human in the loop, authorising every sensitive action. Of course it has the classic tradeoff between convenience and security, b…
-
comment
Comment #46715637
I don’t think it’s wrong to see it as Anthropic’s constitution that Claude has to follow. Claude governs over your data/property when you ask it to perform as an agent, similarly t…
-
comment
Comment #46705330
By that same logic, humans would not be able to do anything novel either.