Qwen3.5-27B-FP8 performance benchmarks with OpenClaw agents

Performance benchmarks from community testing
Community testing was conducted using a single modified RTX 4090 GPU with 48GB VRAM. The official Qwen3.5-35B-A3B-FP8 and Qwen3.5-27B-FP8 models were tested with 256K context length.
Framework recommendations
SGLang is recommended as the only framework that fully supports prefix caching, which is essential for Qwen3.5's hybrid attention architecture.
- For 100K context: Cold-start prefill takes about 10 seconds
- With caching: Prefill drops to 200ms
- Result: Very low first-token latency and extremely fast output
Model performance metrics
- Qwen3.5-35B-A3B-FP8: Started at 120 tokens/second, decayed to 80 tokens/second
- Qwen3.5-27B-FP8: Started at 20 tokens/second, slightly decayed to 18 tokens/second
OpenClaw agent scaling
OpenClaw can run agent teams with six agents simultaneously, and speed scales up to reach 120 tokens/second. The tester noted surprise at this scaling behavior.
The drawback mentioned is that single-thread performance is slow with this configuration.
MTP optimization notes
Enabling MTP (Multi-Token Prediction) for the 27B-FP8 model can significantly boost single-request generation speeds:
- On a single NVIDIA H100: Maintains 100 tokens/second with 20K context window
- Prefill speed for 64K tokens: Under 1 second
Important caveat: MTP conflicts with prefix caching and is highly VRAM-intensive. Users with RTX 4090 should start with a lower num-steps setting.
📖 Read the full source: r/openclaw
👀 See Also

Claude-Code v2.1.88 Release: Flicker-Free Rendering, Permission Hooks, and Critical Fixes
Claude-Code v2.1.88 introduces a flicker-free rendering option via CLAUDE_CODE_NO_FLICKER=1, adds a PermissionDenied hook for auto mode retries, and fixes memory leaks, crashes, and rendering issues across Windows, macOS, and Linux terminals.

Config Changes with Kimi 2.5 and Opus 4.6
User discusses the performance of Kimi 2.5 for code tasks and config changes, using Opus 4.6 as a coding subagent.

Bonsai 27B: First 27B-Class Model Runs on a Phone — Benchmark Scores and Specs
PrismML releases Bonsai 27B, a ternary/binary 27B model that fits in 3.9-5.9 GB and runs on phones and laptops. Retains 90-95% of full-precision baseline.

Claude AI Recovers 11-Year-Old Bitcoin Wallet Worth $400K by Finding Backup and Fixing Brute-Force Bug
A user recovered a 5 BTC wallet (worth ~$400K) after 11 years by feeding their entire college computer files into Claude. The AI found an older backup wallet and identified a bug in btcrecover's password combination logic, enabling successful decryption.