Simon Willison
·
1 week ago
Tencent released Hy3, a 295-billion-parameter mixture-of-experts model under Apache 2.0 license, following feedback from 50+ products that used its April preview version. The model uses 21 billion active parameters and supports a 256,000-token context length, with the full version requiring 598GB storage and a quantized version at 300GB. The model is available free on OpenRouter until July 21st and competes with open-source models having 2-5 times more parameters.
MIT Technology Review AI
·
1 week ago
OpenAI CEO Sam Altman is in talks with President Trump about giving the US government a 5% stake in the company, part of a broader plan to distribute AI wealth to Americans. A 5% stake in OpenAI, valued at $852 billion after its March funding round, would equal approximately $42.6 billion, or roughly $320 per American household if distributed equally. The proposal remains largely theoretical after five years of discussion, but could help OpenAI secure favorable treatment from the Trump administration while addressing public concerns about AI companies' accountability.
The Algorithmic Bridge
·
1 week ago
A newsletter writer explains that organizations waste money on AI tools by paying for tokens they don't efficiently use, citing examples like Uber's $1,500 monthly engineer budget cap and Tesla's $200 weekly limit after overspending. The article promises four strategies to improve value-per-dollar spent on AI, including selecting appropriate models for specific tasks and avoiding unnecessary token consumption. Better optimization practices could reduce AI costs while maintaining output quality instead of alternating between excessive spending and severe budget cuts.
IEEE Spectrum AI
·
1 week ago
Small AI models that run on low-power devices without internet connections are gaining adoption in developing countries for applications like counterfeit drug detection, crop disease identification, and malaria mosquito detection, with advocates arguing they are more sustainable and accessible than large language models. By the end of 2026, more than half of all smartphones worldwide will be capable of running small AI models, driven by improvements in hardware and the release of open-weight models like Google DeepMind's Gemma 4 and Alibaba's Qwen 3.5. The shift toward small AI deployment could reach millions of people without access to data centers or reliable electricity, though long-term success depends on countries investing in supporting infrastructure like power grids and digital supply chains.
NVIDIA
·
1 week ago
Open AI models from NVIDIA and partners have become central to research presented at ICML 2026, with approximately 2,000 accepted papers citing NVIDIA GPUs and hundreds more building on specific open model families like Nemotron and Cosmos. Key applications include robot world models like DreamDojo for physical AI reasoning, protein prediction models like FLIP2 and KERMT for drug discovery, and synthetic data generation tools enabling large-scale training without human labeling. Companies including Merck, Sakana AI, and robotics manufacturers are deploying these open foundations to accelerate development in autonomous vehicles, biomedical research, and humanoid robotics.
Hugging Face Blog
·
1 week ago
Photoroom built PRX's training dataset by mixing public and internal sources, then re-captioning all images with a vision-language model for consistency before converting everything to a standardized format. The team stored 100 million+ images in Lance format for exploration and filtering, then streamed them via Mosaic Data Shards during training, with text latents computed on-the-fly at a 3-4% throughput cost. This approach prioritized dataset breadth over individual image perfection, allowing the model to learn diverse visual concepts while keeping storage and compute efficient.
CSET Georgetown
·
1 week ago
Anthropic pursues advanced AI development alongside safety research, positioning itself as an influential voice in AI governance. The company's strategy rests on building cutting-edge systems to gain authority in discussions about AI risks and safeguards. By maintaining technical leadership, Anthropic aims to shape industry standards and policy decisions around AI safety.
NVIDIA
·
1 week ago
Countries are building domestic AI capabilities through national strategies focused on local infrastructure, data, and workforce to develop AI solutions tailored to their citizens and regulations. Nations are investing in AI factories—next-generation data centers for advanced computing—with examples including France automating public service workflows and India creating multilingual models for its 22 official languages. These localized AI ecosystems enable countries to strengthen economic growth, national security and innovation while maintaining control over their data and governance.
Exponential View
·
1 week ago
Nvidia's Grace-Blackwell GPU deployment remains slow with over 95% of units not yet deployed since December 2024. An AI model with 35 billion parameters now matches trillion-parameter models on long-horizon benchmarks using a different training approach. These advances suggest smaller, more efficient models may compete with larger systems across different tasks.
Import AI
·
1 week ago
Fable, an AI system, created a GPU kernel achieving 18.71X speedup over optimized PyTorch baselines on the KernelBench-Mega benchmark, outperforming Claude Opus at 14.4X and other models. This represents progress toward autonomous AI development of fundamental computing infrastructure, potentially enabling recursive self-improvement in AI systems. As AI systems become better at coding and optimization tasks essential to AI research, they accelerate the capability expansion cycle that determines economic competitiveness.
Rest of World
·
1 week ago
China's web novel platforms, which initially promoted AI writing tools to boost author productivity, are now cracking down on AI-generated content as readers complain about quality and detect telltale signs of machine writing. In June 2024, ByteDance's Tomato Novel rejected over 104,000 low-quality submissions including AI-written stories, while Jinjiang's founder instructed authors to use AI only for research and proofreading. The platforms face pressure to balance AI's potential to democratize storytelling against threats to authenticity and reader engagement, with subscription-based sites like Jinjiang taking stricter stances than free, ad-supported platforms like Tomato Novel.
The Neuron
·
1 week ago
Deptrust is a CLI tool that checks package versions across 13 major package ecosystems (npm, PyPI, Cargo, Go modules, RubyGems, NuGet, Maven, Packagist, pub.dev, CocoaPods, Hex.pm, Hackage, and GitHub Actions) for known vulnerabilities by querying public registries and OSV APIs directly. The tool queries multiple vulnerability providers in parallel, including OSV and GitHub Advisory Database, and returns a recommendation ranging from "block" for critical vulnerabilities to "allow" when no known issues are found. Deptrust integrates with AI agents like Codex and Claude Code via MCP servers or CLI skills to automatically prevent agents from installing vulnerable package versions before they execute install or update commands.
The Neuron
·
1 week ago
A Python framework called claude-real-video lets AI models process videos by extracting only the frames that change, rather than sampling at fixed intervals, with local processing that keeps the source video on your machine. The free version detects scene changes and removes duplicates to reduce frame count from 58 to 26 in a sample clip; the paid Pro version adds cinematography analysis and timestamps for non-visual elements like gestures and sound, priced at $19 through July 31 then $29 afterward. Users can now feed videos to Claude, ChatGPT, or Gemini with fewer, more meaningful frames and a transcript, reducing token costs while improving understanding compared to fixed-interval sampling or transcript-only approaches.
The Neuron
·
1 week ago
Moonshot AI released Kimi Code, a command-line coding assistant integrated with their K2.7 model that handles software development, codebase analysis, and technical tasks. The tool installs via a single bash command and operates as a CLI interface within Kimi's membership subscription plans. Users can now perform coding work directly from their terminal without switching between development environments and a separate AI tool.
The Neuron
·
1 week ago
Eve is a filesystem-first framework for building AI agents where core capabilities are organized in conventional directory structures to simplify inspection and extension. A new agent is created with `npx eve@latest init my-agent`, which generates a project scaffold with folders for instructions, tools, skills, channels, and schedules. The framework allows developers to define agent behavior through markdown files and TypeScript functions stored directly in the filesystem rather than through configuration APIs.
The Neuron
·
1 week ago
Z.ai released ZCode, a free coding assistant powered by the GLM-5.2 model, designed to compete with commercial alternatives like Cursor and GitHub Copilot. The tool is available at no cost to users, contrasting with paid offerings from competitors. This expands the free coding assistance market, potentially reducing adoption barriers for developers choosing between AI code editors.
The Neuron
·
1 week ago
Kling AI, Kuaishou's video generation unit, raised $2 billion in venture funding as the company prepares to spin off ahead of a planned 2027 IPO. The pre-money valuation was approximately $15 billion, with potential additional investors potentially pushing the total to $3 billion and diluting Kuaishou's stake to 68 percent. Kling now competes directly with ByteDance's Sensescape and other startups to fill the market gap left by OpenAI's shutdown of Sora, positioning itself as the dominant text-to-video platform for professional creators.
The Neuron
·
1 week ago
Anthropic's relationship with the Pentagon deteriorated over disagreements about safety guardrails, data access, and restrictions on military applications of its AI systems. The conflict centered on Anthropic's unwillingness to remove safeguards that the Defense Department wanted modified or eliminated for operational use. The breakdown resulted in reduced collaboration and highlighted tension between Anthropic's stated safety priorities and U.S. military acquisition goals.
The Neuron
·
1 week ago
I cannot provide a summary because the article text was not included—only navigation menus and subscription prompts appear in the provided content. Please share the actual article body to enable a three-sentence summary.
The Neuron
·
1 week ago
Zoom has agreed to acquire Common Room, an AI platform that consolidates buyer intelligence and sales signals from fragmented sources like CRM and product usage data. The deal is expected to close in the coming weeks, with financial terms undisclosed. Common Room's AI agents and buyer intelligence capabilities will integrate with Zoom's existing Revenue Accelerator platform to provide sales teams unified access to account research, personalization, and prospecting tools within their existing workflows.
The Neuron
·
1 week ago
Amazon is designing custom semiconductors for its Echo and Fire TV devices to run AI models locally rather than relying on cloud processing. The company unveiled its AZ3 and AZ3 Pro chips in October, which handle on-device AI inference for improved speed and security. Amazon plans to expand this approach across additional consumer devices and is developing portable AI gadgets that will sync contextual data across its ecosystem of products.
The Neuron
·
1 week ago
Cloudflare introduced a new classification system for AI crawlers that divides them into three categories—Search, Agent, and Training—allowing website owners to manage different types of automated traffic separately rather than blocking all AI bots at once. Starting September 15, 2026, new domains will have Training and Agent crawlers blocked by default on ad-supported pages, while Search crawlers remain allowed. Website owners can now grant different permissions based on how bots use content, ranging from immediate interaction-only access to full reproduction rights, giving them finer control over their content's use in AI systems.
Hugging Face Blog
·
1 week ago
Hugging Face introduced a new "kernel" repository type on its Hub with enhanced security features including trusted publisher verification and code signing to prevent malicious kernel execution. The project now supports multiple frameworks beyond PyTorch, including Apache TVM FFI, and has restructured its CLI tools to separate concerns between kernels (for loading) and kernel-builder (for building). These changes establish infrastructure for agentic kernel development, enabling AI agents to automatically scaffold, build, benchmark, and optimize kernels across different hardware configurations.