2026-04-30

Sources

Company@X — 2026-04-30#

Signal of the Day#

At Sequoia’s AI Ascent, it was revealed that AI now writes 80% of OpenAI’s code, a staggering increase from roughly 20% in late 2024. This metric highlights a stark industry transition from simple code generation (“vibe coding”) to deeply integrated agentic engineering, signaling that human attention—not compute—is becoming the real bottleneck in software development.

2026-04-30

Sources

Tech Videos — 2026-04-30#

Watch First#

Replacing 12K LoC with a 200 LoC Skill — David Gomes, Cursor Cursor deleted roughly 15,000 lines of complex Git worktree management code and replaced the entire feature with a 200-line Markdown skill that spins up sub-agents in parallel. It is a highly practical case study on how plain text prompts are replacing legacy application logic, paired with honest caveats about how LLMs will still occasionally hallucinate and escape their isolated directories.

2026-05-01

Hacker News — 2026-05-01#

Top Story#

The Internet Is Falling Down- CPanel/WHM Authentication Bypass CVE-2026-41940 The most critical alert of the day is a zero-day authentication bypass in cPanel and WHM, effectively handing over the keys to the management plane for roughly 70 million domains. The vulnerability impacts all currently supported versions of cPanel & WHM, and active in-the-wild exploitation is already underway. The bug boils down to an embarrassing failure to sanitize \r\n characters in session loading, allowing attackers to inject raw payload lines directly into session files. If you run shared hosting infrastructure, you needed to patch yesterday.

2026-05-01

Sources

Tech Videos — 2026-05-01#

Watch First#

Agents on the Canvas in tldraw — Steve Ruiz, tldraw is the must-watch of the day. Ruiz ditches the tired chat UI by wrapping the canvas in an Electron app that gives Claude direct script-injection access to the DOM, effectively demonstrating what it looks like when AI models break out of the sidebar to collaborate natively on a visual canvas.

2026-05-02

Sources

Company@X — 2026-05-02#

Signal of the Day#

The most significant strategic move today comes from Cursor, which introduced a new SDK allowing developers to build and embed agents using the exact runtime and models that power the Cursor editor. This shifts Cursor from being strictly an AI-assisted IDE to an automation platform capable of executing agents directly inside CI/CD pipelines and end-to-end enterprise workflows.

2026-05-02

Sources

Tech Videos — 2026-05-02#

Watch First#

Software Engineering Is Becoming Plan and Review — Louis Knight-Webb, Vibe Kanban is an incredibly pragmatic look at the shift from writing boilerplate to asynchronously managing LLMs, capped off by the speaker literally shutting down his startup live on stage using his own agent tooling.

2026-05-03

Sources

Company@X — 2026-05-03#

Signal of the Day#

Google Cloud is accelerating the transition from prompt-based enterprise AI to production-grade engineering by bringing agent building to Agent Studio within the Gemini Enterprise Agent Platform. Developers can now export logic directly into an ADK for full-code customization, while a new Knowledge Catalog provides a universal context engine to ensure agents reliably adhere to unwritten business rules.

2026-05-03

Sources

Tech Videos — 2026-05-03#

Watch First#

TLMs: Tiny LLMs and Agents on Edge Devices with LiteRT-LM — Cormac Brick, Google is the standout watch today, offering a highly technical deep dive into running 2-to-4-billion parameter models on mobile devices and edge NPUs using LiteRT-LM. Brick demonstrates how to build modular on-device agents that dynamically load lightweight JavaScript skills instead of relying on massive system prompts, optimizing the limited memory and context windows typical of edge hardware.

2026-05-05

Sources

Company@X — 2026-05-05#

Signal of the Day#

OpenAI fundamentally upgraded the baseline ChatGPT experience by rolling out GPT-5.5 Instant as the default model for all users, deploying it simultaneously to the API alongside new memory and personalization architecture.

2026-05-05

Sources

Tech Videos — 2026-05-05#

Watch First#

Let AI Agents Tell You What They Need — Raj Navakoti, IKEA from the AI Engineer conference is the most grounded talk today. It pragmatically argues against blind “push” strategies for RAG and MCP, proposing instead to let agents fail on real Jira tickets to identify undocumented tribal knowledge so humans can efficiently fill the exact missing gaps in the documentation.