Jensen Huang Declares "AGI Has Arrived" While Five-Person Teams Ditch Code Review to Survive Agent PRs
NVIDIA's Jensen Huang called GPT-6 Astra the arrival of AGI and pointed to 400K more GPUs coming online, while @kliu128 says OpenAI is publishing data on models accelerating its own research and urged other labs to match that transparency. Practitioners spent the same weekend on plumbing: teams facing 60-PR backlogs are replacing human review with CI guardrails, and Astra users are slimming AGENTS.md files and flipping Codex context flags to cut token burn.
Quick Hits
- NVIDIA's Jensen Huang declared "AGI has arrived" on the strength of GPT-6 Astra, which he says was trained on ~100K+ Grace Blackwell NVLink72 systems, with "400K GPUs coming online next." @HHorsley treats the endorsement as decisive: "If he says AGI has arrived. AGI has arrived."
- @kliu128 says OpenAI is releasing data on models accelerating research inside the lab, arguing recursive self-improvement will otherwise stay invisible inside a few frontier companies, and asking other AI companies to publish their numbers too.
- Human code review is buckling under agent-generated volume: @mikejulian's five-person team hit 60 open PRs and "mostly" dropped review, while @AlejandroRomaan says he hasn't reviewed a PR in months and ships on guardrails instead.
- Token diets were the day's other obsession: @NFT_Chen claims a leaner AGENTS.md saves 5% to 35%+ on GPT-6 Astra spend, @huoshan007 shares a Codex flag for persistent context notes, and @BharukaShraddha spotlights Headroom, which claims up to 95% token cuts.
- On the local front, @volatilemarkts reports pairing NVIDIA prefill with Apple Silicon decode to cut a 241K-token cold load from 12 minutes to 3, and @0x0SojalSec flags an uncensored GLM-5.3 cybersecurity build claiming 84.5% on CyberGym.
Five Engineers, 60 Open PRs: Teams Replace Review With Guardrails
The most practical thread of the day is that teams aren't reviewing more code, they're reviewing differently, swapping line-by-line review for automated verification and risk-tiered merges.
@mikejulian says DuckbillHQ found itself with 60 open PRs for a team of five after weeks of accumulation, facing "two days of just code review," and ditched code review as a result. @GergelyOrosz (quoted by @_dylanga) asked teams that stopped human review how it's going; the replies sketch the replacement stack. @AlejandroRomaan, responding to @mikejulian, lists his: husky pre-commit hooks for lint and formatting, full Playwright e2e suites pre-commit, Codex doing manual QA via computer use, Greptile, Sentry and BetterStack alerting to Slack, CI covering TypeScript checks, app builds, and Postgres builds with migrations, plus regression tests, skill evals, and smoke tests. "My gh actions go brrr but I ship with confidence."
@_dylanga argues the real review metric is recovery time: if a mistake is fixable for all users within minutes, ship it; slow down for persistent data changes, irreversible migrations, data flowing to third-party dependencies you can't easily influence, and DNS. The goal is driving time-to-safe-deploy toward zero.
For teams still reviewing AI-authored PRs, @mattpocockuk asked what techniques help, citing readable diffs, pseudocode summaries, mermaid diagrams, TDD evidence, and @dctanner's agent that records a Playwright video with text-to-speech narration explaining its own change. @chenchengpro answers with a checklist: /show-me diffs (from @dexhorthy), mermaid architecture diagrams, repro steps, test logs proving TDD actually ran, screenshots or video of manual verification, design docs covering each decision point, reviewer verification steps, and running each code agent's /review on important changes.
@suhail handles the volume upstream: he lets an exploratory branch balloon to 100K lines with tests, load scripts, and experiments, then distills main down to "a few thousand," keeping what he calls the bloat and slop out of the repo.
Astra Users Discover the Bill Is in the AGENTS.md
The second cluster shows GPT-6 Astra users learning that cost and quality hinge on repo instructions and Codex configuration.
@boringmarketer shares a 31-instruction prompt casting Astra as "the accountable engineering owner for this repository": inspect the product, agent instructions, tests, and CI first; make small reviewable improvements; keep the main instructions short; define completion through observable user outcomes; keep one owner responsible for integration; delegate only bounded, independent work; match verification to risk; measure before making performance claims; never merge without authorization; end with what passed, failed, and any blocker. The closing advice: start with one real feature and see how much intervention it still needs.
@NFT_Chen claims a bloated root AGENTS.md lets stale rules drag Astra into idle loops, and that a slimmed version measured savings of 5% to 15% on ordinary edits, 10% to 25% on cross-file tasks, and 30% to 35%+ on tasks prone to repeated searching and verification. The fix is behavioral as much as textual: conclusions first, no re-reading confirmed information, stopping when evidence is sufficient.
@huoshan007 shares a config toggle: add [features.context_management] with experimental_mode = true to ~/.codex/config.toml, and claims Astra starts keeping its own notes and searching a task's history, remembering days later why a decision was made. @pvncher separately points to @thsottiaux's documented recipe for enabling a 1M-token context window in Codex for GPT-5.6 Sol (model_context_window = 1000000, auto-compact at 900000), with the caveat that the defaults were tuned deliberately.
@thdxr raises a tooling tension: Astra "writes python to do everything," forcing an opencode2 UI rework, and he wonders whether fighting the model's preference for raw python even makes sense when users increasingly don't care about visibility or permissions. Also from @pvncher: ask Astra to build a skill letting Sol use Astra as an advisor, one of many possibilities he sees in multi-agent v2 orchestration. Smaller notes: @reach_vb passes along a conciseness prompt, "make sure each word in this text justifies its existence" (credit to @charlierguo), seconding @Dimillian's advice to just ask Astra to remove unnecessary text; @BrianMRey calls a linked skill "still the best skill i have found to date"; and @emmanuel_2m shows the playful side with an Astra app that turns an image or a few words into a structurally buildable LEGO set using orderable official parts and a downloadable .ldr file.
Jensen Declares AGI; OpenAI Opens the Books on Self-Improvement
The boldest claims came from the top of the stack. Jensen Huang's post (amplified by @HHorsley) credits GPT-6 Astra, trained on ~100K+ NVLink72 systems, as AGI arriving, tracing ChatGPT to o1 to Astra in four years, with 400K GPUs next. Treat it as a vendor CEO's claim, though @HHorsley argues Jensen is "the most credible referee" on the question.
More consequential for everyone else: @kliu128 says OpenAI is releasing data on models accelerating research at the company, arguing recursive self-improvement "could be the most important contributor to AI capabilities over the next few years" but by default will only be visible inside a few frontier labs. His pitch is that transparency is needed to inform the public discussion on whether and how to pace development, and he asks other AI companies to publish similarly.
Context Becomes Infrastructure: Compression, Git-Backed Handbooks, and a Memory Debate
A quieter theme: teams are versioning, compressing, and arguing over who owns agent context. @BharukaShraddha writes up Headroom, which she says a Netflix engineer open-sourced; it sits between agent and LLM, applies specialized reversible compressors to JSON, code, logs, and RAG chunks, and claims up to 95% fewer tokens with unchanged benchmark accuracy, installed via pip install "headroom-ai[all]" and wrapped around Claude, Cursor, or Codex. Her framing: "The cheapest token is the one you never send." @DSPyOSS reshares @boswell_labs calling "prompt debt" the hardest thing to teach coworkers.
@TencentAI_News open-sourced TeamAI-CLI, used internally at Tencent since March: team knowledge lives in one git repo, changes land through merge requests and reach everyone's next session, and learnings earn confidence through real usage across Claude Code, Codex, Cursor, opencode, and others. @xiaomovps praises Pi's design on similar ownership grounds: stable prefixes for cache hits, sessions you hold yourself so models stay swappable, and compression that stays visible and editable rather than becoming a provider black box. That maps onto @theo's doubt that enterprise "agent memory" is even a real product category, which @DanielMiessler answers with the maximal version: a system that models the whole company's goals, metrics, and budget, runs predictable work as semi-deterministic agent-and-human workflows, and constantly improves its own SOPs. @nurijanian stays practical with product-process prompts like /de-clever, /eng-shape, and /metric-drop.
CS Fundamentals Still Win at Vibe Coding, and Local Inference Goes Hybrid
Capability claims met counter-evidence about who can drive these tools. @yishan, quoting @thesupermanmx's summary of an ETH Zurich study testing 100 developers in a commercial-grade vibe-coding setup, says CS achievement and written communication predicted success, with CS contributing roughly twice the unique predictive variance of writing skill alone; he credits his own results to exactly that combination. @kentcdodds contributes a niche fix for agent behavior: when agents add assertions verifying a removed feature stays gone, fine for verification but "stupid to keep," so he had an agent write an oxlint plugin to block it.
On hardware, @volatilemarkts details a 12-machine, 2.4TB setup where Mac Studios hold a 1-2 trillion parameter model at 4-bit but prefill at roughly 400 tokens per second, making a 900K-token load a half-hour wait, while DGX Sparks prefill four to five times faster but can't hold the model. Their solution has the NVIDIA box compute the decoder's finished cache using the decoder's own weights and write it into the decoder's prefix store, about 10KB per token over plain 10GbE. Measured on DeepSeek-V4-Flash (284B) with a 241K-token cold load: 12 minutes alone, 3 minutes with two Sparks, 19 seconds cached. Also local: @0x0SojalSec posts GLM-5.3-CYBERSECURITY-FP8, a 753B MoE he describes as refusal-removed for red team and exploit work, claiming 84.5% CyberGym, ExploitBench doubled from 24.4 to 54.4, and MMLU held. And @kitlangton, briefly off the AI beat, reports finding no limit to the pleasures of subtly animated SVGs.
Practical Takeaway
If agent-written PRs are outpacing your review capacity, the day's posts suggest a sequence. First, tier merges by blast radius: minutes-to-fix changes ship, while migrations, third-party data flows, and DNS get careful handling (@_dylanga). Second, move verification into CI, pre-commit hooks, and observability so review stops being your only safety net (@AlejandroRomaan). Third, before assuming you need more review hours, audit what the agent reads and remembers: trim AGENTS.md to stable rules, try Codex's context-management flag, then measure token spend and intervention rate on your single most expensive task before and after (@NFT_Chen, @huoshan007).
Sources
https://t.co/hsvsflUPmf
We ditched code review at @DuckbillHQ (mostly) About a month ago, we found ourselves with 60 open PRs for a team of five. They had been accumulating for a few weeks and we all had the sudden realization we were looking at two days of just code review.
70 Ideas to Reimagine Your Product Process With AI
so astra writes python to do everything which means we're going to have to rework this ui https://t.co/5cAttUtS6w
Here is how to enable a 1M-token context window in Codex for GPT-5.6 Sol. Even though we have tuned the context limit in Codex to be set optimally when it comes to performance and cost, this is a common ask, so here it is documented. A larger context window lets Codex retain more code, tool output, and conversation history before summarizing older material. You need a model that supports it. And GPT-5.6 Sol, for example, has a documented 1,050,000-token window. Open ~/.codex/config.toml and add or update these settings at the top level, before any [section] headers: ``` model = "gpt-5.6-sol" model_context_window = 1000000 model_auto_compact_token_limit = 900000 ``` The first setting selects the model. The second tells Codex to use a one-million-token context budget. The third starts automatic history compaction around 900,000 tokens, leaving some headroom. Restart Codex client and start a new session after saving. To try the configuration for a single CLI session without changing your defaults: ``` codex -m gpt-5.6-sol \ -c model_context_window=1000000 \ -c model_auto_compact_token_limit=900000 ``` Have fun, but also know that we tuned the default carefully!
If you’ve stopped doing human code reviews: how is it going? If you’re still doing them: how are you able to keep up with the explosion of code + PRs, and how do you prioritise what to review “properly”?
Best Open-source AI Models for Cybersecurity that run fully offline on low hardware & The comparison
Just ask Astra to remove all the unnecessary text. Everywhere.
China published the most uncomfortable paper on vibe coding. ETH Zurich tested 100 developers in a controlled, commercial-grade vibe coding environment to see who actually succeeds. The findings are brutal. The researchers tracked computer science achievement, written communication skills, and general cognitive reasoning. They wanted to see what actually predicts vibe coding proficiency when you never touch a line of source code yourself. Two major predictors emerged. Written communication proficiency mattered. The ability to structure thoughts and articulate intent unambiguously in text directly impacts what the AI builds. But that wasn't even the main takeaway. Computer science achievement was a massive, dominant predictor of success. Even when researchers controlled for general intelligence and reasoning skills, CS background still heavily dictated who built working software and who completely crashed. In fact, CS knowledge contributed roughly twice the unique predictive variance of writing skills alone. Why? Because vibe coding isn't about writing code. It’s about debugging logic. When an AI agent builds a complex application and quietly breaks an edge case under the hood, a non-technical user looks at the glowing UI and assumes it works. They don't know what questions to ask. They don't know what logic to challenge. They lack the mental models to recognize architectural catastrophe. You can prompt your way past syntax. You cannot prompt your way past a fundamental lack of engineering intuition. The hype told us that learning to code is dead because language is all you need. The data just proved the opposite. To truly master the vibe, you still need to understand how the machine thinks.
@ChaseLochmiller @OpenAI GPT-6 Astra, trained on ~100K+ NVIDIA Grace Blackwell NVLink72. From ChatGPT to o1 to Astra in 4 years. AGI has arrived. Congratulations @OpenAI team. 400K GPUs coming online next.
I'm increasingly confused why people think "agent memory for enterprise/teams" is a real product category that makes any sense at all
@BrianMRey Me too! Do you have any suggestions for me skills wise? I am not having it use any skills right now, don't want to mess it up.
万字长文 | Pi Agent 零基础实操:从打开终端到完成第一个真实任务
What techniques do you use for making AI-authored PR's easier to review? - I.e. use /show-me by @dexhorthy for easy-to-read diffs - Describe the changes in pseudocode - Mermaid diagrams - Evidence of TDD The wildest version of this I've heard is @dctanner's agent, who uses Playwright to record a video of the frontend feature working with text-to-speech over the top. So the agent literally talks you through its change.
🔥推荐:image2 + GPT-6 Astra 做 PPT是目前测过最快也最好看的一条路! 核心不是“让 AI 直接出 PPT”,而是先出整页视觉稿,再精准拆成可编辑文件。结合文稿+配图时,传统 AI PPT 最容易丑、乱裁图;这条工作流刚好打在痛点上。 关键操作: 1️⃣先用 ChatGPT 把文稿聊成清晰的 PPT 文字结构和每页重点 2️⃣把文字 + 需要插入的配图交给 Image2,按页生成整页 PPT 图,不满意就重出,直到视觉统一、高级 3️⃣用 GPT-6 轻度版把每张图转成 PPT:提示词写清“按图层拆分、配图尽量原样保留,文字/流程图/框架全部可编辑” 4️⃣得到一套既好看又逻辑清楚、组件可复用的 PPT。GPT-6 拆层很准,基本不用手改 注意:转 PPT 比较吃 token,但效果比 Luna、Terra 稳很多。适合要“既要审美、又要能改、还要快”的场景。 #AI做PPT #GPT6 #Image2 #Codex #效率工具 #职场干货 #PPT技巧