|
|
|
|
|
by max_lt
163 days ago
|
|
This is exactly where we see things heading. The trust model is shifting - code isn't written by humans you trust anymore, it's generated by models that can be poisoned, confused, or just pick the wrong library. We're thinking about OpenWorkers less as "self-hosted Cloudflare Workers" and more as a containment layer for code you don't fully control. V8 isolates, CPU/memory limits, no filesystem access, network via controlled bindings only. We're also exploring execution recording - capture all I/O so you can replay and audit exactly what the code did. Production bug -> replay -> AI fix -> verified -> deployed. |
|