top | item 44784067

(no title)

mikerubini | 7 months ago

Hey HN! Founder here.

Built Cognitora.dev after getting frustrated with existing AI coding environments being either too limited, too heavy or too expensive. We're using Kata containers with the flexibility to run on either Firecracker or Cloud Hypervisor - letting us optimize for the best performance per workload.

Key differentiators from e2b/Daytona:

- True isolation with hardware-level security (not just Docker) - Sub-3s cold starts vs 10-30s elsewhere - Kata flexibility: Firecracker for ultra-fast startup, Cloud HV for heavier workloads - Built-in AI context preservation across sessions - Works with any LLM/model (not locked to specific providers)

The sandbox handles everything from simple scripts to full deployments. We're seeing devs use it for prototyping, code review with AI, and even production debugging in isolated environments.

Still early but would love feedback from the community.

Website: cognitora.dev

Docs: https://www.cognitora.dev/docs/getting-started/examples

discuss

order

movebx101|6 months ago

> Sub-3s cold starts vs 10-30s elsewhere

What do you mean? I have been using e2b and daytona for the past year and they never took that long to boot. It usually takes less than 1 second for sandboxes to come live