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 15, 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 15, 2026

AI developer tools · What shipped
Saturday, August 15, 2026
AI developer tools · What shipped

Claude Code 2.1.233, Gemma 4 multimodal, oMLX local inference tightens

1 min read

Claude Code 2.1.233

Claude Code ships version 2.1.233 with GitLab and Linux improvements.

The update strengthens GitLab merge request support, adds memory management for Bash tool commands on Linux, and fixes cloud session connectivity [Source: GitHub]. MCP v2 subscription handling, permission notification hooks, and Windows path validation for NTLM credentials all landed in this release. Prior versions stacked subagent forking, cross-session messaging, and self-hosted runner environments across the past month.

Watch for the next LTS tier release in two weeks.

Google Gemma 4 multimodal

Google DeepMind released Gemma 4: frontier coding and reasoning, fully open weights.

Five variants span 2.3B to 31B parameters with 128K–256K context windows, native function calling, and configurable reasoning modes [Source: Ollama]. The 31B dense model hits 2150 Codeforces ELO and 80% on LiveCodeBench v6—matching recent proprietary baselines—while all sizes handle variable-resolution images and edge deployment. Multimodal processing works natively; no separate vision adapters.

Open weights ship today; edge performance benchmarks arrive next week.

oMLX: macOS inference server

oMLX turns Apple Silicon into a full LLM inference platform.

The local server supports text, vision-language, embedding, and reranker models with continuous batching, KV caching, and an admin dashboard for real-time monitoring [Source: GitHub]. Native custom kernels for GLM, MiniMax, and Qwen families deliver 30x speedup on prefill (845 vs 29 tokens/s on M3 Ultra). OpenAI and Anthropic API compatibility means drop-in agent integration; experimental multi-Mac inference extends capacity without leaving the ecosystem.

Homebrew install lands this week; enterprise distributed inference testing begins next month.

GLM-5.3: frontier coding without scale

Z.ai's GLM-5.3 matches Claude and GPT at one-third the parameter count.

The ~750B-parameter model launches in Z.ai's coding plan today, hitting Hugging Face and their API within two weeks as open weights [Source: Interconnects]. Extended post-training with diverse task coverage and RL scaling achieved frontier benchmarks on agentic coding while excelling at cybersecurity—vulnerability discovery and exploit analysis. Z.ai is staging the release with security partner evaluation before full API availability.

Open weights drop August 27; watch whether training efficiency reshapes the cost floor.

Sources
Releases · anthropics/claude-code - GitHub
Releases · anthropics/claude-code - GitHub
9 hours ago ... ... ai session each time the local session was resumed; they now reattach ... Fixed gateway model discovery hiding Claude models registered under provider ...
github.com
AI Summary

Claude Code version 2.1.233 was released with improvements to GitLab merge request support, memory management for Bash tool commands on Linux, WebFetch caching configuration, and numerous bug fixes. Key fixes include resolving cloud session connectivity issues, improving MCP v2 subscription handling, fixing permission notification hooks, and addressing Windows path validation for NTLM credential protection. Previous versions (2.1.232, 2.1.231, 2.1.229, 2.1.228, 2.1.227, 2.1.226, 2.1.225, and 2.1.224) included major features like subagent forking, cross-session messaging, self-hosted runner environments, and archive plugin sources, along with security hardening and performance improvements.

Visit source
gemma4 - Ollama
gemma4 - Ollama
10 hours ago ... Gemma 4 models are designed to deliver frontier-level performance at each size. They are well-suited for reasoning, agentic workflows, coding, ...
ollama.com
AI Summary

Google DeepMind released Gemma 4, a family of multimodal open models with text and image input capabilities. The release includes five variants: E2B (2.3B effective parameters), E4B (4.5B effective), 12B, 26B Mixture-of-Experts (3.8B active parameters), and 31B dense models, with context windows ranging from 128K to 256K tokens. Key advancements include configurable reasoning modes, improved coding benchmarks (31B achieves 2150 Codeforces ELO and 80% on LiveCodeBench v6), native function-calling support, enhanced multimodal processing with variable image resolution, and native system prompt support. The models feature distinct architectural designs optimized for on-device deployment on edge devices, workstations, and cloud execution.

Visit source
GitHub - jundot/omlx: LLM inference server with continuous batching ...
GitHub - jundot/omlx: LLM inference server with continuous batching ...
15 hours ago ... Changes apply immediately without server restart. Model alias: set a custom API-visible name. /v1/models returns the alias, and requests accept both the alias ...
github.com
AI Summary

oMLX is a local LLM inference server optimized for macOS with continuous batching and tiered KV caching. The tool supports text LLMs, vision-language models, embedding models, and rerankers on Apple Silicon, with versions available via macOS app DMG, Homebrew (brew install omlx), and source installation requiring macOS 15.0+, Python 3.11–3.13. Key features include an admin dashboard for real-time monitoring and benchmarking, OpenAI and Anthropic API compatibility, multi-model serving with LRU eviction and manual load/unload controls, and experimental multi-Mac distributed inference via MLX pipeline ranks. The project includes native custom kernels for GLM-5.2, MiniMax M3, and Qwen3.5 families (with reported 30x speedup for GLM-5.2 prefill: 845 vs 29 tok/s on M3 Ultra), tool calling with structured output, and per-model configuration profiles exposing models as <name>:<profile> variants without extra memory overhead.

Visit source
GLM-5.3: How Chinese labs keep stride with the frontier
GLM-5.3: How Chinese labs keep stride with the frontier
8 hours ago ... On many benchmarks the model has surpassed Moonshot AI's Kimi K3 and on some ... Still, these American companies tend to take months to release their models ...
interconnects.ai
AI Summary

Z.ai announced GLM-5.3, a new model with ~750B parameters available initially in their coding plan and coming soon to their API and Hugging Face in open weights within two weeks. The model demonstrates significant benchmark improvements, surpassing Moonshot AI's Kimi K3 on many benchmarks and matching or exceeding Claude Fable 5 and GPT-5.6-Sol on some metrics, achieving frontier-level performance on agentic coding benchmarks despite having only a third of Kimi K3's parameters. Z.ai achieved this through extended post-training rather than base model changes, using more environments, diverse tasks, and increased compute on RL training, with the company noting GLM-5.3 is their most capable model for cybersecurity tasks including vulnerability discovery and exploit analysis, though they're implementing staged release with security partner evaluation before broader API availability and full weight publication.

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