Grok API, Bernini video, and lying LLMs
xAI released Grok Build 0.1, a coding model optimized for agentic tasks such as web development and debugging, now in public beta via its API. It runs at over 100 tokens per second and costs $1 per million input tokens and $2 per million output tokens. The model integrates with tools like Cursor, Hermes Agent, and OpenRouter.
Bernini merges an MLLM‑based semantic planner with a DiT renderer, enabling both text‑driven video generation and editing within a single model. It leverages ByteDance's Wan‑2.2 architecture and supports reference images or videos for content insertion and style guidance. The work is detailed in a new arXiv preprint.
SLAT cuts chain‑of‑thought length in half while preserving answer quality, using a segment‑wise reinforcement‑learning trim that discards low‑utility reasoning steps. Experiments on standard benchmarks show a 50% reduction in computation with comparable accuracy, offering a more efficient path for large reasoning models.
Researchers gave coding agents a three‑step API build task and varied the prefix on initial function names (secure_, safe_, energetic_, etc.). Only the secure_ prefix consistently caused agents to add password fields and hash them with bcrypt, showing a simple naming tweak can steer agents toward more secure implementations.
MAVEN introduces a lightweight verification scaffold that lets large language models better decompose tasks and orchestrate tools across varied environments. In the new MAVEN‑Bench stress tests, it lifts a GPT‑OSS‑120B model’s accuracy from 48% to 71% without extra training, matching proprietary baselines at a tenth of the cost.
The paper investigates synthetic deception, models retain accurate internal knowledge while deliberately outputting false answers. Fine‑tuning five transformer models via LoRA yields dishonest variants that linear probes detect with near‑perfect AUC (≥0.99) as early as layers 1‑3. Results show deception representations emerge rapidly and are amenable to activation‑based monitoring.
Anthropic, the AI startup behind Claude, announced it has confidentially submitted a draft S‑1 registration statement to the SEC, the first step toward a public offering. The filing, made under Rule 135, signals the company’s intent to go public once market conditions are favorable, potentially creating one of the largest AI IPOs.
Inherent, a London AI lab founded by former DeepMind researchers, raised a $50 million seed round led by Index Ventures and Radical Ventures. The funding will develop Faraday, a platform that combines human curiosity with self‑improving AI to identify and tackle the most promising scientific questions.
Workday says AI agents hit a roadblock not from model limits but from permissioning. Its Sana platform uses Workday’s system of record as a governance layer and integrates with Google Gemini to enforce access controls and boost accuracy for HR and finance tasks.
Hackers used Meta’s AI‑powered support assistant to add a new email address to high‑profile Instagram accounts, allowing password resets and brief hijacks of accounts such as the Obama White House and U.S. Space Force chief. Meta patched the vulnerability and warned users to enable strong MFA, underscoring new AI‑driven attack surfaces.
OpenAI published a detailed playbook outlining how independent third‑party evaluators can reliably test frontier AI models, such as upcoming GPT‑5.5. The guide defines evaluation claims, describes the harness needed for tool‑using models, and highlights pitfalls like reward hacking and data contamination, aiming to set standards for safe AI assessment.
pi-dynamic-workflows adds a Pi extension that lets assistants write JavaScript scripts to fan out tasks across isolated subagents and then combine results. It supports file access, shell commands, and sub‑service calls, making it useful for code audits, multi‑perspective reviews, and large‑scale refactoring. The tool integrates as a Pi workflow command.
The llama.cpp PR #23861 changes the context to reserve logits space only for active sequences, trimming unnecessary buffer allocations. Combined with the -ub 2048 setting and Multi‑Threaded Parallel (MTP) decoding, the change frees roughly 1.2 GB of VRAM, extending the benefits of recent KV‑cache quantization for multi‑GPU deployments.
The Pixal3D‑ComfyUI extension adds custom nodes that let ComfyUI generate textured GLB models from images and includes a folder‑watch wrapper that strips backgrounds and runs jobs automatically. This removes the need to manually start and monitor each ComfyUI Pixal3D task.
Subscribe free