Qwen 3.8 27B - Aquarium Burst Sample Test

Reddit r/LocalLLaMA Models

Summary

Tested a prompt on the Qwen 3.8 27B model using GitHub Copilot's agent mode to simulate a detailed aquarium burst scenario, demonstrating iterative code generation without user input.

Tested this prompt on the full version (BF16). Though this was a single prompt, I executed using vscode GH copilot extension on agent (allow all) mode and let it do its thing. So there were 54 model turns. Copilot kept iterating and reviewing the functionality (using playwright) without any user involvement after the initial prompt. Create a large glass aquarium whose side panel develops a visible crack and then bursts. The simulation must include: Water escaping through the opening with flow strength based on water depth and decreasing as the tank drains A curved water jet affected by gravity A spreading puddle that collides with the room boundaries Fish, rocks, plants, and a floating toy reacting differently according to density, buoyancy, drag, and current Objects transitioning correctly from underwater motion to airborne motion and then to floor collisions Fish attempting to swim against the current before being swept through the breach Glass fragments with angular velocity, collisions, and water resistance A visible waterline that lowers continuously rather than disappearing all at once Let the user drag the crack vertically before triggering the failure. A lower crack should initially produce a stronger jet than a higher crack.
Original Article

Similar Articles

Fluid Simulation Qwen3.8 27B IQ3_XXS

Reddit r/LocalLLaMA

The author tested the Qwen3.8 27B model on a fluid simulation task, achieving success after iterative prompting, and shared the implementation with traces and a GitHub repository.

Qwen 3.8 27B SlopCodeBench results

Reddit r/LocalLLaMA

The article presents benchmark results for the Qwen 3.8 27B model on SlopCodeBench, showing poor performance on strict checkpoints but fair results on core ones, indicating it may not be suitable for autonomous code management without direction.

Qwen3.7: The Agent Frontier (15 minute read)

TLDR AI

Alibaba's Qwen team has released Qwen3.7-Max, a proprietary agent-foundation model achieving top scores on multiple benchmarks including Terminal-Bench 2.0, SWE-Pro, and GPQA Diamond, with consistent performance across various code environments.