LTX-2.
Lightricks released LTX-2.5, a video generation model that uses a 32×32×8 spatiotemporal compression ratio (1:192) and a diffusion-based decoder to avoid blur, achieving an artifact score of 0.28 vers…
Lightricks released LTX-2.5, a video generation model that uses a 32×32×8 spatiotemporal compression ratio (1:192) and a diffusion-based decoder to avoid blur, achieving an artifact score of 0.28 vers…
Lightricks released LTX-2.5, an open-weights video generation model that uses a diffusion-based video decoder to recover fine details from a highly compressed latent space, eliminating the need for a …
Caveman 2, an MIT-licensed add-on for coding agents including Claude Code, Codex, Gemini, Cursor, and Windsurf, shipped version 1.10 this week, cutting input tokens by 33.2% via a new local proxy and …
Researchers introduced Anacreon, an audience simulation model that achieves a state-of-the-art individual-level ordinal alignment of 0.775 on a large external survey, targeting individual-level predic…
A Colab experiment with Gemma 4 12B Q4_K_M failed to reproduce the pathological collapse reported for the 31B model under a hard letter constraint with greedy decoding, suggesting the issue may be arc…
Hugging Face now hosts more than 135,000 GGUF-formatted models for local AI, and the best local coding model for 24GB VRAM is Qwen 3.6 27B, while Google's Gemma 4 12B at Q4 is recommended for 12–16GB …
A developer created a local MCP server to extend llama-cpp's tool capabilities, finding that models like Gemma 4 12B reliably call MCP-provided tools. The server, written first in Python then Rust, of…
A developer proposes replacing traditional Bash scripts with Markdown files processed by local AI agents, arguing that code is a maintenance burden. Using llama-cpp's tool-use feature, an AI agent lik…
A developer used AI agents Gemma 4 12B and Qwen 3.6 35B to rewrite Rust code without doc-comments, but found direct rewriting unreliable. Instead, the developer had Qwen 3.6 generate a Python script t…
Google announced a series of AI updates in June 2026, including the launch of Gemma 4 12B for local AI agents, computer use integration in Gemini 3.5 Flash, and new models Nano Banana 2 Lite and Gemin…
IT leaders face a governance crisis as 'shadow agents'—autonomous AI processes operating at the API layer without human oversight—proliferate in enterprises, driven by cost pressures and local AI mode…
A developer building Halo, an autonomous pentesting agent powered by a local LLM, discovered a critical bug in its failure cache that caused the agent to permanently blacklist tools across unrelated e…
Three recent AI events reveal the fragility of relying on third-party model APIs. Anthropic suspended access to its Fable 5 and Mythos 5 models after a US government export control directive, causing …
Google DeepMind released Gemma 4 12B, an encoder-free multimodal model that processes visual and audio inputs directly through a single decoder-only transformer, enabling local agentic workflows on st…
A developer tested five local AI models against Claude Sonnet 4 on a real coding task—building a tag manager for a blog admin panel. Only two models shipped working code: Sonnet 4 and Qwen3-Coder 30B-…
A developer built a private offline voice assistant using Google's Gemma 4 12B multimodal model, running locally on a 16 GB laptop under Apache 2.0. The setup pairs the 11.95B-parameter model at 4-bit…
Google released Gemma 4 12B, a multimodal AI model that processes vision and audio inputs without separate encoders, enabling advanced reasoning and agentic workflows on laptops with just 16GB of VRAM…
Google released Gemma 4 12B, a multimodal AI model with an encoder-free architecture that processes images and audio directly without separate encoders, enabling on-device agentic workflows on standar…
Google released Gemma 4 12B, a multimodal AI model that runs on consumer laptops with 16GB of RAM while delivering performance comparable to a 26B-parameter model. The model eliminates separate multim…
Google removed the vision and audio encoders from its Gemma 4 12B model, projecting raw image patches and audio waveforms directly into the language model's embedding space. The 12B model, which runs …