We trained a Qwen2.5-Coder 7B model on the conventions that matter inside Automation Skill Builder: choosing an approved tool, preserving typed parameters such as "0018", recovering from errors, and expressing calls in a form ASB can normalize and review.
The result is ASB-Qwen2.5-Coder-7B-Targeted-v2. It is not presented as an autonomous replacement for a developer. ASB is an attended design environment: you watch the model propose a workflow, correct it when necessary, and package the approved path into deterministic software.
01What we measured — and what we kept separate
A single score would hide where the value comes from. The benchmark therefore separates model planning, ASB execution, and deterministic packaging.
The 24.17-point difference is a model-and-interface opportunity, not an observed loss in the deterministic runtime. The routes are shown together for orientation, not as identical execution paths.
Three out of four holdout tasks succeeded with a 7.6B Q4 local model through ASB’s production normalization layer. For attended development, the remaining gap becomes visible correction work instead of hidden runtime behavior.
02Where the trained model is strongest
Tool selection was the clearest strength: both runs reached 9/10. Schema handling remained the largest repeatable weakness at 6/10, especially when a field had to stay a string or arguments had to remain a native object.
Average response time stayed close to four seconds per case: 4.384 seconds in run 1 and 4.251 seconds in run 2. The model is usable as a local design partner, but it still benefits from ASB’s visible schema, normalization, preview, and human review.
03The benchmark did not stop at mock calls
Planning scores are only useful if the platform can perform the work. We also verified the live MCP surface, the existing Chrome CDP session, browser state changes, parameter wiring, Windows packaging, and external effects.
MCP discovery
222/222 tools were visible, including 40 direct Playwright operations.
Relay and CDP
Browser-ready health, real CDP attachment, readable tabs and snapshots.
Browser effects
8/8 after the click fix. Submit, reset, wizard next and back were asserted by page state.
Windows lifecycle
2/2 non-default runs preserved Unicode and leading-zero strings in packaged output.
Why the click fix matters
The browser API once reported success without changing the page for some inline handlers. The mapped pw_click now probes the event and uses a DOM click as backup. The final 4/4 revalidation checked the business effect—not just a success message.
04What this means for an ASB user
This design changes how to read the safety and format findings. They measure developer correction cost during an observed design session. They are not evidence that the packaged executable will improvise later: the tested runtime follows the approved, parameterized program.
05Try it — and inspect the evidence
ASB-Qwen2.5-Coder-7B-Targeted-v2-GGUF
- Qwen2 architecture · 7.6B parameters
- Q4_K_M evaluation build
- Tested on Windows with 32 GB RAM
- ASB normalized route, temperature 0.1
Use local AI to design. Keep deterministic automation to run.
Download the trained model, connect it to ASB, review one successful path, and package the capability for repeatable local execution.
Get Qwen2.5 targeted v2 Download ASB More product stories