Signing you in...

Please wait while we verify your authentication

How-to guide

How to Stay Updated on AI as a Software Developer — Without the Noise

Published July 3, 2026

Another Tuesday, another AI SDK — the third one this week just landed in your team's Slack. Meanwhile, the API you actually call in production quietly deprecated an endpoint, and you nearly missed it.

Good news — you're in the right place! Setting this up takes about two minutes, and the first edition is free.

In this guide, I'll show you how to stay updated on AI as a software developer using MorningMail, a tool I built. Every morning, an AI agent searches the web and writes you a short email: real releases with version numbers, papers with benchmarks, primary sources — no hype threads.

So, let's dive in — it's really easy!

Try it yourself — your first edition is free →

What you'll build

How to Stay Updated on AI as a Software Developer — Without the Noise — AI developer tools · What shipped

Generic AI newsletters write for everyone at once — marketers, researchers, your CTO. None of them care that you build on a specific runtime with specific SDKs, and that one minor-version bump matters more to you than any keynote.

MorningMail flips that. You write one instruction — like a ticket for a sharp colleague — and every morning an agent searches the web from scratch and writes the email itself. It's not a link forwarder like Google Alerts: it reads, filters, and reports back with sources you can verify in one click.

And your prompt carries your context permanently. Adopt a new framework tonight? Add its name, and tomorrow's edition covers it. Your reading list becomes one sentence you maintain — not thirty subscriptions.

See it live: the latest edition

So here's a real example. This is the edition from August 28, 2026 of exactly this newsletter — written by the agent that morning, based on the example prompt from this guide. Not a mockup: I run it myself on MorningMail.

Edition from August 28, 2026

AI developer tools · What shipped
Friday, August 28, 2026
AI developer tools · What shipped

BenchPress predicts model scores, Qwen3.8-Flash ships open, Unsloth quantizes aggressively

1 min read

BenchPress: predict model scores

Stop running benchmarks you don't need.

Microsoft released BenchPress, a matrix-completion framework that predicts AI model performance across 133 benchmarks without full evals [Quelle: GitHub]. The tool interpolates scores for 84 frontier models using logit-space rank-2 decomposition, hitting a median absolute error of 4.6 points and preserving 92.1% of pairwise rankings from just five probe benchmarks. The living dataset on Hugging Face already covers 189 LLMs across 59 benchmark categories; MIT and CDLA-licensed code is open on GitHub.

Benchmark economics just shifted.

Qwen3.8-Flash ships open, cuts train cost

Alibaba's new open MoE trades cost for speed.

Qwen3.8-Flash, a 125B-parameter Mixture-of-Experts model with 6B active per token, now competes with DeepSeek-V4-Flash and Claude Opus across coding, math, and tool-use benchmarks [Quelle: Alibaba Cloud]. It supports 262K context natively (1M via RoPE), trained on half the compute of Qwen3.7-Plus with Gated DeltaNet attention and sparse mechanisms. Weights land on Hugging Face; API pricing is $0.16/$0.47 per million tokens.

Open weights just undercut closed pricing again.

Unsloth: aggressive quantization for edge

New 1-bit data types squeeze Qwen onto consumer GPUs.

Unsloth shipped quantized Qwen3.8 variants using 1-bit formats (UD-IQ1_XXXS at 1.1875 bits per weight), reducing the 95B-active model from 397GB to under 36GB while retaining 92–97% accuracy on Blackwell [Quelle: Unsloth Docs]. The 27B runs on 16–19GB VRAM with 256K context; NVFP4 inference runs 1.5× faster than BF16 via vLLM, llama.cpp, and Unsloth Desktop. Tool calling now supports agentic workflows.

Edge reasoning just became viable.

Sources
BenchPress: calibrated LLM benchmark score completion - GitHub
BenchPress: calibrated LLM benchmark score completion - GitHub
13 hours ago ... Microsoft Research, AI Frontiers. GitHub release arXiv License · Project page · Code · Dataset · Paper. Abstract: A modern model ...
github.com
AI Summary

Microsoft released BenchPress, a machine learning framework for predicting AI model performance across benchmarks without running full evaluations. The tool compiles a public score matrix of 84 frontier models on 133 benchmarks and uses logit-space bias-decomposed rank-2 matrix completion to predict missing scores with a median absolute error of 4.6 points. The framework achieves 92.1% preservation of pairwise model rankings using only five probe benchmarks, reaching 5.0 error on brand-new releases. BenchPress is available as open-source code and dataset (MIT and CDLA-Permissive-2.0 licensed) on GitHub with a living dataset maintained on Hugging Face, supporting 189 frontier LLMs from 28 providers and 316 benchmarks across 59 categories.

Visit source
Alibaba Releases Qwen3.8-Flash with Innovative Model ...
Alibaba Releases Qwen3.8-Flash with Innovative Model ...
16 hours ago ... Alibaba Releases Qwen3.8-Flash with Innovative Model Architecture Delivering Optimal Price-Performance · The model performs competitively against leading models ...
alibabacloud.com
AI Summary

Alibaba released Qwen3.8-Flash, an open-weight multimodal Mixture-of-Experts model featuring a 125B-parameter main model with 6B parameters activated per token. The model performs competitively against DeepSeek-V4-Flash and Claude-Opus-4.6 across multiple benchmarks including SWE-bench Pro, CoWorkBench, Toolathlon Verified, MathVision, AndroidWorld, and ERQA. Qwen3.8-Flash supports 262K context tokens natively (extendable to 1M), with weights available on Hugging Face and ModelScope, and API access priced at 0.16 USD per million input tokens and 0.47 USD per million output tokens. The model introduces architectural innovations including Gated DeltaNet attention combined with Qwen Sparse Attention, Gated Residual mechanisms, N-gram embeddings, and the Muon Optimizer to improve computational efficiency. It requires only one-ninth the training resources of Qwen3.7-Plus while delivering superior performance in coding and office tasks, serving as a preview for the upcoming Qwen4 series.

Visit source
Qwen3.8 - How to Run Locally | Unsloth Documentation
Qwen3.8 - How to Run Locally | Unsloth Documentation
20 hours ago ... Qwen3.8-2.4T-A95B is a 2.4T parameter (95B active) model with rivaling GPT-5.6 Sol. ... Qwen3.8 can run in Unsloth Desktop, an open-source UI app for local AI.
unsloth.ai
AI Summary

Unsloth released quantized versions of Qwen3.8 models with new developer tools and optimizations. Qwen3.8-27B runs on 16-19GB VRAM with vision and reasoning capabilities across 256K context window, available as GGUFs via Unsloth with Dynamic V3.0 achieving 10% more accuracy at the same size. Qwen3.8-2.4T-A95B (95B active parameters) was quantized to 397GB using new 1-bit data-types (UD-IQ1_XXXS at 1.1875 bits per weight), reducing storage 91% from full precision. Unsloth released NVFP4 quants running 1.5x faster than BF16 with 92-97% accuracy retention on Blackwell GPUs, available through vLLM, llama.cpp, and Unsloth Desktop with tool calling support for agentic coding tasks.

Visit source
Compiled overnight by MorningMail.aiDelivered at 07:00
Take this newsletter into your library

One click creates your own editable copy — change the prompt, the delivery time, everything.

Browse all editions →

You could get this general version into your inbox right now — and then fine-tune it to your very specific needs. Here's how to do it:

Step by step: from zero to your first edition

The whole setup takes about two minutes. And every screenshot below comes straight from the real product — nothing is mocked up.

  1. Step 1 Open morningmail.ai

    No account yet, nothing to install — the landing page IS where you compose. A friendly press robot introduces itself above one big input, and the paper you're about to fill sits waiting on the right.

    Open morningmail.ai
  2. Step 2 Type your topic: AI developer tools

    Type AI developer tools into that one input. There is nothing to pick and no form to fill — as you type, a draft section forms on the paper beside you, carrying your topic in a tinted badge and the quiet prompt "↵ Enter adds it".

    Type your topic: AI developer tools
  3. Step 3 Press Enter — and read what the agent was told

    Setup is one input on the landing page — nothing to install, nothing to choose, no account yet. Type AI developer tools and press Enter. The section lands finished on the paper beside you: a beat badge, a suggested headline ("AI developer tools: what actually shipped this week"), and an Assignment written for you — releases, benchmarks and the sharpest take from the past 24 hours, compressed to what a builder actually needs. That's the literal instruction your agent runs tomorrow morning, and you're reading it before you've typed an email address.

    It gets sharper with your stack in it. Click the Assignment and append something like: "I ship TypeScript on Node and call the Anthropic and OpenAI APIs in production. Flag SDK breaking changes, deprecation timelines, and anything that moves context windows or per-token pricing." If you'd rather not type, the five tweaks under the field each add a line — "+ skip the hype" is the one I'd reach for here.

    Press Enter — and read what the agent was told
    The exact prompt your section starts with
    Releases, benchmarks and the sharpest take on AI developer tools from the past 24 hours — compressed to what a builder actually needs.
  4. Step 4 Send your free first edition

    Happy with the paper? Hit "Send my free first edition". The sign-up appears right there — the paper never leaves the screen — and asks the only thing it still needs: where to send it. Email and password, or Google. No card, and the first edition is free.

    Send your free first edition
  5. Step 5 Watch it being written

    Now the desk goes to work in front of you: working out what to look for, searching the web, reading the best sources, writing your section, composing a subject line, handing it to the post. A minute or two later: "It's in your inbox."

    Watch it being written
  6. Step 6 Afterwards: the time, the days, the readers

    Everything else lives in the builder, once you have a paper to tune. Set the delivery time (07:00 by default) and which weekdays it runs, add readers — up to 100 — and add more topics the same way you added the first: by typing. Nothing here needs deciding on day one.

    Afterwards: the time, the days, the readers

Get more out of your brief

Name your dependencies, not your interests
"AI news for developers" is a mood; "changes affecting LangChain, the Vercel AI SDK, and the Anthropic TypeScript client" is a filter. The agent searches against your words every morning. The more your prompt reads like a package.json, the closer the brief tracks your real exposure.
Make version numbers a hard requirement
A story with a version number and a changelog is something you can act on in a pull request. A story without one is marketing. If the brief ever drifts, add "no announcements without a shipped artifact" to the prompt.
Ask for the migration cost, not just the release
Append "for each release, one line on what upgrading would touch" to your prompt. That single line turns the brief into standup input: you know whether a bump is a lockfile change or a refactor before anyone opens the changelog.
Schedule it before your standup, weekdays only
Nothing during onboarding asks you about timing — you compose first, and the schedule waits for you afterwards. Once your first edition is out, every template has a delivery time and selectable weekdays. I'd pick 7:30, Monday to Friday: the brief lands with your coffee and is still fresh at standup — and your Saturday stays release-note-free 😊
Add a TLDR section on top for busy sprints
Stack a TLDR synthesis section above the news section and set it to three bullets. On heavy days you read only those; on quiet days you scroll into the detail. Depth and tone are set per section, so the summary stays terse while the deep dive stays deep.

Good sources to anchor your brief on

The agent searches the open web every morning and cites where it read things. These are the sources I'd point it at in your prompt:

  • GitHub release pages of your core dependencies — The ground truth for what actually shipped: version numbers, breaking changes, migration notes. A good brief cites the release tag itself, not a blog post about it.
  • Anthropic & OpenAI API changelogs — Where deprecation timelines, model snapshots and pricing changes appear first — the quiet entries that decide whether your integration keeps working.
  • Hacker News — Still the fastest filter for what working engineers take seriously. Treat it as a traction signal and follow its links to the source.
  • Simon Willison's Weblog — The reference practitioner log for LLM tooling — hands-on evaluations of new models and APIs within hours of release, with reproducible examples.
  • arXiv (cs.SE / cs.AI) — Where benchmarked capability claims live before the marketing does. Relevant when a paper's numbers, not a press release, should decide your architecture.
  • Latent Space — Engineering-first coverage of the AI tooling ecosystem — good for the why behind releases and which abstractions are actually winning.

Frequently asked questions

What does a daily brief cost?
The first edition is free — no credit card. After that, each send costs a few credits per section, priced by the AI model tier that section uses. Unused credits never expire, so pausing for a sprint costs you nothing.
Why not just use Google Alerts for this?
Because Alerts mail you links, and the triage is still your job — "AI developer tools" as a keyword drowns you in press releases. MorningMail's agent searches fresh each morning, discards the hype, and writes the email itself, version numbers and primary sources included.
Can I pin the brief to my exact stack?
Yes — the prompt is plain, editable text. Name your frameworks, SDKs, even individual repositories, and the agent searches against those exact terms every morning. When your stack changes, you change one sentence.
How does it avoid recycled hype?
The Assignment does the filtering, and it starts on the right foot: releases and benchmarks from the past 24 hours, compressed to what a builder actually needs. Make it explicit if you like — "no announcement without a shipped artifact; skip hype threads, leaks and re-summarised summaries" — or tap "+ skip the hype" and that line writes itself. Every claim links its primary source, so you can audit any story in one click.
Do I have to get it every day?
No. Rhythm isn't part of the composing step at all — you pick it afterwards, in your template's settings, where each template has a delivery time and selectable weekdays. I'd start with Monday to Friday before standup. A weekly Monday digest works too if daily feels like too much.

Your inbox, your editor

Build your own AI-written brief in two minutes. The first edition is on me — no credit card required.

Build your brief — free

I am always happy to answer questions and I'm open to feedback. Feel free to reach out at any time: marius@morningmail.ai