Superpowers is a new agentic skills framework and software development methodology designed for coding agents. It provides a structured approach to software development, emphasizing TDD, YAGNI, and DRY principles through a series of composable skills. The framework integrates with various coding agents like Claude Code, Antigravity, and GitHub Copilot CLI, guiding them from design specification to subagent-driven implementation and code review.
Researchers have introduced WorldSample, a novel framework designed to enhance real-robot reinforcement learning by integrating physical rollouts with high-fidelity synthetic transitions. This approach utilizes a real-synthetic loop, a post-trained world model, and Policy-Paced Learning to significantly reduce interaction costs and improve policy success rates in robot manipulation tasks. WorldSample addresses the limitations of traditional RL deployments on physical robots by generating realistic synthetic data and intelligently regulating its use.
GeoMix is a new descriptor-free 2D-3D matching framework that significantly improves visual localization accuracy by strengthening geometric discriminability. It introduces directional and distance-aware embeddings, learnable global context nodes, and a novel Mix-Training approach for multiple keypoint detectors. This advancement narrows the performance gap between descriptor-free and descriptor-based methods, offering benefits in privacy and map maintenance.
Herdr is a new terminal multiplexer designed specifically for managing multiple AI coding agents. It provides a real terminal environment for each agent, offers at-a-glance status updates (blocked, working, done, idle), and supports persistent sessions accessible from any terminal via SSH. Built in Rust, Herdr aims to streamline the developer workflow when orchestrating numerous AI assistants.
Recent research reveals that three prominent language model training methods—GRPO, Dr. GRPO, and DAPO—are fundamentally variations of a single mechanism. They all adjust a single metric: the standard deviation of sampled answers to a given prompt. This standard deviation directly correlates with the magnitude of the training update, indicating that disagreement among responses is a crucial driver of learning.
Researchers have introduced Exformer, an Extreme-Adaptive Transformer designed to improve time series forecasting, particularly for data containing rare but critical extreme events. This new framework addresses the limitations of traditional Transformer models that often underrepresent extreme patterns by treating all time points uniformly. Exformer incorporates a novel extreme-adaptive attention mechanism to explicitly model dependencies between normal and extreme events.
Yuxinlu1 has released Gemma4-12B v2, an updated GGUF model focused on agentic coding and tool-use capabilities. This iteration significantly improves performance on technical-agentic tasks compared to its base model, making advanced AI agent functionality accessible on local hardware with minimal VRAM requirements. The model is designed for multi-step technical tasks, debugging, and code generation.
Empero AI has released Qwythos-9B-Claude-Mythos-5-1M-GGUF, a quantized version of their 9B parameter reasoning model. This model features a 1M token context window, native function calling, and multimodal image input, making it suitable for local deployment on various GGUF-compatible runtimes.
New research challenges the prevailing understanding of performance improvements in self-alignment methods for diffusion transformers. Contrary to previous assumptions, the gains from methods like Self-Flow over SRA appear to stem primarily from data augmentation along the noise dimension, rather than interactions between tokens at different noise levels. The introduction of 'Attention Separation' demonstrates that blocking such interactions can even improve performance, highlighting the role of augmentation.