👤 I just want browser tools
You can ignore model names. Scroll to Part 2 or open the Toolbox and try a free tool.
Proof & timing · plain-language edition
This page shows measured results — not marketing vibes. Part 1: can a small local AI finish a real file task when we guide it? Part 2: is one toolkit faster than bouncing across many free websites?
You don’t need a PhD. In plain English:
What this page is: honest measurements of (1) whether a local AI finishes a real file job, and (2) whether one toolkit beats multi-site busywork. What it is not: a ranking of which chat AI is “smarter,” or made-up “hours saved” claims.
In plain English: we gave the same small local AI the same “compress this image” task 20 times. Without guidance it never produced a correct file. With Easy Mode it succeeded every time. Success means we checked the actual file — not just that the AI said “done.”
Make a fixed test image smaller than 80,000 bytes without changing its size (320×320 pixels). The AI only “wins” if the output file passes those checks.
Next up may include exact resize, PDF merge, QR packs — still scoring real output files, not chat confidence.
| What we fixed | What that means |
|---|---|
| The job | Compress a fixed test image below 80,000 bytes without changing its pixel size (must stay 320×320). |
| The test file | Same image file every time for fair comparison. |
| The AI model | A small local model: Qwen3.5 9B (compact install, often via LM Studio or similar on your PC). |
| What stayed the same | Same model, settings, file, goal, and 20 tries each side — only the “guidance layer” changed. |
| Without Easy Mode (“raw”) | The AI sees a big menu of tools and has to figure everything out alone. |
| With Easy Mode (“guided”) | A short checklist: remember the goal, try again safely, and check the file before claiming success. |
| How we score a win | The finished file must exist, stay 320×320, and be under 80 KB. The AI saying “done” is not enough. |
| How unguided usually failed | It inspected or described the image instead of compressing — then claimed success while the file was still too big. |
| How the AI worked | Jobs finished correctly | Thinking cost (tokens) | What helped it |
|---|---|---|---|
| Without Easy Mode Big tool menu, no checklist |
0 / 20 | 21,738 average | Tools only — no extra guidance |
| With Easy Mode Short checklist + file checks |
20 / 20 | 4,653 average (−78.6%) | Goal memory, safe retries, output verification |
Download the local bridge for Windows, macOS, or Linux. Point it at LM Studio, Ollama, or another local AI server on your machine (or a trusted home network address).
Models that support “tool calling” work best (for example many Qwen or Llama instruct builds). Closer match to our test = closer numbers.
Example: “Compress this image under 80,000 bytes without changing dimensions.” Require a real file, not just a yes.
Check width, height, and file size. If the AI says “done” but the file fails, count it as a fail — same as we do.
# Optional: power users — start the free local bridge export AMT_LLM_UPSTREAM_URL=http://127.0.0.1:1234/v1 # or your LM Studio address export AMT_EASY_MODE=true npm start # Then in your chat UI: “Compress /path/to/image.png under 80000 bytes without changing dimensions.”
In plain English: instead of opening four different free websites, can you finish the same pack in one place? We timed three common jobs. Agent Media Tools (one toolkit) was much faster in our automated comparison.
Bars match our measured medians for the social pack (6.7s vs 0.4s). Longer bar = more time.
scripts/run-workflow-roi-bench.mjs · raw numbers docs/workflow-roi-results.json.What you get: one photo turned into Instagram, X/Twitter, LinkedIn, and Stories sizes, plus a QR code, short tracking link, and a shareable notes paste.
| Path | Typical time | Steps | Websites |
|---|---|---|---|
| Many free sites | 6.7s | 19 | 4 different places |
| Agent Media Tools | 0.4s | 12 | 1 place |
About 6.3s saved per pack (94.7%) in this automated test. Doing it 50 times/week ≈ 5.3 min of pure machine time; real multi-tab clicking is usually slower on the “many sites” side.
We checked: exact pixel sizes, QR created, short link + paste created. Does not include writing captions or posting to social apps.
Playbook → · Resize → · QR →
What you get: one product photo → small grid size (800×800), large hero (1600×1600), modern WebP version, listing file under 250 KB, plus a short size note.
| Path | Typical time | Steps | Websites |
|---|---|---|---|
| Many free sites | 3.5s | 10 | 4 different places |
| Agent Media Tools | 0.4s | 9 | 1 place |
About 3.1s saved per product image (88.8%) in this automated test. 100 products/week ≈ 5.2 min of pure machine time.
We checked dimensions, WebP output, and the size budget. No photo retouching or AI art generation in this test.
What you get: three PDFs combined into one, text pulled out, a rough “how big is this for an AI?” token count, and a short intake note.
| Path | Typical time | Steps | Websites |
|---|---|---|---|
| Many free sites | 3.2s | 11 | 4 different places |
| Agent Media Tools | 0.1s | 6 | 1 place |
About 3.1s saved per packet (97.8%) in this automated test. 100 packets/week ≈ 5.2 min of pure machine time.
We checked the merge and that marker text from each PDF showed up. This test uses PDFs that already contain text (not scanned photos of paper).
Power users / reproduce Part 2: node scripts/run-workflow-roi-bench.mjs with your API key · full protocol in docs/workflow-roi-benchmark-specs.md.
Pick the path that matches you — no need to understand every acronym.
Open the Toolbox and try compress, resize, PDF, or QR — no agent required.
Install free Easy Mode so small models finish jobs more often.
Five-minute path: free API call → account → key → first authenticated request.
See why one toolkit is the point — then try a workflow playbook.
No. We are not ranking chat AIs. Part 1 tests whether a small local model finishes a file job with vs without Easy Mode. Part 2 times multi-site busywork vs one toolkit.
We ran the same compress job 20 times. Without Easy Mode: zero correct files. With Easy Mode: twenty correct files. We checked the actual images, not the chat messages.
A free local helper that gives small on-device AIs a short checklist so they finish tools more reliably — without sending your files to a cloud model unless you choose to.
Both sides of Part 2 are automated (scripts + page loads), so they finish fast. That still shows a big relative gap. Real humans clicking free websites are usually slower on the multi-site side — we deliberately kept that side optimistic so we don’t overclaim.
No. The same local Qwen model ran both sides. Easy Mode adds structure around it; it does not swap in a larger online model for the published score.
Yes — link this page, mention the date of the test, and include the caveats (one model / one task for Part 1; automated multi-site lower bound for Part 2). Prefer the full story over only “20/20.”
Install the free bridge and connect LM Studio, Open WebUI, or Hermes.
Why small models fail at tools and what the seven controls change.
Free curl → browser tool → account → API key in about five minutes.
Why builders consolidate image, PDF, and utility vendors.
New users: open the free Toolbox. Local AI users: install Easy Mode. Builders: grab a free API key in five minutes.