GPT-6 #Astra is builtfor the whole job #gpt6 #openai #agenticengineering #gpt

Agentic Engineering · 2026-09-04

GPT-6 Astra, OpenAI's latest model, represents a significant shift from simple prompt-answering to full job execution across various domains like software engineering, cybersecurity, and knowledge work. It features enhanced capabilities such as context preservation across windows, asynchronous tool execution, and mid-turn steering for active work direction. This marks a broader transition in frontier models towards becoming autonomous agents that can manage and execute complex, multi-step workflows with minimal human intervention, focusing on long-term context recovery and intelligent tool utilization rather than just smarter responses.

read more

GPT-6 Astra, recently launched by OpenAI, is not merely an incremental improvement over its predecessors; it signifies a fundamental shift in how large language models are designed and utilized. The core innovation lies in its ability to handle full jobs rather than just responding to individual prompts. This capability extends across a wide array of domains, including computer use, software engineering, browsing, cybersecurity, science, and professional knowledge work.

OpenAI emphasizes Astra's state-of-the-art performance in these areas. For software engineering, Astra can operate software, build and test applications. In knowledge work, it can create documents and spreadsheets, reinforcing its utility for complex tasks. A critical new feature is Astra's ability to achieve a "critical cybersecurity threshold." This means that, with appropriate tools, Astra can identify previously unknown vulnerabilities and develop exploits without requiring human direction at every step. This autonomous vulnerability discovery and exploitation capability is a significant, and potentially concerning, leap forward in AI applications.

Beyond these headline features, several quieter, but equally important, changes point to Astra's broader architectural and operational shift. One key enhancement is the model's ability to maintain context across multiple windows. Unlike previous models that often compressed or compacted information into summaries, potentially losing important details, Astra can search and recover earlier context more effectively. This long-term memory feature is crucial for handling complex, multi-step workflows that require sustained understanding of past interactions.

Another significant improvement for developers is the ability to run tools asynchronously. This means that while Astra is waiting for a tool to complete a task (e.g., running tests that take a long time), it can simultaneously work on independent parts of the system or other tasks. This parallel processing capability enhances efficiency and throughput for complex projects. Furthermore, Astra's API exposes mid-turn steering, allowing developers to direct the model's active work during an ongoing interaction. While steering existed in earlier models like Codex, its integration into Astra for more dynamic control over active work is a key enabler for agentic applications.

Collectively, these features indicate that Astra represents a broader transition in AI development. Frontier models are no longer solely optimized for generating smarter, more coherent responses. Instead, they are increasingly being optimized to be agent-oriented – designed to use computers and tools autonomously, recover long-term context (memory), accept supervision, and execute entire long workflows. This marks a significant shift towards agentic engineering, where AI systems are built to perform complex, sustained tasks with minimal human intervention, fundamentally changing the landscape of AI-assisted work and automation.

Hand-written code is dying: DHH on the new era of programming | Lex Fridman Podcast Clips

Lex Fridman · 2026-09-05

This video discusses the changing landscape of software development, particularly the diminishing economic returns of handcrafting code due to the rise of AI. While acknowledging the aesthetic and historical value of meticulously written code, it highlights how AI tools are making developers more productive by handling the bulk of the coding, allowing them to focus on higher-level architectural decisions and system design. This shift is compared to historical transitions like horse-drawn carriages to modern cars, where efficiency and scalability eventually superseded traditional craftsmanship for practical purposes.

read more

David Heinemeier Hansson (DHH) explores the current state of software development, specifically the role of handcrafted Ruby on Rails code in an era dominated by AI agents. He notes that for 25 years, the emphasis was on beautiful, coherent, and malleable code, as this facilitated quick changes, small teams, and fewer bugs, which translated into significant economic payoff. This approach was inherently human-centric, as developers were the primary architects and maintainers of the codebase.

However, DHH argues that the economic payoff of this meticulous handcrafting is diminishing rapidly due to advancements in AI. AI agents can now perform many coding tasks, fundamentally changing the economics of software development. He highlights that current AI models are token-limited, meaning the length and complexity of prompts and generated code are constrained. This limitation, paradoxically, still creates a payoff for developers who can write concise and efficient systems that AI agents can easily understand and iterate upon without getting bogged down in extensive context or 'relearning the entire context.'

He introduces the concept of the 'Big Ball of Mud' Anti-Pattern, which describes software systems that become structureless, tangled messes due to incremental changes made without proper architectural planning. DHH acknowledges that this problem still exists and good architecture remains valuable because it allows for efficient iteration, preventing systems from becoming unmaintainable. However, he questions whether this 'sweat' for perfectly crafted code will continue to be as critical when AI can generate and modify vast amounts of code.

To illustrate the shift in programming paradigms, DHH draws an analogy with the Commodore 64, a computer with a 1 MHz CPU and 64 KB of RAM. Programmers of that era internalized severe hardware constraints, forcing them to write highly optimized and efficient code. He suggests that a programmer from that era, if transported to today, would struggle with modern development due to outdated heuristics and optimization techniques, even if efficient code is still 'beautiful.' The value of their optimization skills would be diminished in a resource-rich environment.

Despite this shift, DHH identifies a romantic aspect to hand-written code. He compares it to the romanticized image of cowboy culture with horse-drawn carriages versus the practical efficiency of modern cars. While cars are more efficient, there's still an appreciation for the traditional, 'un-optimized' methods. He notes that this romanticization is already happening in programming, with people deliberately writing new video games for old consoles like the Game Boy or Commodore 64 (e.g., ModRetro's Chromatic Tetris). These projects are often driven by a 'love of the constraints' and a 'romantic notion' of craftsmanship.

DHH concludes by emphasizing that the beautiful, handcrafted code of the past has become 'great training data' for AI. He expresses gratitude for having been part of an era where writing economically valuable, hand-written, often open-source code was possible and impactful. He advocates for an 'Amor Fati' (love of fate) approach, embracing the changes in the industry rather than lamenting them. This stoic philosophy, he explains, means actively loving everything that happens, not just enduring it. For DHH, this translates to embracing the rapid technological advancements, even if it means some traditional programming skills become less economically relevant. He finds privilege in having contributed to the knowledge base that now fuels these new AI agents, urging developers to 'fall in love with' the evolving landscape and the new opportunities it presents.

Using Blender with coding agents on macOS

Simon Willison · 2026-09-05 · 2 min read

Frontier LLMs can now drive Blender's Python API well enough to generate, iterate on, and render complex 3D scenes end-to-end through a coding agent with minimal prompting. This matters because it means programmatic 3D content generation is now accessible without deep Blender or graphics programming expertise, and the ffmpeg-based rendering pipeline makes it viable for automated video production workflows.

#AI coding agent can be hacked before you type a prompt #agenticengineering #hack #securitybreach

Agentic Engineering · 2026-09-04

AI coding agents are vulnerable to supply chain attacks before any user prompts are entered. Specifically, several AI coding agents were found to execute attacker-controlled code by simply opening a specially prepared Git repository due to malicious Git configurations. This vulnerability highlights a critical blind spot in AI security, as it bypasses traditional model-level safeguards and exploits tools that the agents interact with automatically, underscoring the need for a broader approach to security beyond just the AI model itself.

read more

A new vulnerability has been discovered in several AI coding agents that allows for the execution of attacker-controlled code even before a user types a prompt or the AI model is actively engaged. Security researchers at Manifold investigated popular AI coding tools, including Claude Code, Codex, Cursor, Owan Code, and Grok Build, and found multiple instances where merely opening a specially prepared Git repository could trigger the malicious code.

The core of the vulnerability lies in how these AI coding agents interact with Git repositories. To efficiently understand and assist with a user's codebase, these agents often run normal Git commands in the background, such as `git status`, to detect changes and understand the repository's state. However, Git itself allows a repository's configuration (`.git/config` file) to point to executable helper scripts. If an attacker provides a project folder containing a malicious `.git` configuration, the AI agent's automatic execution of Git commands can inadvertently run the attacker's scripts.

This means that code can be executed on the user's machine with their user privileges, and critically, outside the agent's sandbox environment. In some cases, this occurs even before any 'workspace trust' prompts are displayed or the AI model is contacted. The risk is particularly high when users receive zip files, copied work trees, or shared folders that might contain these malicious Git configurations.

Several implementations of these AI coding agents have already been patched, though Manifold noted that some issues were still open during retesting. The broader implications of this vulnerability extend beyond just Git; it exposes a fundamental flaw in the approach to securing AI agents. Much effort is currently focused on securing what the model is allowed to do, through prompt 'vilas,' sandboxes, tool permissions, and model safeguards. However, this vulnerability demonstrates that the attack can occur one layer below these model-centric protections.

The AI model can follow all its internal rules perfectly, yet the user's system can still be compromised because a seemingly 'boring' tool, like Git, that the agent automatically interacts with, executes malicious code. As AI agents become more autonomous and deeply integrated into workflows, the trusted computing base expands beyond just the AI model to everything the agent touches or interacts with before the model even begins its 'thinking' process. This necessitates a more holistic security approach that scrutinizes all dependencies and tools within the AI agent's operational environment, not just the model's direct actions.

Fable 5.1 just smoked ASTRA...

Wes Roth · 2026-09-01

Anthropic has released Claude Fable 5.1, marking a significant leap in long-running agentic work with a substantial price cut due to improved token efficiency and prompt caching. This model, despite being cheaper, outperforms its predecessor Sonnet in reasoning modes. In a strategic move, Anthropic preemptively announced this release just before OpenAI's anticipated Astra model, positioning Fable 5.1 as a strong contender in the AI landscape by demonstrating its capability in tasks requiring judgment and long-horizon planning.

read more

Anthropic's latest release, Claude Fable 5.1, introduces several notable advancements that are particularly relevant for senior software engineers. The core highlight is a massive leap in long-running agentic work, indicating significant progress in AI's ability to handle complex, multi-step tasks requiring sustained reasoning and decision-making over extended periods. This is coupled with a substantial price cut, which isn't a direct discount but rather an outcome of improved efficiency, including a memory discount for cached prompts and a reduction in the number of tokens required to complete the same amount of work. This efficiency gain makes Fable 5.1 significantly more cost-effective, with prompt cache reads being 4x cheaper. At lower reasoning efforts, Fable 5.1 is competitive with Opus and Sonnet, achieving higher scores on CursorBench 3.2.0, and at high effort, it operates at a third of the cost of Fable 5.

A fascinating aspect of this release was Anthropic's preemptive strike against OpenAI's Astra. OpenAI was poised to release its 'big scary model' Astra, which had scored 100% on ExploitBench, suggesting advanced cybersecurity capabilities. However, Anthropic's timely release of Fable 5.1, immediately followed by OpenAI's 'Path to Astra' post, creates a competitive narrative. This suggests that Fable 5.1 is designed to directly challenge Astra's perceived superiority, particularly in areas of safety, security, and alignment—topics OpenAI also highlighted for Astra.

Fable 5.1's capabilities in generating complex, interactive environments were demonstrated through two key examples: a space exploration game inspired by FTL and a replication of the Stanford LLM Village experiment. The space game, described as 'Deep Watch,' allows users to sign a crew and fly a ship, featuring deep mechanics and complex interactions. The quick development of this game (within 10 minutes of the release) and its 'pretty deep, very interesting' nature suggest Fable 5.1's prowess in generating intricate game logic, detailed mechanics, and even fully voiced elements with sound effects and dialogue. The game's automated mode, with the option for manual control, further underscores the model's ability to handle complex state management and player agency.

The replication of the Stanford LLM Village experiment, named 'AgentVillage,' highlights Fable 5.1's ability to simulate human behavior in interactive applications. This environment features multiple generative agents, each with their own thoughts and ideas, engaging in conversations and actions within a sandbox town. The experiment tracks how information diffuses through word-of-mouth, with a memory stream logging all interactions, conversations, and perceived actions. The ability to talk to each resident to understand their knowledge and the detailed chronicle of events showcase the model's advanced long-horizon reasoning and judgment capabilities.

For engineers, the improved readability of Fable 5.1's output is a crucial enhancement. Unlike previous versions where the output could be cumbersome to parse, Fable 5.1 provides clearer and more concise explanations of its actions and reasoning. This significantly reduces the 'grind' of understanding complex model behaviors, making it easier to scan and comprehend what the AI is doing. This improved explainability is a major step forward for developers working with these systems, as it facilitates debugging, iteration, and overall system comprehension. The model's ability to write code that describes how to draw game elements (windows, cars, characters, flashlights) using mathematical principles, rather than pulling existing graphics, further showcases its deep generative and logical capabilities. The speed at which these complex, fully voiced, and detailed game environments were generated—within 10-15 minutes, including all voice lines and sound effects—is particularly impressive, indicating a substantial leap in efficiency and creative generation.

Anthropic also mentions that Fable 5.1's cybersecurity safeguards now flag benign requests 60% less often, and for basic biology and medical questions, the fallback rate has been reduced by around 85%. This indicates a refinement in its safety mechanisms, reducing false positives while maintaining crucial protective measures. Developers are encouraged to use Fable 5.1 at low effort for tasks that don't require high reasoning, as it remains competitive while being significantly cheaper. Additionally, tools like `claude-api cost-optimize` are available in Claude Code to help monitor and optimize prompt cache configurations, ensuring cost-effectiveness. These technical advancements collectively position Claude Fable 5.1 as a powerful, efficient, and versatile tool for a wide range of applications, particularly those requiring advanced agentic behavior and reasoning.

SSH Kinda Sucks

Theo - t3.gg · 2026-08-19

This video argues that while SSH is powerful and essential for many developers, it's also prone to frustrating issues, particularly with unstable network connections. The speaker shares a personal anecdote where network binding preferences caused typing delays in a remote development environment, highlighting how such low-level concerns shouldn't be a developer's primary focus. The core message is that SSH, despite its utility, can be a productivity killer due to its brittleness in less-than-ideal network conditions.

The Pelican comparison grid for Astra is pretty interesting

Simon Willison · 2026-09-04 · 2 min read

Simon Willison benchmarks GPT-6 Astra's SVG generation quality and cost against GPT-5.6 Sol, Terra, and Luna by having each model draw pelicans on bicycles at varying reasoning levels. The key finding is that Astra produces meaningfully better structured SVG output even at its lowest reasoning tier while costing less per task than expected due to lower token consumption, and a suspicious similarity in input token counts between Astra and Luna suggests architectural overlap OpenAI hasn't disclosed.