The Stack
Avsnitt

The Stack — August 26, 2026

Dela

Daily Tech Briefing — August 26, 2026AI & Machine Learning

OpenAI loses another senior executive amid infrastructure reorganization. Chris Malone, who joined as head of data centers in March 2025, departed last week per the Wall Street Journal. His exit comes amid a reported internal restructuring of the infrastructure team. Malone joins a wave of senior departures this year, including former COO Brad Lightcap, product/business chief Fidji Simo, and CRO Denise Dresser, alongside earlier exits in safety/ethics teams and the disbanding of the preparedness team. OpenAI downplayed the significance, citing a strong team in place, but the churn raises questions as the company reportedly pushes its expected IPO to 2027 amid valuation and profitability concerns.

Robotics startup Generalist hits $3B valuation. The company, founded in 2024 by ex-Google DeepMind and Boston Dynamics researchers, raised nearly $200 million in an extension led by 8VC, bringing its valuation to $3 billion. This adds to a $400 million Series B announced in June, bringing that round's total to $600 million. Backers include Nvidia, Radical Ventures, Union Square Ventures, and Fei-Fei Li. Generalist develops an AI foundation model for various robots, claiming its Gen 1.5 model can teach robots new tasks from 3-12 second video demonstrations. Competitors include Physical Intelligence (reportedly $11B valuation) and Skild AI ($14B). While some investors bet on a near-term "ChatGPT moment" for robotics, others caution that a truly general model may still be years away given robots can't be trained on internet-scale data like LLMs.

Infrastructure

Waymo expands to Munich. The company announced plans to launch a robotaxi service in Munich, Germany, following the establishment of a local entity months ago. Waymo will follow its standard rollout: manual mapping, testing with safety drivers, employee/guest rides, then limited public service, with commercial operations targeted for late 2027 pending regulatory approval from Germany's KBA. Germany was the first EU country to create a legal framework for Level 4 autonomous driving, making it a testing hub. Mobileye and Volkswagen hold permits; Waymo currently holds none. Most other companies testing there, like Wayve and Autobrains, hold Level 3 permits. London is emerging as another key robotaxi market — Waymo plans a 2026 launch there, competing with Wayve/Uber, while Baidu is testing in the city via partnerships with Lyft and Freenow.

Dev World

Queryable executables: running programs as SQLite databases. A developer has expanded on the concept of SELF — an executable format where the program itself is a SQLite database — demonstrating that treating binaries as databases collapses traditional tooling into SQL operations. The proof-of-concept `self-httpd` is a single-file webserver that is simultaneously the program, the website content, route handlers, and visitor logs, all stored in one SQLite database file. The running server writes state transactionally back into the same file it executes from.

The mechanism uses Linux's `binfmt_misc` to trigger a custom interpreter. The kernel passes the executable's path as `argv[0]`, allowing the program to open and query itself via SQLite. Notably, the interpreter releases its database connection before jumping to the entry point. Website content can be updated while the server runs using standard SQL `UPDATE` statements — no restart or redeploy needed, with ACID-transactional changes and `ROLLBACK` support. The format inherits SQLite tooling for free: full-text search (FTS5), diffing via `sqldiff`, and audit capabilities. Shipping an update becomes a data migration — `INSERT ... SELECT` between attached databases preserves visitor data across version swaps.

The work is inspired by Justine Tunney's redbean (a single-file webserver using ZIP-archive-based Actually Portable Executables). The author positions SELF as complementary: redbean runs anywhere, while SELF can be queried with SQL. A live demo is available at selfdb.exe.xyz, with source at fzakaria/selfdb. Caveats: this is a proof-of-concept exploration rather than production-ready technology. The approach relies on Linux-specific `binfmt_misc` behavior, and the author acknowledges limitations (e.g., `/proc/self/exe` doesn't work with the current setup, though recent kernel work on transparent `binfmt_misc` may address this). The framing that this eliminates filesystem needs entirely is aspirational rather than demonstrated at scale.

Industry

X targets Nitter with legal action. X sent cease-and-desist letters demanding a permanent takedown of Nitter, an open-source project that let users view X posts without an account or the official app, and its repository. The project's main instance, nitter.net, is offline while its creator seeks legal advice. Other instances reportedly received similar letters. X's letter alleges unlawful API circumvention and scraping, citing Texas and federal laws. This follows earlier technical crackdowns in 2024 that forced instances to connect to real X accounts. The move reflects broader industry trends, with platforms like Meta also pursuing scrapers and restricting third-party readers.

Antibody suppliers under scrutiny for image manipulation. An investigation has found that numerous lab supply companies are selling antibodies with product images that have been digitally altered — changes severe enough that they would typically warrant retraction in academic papers. The practice appears widespread across the industry, raising concerns about quality control and the reliability of commercial reagents used in research. The findings highlight a systemic issue in how biological products are validated and marketed, potentially undermining reproducibility in scientific studies.

Podden och tillhörande omslagsbild på den här sidan tillhör Lex. Innehållet i podden är skapat av Lex och inte av, eller tillsammans med, Poddtoppen.