Skip to content
Shuhub
‹ All issues

Week 34 · 2026 · August 20, 2026

Your model isn't the bottleneck

Models got cheaper again this week — Grok 4.6 at $2 per million, DeepSeek at half price outside peak hours, Qwen 27B with fully open weights. Then the research landed an awkward finding: one paper lifted accuracy from 82.7% to 88.1% without touching the model, for $15 instead of $574.68. The bottleneck moved. It's everything around the model now.

🗞️ Lab news

Seventeen hours a day at half price: DeepSeek V4-Pro goes GA

Source: DeepSeek API Docs

DeepSeek-V4-Pro is out of preview: a 1M-token context, up to 384K output tokens, and three reasoning levels — low, high and max. The real news is the price sheet. Billing now splits peak from off-peak, and off-peak is exactly half. Peak covers only seven hours: 01:00–04:00 and 06:00–10:00 UTC, which lands at 04:00–07:00 and 09:00–13:00 in Riyadh. Everything else is half price. The API also speaks OpenAI's Responses format natively now, so a base-URL swap often does the job. (Table figures are per million tokens, cache-miss input.)

ModelOff-peakPeak
deepseek-v4-flash · input$0.22$0.44
deepseek-v4-flash · output$0.66$1.32
deepseek-v4-pro · input$0.66$1.32
deepseek-v4-pro · output$1.98$3.96

Your takeaway: Move anything no user is waiting on — nightly summaries, batch jobs, re-indexing — outside peak. Half your bill for one line in a scheduler.

Qwen3.8-27B ships under Apache 2.0 — a vision model you own

Source: Hugging Face

Alibaba released the Qwen3.8-27B weights under Apache 2.0 — the permissive licence, not a bespoke one with conditions attached. It's a 27-billion-parameter dense model that reads text, images and video natively, with a 262,144-token context that stretches to a million. The card lists 73.0 on Terminal-Bench 2.1, 61.7 on SWE-bench Pro, 90.3 on LiveCodeBench v6 and 84.3 on OSWorld-Verified. Those are Alibaba's own numbers, unreproduced — run your own eval before you build on them.

Your takeaway: 27B fits on a single GPU. If your product touches sensitive data, you now have a multimodal model with no per-token cost and no licence to argue over. Download it and test it this week.

Grok 4.6 lands at $2 per million

Source: xAI News

xAI shipped 4.6 with a stated focus on long-running agents and interactive visual work. The launch page lists 69.9% on CursorBench v3.2, 65.9% on DeepSWE v1.1, 61.3% on FrontierCode v1.1, 57.5% on APEX-Agents and 61 on the Artificial Analysis Intelligence Index. Pricing is $2 per million input tokens and $6 output, with a Fast variant at double. It was available on day one through Cursor, Grok Build, OpenRouter, Vercel and Cloudflare.

Your takeaway: If you shelved an agent loop because running it continuously cost too much, price it again at $2/$6. A lot of what was too expensive last month just came inside budget.

Google switched Imagen 4 off — and named a replacement, not a path

Source: Google AI for Developers

Three endpoints went dark together on 17 August 2026: imagen-4.0-generate-001, imagen-4.0-ultra-generate-001 and imagen-4.0-fast-generate-001. The deprecations page recommends gemini-3.1-flash-image in their place. That is all it does, though — no comparison table, no migration guide, no line telling you what changes in the request or the response. You find that out yourself, after the pipeline has already stopped.

Your takeaway: The lesson is bigger than Imagen: a rented endpoint switches off on a published date, and its replacement can arrive with no instructions. Put a quarterly deprecation-page review in your calendar for every provider you lean on.

So what are Arab builders doing with all this cheap capacity? One of them just raised $2.5M on precisely the layer around the model.

🌍 From the Arab world

Models understand your dialect. They can't speak it back.

Source: Middle East AI News

MBZUAI presented ArabCulture-Dialogue at ACL 2026: MSA plus 13 national dialects, built by 26 native speakers across 13 countries, covering 12 everyday topics and 54 subtopics in more than 340,000 words, with the data public on Hugging Face. Here is the finding that matters to you. Across Jais, ALLaM, SILMA, Gemma, Qwen3, GPT-5 and Gemini 2.5 Pro, the models recognise cultural appropriateness in the mid-90s percent — but generate the correct dialect only about half the time. North African and Emirati Arabic were the hardest.

Your takeaway: The gap is in output, not comprehension. If your product answers in Arabic, test dialect generation specifically, and put a correction layer on top of the model.

HeyBreez raised $2.5M on the layer around the model

Source: Wamda

HeyBreez closed an oversubscribed $2.5M seed led by Lunara Partners, nine months after a $1.3M pre-seed led by Wamda Capital. Karim Malhas founded it in 2025; the offices are in Amman and Dubai. What it sells is the interesting part — not the voice model, but the operations around it: retries, callbacks, follow-up logic, branching journeys, telephony and integrations. It handles over a million calls a month, with one client's dialling campaign reaching 10,000 calls a day, across banking, healthcare, logistics and hospitality.

Your takeaway: The money is moving to the plumbing, not the model. If you're building on someone else's model, ask which operational layer nobody wants to build. That's your product.

The UAE becomes the third market where OpenAI runs inference locally

Source: Middle East AI News

Inference now runs on GPUs physically inside the UAE — not just data at rest — after the US and Europe. One constraint matters: only GPT-5.2 is supported, not GPT-5.6 Sol. Eligible tiers are the API, ChatGPT Enterprise and ChatGPT Edu, and UAE data residency has to be switched on first. It covers conversations, uploaded files, Custom GPT content, Memory and Code Interpreter output. Image generation, internal search and ChatGPT Work sit outside it, and authentication, routing and analytics still run globally.

Your takeaway: If a government or bank deal stalled on where the model actually runs — you have an answer now. Check the constraint first: GPT-5.2, not the newest.

The tooling for that layer showed up this week too — three of them install in a single command.

The Radar lands in your inbox every week — no noise

🛠️ Tools & repos

Graft maps your repo so the agent stops re-reading it

Source: GitHub

Graft builds a searchable markdown graph over your codebase so a coding agent stops rediscovering the architecture every session. Install is one command — npm install -g @nanonets/graft, then graft init — and it wires itself into Claude Code with a statusline showing graph size and staleness, auto-sync against uncommitted edits, context injection per prompt, and a blast-radius view when you edit a file. On its own efficiency benchmark — 162 controlled runs across two repos — token savings come out at 42%. On SWE-bench Verified it's 109.4M tokens against 142.0M over 50 real issues. MIT, 3.7k stars.

Your takeaway: The cheapest experiment in this issue: one install command against the largest line in your agent-coding bill. Run it on a single repo and measure it yourself.

Corsair hands your agent temporary keys instead of yours

Source: GitHub

Corsair solves a specific problem: you want the agent to touch your real accounts without it holding the credentials. The design is stated plainly — “The agent sees method names and results. Credentials are resolved internally by Corsair at call time. The agent cannot read, log, or exfiltrate them.” Connect it as an MCP server to any agent and the tool calls, permissions and scoped auth come ready-made. Four modes: open runs everything immediately; cautious, the recommended one, runs reads and writes but holds destructive actions for approval; strict requires approval for writes and blocks destructive actions; readonly blocks every write. Apache 2.0.

Your takeaway: This is the wall between a working agent demo and an agent in production. Put it in on cautious before you hand any agent a real key.

llmfit: one command tells you what runs on your machine

Source: GitHub

The project describes itself in a line: “Hundreds of models & providers. One command to find what runs on your hardware.” llmfit reads your RAM, CPU and VRAM, then scores models on four axes — memory fit, estimated speed, quality and context. It opens an interactive terminal UI by default, or you call it directly with llmfit fit, llmfit recommend --json, or llmfit bench. Written in Rust, MIT-licensed, installable through Homebrew, Scoop, pip or Docker.

Your takeaway: Before you decide between self-hosting and an API, run the command and learn your actual ceiling. Then the decision rests on a number instead of a guess.

Then a lab put a number on the whole idea, and it's steeper than you'd guess: a 38× gap in cost.

🔬 Research through a builder's eye

StateM: 88.1% for $15 instead of $574.68, with the model untouched

Source: arXiv

The paper's premise is that long-horizon agents fail even when the model can solve every individual step — they lose track of mutable state, don't reactivate lessons from earlier runs, skip procedures they already know, and stop early. So instead of upgrading weights, StateM rebuilds the runtime around durable state, phase-local context, checked transitions and recoverable runbooks. On Terminal-Bench 2.1 it lifted DeepSeek-V4 Flash from 82.7% to 88.1% on under $38 of adaptation, and reached 95.3% with GPT-5.6 Sol xhigh across 445 trials. Final-score API usage came to roughly $15 against $574.68 for the GPT reference. The code is public.

SetupAccuracyAPI cost
GPT reference83.1%$574.68
DeepSeek-V4 Flash82.7%
StateM + DeepSeek-V4 Flash88.1%~$15
StateM + GPT-5.6 Sol xhigh95.3%

Your takeaway: Before you pay for a bigger model because your agent keeps stalling on long tasks, rebuild what surrounds it: explicit state, a runbook, checked transitions. On this evidence, that bought more accuracy for a fraction of the money.

Your skill library breaks at 100 — and retrieval is why

Source: arXiv

A mechanical audit of what skills actually do, rather than another aggregate win-rate table: 8,135 normalised trial records and 238 unique labels from 240 hand-coded records, across different benchmarks, harnesses and models. Two findings stand out. Skills stabilise behaviour rather than supply knowledge — 65.7% of their effect is procedural anchoring against 4.5% for explicit knowledge injection — and they beat Workflow Memory by 6.06 points. The harsher one: grow the pool from 5 to 100 and actual-use precision falls from 29.6% to 3.3%. The stated limitation is real too — the taxonomy rests on 240 hand-coded records, a small base for strong causal claims.

Your takeaway: Don't pile every skill into one bucket. Split them by task type and load only the small relevant set — the failure is in retrieval, not in the skills themselves.

If the scaffolding is where the wins are, where do you start?

💡 Ideas for makers

Build the dialect layer nobody has

Source: Middle East AI News

This week's MBZUAI number draws a clean gap: models recognise dialect in the mid-90s percent and produce it correctly about half the time, with North African and Emirati Arabic the weakest. That's a product gap, not a research gap. Start with one dialect you know well and build a correction-and-evaluation layer over an existing model — not a model from scratch. The benchmark is public, so you and your competitors both start from a known number.

Your takeaway: Pick a dialect, measure against it, publish the number. Whoever owns the measurement owns the market.

Build it and launch it on Shuhub →

Make the spend ceiling a headline feature, not billing fine print

Source: GitHub

Mole, a terminal research agent, took 100 points on Hacker News this week, and the best thing about it isn't the research — it's the invocation: mole research “question” --usd 0.50. You declare a dollar ceiling and it holds. That answers the thing that worries everyone trying an agent for the first time: not knowing what it will cost until it's done. Put that number on the front of your product, not on the pricing page.

Your takeaway: Whatever agent product you're building: add a user-set ceiling and show it in the headline. That number is what buys trust.

Build it and launch it on Shuhub →

A Saudi grant up to SAR 500,000 — the door shuts 29 September

Source: Middle East AI News

The Cultural Development Fund is granting up to SAR 500,000 to micro, small and medium cultural businesses adopting or building with AI. Applications opened on 10 August and close on 29 September 2026 through the fund's website. Six tracks: creativity and production; heritage and asset preservation; content and knowledge development; cultural experiences and engagement; cultural project management; and governance and IP. It runs with the Ministry of Culture, the Quality of Life Program and SDAIA.

Your takeaway: Money that doesn't take a slice of your company, with a date on it. If your idea touches content, heritage or cultural experiences, write the application this week — six weeks goes fast.

Build it and launch it on Shuhub →

This issue's sources (14)
This week's launches on Shuhub

‹ All issues

Don't miss an issue

This same content — in your inbox, every week.