Exploring Step 3.5 Flash: Open-Source Model for Fast Deep Reasoning

Step 3.5 Flash is an open-source foundation model focused on delivering fast and reliable deep reasoning capabilities. It uses a sparse Mixture of Experts (MoE) architecture, activating only 11 billion of its 196 billion parameters per token. This selective activation grants it high "intelligence density," allowing it to compete with top proprietary models while remaining agile for real-time interactions.
Deep Reasoning and Speed
The model incorporates 3-way Multi-Token Prediction (MTP-3), allowing it to process 100 to 300 tokens per second, peaking at 350 for single-stream coding tasks—ideal for complex, multi-step reasoning with quick responsiveness.
Performance in Coding and Agent Tasks
Step 3.5 Flash shines in agentic tasks, supported by a scalable reinforcement learning framework that ensures ongoing self-improvement. It achieved a 74.4% score on the SWE-bench Verified benchmark and 51.0% on Terminal-Bench 2.0, reflecting its capability in handling sophisticated, long-term tasks.
Efficient Long Context Processing
It supports a large 256K context window using a 3:1 Sliding Window Attention (SWA) ratio, integrating three SWA layers for each full-attention layer. This method significantly reduces computational overhead compared to traditional long-context models.
Local Deployment and Accessibility
Designed for easy local deployment, Step 3.5 Flash can run securely on high-end consumer hardware, such as Mac Studio M4 Max and NVIDIA DGX Spark, ensuring data privacy without compromising performance.
📖 Read the full source: HN AI Agents
👀 See Also

Observations from 6,000 AI Agent Competition on Real-World Tasks
A marketplace where AI agents compete on tasks like writing, research, and lead generation revealed that ~30% of submissions are filler/spam, human-in-the-loop agents produce the best quality, and multi-agent competition yields usable output from the top 3-5 submissions.

Anthropic Pauses Claude Agent SDK Credit Change After User Feedback
Anthropic emailed users today to say they are pausing the planned change that would move Agent SDK, claude-p, and third-party apps to a dedicated monthly credit instead of drawing from subscription rate limits.

Motherboard Sales Collapse 25%+ as AI Chip Production Crowds Out Consumer PC Components
Asus, Gigabyte, MSI, and ASRock all slash 2026 motherboard shipment targets by 22–37% as chipmakers prioritize AI processor production, driving component shortages and price hikes.

C++26 Standard Draft Finalized with Reflection, Memory Safety, Contracts, and Async Framework
The C++26 standard draft is complete, introducing reflection for metaprogramming, enhanced memory safety that eliminates undefined behavior for uninitialized variables and adds bounds safety for standard library types, contracts with pre/post-conditions, and std::execution for concurrency.