Most companies putting #AI into a steam-powered factory #agenticengineering #vibecoding #workflow

Agentic Engineering · 2026-08-14

The video highlights a historical analogy comparing how companies integrate AI today to how factories first adopted electricity. Many companies are currently in the initial phase, simply adding AI assistants or agents to existing jobs and processes, much like early factories connected electric motors to steam-powered layouts. However, true transformative productivity gains only come when processes are fundamentally redesigned around the new technology's capabilities, rather than just accelerating old steps or adding layers of automation. The speaker suggests that the real opportunity with AI lies in questioning and potentially eliminating existing steps, handoffs, and decision processes, enabling more integrated and efficient workflows, possibly even continuous decision-making.

Baking a Model

Kent Beck · 2026-08-14 · 5 min read

TLDR: AI model creation splits into two fundamentally different phases: pre-training (a massive, slow, hands-off batch process costing hundreds of millions of dollars where you just let it run) and post-training (rapid, iterative experimentation targeting specific weaknesses in the raw model). The raw output of pre-training is unusable on its own — post-training is what shapes it into something humans can actually interact with.

Claude AI Failed 650 Times…Then Beat The Human Record

Two Minute Papers · 2026-08-14

This video describes a fascinating experiment where an unreleased version of Claude (an AI) was tasked with solving the Riemann hypothesis, a notoriously difficult mathematical problem. While it didn't solve the hypothesis itself, Claude made a significant breakthrough by improving a related bound beyond human records, achieving 67.2% compared to the human record of 41.6%. The most surprising aspect was that the AI achieved this primarily through persistent, iterative efforts, guided by simple human encouragement, demonstrating a novel approach to complex problem-solving that did not rely on external knowledge or sophisticated prompting during its breakthrough run.

read more

The video highlights an unreleased version of Claude being prompted to solve the Riemann hypothesis, a mathematical problem related to the distribution of prime numbers. This problem is considered exceptionally difficult, with no human having successfully proven it, and the previous human record for a related bound standing at 41.6% (representing the percentage of non-trivial zeros proven to lie on the critical line).

Claude did not fully prove the Riemann hypothesis. However, it significantly advanced a related problem, improving the known bound from the human record of 41.6% to 67.2%. This represents a +25.6 percentage point improvement in a single run, a "massive leap forward" as described by mathematicians like James Maynard (Fields Medal 2022) and Andrew Sutherland (MIT).

The video details three key interesting aspects of this experiment:

1. Simple Prompting: The initial prompt for Claude was surprisingly basic, akin to 'solve the Riemann hypothesis real quick, I have a meeting at 3.' This suggests that exquisite mathematical prompting was not initially required. The human interaction during the 650 initial failed attempts was largely limited to simple words of encouragement like "keep going" and "believe in yourself." This pattern of simple encouragement proved sufficient to keep the AI iterating, eventually leading to the breakthrough. This implies that future complex mathematical proofs might be achieved not by geniuses, but by "life coaches" guiding persistent AI systems.

2. Autonomous Exploration and Explanation: The full technical paper detailing Claude's findings is available, but it's noted to be highly complex. Interestingly, the researchers asked Claude itself to explain its findings, and it successfully did so. Furthermore, a formalised, automatically verifiable version of the proof (Zeta23) is available on GitHub, allowing others to run and verify it.

3. AI's Self-Skepticism: One of the most striking revelations was Claude's own reaction to its breakthrough. After achieving the 67.2% bound, the AI generated a message stating, "Too strong to be new." This indicates that Claude was skeptical of its own finding, possibly because its training had ingrained an understanding of the immense difficulty of open problems in mathematics and the limitations of AI models. The researchers suggest that this might imply Claude, like humans, underestimates the rate of AI progress.

Crucially, during the breakthrough run, Claude did not use internet access. It relied solely on its internal models and learned patterns, going down many wrong roads (650 ideas tried) before recovering and finding a path to the successful result after about 37 minutes of "radio silence." This demonstrates the AI's ability for autonomous exploration, learning from failures, and achieving breakthroughs without real-time external knowledge input. The new world, where seemingly nonsensical sentences (like an AI being encouraged to keep going) now hold profound meaning, signifies a new era in human-AI collaboration for pushing the boundaries of knowledge.

How developers stand out when AI writes the code

Beyond Coding · 2026-08-13

This video features Wes Bos, a prominent figure in the frontend development community, discussing the evolving landscape of software engineering and education. He emphasizes that with the rise of AI-powered coding agents, raw coding ability alone is no longer sufficient to stand out. Instead, developers need to find alternative ways to demonstrate their competence and value, particularly in a future where coding tasks might become increasingly automated. The conversation delves into what defines a successful software engineer and the future of educational models when the current boom in tech funding potentially subsides.

xAI just caught up (Grok 4.6 is here)

Theo - t3.gg · 2026-08-13

This video introduces Grok 4.6, a new model from XAI, highlighting its focus on long-running agents and ambitious interactive/visual work. The author notes that Grok 4.6 is a post-training improvement on Grok 4.5, leveraging Cursor's RL and post-training techniques, leading to significant performance boosts in benchmarks like DeepSWE and CursorBench, where it often outperforms or rivals top models like GPT-5.6 Sol and Claude Fable 5. However, while Grok 4.6 offers frontier-level intelligence at a lower cost per task than leading models, it shows a regression in token efficiency and speed compared to Grok 4.5, which the author describes as a concern for developers who prioritize lean, fast models for integration. The video concludes with the anticipation of Grok 4.7, expected to address these efficiency regressions.

read more

The author begins by noting XAI's recent accelerated pace of model releases, attributing it to their acquisition of Cursor, a company known for its Reinforcement Learning (RL) and post-training expertise. This acquisition, according to the author, has enabled XAI to significantly enhance its models, moving away from a period of less frequent and impactful releases.

Grok 4.6 is presented not as a new pre-trained model, but as a post-training refinement of Grok 4.5. This approach, utilizing advanced RL and post-training techniques from Cursor, allows for improvements after the initial pre-training phase, particularly in long-running tasks and agentic workflows where models need to maintain context and track multiple sub-agents. The official announcement highlights its ability to handle complex tasks across many steps, including researching topics, analyzing information, working across codebases, and turning ideas into polished applications.

Benchmarking data from Artificial Analysis shows Grok 4.6's intelligence reaching near GPT-5.6 Sol and trailing slightly behind Claude Opus 5 and Claude Fable 5. However, the author cautions against over-reliance on these generalized intelligence indices, sharing his personal experience that Opus 5, despite high scores, often requires substantial cleanup when generating code, a sentiment he dubs 'Opus Slopper'. He notes that Grok 4.5 was good enough for his daily work, making Grok 4.6 a significant contender in the market for labs other than Anthropic or OpenAI.

More granular benchmarks reveal significant improvements: DeepSWE 1.1: Grok 4.6 scores 65.9%, a substantial jump from Grok 4.5's 54%, placing it just behind GPT-5.6 Sol (73%) and Fable 5 (70%). This indicates a major leap in its ability to solve complex software engineering tasks reliably. CursorBench 3.2: Grok 4.6 achieves 69.9%, surpassing GPT-5.6 Sol (67.2%) and closing in on Fable 5 Max (70.5%). This is particularly noteworthy given Cursor's expertise in code generation and agentic evaluations. * FrontierCode 1.1 (Extended): Grok 4.6 scores 61.3%, an improvement from Grok 4.5's 56.6%, positioning it between GPT-5.6 Sol (60.6%) and Fable 5 Max (63.6%).

Cost-effectiveness is a key takeaway. Grok 4.6 maintains the pricing of Grok 4.5 at $2/6 per 1 million input/output tokens, making it significantly cheaper than Claude Opus 5 (60%+ below) and GPT-5.6 Sol. Its cost of $0.84 per task, comparable to Kimi K3, firmly places it on the Pareto frontier for intelligence vs. cost.

However, the author identifies a crucial regression in Grok 4.6: its token efficiency and speed. While Grok 4.5 was lauded for its fast responses and lean token usage, Grok 4.6 sees an increase of over 30% in output tokens per task. This directly impacts cost per task (making it more expensive than Grok 4.5, although still cheaper than competitors) and response latency, which the author personally experienced in his coding workflows. This regression shifts Grok 4.6 out of the 'most attractive quadrant' (cheapest and smartest) in the Artificial Analysis cost vs. intelligence chart.

The video also showcases real-world examples of Grok 4.6's capabilities, particularly within the T3 Code environment (the author's platform for AI-assisted development). This includes generating casual games like 'Fishslop' and performing practical tasks like security audits and refactoring code. While its performance in 2D game generation was functional, its attempt at a 3D game port resulted in significant visual and control issues, lagging behind even an open-weight Muse model. In contrast, for code-related tasks like auditing and generating migration plans, Grok 4.6 demonstrated strong performance, including generating a 1000-line Pull Request (PR) to update Cursor's SDK integration within T3 Code, showcasing its ability to handle complex and multi-step engineering tasks cohesively.

Looking ahead, Elon Musk's public announcements suggest Grok 4.7 is already in development, promising significant improvements over 4.6 and incorporating a massive amount of SpaceX company data for supplemental training. This indicates a rapid iteration cycle for XAI, with the author expressing excitement for future models that could potentially address the current efficiency regressions while pushing the boundaries of agentic capabilities. The underlying technique of self-testing and verification with the model checking its own work before moving on is highlighted as a critical feature for developing robust long-running agents.

Open Montage launches free AI-powered full #openmontage #aivideoproduction #aistudio

AI Honeycove · 2026-08-07

OpenMontage is the world's first open-source, agentic video production system that transforms an AI coding assistant into a full video production studio. It enables users to describe desired video content in plain English, and its AI coding agent handles all production aspects, including research, scripting, voiceover, visuals, and editing. The system ships with 11 production pipelines, 52 tools, and over 500 agent skills, running free tools locally without needing an API key for initial use.

The edge ML pipeline that jailbroke the 4th Amendment...

Fireship · 2026-08-14

This video exposes Flock Safety, an $8.4 billion surveillance startup that deploys solar-powered ALPR (Automated License Plate Reader) cameras across the US. These cameras, acting as AI-powered spy devices, capture 'vehicle fingerprints' and upload them to a nationwide searchable database accessible by law enforcement. The legality of this system hinges on the 'Third-Party Doctrine,' a 50-year-old legal loophole that negates privacy expectations for data voluntarily shared with third parties, effectively circumventing Fourth Amendment protections. The video highlights how the open-source community is fighting back with 'DeFlock,' a crowd-sourced map of Flock cameras, and introduces CodeRabbit, an AI-powered code security solution.

read more

Flock Safety, a prominent $8.4 billion surveillance startup, operates by deploying thousands of solar-powered cameras across the United States. These devices, known as Automated License Plate Readers (ALPRs), are more than simple cameras; they are sophisticated AI-powered spy devices designed to capture detailed information about vehicles. The video explains that Flock cameras capture images of passing vehicles and, instead of streaming raw video, perform machine learning inference at the edge. This means that the processing of data occurs directly on the device itself, reducing bandwidth requirements and making the units cheaper and easier to deploy at scale.

The core functionality involves creating a 'vehicle fingerprint' by classifying various attributes: make, model, color, dents, rims, roof racks, and even bumper stickers. This granular data allows law enforcement to search for vehicles even if their license plates are obscured or missing. The processed data (images and structured metadata in JSON format) is then uploaded via LTE to Flock's cloud database, which is constantly compared against hotlists for stolen vehicles or Amber Alerts. This creates a real-time 'Marauder's Map' of vehicle movements across the country.

The legality of Flock Safety's widespread surveillance relies on the Third-Party Doctrine, a 1970s Supreme Court ruling that states individuals have no legitimate expectation of privacy in information they voluntarily turn over to third parties. This doctrine creates a significant legal loophole in the American legal system, allowing government agencies to access this aggregated data without needing a warrant, effectively circumventing the Fourth Amendment. The video highlights instances of abuse, such as a sheriff tracking his wife's vehicle hundreds of times and local police running searches for federal immigration agents, often citing vague reasons like 'test' or 'immigration' in the system's required input fields.

In response to this growing surveillance and privacy concerns, the open-source community has launched 'DeFlock,' a volunteer-powered project. DeFlock is an open-source data set built on OpenStreetMap that maps the locations of Flock cameras nationwide. This initiative, started by software engineer Will Freeman, aims to surveil the surveillance, providing transparency about where these cameras are deployed and which entities are responsible for them. Flock Safety has attempted to issue a cease and desist order against DeFlock, but the project continues.

The video also features a sponsor, CodeRabbit, an AI-powered code security platform. CodeRabbit Security offers continuous code security by using AI security agents that think like attackers to hunt for exploitable vulnerabilities across a codebase. It identifies issues like IDOR (Insecure Direct Object Reference), performs AI Deep Scans, detects leaked secrets, and manages dependencies. The platform prioritizes risks based on reachability, exploitability, and blast radius, and offers AI-generated fixes that can be approved and merged directly into pull requests, providing a proactive approach to code security.

sqlite-utils 4.2.1

Simon Willison · 2026-08-13 · 2 min read

sqlite-utils 4.2.1 patches a crash caused by importing `Self` from `typing_extensions`, which wasn't declared as an explicit dependency and only happened to be present via transitive dev dependencies. The fix also surfaces a useful uv-based smoke test pattern (`uv run --isolated --no-default-groups`) for verifying a CLI tool works in a clean environment without dev dependencies bleeding in — a practical technique for catching missing dependency declarations before shipping.

sqlite-utils 4.2

Simon Willison · 2026-08-13 · 1 min read

sqlite-utils 4.2 improves the table.transform() method, which handles complex ALTER TABLE operations in SQLite by rebuilding tables from scratch, to now correctly preserve check constraints, unique constraints, and column comments through that process. This matters because SQLite's limited ALTER TABLE support means schema migrations are error-prone, and losing constraints silently during a transform would corrupt your data integrity guarantees.

Are you an experienced software buyer? I could use some help.

Charity Majors · 2025-09-19 · 4 min read

TLDR: Charity Majors is writing the second edition of Observability Engineering and needs real-world input on enterprise software purchasing — a gap in her experience she openly acknowledges. She's crowdsourcing practitioner knowledge (from principal engineers, VPs, directors) on topics like vendor selection, POCs, stakeholder management, and consensus-building to inform a new "Observability Governance" section. If you've bought large-scale software, she wants to hear from you at her Honeycomb email with subject "Buying Software."