Tagged articles
5 articles
Page 1 of 1
AI Engineer Programming
AI Engineer Programming
May 7, 2026 · Artificial Intelligence

How Cursor Turned Its Coding Agent from Demo to Production

The article examines Cursor's journey of shipping its Composer coding agent, detailing the agentic AI model, system architecture, and the three major production challenges—diff handling, latency accumulation, and sandbox scaling—along with the engineering solutions that enabled reliable, fast, and adoptable AI‑driven code generation.

Agentic AICoding AgentCursor
0 likes · 16 min read
How Cursor Turned Its Coding Agent from Demo to Production
AI Waka
AI Waka
Mar 25, 2026 · Information Security

How NemoClaw Secures Autonomous AI Agents with Kernel‑Level Sandboxing

This article examines NemoClaw’s three‑layer architecture that adds kernel‑level sandboxing, policy‑driven deployment, and flexible inference routing to OpenClaw, outlines installation steps, compares it with the native OpenClaw runtime, and discusses current limitations for production use.

AI Agent SecurityInfrastructureNemoClaw
0 likes · 9 min read
How NemoClaw Secures Autonomous AI Agents with Kernel‑Level Sandboxing
ELab Team
ELab Team
Jun 2, 2021 · Frontend Development

Do You Really Need Plugins? Designing Secure, Scalable Plugin Systems

This article explores when plugins are truly necessary, outlines design principles and SOLID guidelines for building robust plugin architectures, demonstrates a step‑by‑step implementation of a calculator plugin system, and examines JavaScript and CSS sandboxing techniques to ensure plugin security in web applications.

JavaScriptSandboxingWeb Development
0 likes · 22 min read
Do You Really Need Plugins? Designing Secure, Scalable Plugin Systems