SWE-rebench-V2 Released: Largest Open Multilingual Dataset for Code Agent Training

SWE-rebench-V2 Release Details
Nebius's R&D team, led by Ibragim, has published SWE-rebench-V2, which they describe as "currently the biggest open dataset in the world for training coding agents." The dataset is multilingual and executable, designed specifically for large-scale reinforcement learning training.
Key Technical Features
The team built an automated pipeline to extract RL environments at scale. This release includes:
- The complete SWE-rebench-V2 dataset
- A detailed technical report
- Paper and dataset available at: https://huggingface.co/papers/2602.23866
Community and Support
The team maintains active Discord support for both the dataset and their SWE-rebench Leaderboard at: https://discord.gg/wXYmWpMu. They note that the LocalLLaMA community has provided "the most valuable feedback" for their work with the SWE-rebench Leaderboard and confirm they're continuing work on the leaderboard with plans to "make it even cooler."
For research collaborations or questions, Ibragim can be reached via DM on Reddit or Twitter (X) at: https://x.com/ibragim_bad.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Real-world comparison: Opus 4.6 vs MiMo-V2-Pro vs GLM-5 on OpenClaw setup
A developer tested three AI models on practical tasks including Turkish idiom translation, Python coding, spatial reasoning, and browser automation. MiMo-V2-Pro outperformed Opus 4.6 on coding tasks and cost 20x less, while Opus maintained advantages in non-English language understanding.

LM Studio plugins add web image analysis for vision-capable LLMs
A developer created plugins for LM Studio that enable vision-capable LLMs to fetch and analyze images from the web, with automatic image processing and tool chaining. The plugins work with models like Qwen 3.5 9b/27b and include updated Duck-Duck-Go and Visit Website functionality.

DecisionNode: CLI and MCP Server for Semantic Decision Storage
DecisionNode is a local-only CLI and MCP server that stores structured decisions as JSON, embeds them as vectors for semantic search, and makes them accessible across AI tools via MCP. It's MIT licensed and designed to work with Claude Code, Cursor, Windsurf, Antigravity, and other MCP clients.

Code-Graph-MCP: Open Source MCP Server Reduces Claude Code Token Usage by 40-60%
code-graph-mcp is an MCP server that indexes codebases into an AST knowledge graph, replacing multiple grep/read calls with single structured queries. The developer reports 40-60% total session token savings and 80% fewer tool calls per navigation task.