Skip to content
Shuhub
‹ All issues

Week 31 · 2026 · August 1, 2026

The cost excuse just ran out

Seven days: OpenAI took 80% off Luna, DeepSeek will sell you a million tokens for $0.0028 on a cache hit, and Moonshot put 2.8 trillion parameters up for download. If cost was why you hadn't built the thing, that reason died this week. The harder question survived it — nobody has published how any of these cheap models handle Arabic.

🗞️ Lab news

OpenAI took 80% off Luna

Source: OpenAI

On July 31 OpenAI dropped GPT-5.6 Luna to $0.20 per million input tokens and $1.20 output — a fifth of what it cost the day before. Terra fell 20%, to $2 and $12. The cut had a mechanism behind it: two days earlier OpenAI said it had shaved 20% off its own serving cost through kernel optimisation and gained 15% in token-generation efficiency via speculative decoding. Codex was the first thing to benefit — auto-review moved from GPT-5.4 to Luna and got roughly 10x cheaper.

Your takeaway: Don't rewrite anything yet. Take the prompts you already have, run them against Luna, and compare both the output and the invoice. Going from $1 to $0.20 doesn't just fix your margin — it makes a price point viable that wasn't last month.

Moonshot opened Kimi K3's weights — 2.8 trillion parameters

Source: Hugging Face

At 00:00 UTC on July 27, Moonshot published Kimi K3's weights on Hugging Face: a mixture-of-experts model with 2.8 trillion total parameters, 104 billion active per token, and a 1,048,576-token context window. It is the largest open-weight release so far. The download is 1.4TB. And the detail most coverage skipped: it ships under a custom Kimi K3 License, not MIT — read it before you build a business on it.

Your takeaway: You are not running this on your laptop, or on one server. The practical value isn't the download — it's the ceiling it sets. A model this capable being open caps what any API vendor can charge you. And if your product genuinely needs weights that never leave your infrastructure, the option now exists — provided the licence lets you.

The floor: $0.0028 per million tokens — with conditions

Source: DeepSeek API Docs

DeepSeek's official pricing page currently lists deepseek-v4-flash (build 0731) with a 1M-token context at $0.14 per million input and $0.28 output. On a cache hit, input drops to $0.0028 — fifty times cheaper. Then read the small print: prices double during peak hours, 9:00-12:00 and 14:00-18:00 Beijing time. Convert that to your own clock and the second window lands between 09:00 and 13:00 in Riyadh and Cairo, 10:00 to 14:00 in Dubai — the middle of your users' working day.

ModelInput ($/1M)Output ($/1M)
GPT-5.6 Luna0.201.20
GPT-5.6 Terra2.0012.00
DeepSeek V4 Flash0.140.28
DeepSeek V4 Pro0.4350.87

Your takeaway: Design around the cache, not the headline price. Keep the front of your prompt fixed — instructions, static context — and vary only the tail; that's what earns the hit and the thousand-fold discount. Push heavy batch work past 13:00 Riyadh time (14:00 in Dubai).

While the price war raged in San Francisco and Hangzhou, a global index put an Arab model at number one.

🌍 From the Arab world

Falcon H1 tops the first global sovereign-AI index

Source: Counterpoint Research

On July 30 Counterpoint Research published its first Sovereign AI LLM Index, built from a survey of more than 80 countries and 170 active models. Abu Dhabi's Technology Innovation Institute took first place globally with Falcon H1, leading all four dimensions the index scores: ownership, foundational build, native-language depth and real-world application. The entire top four is from the region — Falcon H1, Saudi Arabia's ALLaM, Jais 2 and K2 Think V2 — ahead of Russia, India, South Korea, Japan, France and Switzerland. The number worth pausing on: 56% of the world's sovereign LLMs are adapted from existing open bases rather than trained from scratch.

Your takeaway: This isn't a flag-waving story. It means the models closest to your users' Arabic now have real deployment behind them, not just papers. Put Falcon and ALLaM in your eval set alongside GPT and Claude — not as a gesture, but because nobody has measured which is better for your specific case.

Konecta picked Cairo for its first global GenAI centre

Source: Daily News Egypt

On July 28 the Spanish group Konecta opened its regional headquarters in New Cairo together with its first global centre of excellence for generative AI, part of a $100 million investment in Egypt inaugurated by Communications Minister Raafat Hindi. The centre currently employs 800 Egyptian specialists working in Arabic, English, French, German, Italian, Spanish and Dutch, with a plan to reach roughly 3,000 by the end of 2028. The line worth noticing: the work includes developing and localising Konecta's own Kolibri agentic AI platform — building product, not just running support.

Your takeaway: The $100M isn't the story. The story is that a global company chose Cairo for its first product centre in this field, not its tenth support office. If you're hiring Arabic-fluent AI engineers, you now have a well-funded competitor in the same market. And if you sell developer tools, that's 3,000 seats forming in one city.

"Which model should I build on?" had plenty of answers this week. The less fashionable question mattered more: how many tokens are you burning before you even reach the model?

The Radar lands in your inbox every week — no noise

🛠️ Tools & repos

codebase-memory-mcp — give your agent a memory instead of a re-read

Source: GitHub

An MCP server that indexes your repository into a persistent knowledge graph, so your agent stops reading files one by one every session. It covers 158 languages through tree-sitter and runs entirely locally — your code never leaves the machine. The number that justifies a trial, from the project's own README: five structural queries cost about 3,400 tokens through it, against about 412,000 tokens via file-by-file search — roughly 120x. It indexes the Linux kernel (28M lines across 75,000 files) in three minutes. MIT licence, single static binary, no dependencies.

Your takeaway: The cheapest token is the one you never send. If your agent spends half its context rediscovering your project every session, this is the highest-return thing you install this week — and installing it is one command.

Two new transcription models from OpenAI

Source: OpenAI Developer Community

On July 29 OpenAI shipped two transcription models in the API: GPT-Transcribe for finished files and batch jobs at $0.0045 per minute, and GPT-Live-Transcribe for low-latency streaming at $0.017 per minute. OpenAI says the asynchronous model cuts error rates to less than half of Whisper's, with better handling of context and specialised terminology, and demonstrated accurate transcription over live instrument playing to show noise resilience.

Your takeaway: A vendor's claim about "languages and accents" is not a claim about your dialect. Before you scope a voice feature, push twenty minutes of real recordings — Gulf, Egyptian, Levantine — through both models and judge on your own audio, not the demo.

Codex now reviews across more than one repo

Source: OpenAI Codex Changelog

Codex v26.727, shipped July 30, added multi-repository diff review in a single pass, a built-in browser with history search, an expanded image viewer with Canvas and Focused modes, and an activity sidebar. For Enterprise and EDU accounts OpenAI added admin controls that separate Work Local from Work Cloud and set Fast Mode defaults with per-role overrides.

Your takeaway: If your product is split across a frontend repo, an API repo and an infrastructure repo, this is the feature you were waiting for: review used to stop at the repo boundary, and your changes never did.

One of those tools shares an idea with a paper out of NVIDIA this week: codebase size is now a cost.

🔬 Research through a builder's eye

Molt — a training framework designed to be read whole by an agent

Source: arXiv

Eleven NVIDIA researchers posted Molt to arXiv (2607.21653): a PyTorch-native training framework for agentic reinforcement learning, Apache-2.0. What's new isn't an algorithm — it's an explicit design choice. Keep the codebase small enough that a researcher can hold it in their head and an AI coding assistant can read it in its entirety and trace the algorithm end to end. The agent is an ordinary program; a single asynchronous loop trains multimodal and mixture-of-experts policies while never training on a token it did not generate. The result that matters: the leanness cost them nothing — under a matched protocol, they report performance statistically comparable to a state-of-the-art Megatron stack.

Your takeaway: Steal the decision, not the framework. If your repo is too big for your agent to read in one pass, that stopped being an aesthetic issue — it's a cost you pay every session. NVIDIA chose small deliberately and measured that they gave up nothing. Ask what your project would look like if "an agent can read all of it" were a design requirement.

Three openings came out of this week's material. Each one starts today.

💡 Ideas for makers

Publish the first Arabic measurement of the cheap tier

Source: Hugging Face

Prices fell this week. What didn't arrive with them was a single number saying how these cheap models behave in Arabic. The Open Arabic LLM Leaderboard on Hugging Face measures open Arabic models, but the cheap closed tier — Luna, V4 Flash and their peers — sits outside it entirely. Build a small honest test set from your own domain: fifty real examples, reference answers, one clear metric. Run it against four models and publish the table.

Your takeaway: Fifty examples is enough to become the reference. Whoever publishes the number first owns the question — and everyone building in Arabic after that goes looking for your table.

Build it and launch it on Shuhub →

A dialect voice product just became economically possible

Source: شُهُب

Put this week's numbers together: transcription at $0.0045 a minute, a language model at $0.20 per million tokens. A full hour of call audio now costs pennies. That opens what Arab-market margins never allowed: summarising sales calls in dialect, Arabic meeting minutes, voice support for users who don't type Arabic comfortably. The other half — voice generation — already has an Arabic answer: Lahajati, on Shuhub, covers more than 190 dialects.

Your takeaway: Start from the call, not the model. Record ten real calls from your business, transcribe them, and summarise them by hand first. If the manual summary is useful, the automation is worth building — and if it isn't, you just saved yourself a month.

Build it and launch it on Shuhub →

Design for the cache: 50x is sitting on the table

Source: DeepSeek API Docs

DeepSeek's gap between a cache hit and a miss this week is fifty-fold: $0.0028 against $0.14 per million tokens. Most applications throw that away because they rebuild the prompt from scratch on every request. The fix is structural, not an optimisation: pin the front — instructions, product definition, static context — and let only the tail vary. Then put a routing layer in front of everything: cheap model first, escalate to the expensive one only when a criterion you defined fails.

Your takeaway: Read the prompt you're sending right now. If the username or the date is on line one, you're paying fifty times more for no reason. Move them to the bottom before you even think about switching models.

Build it and launch it on Shuhub →

This issue's sources (11)
Reading about it is one thing. Building it is another. AI Coder — join the waitlist
This week's launches on Shuhub

‹ All issues

Don't miss an issue

This same content — in your inbox, every week.