What is an AI Code Generator? LLM Coding, Productivity, & Risk
AI code generators leverage LLMs to translate natural language into code, significantly boosting developer productivity and job satisfaction by automating boilerplate and accelerating learning. However, they introduce risks like subtle security vulnerabilities and require rigorous human review. Evaluating tools hinges on trust, demanding features like data provenance, governance, secure deployment, and curated training data for enterprise adoption.
RLM: Recursive Language Models for Large Codebases - Shashi, Superagentic AI
This talk introduces Recursive Language Models (RLM) as a solution for coding agents struggling with large codebases. RLM externalizes context management into a programmable REPL, allowing the model to write code, inspect the repository, and recursively delegate sub-questions via `llm_query` to curate relevant context. The speaker demonstrates `RLM Code`, an independent implementation, showcasing its operational loop, observability features, and practical applications for AI engineers dealing with complex software projects.
The AI bugpocalypse is here. Now what? - Jack Cable, Corridor
Jack Cable discusses the "AI bug apocalypse" driven by advanced AI models finding and exploiting vulnerabilities and AI coding tools increasing attack surfaces. He champions a "secure by design" approach, advocating for systemic changes like using memory-safe languages to prevent common vulnerability classes rather than just patching. He also addresses AI's role in introducing new vulnerabilities, the shift towards autonomous AI in development, and policy recommendations for securing the future of AI-powered coding.
Modern LLMs struggle with combinatorial engineering problems in industrial settings due to "Semantic Blindness" – an inability to understand physical system topology, scale efficiently, or handle repetitive naming conventions. This talk introduces a hybrid AI architecture that combines LLMs for high-level planning with deterministic systems for execution, leveraging hierarchical structures and pattern-based search. This approach achieves 100% accuracy and flat operational costs at massive scales, demonstrating an "inversion" of the Software 1.0/3.0 paradigm where AI-native systems mature by integrating deterministic code for reliable, structured tasks.
The Agentic Web and the Bazaar Era of AI - Ramesh Raskar, MIT Media Lab
Project Nanda introduces the Agentic Web, an open infrastructure designed to break AI agents out of "walled gardens" and enable truly interconnected, autonomous interactions. It focuses on three core layers: Discovery, using the Nanda Index for agents to find and trust each other; Commerce, facilitating "knowledge pricing" markets for agents to pay for intelligence and services; and the Bazaar, fostering machine co-learning through the Nanda Town simulator, a sandbox for testing large-scale agent coordination and protocols. This initiative aims to establish an open, permissionless ecosystem for trillions of AI agents.
Why the tech workforce is quietly splitting in two | Annual AI sentiment survey (Noam Segal)
Noam Segal and Lenny Rachitsky's second annual Tech Worker Sentiment Survey reveals a striking bifurcation in the tech workforce: 50% feel energized and amplified by AI, while the other half feels redefined, destabilized, or diminished. Burnout is surging (up 11 points in a year) and optimism is declining, even as 97% believe AI makes them 'better' (often meaning faster, not higher quality, leading to 'cognitive rot'). The #1 fear isn't job loss to AI, but being squeezed to do more for the same pay. Nobody would recommend their job to someone entering the industry today, with designers and researchers being the most negative. Managers are identified as the single biggest lever for employee well-being, yet most are rated ineffective. The industry is described as 'chaotic,' with advice for employees to go deep on AI, manage the 'squeeze,' and invest in manager relationships, while leaders are urged to invest in managers, manage expectations, and support early talent and struggling roles.