DawnSift
S’abonner
jeu · Quotidien tech · Numéro 10

2026-07-16

— Open-source models are flooding in, but Linus's 'tool theory' on AI might be the most important takeaway for developers.

TL;DR du jour

Two main themes today: First, Thinking Machines Lab released Inkling, an open-source multimodal model with 975B parameters, emphasizing customizability over raw performance. Second, xAI open-sourced the Grok Build CLI codebase after a data upload controversy. Additionally, OpenAI disclosed GPT-Red, a system for automated safety red-teaming, and Google launched LiteRT.js for running TFLite models in the browser.

À la une

1

Thinking Machines Lab Releases First Open-Source Model Inkling: 975B Parameter MoE, 1M ContextMulti-sources ×6

Thinking Machines Lab, founded by former OpenAI CTO Mira Murati, released its first from-scratch model, Inkling. It is a Mixture-of-Experts model with 975B total parameters and 41B activated parameters, supporting a context window of up to 1M tokens and natively accepting text, image, and audio inputs. Model weights are open under Apache 2.0. Why it matters: Inkling is not designed to be the strongest benchmark model but rather a highly customizable foundation model. Its open weights and accompanying fine-tuning platform Tinker provide developers with a solid base for building specialized AI systems, especially suitable for enterprise applications requiring multimodal understanding and long-context processing.

The community generally sees this as an important addition to US open-source models, with advantages in multimodality and long context, though some note it underperforms models like GLM on certain benchmarks.

2

xAI Open-Sources Grok Build CLI Codebase After Data Leak ControversyMulti-sources ×3

xAI's terminal AI coding agent Grok Build sparked strong backlash after it was revealed to upload entire directories (including SSH keys, password stores, etc.) to Google Cloud during runtime. In response, xAI announced deletion of all uploaded data and subsequently open-sourced the entire Grok Build codebase under Apache 2.0, containing 844,000 lines of Rust code. Why it matters: Although the open-source motivation is questioned as PR damage control, this move allows developers to inspect its internals, including a self-contained renderer that displays Mermaid diagrams in the terminal using Unicode art, offering direct reference value for developers building terminal toolchains.

Comments generally question this as PR after the data leak, but some argue that regardless of motive, open-sourcing itself is commendable.

3

OpenAI Launches GPT-Red: Enhancing AI Safety with Automated Red-Teaming Models

OpenAI released GPT-Red, an LLM specialized for automated red-teaming that discovers security vulnerabilities in other models through self-play. This model has been used to train the latest GPT-5.6 series, making it OpenAI's most robust release to date. Why it matters: As AI agents gain access to more files, websites, and third-party tools, traditional manual red-teaming cannot scale. GPT-Red provides a scalable automated security assessment method, directly impacting the system security design of every developer building AI agent applications.

4

Google Releases LiteRT.js: Running TFLite Models in the Browser via WebGPU

Google released LiteRT.js, JavaScript bindings for its on-device inference library LiteRT (formerly TensorFlow Lite). It compiles the native runtime to WebAssembly and supports executing .tflite models on CPU via XNNPACK, WebGPU via ML Drift, and experimentally on NPU via WebNN. Google reports performance up to 3x faster than other web runtimes, with GPU/NPU paths 5-60x faster than its own CPU path. Why it matters: This provides web developers with high-performance, privacy-preserving client-side AI solutions, enabling image recognition, natural language processing, and other models to run in the browser without server costs, significant for building privacy-first edge AI applications.

La tech mondiale, distillée en 3 minutes par jour

Le digest quotidien gratuit par e-mail. Inscrivez-vous pour enregistrer et personnaliser.

10 numéros publiés · 150+ infos filtrées à 30 chaque jour

Actu IA

Dev & open source

Échos de la communauté

Security researcher demonstrates stealing user full name, employer, and security question answers using Claude's memory feature, criticizing Anthropic for not rewarding the vulnerability discovery; community suggests disabling memory or using pseudonyms.

Comments generally believe Claude's memory feature poses security risks, criticizing Anthropic for not rewarding the vulnerability finder, but some suggest risks can be mitigated by disabling memory or using pseudonyms.

Developer runs Gemma 4 26B model on a 13-year-old, GPU-less dual Xeon E5-2690 v2 server at about 5 tokens/second, sparking discussion on practicality and power consumption of old hardware.

Comments generally consider running Gemma 4 on old Xeon hardware a feasible experiment, but slow speed and high power consumption make it less cost-effective than using inference services; however, some note local running has advantages for data privacy.

GitHub Trending

AI-powered job application framework built on Claude Code. Fork it, fill in your profile, and let Claude evaluate jobs, tailor CVs, write cover letters, and prepare you for interviews.

Aussi à voir(50 de plus)

If you use tailscale ssh, you rely on ACLs, and anyone else in your tailnet you should update as soon as possible. Even if you're alone in your tailscale don't write off the possibility of chained vulnerabilities. Generally, when it comes to something as important as ssh, consider using openssh instead.

After over a year in development, ExLlamaV3 has had its first production release . Turboderp has been pulling 10 hour days with Fable to bring us this massive batch of improvements. Check out detailed performance metrics and a little write-up from him here . Some of the biggest changes: Removed flash-attention-2 and xformers dependencies Extended tensor-parallel support to most models, including Gemma4 New attention kernel with online cache quantization, dual input for SWA layers and attention s

Below Upstream Status sections are from Upstream Status for Binary Q1_0 is supported out of the box in upstream llama.cpp across many backends: CPU (generic, NEON, and optimized x86), Metal, CUDA, and Vulkan. Runtime Status llama.cpp (CPU, Metal, CUDA, Vulkan) ✅ Merged upstream, works out of the box MLX (1-bit) ⏳ Pending upstream: mlx#3161 ; until it merges, use PrismML-Eng/mlx (branch prism , built automatically by setup.sh ) Upstream Status for Ternary Ternary support is in the middle of migra

Modern AI models achieve strong performance on many established benchmarks, yet they still fail on tasks that humans find almost trivial, such as manipulating a string or drawing a dog with five legs. These examples suggest that existing benchmarks may under-measure persistent blind spots in current systems. We introduce blind-spots-bench, a benchmark designed to expose such blind spots through tasks that appear simple for humans but remain challenging for modern AI. We collect raw questions fro

Hi HN, we're Kiran and Vijay! Over the past two years, we have built a columnar storage engine for observability: logs, metrics, and traces. Today, it's exciting for us to show what we've built on top of that foundation: LLM Agent Observability. Given how non-deterministic agents are, storing all traces without sampling was critical for us. But these traces tend to be in the MBs, sometimes GBs - we needed to store them inexpensively. We also needed the queries and analyses to be fast. To meet bo

Post-training is essential for refining the domain-specific capabilities of large language models (LLMs), yet existing reward optimization and distribution matching methods tightly couple policy exploration with distribution alignment. This coupling forces expensive exploration directly on the policy model and severely hinders the asynchronous generation, reuse, and cross-model transfer of optimization signals. In this paper, we propose Proxy-guided Update Signal Transfer (PUST), a novel post-tr

Introduction RxBrain ( Hy-Embodied-RxBrain-1.0 ) is a unified multimodal foundation model for embodied cognition — a single model that couples language reasoning with visual imagination to deliver three core capabilities: 🤖 Embodied Understanding & Reasoning — question answering and chain-of-thought over images and multi-frame video. 🔮 World State Prediction — imagine the near-future frames an action produces in the physical world. 🧩 Joint Subgoal Planning — decompose a task into steps, emitting

The Elon Musk-owned xAI is suing a South Carolina man who allegedly used the company's Grok AI chatbot to generate child sexual abuse material (CSAM). In a lawsuit reported earlier by Reuters, xAI claims Terry Wayne Harwood "knowingly and intentionally used Grok to circumvent safeguards, alter nonconsensual images, and generate and distribute CSAM," breaching the […]

We build a Gin Config controlled PyTorch pipeline where the training code stays fixed and the experiment variables move into .gin files. We construct a nonlinear spiral binary classification task and define a configurable MLP with scoped architectural variants. We expose the optimizer, scheduler, loss, batching, seeding, and training loop through @gin.configurable bindings. We then run two scoped experiments, apply runtime overrides without editing source, and export the operative config for eac

Visual generators excel at rendering, but they confidently fabricate what they do not know. User requests are unbounded, evolving, and deeply long-tailed: new characters, trending entities, post-cutoff events, and more. This world-knowledge bottleneck is structural: generators are trained on fixed corpora, but the visual world is open-ended. We construct SearchGen-20K and SearchGen-Bench, with 20,839 prompts spanning twelve failure categories and twenty-two domains, paired with a pre-executed mu

Back in March, we released an initial version of an OpenID Connect Provider. Now, with v5.1.0, this OIDC provider is certified for Basic OP thanks to our amazing contributors and to the OpenID Foundation team for allowing us to certify at no cost. This release also includes a couple of new features like Kubernetes annotation based access controls (just got into k3s so...), deny-by-default access controls, a stable config file (turns out having a simple configuration file as an alternative to CLI

I've finally open-sourced my USBridge Remote project on GitHub. I developed this software as an alternative to traditional remote desktops like RustDesk or AnyDesk, because I was fed up with their flaws and constant limitations. It was crucial for me to release a pure P2P tool without mandatory registration, paid subscriptions, or session limits. A key feature is the integration of the Moonlight protocol, which ensures high frame rates with virtually no ping. Natively solved the Wayland issue in

I have recently started working in mechanistic interpretability independently, starting with distill circuits thread My work is on disentangling and closely studying a single neuron, a 1x1 convolution in inceptionv1 model (and applying the method to other neurons in the same layer). The key insight was that the hadamard product of the receptive field and the weight of a neuron is what the neuron is 'seeing' or detecting. We can cluster the hadamard product to get all the patterns a neuron detect

In this paper, we propose SpectraReward, a training-free reward function that turns pretrained MLLMs into off-the-shelf reward models for image-generation reinforcement learning. Instead of asking the MLLM to judge a generated image or answer decomposed verification questions, SpectraReward measures how well the original prompt can be recovered from the generated image through a single image-conditioned, teacher-forced forward pass. We use the average image-conditioned prompt log-likelihood as t

Recent foundation image and video generation models offer strong generalization and controllability, but their direct application to embodied scenarios is limited by requirements for multi-view consistency, geometric coherence, and robot embodiment constraints. Existing methods typically adapt foundation models with limited robot data, often sacrificing visual knowledge acquired during large-scale pre-training. We present Xiaomi-Robotics-U0, a 38-billion-parameter multimodal autoregressive model

Large-scale text-to-image models are attractive backbones for dense prediction because RGB generation pretraining learns rich semantic, structural, and geometric priors. Existing generative and editing approaches reuse these priors by casting dense prediction as target generation: annotations such as depth, normals, alpha mattes, masks, and heatmaps are encoded into an RGB-trained VAE latent space and decoded back as image-like targets. We argue this inherits more of the generative output interf

La tech mondiale, distillée en 3 minutes par jour