Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sebastienburel
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
sebastienburel
11d ago
Thanks! Did you try it? Curious what you'd build with it
2.
▲
by
sebastienburel
11d ago
Peter Hoddie from Moddable (XS's home) wrote about KaozKit today from the engine side, including why there is nothing to sandbox: https://moddable.com/blog/kaozkit/
3.
▲
Show HN: KaozKit – JavaScript LLM agents on an engine built for microcontrollers
(github.com)
3 points
by
sebastienburel
11d ago
|
3 comments
4.
▲
by
sebastienburel
25d ago
The hard part for an always-on company agent is what survives a restart. My runtime snapshots the whole JS heap to bytes and restores it in a fresh process, so conversation and working state come back with no serialization code — but timers