July 29, 2026

D.A.D. today covers 12 stories — about a 7-minute read. What's New, What's Innovative, What's Controversial, What's in the Lab, and What's in Academe.

The Daily AI Digest is a daily AI briefing automated by Alexander Panetta — a veteran political journalist tracking the field during a Master's in AI Management at Georgetown University.

D.A.D. Joke of the Day: I asked AI to summarize my four-hour meeting. It gave me one sentence — which is also what the meeting should have been.

What's New

AI developments from the last 24 hours

Chinese Lab Releases Largest Open AI Model, Rethinks Core Design

Chinese lab Moonshot AI released Kimi K3, now the largest open-weight language model available at 2.8 trillion parameters, scaled up from its 48-billion-parameter predecessor, Kimi Linear. An architecture writeup by AI researcher Sebastian Raschka notes the model drops a standard technique (RoPE) for tracking word order entirely, an unusual choice commenters called surprising but apparently effective, alongside efficiency tricks that add modest training cost for better performance. The model also handles images and text natively.

Why it matters: Open-weight models this large let companies and researchers run frontier-level AI on their own infrastructure rather than renting access from OpenAI or Google, and Kimi's design choices may influence how the next generation of AI models is built.


OpenAI Reportedly Testing Code Security Scanner to Rival Snyk

OpenAI appears to be testing a tool called Codex Security that scans code for vulnerabilities as part of automated development pipelines using its models. Details are thin: no official announcement has surfaced, only early user reports of access errors and questions about which projects it supports. Commenters on Hacker News speculated it could compete with established scanners like Snyk, and one noted it may be little more than a wrapper around OpenAI's existing models with added functionality, based on code found in its developer kit.

Why it matters: This is developer infrastructure with no immediate user impact, but if confirmed it signals another OpenAI push to embed its models directly into software development pipelines, not just coding assistance.


Claude Model Reportedly Found New Cryptographic Weaknesses, Anthropic Says

Anthropic says its experimental Claude Mythos Preview model found two genuinely new cryptographic weaknesses, not just coding bugs. In 60 hours, it improved the best-known attack on HAWK, a post-quantum signature scheme that had survived two years of expert review, effectively halving its key strength. It also sped up attacks on a scaled-down version of AES, the standard encryption cipher, by 200 to 800 times. Anthropic says neither attack threatens real-world systems today, but both mark novel mathematical discoveries rather than faster pattern-matching.

Why it matters: If AI can independently spot flaws in algorithms that took human cryptographers years to vet, it's a preview of AI as a research collaborator in security-critical fields: useful for defenders racing to patch weaknesses first, but also a reminder that the same capability could eventually help attackers.


A Reader's Fix: One Panel for the Article and Its Comments

A developer built a free browser userscript (works with Tampermonkey) that fixes a small but familiar annoyance for Hacker News regulars: reading an article means juggling two tabs, one for the piece and one for the comment thread. The tool auto-detects when a link has an HN discussion and adds a resizable side panel to view comments alongside the article, no tab-switching required. It's a personal itch-scratch project, not a company product.

Why it matters: It's a small example of how easy it's become for any frustrated user, not just professional developers, to patch their own software annoyances with a bit of AI-assisted scripting.


What's Innovative

Clever new use cases for AI

He Tested Whether AI Prices a Necklace by the Outfit Around It

One tinkerer wanted to know if AI actually looks at what you're selling or just judges you by your outfit. He photographed the same $2.43 necklace paired with three different outfits and asked vision-language models, the AI systems behind tools like Google Lens or ChatGPT's image analysis, to estimate its price. The same cheap necklace got valued anywhere from $19 to $104 depending on what it was worn with, suggesting the models were reading context clues like clothing quality rather than the item itself.

Why it matters: Anyone using AI to price resale items, appraise photos, or screen listings should know these tools can be swayed by surface-level cues that have nothing to do with actual value.


What's in the Lab

New announcements from major AI labs

AI Coding Agents Take Over Grunt Work in Science Research

A new field report examined eight science research projects, mostly in genomics and life sciences, where researchers used AI coding agents like Codex and Claude Code to modernize aging scientific software. In one case, GPT-5.5 rebuilt the outdated packaging system for cyvcf2, a widely used genomic data library, replacing legacy code with a modern build process. The report's authors argue the work shows engineering expertise is becoming less of a bottleneck in scientific computing: researchers increasingly review and direct AI output rather than write code themselves, though checking that output for errors remains slow, human-dependent work.

Why it matters: As research labs offload more coding to AI agents, the scarce skill shifts from writing software to verifying it, a change that could reshape who gets hired for scientific computing roles and how quickly outdated research tools get maintained.


Google Lets AI Agents Run More Business Tasks Unsupervised, Free to Try

Google added new controls to Managed Agents in the Gemini API, its tool for running AI agents that complete multi-step tasks on their own. Developers can now insert "hooks," custom scripts that run before or after the agent uses a tool, for tasks like security checks or auto-formatting, and choose which model powers the agent, with the newest version defaulting to Gemini 3.6 Flash. The feature is now available on Google's free tier. One cited user, an investment bank called Offdeal, uses hooks to auto-verify company logos in pitch decks.

Why it matters: This is infrastructure for developers building AI agents, not a consumer feature, but it signals Google racing to match Anthropic and OpenAI on letting businesses safely automate more of an agent's work without a human checking every step.


Google Pitches Search AI as a Planner for Life Off the Screen

Google is positioning its AI Mode search feature as a tool for offline life, not just answering queries. Company blog posts highlight uses from finding local classes, researching gear, and booking tickets to planning dinner parties, drawing on tools like Canvas, the image generator Nano Banana, and integrations with Calendar and Canva. Google points to search trends, including a claimed 110% jump in "how to digital detox" searches and rising interest in themes like "mahjong dinner party," as evidence people want AI's help planning time away from screens.

Why it matters: It's a marketing push, but it signals where Google wants AI Mode positioned against ChatGPT and Gemini: as a planning assistant woven into daily errands, leaning on Google's search and app ecosystem as an edge standalone chatbots lack.


What's in Academe

New papers on AI and its effects from researchers

AI Research Proposals Fool Humans but Not Other AI Reviewers

A study testing ChatGPT, Claude, and DeepSeek on drafting physics and cosmology research proposals found the AI-written plans held up well against human researchers' proposals: human reviewers rated them roughly the same and could only spot the AI versions 72-79% of the time. But when frontier AI models (Claude Opus and ChatGPT Pro) served as reviewers instead, they scored AI-written proposals nearly a full point higher on a five-point scale and correctly identified every single AI-written entry.

Why it matters: As universities and journals lean on AI to help screen grant proposals and papers, this suggests AI reviewers may systematically favor AI-generated work, a bias that could quietly reshape who gets funded.


AI Speeds Up Office Work, But Cuts Corners on Research

A controlled study of 128 knowledge workers at a multinational industrial firm tested GenAI assistance across three common office tasks: gathering information, packaging it into deliverables, and creating new material. GenAI made all three tasks faster, but quality effects diverged sharply. For packaging and creation work, quality improved and gains were largest for weaker performers, narrowing the skill gap. For information-gathering tasks, quality actually declined and became more inconsistent, suggesting workers leaned on AI outputs without adequately verifying them.

Why it matters: The findings suggest blanket "AI boosts productivity" claims are too simple: managers should treat GenAI as a tool best suited to drafting and synthesis work, while building in extra verification steps for research and fact-finding tasks.


SAT "Superscoring" Widens Wealth Gaps, Study Warns

A new study models how students strategically allocate effort across multiple SAT attempts, examining how scoring rules shape outcomes. Using simulations calibrated to 2025 College Board data, researchers found that Superscoring, which combines a student's best section scores across sittings, inflates results and widens wealth-based gaps by rewarding repeated retesting, favoring students who can afford extra attempts and prep. Single-Sitting scoring is more statistically accurate but penalizes high-ability students who lack resources to prepare for every subject at once. The researchers propose three algorithmic alternatives designed to balance precision with fairness.

Why it matters: As colleges lean more on standardized tests amid the test-optional retreat, the scoring rules themselves, not just the exams, may be quietly tilting admissions toward wealthier applicants.


AI Chatbots Vary Widely in Blocking Dangerous Bio Requests

A new benchmark called BioDisclose tests whether AI chatbots can be tricked into revealing dangerous biomedical information, such as details relevant to lab safety risks, by dressing requests up as academic questions, historical inquiries, or role-play scenarios. Researchers ran 480 such prompts across five deployed AI systems and found wildly inconsistent guardrails: disclosure rates ranged from 9.2% to 64.0% depending on the model. Framing a request as academic research proved most effective at getting detailed answers, succeeding 43.2% of the time on average, with lab safety questions the easiest category to extract at a 51.5% disclosure rate.

Why it matters: The wide gap between models shows AI safety filters for dangerous scientific knowledge are inconsistent and easily routed around with simple rephrasing, a gap that matters as these tools spread into research, education, and biotech workflows.


What's Happening on Capitol Hill

Upcoming AI-related committee hearings

Wednesday, July 29Hearings to examine the AI deception machine, focusing on deepfakes, chatbots, and the new frontier of senior fraud. Senate · Senate Aging (Special) (Open Hearing) 562, Dirksen Senate Office Building


Wednesday, July 29Hearings to examine the impact of AI on the workplace. Senate · Senate Health, Education, Labor, and Pensions Subcommittee on Employment and Workplace Safety (Open Hearing) 430, Dirksen Senate Office Building


Thursday, July 30Hearings to examine intelligent networks, focusing on powering artificial intelligence and transforming communications. Senate · Senate Commerce, Science, and Transportation Subcommittee on Telecommunications and Media (Open Hearing) 253, Russell Senate Office Building


Tuesday, August 04Hearings to examine data and profit, focusing on the consumer cost of AI surveillance pricing. Senate · Senate Judiciary Subcommittee on Crime and Counterterrorism (Open Hearing) 226, Dirksen Senate Office Building


What's On The Pod

Some new podcast episodes

AI in BusinessTurning Manual Manufacturing Variability into Data‑Driven Control – with Sebastian Dykas of Smith+Nephew

The Cognitive RevolutionNathan Goes to China – Part 1: Tech & Agent Setup, Chinese AI UX, WAIC, and Attitudes on AI

How I AIFrom zero coding background to hardware hacker: How Cursor + a Raspberry Pi makes AI fun

Get tomorrow's briefing