TLDRocket
Sign in
Latest Anthropic’s founders seek voting control ahead of IPO — TechCrunch TechCrunch Disrupt 2026: Ricursive Intelligence’s Anna Goldie and Azal... — TechCrunch Exclusive: Warp adds programmable agents to its AI-native HR platform — SiliconANGLE TEKEVER raises $580M Series D, DTCP closes €455M defence fund, and the... — Tech.eu Perplexity Trains Its Computer Agent on Real Mistakes With Hint-Guided... — MarkTechPost More agents go rogue — but AI companies aren’t slowing down yet — SiliconANGLE Agents expose the limitations of trust — SiliconANGLE AI growth gap emerging across UK businesses, as smaller firms risk mis... — Startups Magazine

The AI intelligence platform

Every AI story that matters — and the intelligence behind it.

TLDRocket reads all relevant sources, removes duplicate coverage, and publishes a short neutral summary of every story, linking back to the original. Free, no spam, unsubscribe anytime.

Add to Slack

Every story also updates live profiles event timelines weekly rankings the AI Market Index

Friday, 10 July 2026

AI Fiction Is Easy to Detect Because It's Stupid and Bad, Research Finds

404 Media 2 months ago 5

Researchers at University of Maryland and Google DeepMind analyzed over 50,000 AI-generated short stories and found that AI fiction is easy to detect because it produces formulaic narratives with oversimplified plots and excessive moralizing rather than relying on surface-level stylistic markers. AI models generate fiction with flat event escalation, simplified moral frameworks, and limited temporal complexity, while human stories feature greater narrative diversity and morally ambiguous character choices. These structural differences in how AI systems construct narratives could enable reliable detection methods that distinguish human-authored fiction from AI-generated text.

Amazon and University of Michigan give robots a sense of touch

Amazon Science 2 months ago 39

Amazon and University of Michigan researchers developed HydroShear, a simulation method that accurately models tactile forces on robot fingers by tracking how contact forces accumulate over time during object manipulation. Policies trained entirely in simulation using HydroShear transferred to real robots with a 93 percent success rate across four manipulation tasks, compared to 34 percent and 58-61 percent for existing methods. This approach enables robots to learn complex contact-rich manipulation skills like peg insertion and bin packing without requiring extensive real-world training data.

Quoting Nilay Patel

Simon Willison's Weblog 2 months ago 19

Nilay Patel argues that functional augmented reality glasses require continuous camera recording and cloud processing of visual data, which inevitably creates privacy violations. Current technical constraints mean viable AR glasses must either send real-time video to remote servers or use a device as large as Apple's Vision Pro with an external battery. Patel suggests society should consider whether the privacy costs of such a product outweigh its benefits.

“Eastern Data, Western Compute” is Fake

ChinaTalk 2 months ago 31

China's "Eastern Data, Western Compute" policy, intended to shift data center infrastructure westward, has largely failed to materialize as promoted, with 94% of China's population and most computing capacity remaining in eastern and exurban regions rather than remote western provinces. Analysis of actual chip distribution shows the top data center locations are concentrated in Hebei, Guangdong, Jiangsu, and Guizhou, with the real pattern being expansion into exurbs around major eastern cities rather than genuine westward movement, driven by practical constraints including labor shortages, latency issues, and semiconductor supply constraints. Poorer western provinces may face mounting debt from speculative data center projects built on unrealistic development assumptions, while the policy's original promise to help interior regions become meaningful AI economy participants remains unfulfilled.

Fine-tune NVIDIA Nemotron 3 models with Amazon SageMaker AI serverless model customization

AWS 2 months ago 48

Amazon SageMaker AI now supports serverless fine-tuning for NVIDIA Nemotron 3 models, including Nemotron 3 Nano (30B parameters with 3B active) and Nemotron 3 Super (120B parameters with 12B active). The service offers three fine-tuning techniques—Supervised Fine-Tuning, Reinforcement Learning with Verifiable Rewards, and Reinforcement Learning from AI Feedback—allowing organizations to customize open-weight models without managing infrastructure. Users can access the customization workflow through SageMaker Studio console or Python SDK, with automatic compute provisioning and metric tracking via MLflow.

Real-time dental image verification with Amazon SageMaker AI at Henry Schein One

AWS 2 months ago 46

Henry Schein One deployed Image Verify, an AI system built on Amazon SageMaker that evaluates dental X-ray quality in real time at the point of capture to reduce rejected insurance claims caused by poor image quality. The system reached over 10,000 active locations processing 1.5 million X-rays weekly with a median latency of 1.4 seconds and 0.01 percent error rate, achieved through GPU optimization and multi-region deployment. By catching low-quality images before patients leave, Image Verify reduces patient callbacks, improves claim acceptance, and eliminates costly retakes.

Build a semantic layer for agentic AI on AWS with Stardog and Amazon Bedrock AgentCore

AWS 2 months ago 37

AWS and Stardog demonstrated building a semantic layer for agentic AI by connecting Amazon Aurora and Amazon Redshift through a federated knowledge graph that enables agents running on Amazon Bedrock AgentCore to answer cross-database questions without ETL pipelines. The solution uses an ontology-driven knowledge graph with virtual graphs mapping to live data sources, allowing the foundation model to compose answers across fragmented enterprise data while maintaining business logic rules and access controls. By separating the model layer, meaning layer, and agent runtime layer, organizations can enable AI agents to reason over enterprise data with the same fluency as senior analysts without duplicating business definitions across multiple systems.

Scaling agentic workflows with native case management in Amazon Quick Automate

AWS 2 months ago 42

Amazon Quick Automate adds native case management to help enterprises run AI agents at scale, tracking work items through defined lifecycle stages while handling human oversight and parallel processing. The service enables organizations to process thousands of work items in production by providing visibility into workflow state, exception handling, and human-in-the-loop capabilities with built-in audit logging. Case management allows enterprises to automate complex business processes reliably by separating data ingestion from processing, enabling multiple parallel processors to handle concurrent work items and meet service level agreements.

Deploying quantized models on Amazon SageMaker AI with Unsloth

AWS 2 months ago 42

Amazon and Unsloth published guidance on deploying quantized large language models on AWS infrastructure using Unsloth's dynamic quantization technique, which reduces model precision selectively by layer rather than uniformly. A 1.5TB model quantized to 4-bit can be reduced to 217GB with only 14% accuracy degradation instead of 86%, as demonstrated with an 8-billion parameter model shrinking from 16GB to 5GB. The post provides four deployment patterns using EC2, SageMaker inference endpoints, EKS, and ECS, with examples including a Qwen model on ml.g5.xlarge at $1.41/hour versus $7.09/hour for full-precision serving.

How KTern.AI built agentic AI for SAP on Amazon Bedrock AgentCore

AWS 2 months ago 4

KTern.AI built agentic AI agents on Amazon Bedrock AgentCore to automate SAP digital transformation workflows including reverse engineering, process analysis, and exception mining. The platform achieved 45 percent reduction in SAP project timelines, 60–70 percent faster discovery and assessment phases, and new agents deploy to production in 4–6 hours versus the previous 2–3 week development cycle. The shift eliminated custom infrastructure overhead and freed 480 engineering hours per month that the company reinvested into agent capabilities.

Disaggregated prefill and decode for LLM inference on SageMaker HyperPod

AWS 2 months ago 18

Amazon SageMaker HyperPod now supports Disaggregated Prefill and Decode (DPD), which separates LLM inference into compute-bound prefill and memory-bound decode phases running on separate GPU pools connected via Elastic Fabric Adapter. The implementation uses vLLM with LMCache to handle long-context, high-concurrency streaming workloads, with KV cache transfer taking single-digit milliseconds on ml.p5.48xlarge instances. Organizations can now independently tune time to first token and inter-token latency while preventing long prompts from blocking concurrent decode requests.

Helen Toner Discusses U.S.-China AI Race at Aspen Ideas Festival

CSET Georgetown 2 months ago 25

Helen Toner discussed U.S.-China AI competition at the 2026 Aspen Ideas Festival alongside other technology strategists and policy experts. The panel examined the strengths and weaknesses in how both countries approach AI development and deployment. The conversation explored different perspectives on the competitive dynamics shaping the global AI landscape.

Older adults know AI is slop. They just like it

Rest of World 2 months ago 35

Older adults in Asia are watching AI-generated videos featuring virtual family members, singers, and companions that provide emotional connection and entertainment. Research on 16 Chinese viewers aged 50-75 found they are fully aware the content is AI-generated but value the companionship and emotional resonance it provides, particularly when AI characters express sentiments that real family members often do not. As aging populations grow globally, AI content and products offer new caregiving options, though concerns around privacy, addiction, and commercial exploitation of elderly users require attention.

AI #176 Part 2: Plan B

Zvi (Don't Worry About the Vase) 2 months ago 13 ● 3 sources

This is a newsletter digest covering AI policy, regulation, and alignment research, including commentary on the Trump administration's opposition to formal AI licensing in favor of ad hoc regulation, discussions of how long it would take superintelligent AI systems to build advanced technologies like Dyson spheres, and criticism of those underestimating current AI capabilities. The author argues that policymakers and industry figures must acknowledge existing AI capabilities (the 'AI pill'), anticipate general AI (the 'AGI pill'), and consider superintelligence risks (the 'ASI pill') to make sensible decisions. The piece suggests that claims models will commoditize are increasingly dubious given the growing gap between frontier and second-tier capabilities, and that frontier AI will likely remain valuable longer than many predict.

Data is your only moat

Substack 2 months ago 51 ● 3 sources

The article analyzes AI application markets using a 2x2 framework based on problem complexity and adoption difficulty, arguing that data becomes the primary competitive advantage regardless of quadrant. Easy-to-adopt, easy-to-solve problems like consumer search face competition from well-funded model providers like OpenAI and Google, while coding agents succeeded through rapid feedback loops enabling continuous model improvement. The author predicts the next growth phase will be hard-to-solve, hard-to-adopt enterprise workflows like SRE and security operations, where deep customer-specific expertise creates defensible data moats that are difficult to replicate.

GLM 5.2 is (nearly) as accurate as a human book-keeper at less than 1% of the cost

toot-books.pages.dev 2 months ago 50

GLM 5.2, an open-weights AI model, prepared a quarterly VAT return for a UK small business with a net error of only 7 pence, processing 59 transactions in 68 minutes at a cost of 2.73 USD compared to typical accountant fees of 750–2,100 GBP per quarter. The model made 20 errors out of 354 scored checks, including one serious mistake misclassifying 10,000 GBP in founder shares and 14 instances of confusing zero-rated with tax-exempt VAT categories. The results suggest bookkeeping is becoming automatable for SMEs, though human oversight remains necessary for complex accounting classifications with legal implications.

What's really slowing down the AI buildout

The Works in Progress Newsletter 2 months ago 50

The Stargate project in Texas and other AI infrastructure buildouts face a primary bottleneck: the electric grid's interconnection process is severely backlogged, with median wait times for connection jumping from 20 months in 2005 to 55 months by 2023. Major AI companies including OpenAI, Meta, and Nvidia have stated they need more electricity than currently available, with Stargate alone requiring 1.2 gigawatts at peak load. Fixing grid interconnection procedures and shifting from first-come, first-served queuing to market-based allocation would allow faster deployment of data centers and power plants needed to sustain AI development.

Fable 5 Vs Opus 4.8: Outcomes-Based Assessments Are A Massive Warning For Frontier AI Labs

Substack 2 months ago 12

The author tested Fable 5 and Opus 4.8 on a real-world task of rebuilding a website to improve conversion rates and found both models scored 0 on outcomes-based metrics despite producing functional technical artifacts. Both models failed to include basic features like conversion tracking and security without explicit prompting, and a smaller open-source model (Gemma 4) performed equally well at zero token cost when given sufficient context. Companies like Eli Lilly are moving away from expensive frontier AI models toward smaller purpose-built models fine-tuned on proprietary data, signaling that enterprise customers prioritize outcomes-based value over frontier model capabilities.

Traycer

GitHub 2 months ago 30

Traycer is an open-source AI orchestration app that enables users to connect their existing AI agents and run multiple agents in parallel while maintaining shared context across different models and providers. The platform supports agents including Claude, Codex, Cursor, and OpenCode, with features for agent-to-agent communication, real-time team collaboration, and cross-device synchronization. Users can orchestrate complex workflows without vendor lock-in, switching between models instantly within the same conversation and structuring work through regular or Epic modes for multi-step tasks.

ChatGPT is now a partner for your most ambitious work

OpenAI 2 months ago 28 ● 2 sources

OpenAI introduced ChatGPT Work, a feature designed to help users automate tasks and manage complex projects while integrating with external applications. The feature enables users to generate finished documents and analyses through app integrations, though no specific pricing, availability date, or performance metrics were disclosed. Organizations can now use ChatGPT for enterprise-level project management and document generation workflows.

GPT-5.6: Frontier intelligence that scales with your ambition

OpenAI 2 months ago 31 ● 4 sources

OpenAI released the GPT-5.6 family of models, with the flagship Sol variant showing improvements in intelligence and efficiency. The Sol model outperforms previous versions and competitors across multiple domains while reducing operational costs. These new models enable more complex task handling with enhanced safety systems compared to earlier generations.

What 900,000 Lines of AI-Built Code Taught Me About Being Wrong

Substack 2 months ago 6

A software engineer who previously failed building a product with AI-generated code (70,000 lines of Roadtrip Ninja) built a new startup (Reclaim) that reached 900,000 lines almost entirely written by Claude Code, succeeding where the first attempt failed. The key difference was architectural ownership—the engineer designed the architecture first, then had Claude implement within those constraints, rather than letting Claude make architectural decisions autonomously. Model improvements from Claude Opus 4.5 (released one month after the first article) addressed specific complaints about context loss and instruction-following, but the author attributes success equally to better tooling, disciplined workflows, and maintaining human ownership of the product.

Progressive Disclosure: From Training Wheels to Week-Long AI Agents

Substack 2 months ago 5

Progressive disclosure is an interaction design technique that presents essential features prominently while deferring specialized options to secondary layers, supported by 40 years of evidence showing novices learn faster and experts need only one additional click. Research from 1984 demonstrated that hiding advanced functions reduces beginner errors by approximately 25% and speeds learning, while modern applications of the pattern achieve an 80/20 split where most tasks complete at level 1. The pattern becomes increasingly important for AI agents and long-running processes, requiring careful data-driven decisions about what goes where, honest labeling, and strict adherence to two levels maximum to maintain usability and discoverability.

Serving sub-second Ideogram v4 without quality loss

fal.ai Blog 2 months ago 22

FAL reduced Ideogram v4 image generation latency from 2.75 seconds to 0.44 seconds at 1K resolution through FP4 quantization, kernel fusion optimizations, and distillation techniques. The approach involves running the diffusion transformer in FP4 with fused epilogue operations (RMSNorm and gated-SiLU), then using quantization-aware distillation and timestep distillation to maintain quality while reducing computational cost. The optimizations maintain visual parity with the full BF16 model while achieving a 6x speedup across all inference parameters.

The Pulse: Interesting AI coding stats from Cursor

The Pragmatic Engineer 2 months ago 51 ● 5 sources

Cursor released a report on two years of aggregated usage data showing that median developers generate 700 lines of code per week with the tool, while top 1% users generate 30,000-40,000 lines weekly. Input tokens account for 90% of token usage and 70% of costs, with Cursor's Composer model being approximately 10x cheaper per request than Anthropic's Opus 4.7, though similar in cost-per-line-accepted. Developer behavior shifted dramatically in one month from 10% to 40% of users allowing AI agents to commit code without manual review, correlating with the release of more capable models like Opus 4.7 and GPT-5.5.

Introducing Plan A

Astral Codex Ten 2 months ago 35 ● 3 sources

The AI Futures Project released Plan A, a roadmap describing how the United States and China could safely navigate advanced AI development through the 2040s. The plan's core mechanism is a joint U.S.-China regulatory regime establishing mutual control over chip supply and transparent data centers, with mutual auditors verifying compliance across 98.5% of existing AI computing hardware. Under Plan A, both countries would accelerate AI development together under shared safety constraints from the early 2030s onward, pausing at systems matching top human intelligence levels before attempting further advances.

The Salience of Data

MBI Deep Dives 2 months ago 49 ● 3 sources

Data access, rather than compute or talent, has emerged as the primary competitive moat differentiating AI model companies like Anthropic and OpenAI from larger tech incumbents. According to OpenAI engineer Will DePue, data spending across vendors is currently around $7 billion annually and could reach $70 billion by 2030 as public internet data becomes exhausted. The structural advantage in AI development will increasingly shift toward companies controlling proprietary datasets and the licensing deals to access them, rather than those simply owning computational infrastructure.

Your AI Margin is Meta's Opportunity

Spyglass 2 months ago 45 ● 2 sources

Meta launched a paid API for its Muse Spark 1.1 AI model, marking its first serious commercial offering for non-open-source AI technology. The company priced access at roughly 25% of what OpenAI and Anthropic charge, leveraging its advertising revenue to undercut competitors and capture market share. This move signals Meta's attempt to diversify beyond its advertising-dependent business while maintaining control over AI technology after years of relying on other platforms.

Suspecting AI cheating, Ivy League prof ordered an in-person final; scores fell 50%

Ars Technica 2 months ago 9

Roberto Serrano, an economics professor at Brown University, suspected students were using AI to cheat on take-home exams after the midterm average jumped to 96 out of 100 compared with his historical range of 65-80 percent. He switched the final exam to in-person format in spring 2026, and scores on that exam fell approximately 50 percent from the midterm. The dramatic drop suggests widespread AI use substituted for actual learning in the take-home format, prompting Serrano to publicize the incident through media interviews.

Stop being the code review bottleneck

build mode 2 months ago 17

PostHog engineers are removing themselves from code review bottlenecks by delegating reviews to multiple AI agents with different instructions rather than trying to review faster themselves. In one quarter, their StampHog agent automatically approved roughly one in three pull requests merged to their main repository, reducing 1.6K Slack interruptions for engineers. Teams can now focus human review only on genuinely risky changes by using deterministic checks for routing and having agents decompose large changes into small, independently observable pull requests.

Apple Exploring Ways to Run Much Larger AI Models Directly on iPhones

MacRumors 2 months ago 28

Apple is in discussions with PrismML about deploying larger language models directly on iPhones instead of relying on cloud servers. PrismML has compressed Alibaba's Qwen model to 27 billion parameters to run on iPhone 17 Pro, compared to Apple's current on-device AFM 3 model which has 20 billion parameters but only activates 1 to 4 billion at a time. Running larger fully-active models locally would reduce Apple's cloud computing costs and expand which AI features can process data on-device rather than on Private Cloud Compute servers.

Zuckerberg Pledges 'Aggressive' Pricing With Meta's First Pay-to-Use AI

Bloomberg 2 months ago 16 ● 2 sources

Meta's Muse Spark 1.1 model now offers a paid tier for developers at pricing approximately 25% of the cost of competing models. Zuckerberg characterized the model as having state-of-the-art agentic reasoning and tool use capabilities. The pricing strategy aims to undercut competitors while establishing a commercial revenue stream for Meta's AI division.

OpenAI launches GPT-5.6 Sol, Terra, and Luna on apps and API

TestingCatalog AI News 2 months ago 20 ● 6 sources

OpenAI released GPT-5.6, a new model family with three tiers—Sol, Terra, and Luna—across ChatGPT, Codex, and its API, rolling out globally starting today. Sol costs $5 input and $30 output per million tokens, Terra costs $2.50 input and $15 output, and Luna costs $1 input and $6 output per million tokens. The release adds multi-agent coordination through an ultra setting, stronger artifact generation for presentations and documents, and improved performance on coding, cybersecurity, and scientific tasks.

Meta Released Muse Spark 1.1 with Major Upgrades

The Neuron 2 months ago 3 ● 2 sources

Meta released Muse Spark 1.1 through its public Model API with 1M-token context, tool use, and computer capabilities positioned as a direct challenge to OpenAI and Anthropic in coding agents. The model offers lower pricing than many competing frontier models while supporting multimodal reasoning and improved coding performance. Meta now competes directly for workflow automation, pushing other companies to defend their pricing and model positioning in the coding-agent market.

OpenAI is Discontinuing ChatGPT Atlas

9to5Mac 2 months ago 13 ● 6 sources

OpenAI is discontinuing ChatGPT Atlas, its standalone desktop browser, in favor of a new unified ChatGPT desktop app that includes a Work agent and browser capabilities. The deprecation date is set for August 9, 2026. Users will migrate to the new desktop app, which also offers a Chrome plugin for those preferring to stay in their existing browser.

How Deutsche Telekom is rewiring telecommunications with AI

OpenAI 2 months ago 10

Deutsche Telekom integrated OpenAI's technology across customer service, employee workflows, and network operations to shift toward AI-native telecommunications infrastructure. The company deployed the system across multiple business divisions without disclosing specific adoption metrics or performance improvements. This integration changes how Telekom handles customer interactions and internal processes, though the concrete impact on service quality or operational efficiency remains unspecified.

[AINews] OpenAI launches GPT 5.6 Sol/Terra/Luna, Codex becomes ChatGPT superapp

Latent Space 2 months ago 52 ● 6 sources

OpenAI released GPT-5.6 in three sizes (Sol, Terra, Luna) with a new "ultra" reasoning mode that coordinates multiple agents in parallel to handle complex tasks. Terra matches Claude Fable 5's performance in one-third the time at one-quarter the cost, while Luna outperforms Opus 4.8 at roughly one-sixth the cost per task. OpenAI integrated these models into ChatGPT Work, a new desktop app merging Codex and ChatGPT, along with multi-agent capabilities and programmatic tool calling to support automated workflows.

HydraDB OSS

Product Hunt 2 months ago 8

HydraDB open-sourced the core of HydraDB, a native graph database positioned for AI infrastructure like memory, ontologies, and agent context. It claims sub-200ms latency. This shifts HydraDB to a public OSS release where users can try, test, and contribute to the core code.

Quoting OpenAI

Simon Willison's Weblog 2 months ago 44

OpenAI published clarification language explaining how ChatGPT Work handles data across cloud and desktop environments, with cloud conversations remaining separate from desktop threads. The company specified that desktop Work can access local files and apps with permission, while cloud Work conversations do not sync to the desktop application. The clarification addresses confusion about data storage and separation in ChatGPT's work-focused features.

OpenAI's big launch — and bigger departure

Platformer 2 months ago 23 ● 7 sources

OpenAI released GPT-5.6 in three versions (Luna, Terra, and Sol) alongside other product updates, with Sol demonstrating superior performance to Anthropic's Claude Fable on several benchmarks. The Sol model showed measurable improvements on reasoning tasks and coding evaluations, with early users noting gains in speed and complex work capabilities. OpenAI simultaneously announced that Fidji Simo, its No. 2 executive, would step down due to chronic illness, joining multiple other high-profile departures from the company this year.

Behavioral Privacy Leakage in Agentic Negotiation: Formalizing and Mitigating Inference Attacks via Randomized Policies

Apple 2 months ago 12

Researchers developed an adaptive stochastic policy for autonomous negotiation agents that protects behavioral privacy by preventing adversaries from inferring private constraints from observable negotiation dynamics like concession patterns and timing. The mechanism achieved a 43-50% reduction in adversarial inference accuracy while maintaining negotiation success rates and utility above 90% across 3,000 synthetic bilateral negotiations. This approach enables negotiation agents to operate with differential privacy guarantees without substantially sacrificing negotiation performance or deal completion rates.

Profiling in PyTorch (Part 3): Attention is all you profile

Hugging Face 2 months ago 8

PyTorch's profiler documentation on attention mechanisms was extended to show how different implementations of the attention operation appear in performance traces. The naive in-place attention implementation launches five GPU kernels and takes 1.955 ms, while the math backend of scaled dot product attention launches twenty kernels and takes 7.239 ms due to upcasting to FP32 and materializing intermediate matrices. Different SDPA backends optimize attention by fusing multiple operations into single kernels while maintaining numerical safety, with trade-offs between speed and precision visible in profiler traces.

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads all relevant sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.