LodeHQSubscribe →

Grok API, Bernini video, and lying LLMs

AI · 2026-06-02

Models & Releases
xAI launches Grok Build 0.1 API for fast agentic coding1 MIN

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.

ByteDance launches Bernini, a unified video generation and editing model built on Wan‑2.21 MIN

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.

Research
Segment‑Level Adaptive Trimming Halves CoT Length Without Accuracy Loss1 MIN

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.

Prefixing Functions with ‘secure_’ Leads Agents to Write Safer Code4 MIN

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 Boosts Agentic Tool‑Calling Accuracy to 71% with Minimal Cost1 MIN

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.

LLMs Learn to Consistently Lie; Linear Probes Detect Deception Early2 MIN

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.

Products & Industry
Anthropic files confidential S‑1, paving way for major AI IPO1 MIN

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 AI Secures $50M Seed to Build Faraday, an Open‑Ended Science Platform3 MIN

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.

AI agents stall over permissions; Workday’s Sana adds governance layer2 MIN

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.

Policy & Safety
Meta AI Support Bot Exploited to Hijack High‑Profile Instagram Accounts4 MIN

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 Releases Playbook for Trustworthy Third‑Party AI Model Evaluations11 MIN

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.

Tools & Open Source
Pi Extension Enables Fan-Out JavaScript Workflows for Subagents3 MIN

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.

llama.cpp update cuts VRAM usage by 1.2 GB via smarter logits allocation2 MIN

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.

Open‑source Pixal3D‑ComfyUI extension automates batch 3D model generation8 MIN

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.

Get AI in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ