Ask any team running AI in production a simple question: what exactly did your model see?Not "what was the user's question." What was the full context — the retrieved chunks, the agent memory, the tool outputs, the system prompt, the ticket text that got pasted in. The complete input that produced...
Traditional file sharing services like Google Drive, Dropbox, and WeTransfer all share a fundamental flaw: your files pass through their servers. Even with "encryption," these services hold the keys. We built something different—a peer-to-peer file sharing system where files transfer directly...
Why “Stateless by Design” Is the Missing Principle in Browser SecurityModern browser security has improved significantly over the last decade. Sandboxing, site isolation, HTTPS by default, and improved permission models have all reduced the impact of entire classes of attacks. Yet, despite these...
IntroductionRemote and ephemeral execution environments are increasingly used to isolate sensitive workloads from untrusted endpoints. Examples include remote browsers, disposable development environments, ephemeral CI runners, and short-lived compute sessions for administrative access.While these...
IntroductionWeb browsers have evolved into powerful execution environments, routinely handling authentication tokens, privileged credentials, internal dashboards, and sensitive user data. Yet, most security controls still treat browsers as long-lived, trusted endpoints.Disposable or ephemeral...
Why browser isolation is still hardModern browsers have become the primary interface to sensitive systems — cloud consoles, financial dashboards, internal admin tools, customer data platforms, and third-party SaaS applications.Despite this, browsers remain fundamentally stateful:Cookies persist...
written by - Akshat JoshiSometime back, I set myself a crazy constraint:Load only one thing at boot - A Pong game that fits in one floppy disk sector — 512 bytes.Why would I build this?I have played with Operating Systems and their workings by customizing them and tweaking their behavior. But this...
Not long ago, most developers could get away with saying “hardware will catch up.” If code wasn’t perfectly optimized, faster processors, more memory, and better infrastructure usually masked inefficiencies. But today, things have changed.With AI becoming part of nearly every product and workflow,...