Engineering Horizons

ShorterLetter AI-SWE Podcast

A daily podcast covering the latest developments in AI for software engineering. Generated from curated expert-level digests.

Author

Engineering Horizons

Category

Technology

Podcast website

lettr.fyi

Latest episode

Apr 16, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

AI-SWE Briefing — 2026-04-16 16.04.2026

AI-SWE Digest — 2026-04-16 New Signals - MegaTrain enables full-precision training of 100B+ parameter LLMs on a single GPU through memory-centric training and gradient offloading, achieving 1.84× speedup over DeepSpeed ZeRO-3—first practical single-GPU approach for models this scale. - Anthropic's Claude Mythos Preview demonstrates zero-day vulnerability discovery and exploitation capabilities inc...

AI-SWE Briefing — 2026-04-15 15.04.2026

AI-SWE Digest — 2026-04-15 New Signals - Introspective Diffusion Language Models (I-DLM) achieve competitive performance with autoregressive models for the first time, scoring +26 on AIME-24 and +15 on LiveCodeBench-v6 vs LLaDA-2.1-mini, with 2.9-4.1x throughput gains via introspective consistency and parallel token generation. - Multi-agent LLM coordination is fundamentally a distributed systems...

AI-SWE Briefing — 2026-04-14 14.04.2026

AI-SWE Digest — 2026-04-14 New Signals - MoonBit 0.9 introduces first-class formal verification with contract-based programming, loop invariants, and SMT solver integration—addresses reliability challenges in LLM-based code generation with concrete binary search verification examples. - Fuzzing a Lean-verified zlib implementation uncovered buffer overflow in Lean runtime after 105M executions—demo...

AI-SWE Briefing — 2026-04-13 13.04.2026

AI-SWE Digest — 2026-04-13 New Signals - Google Research proposes pipe syntax extension for SQL using pipe syntax and data flow programming approach to address fundamental language design problems in SQL—first formal proposal to restructure SQL's compositional model at VLDB. Gaining Momentum - Code generation with agentic workflows appeared in 26 articles recently, with concrete 3-month case study...

AI-SWE Briefing — 2026-04-10 10.04.2026

AI-SWE Digest — 2026-04-10 New Signals - Research-driven agents add a literature search phase before coding, discovering kernel fusion and SIMD optimizations that achieve 15% speedup on x86 in llama.cpp—first production use of academic literature retrieval in coding agents. - gitbayesect applies Beta-Bernoulli conjugacy to git bisection for flaky test detection, using entropy minimization to selec...

AI-SWE Briefing — 2026-04-09 09.04.2026

AI-SWE Digest — 2026-04-09 New Signals - TinyLoRA achieves 91% accuracy on GSM8K with only 13 trained parameters—a 1000x reduction vs conventional LoRA—enabling efficient reasoning model deployment on resource-constrained devices. - Apple Research introduces GAAT, a reference architecture for real-time governance enforcement in multi-agent systems with cryptographic provenance and closed-loop poli...

AI-SWE Briefing — 2026-04-08 08.04.2026

AI-SWE Digest — 2026-04-08 New Signals - MegaTrain enables full-precision training of 100B+ parameter LLMs on single GPU through memory-centric parameter streaming and gradient offloading—achieves 1.84× speedup over DeepSpeed ZeRO-3 on H200/GH200 hardware. - Anthropic's red team evaluation of Claude Mythos Preview demonstrates frontier model capabilities in zero-day vulnerability discovery and exp...

AI-SWE Briefing — 2026-04-07 07.04.2026

AI-SWE Digest — 2026-04-07 New Signals - PyTorch's TorchInductor integrates CuteDSL as fourth GEMM backend alongside Triton, CUTLASS, and cuBLAS—delivers SOTA matrix multiplication performance with architectural tradeoffs for AI inference optimization. - Multi-agent LLM coordination is fundamentally a distributed systems problem subject to impossibility results; choreographic programming languages...

AI-SWE Briefing — 2026-04-06 06.04.2026

AI-SWE Digest — 2026-04-06 New Signals - Parlor achieves real-time multimodal AI (audio/video in, voice out) running entirely on-device on M3 Pro using Gemma 4 E2B and Kokoro TTS—first practical demonstration of cloud-free local inference with production-ready latency. - Apfel exposes Apple's on-device LLM via FoundationModels.framework as CLI tool and OpenAI-compatible server, enabling free local...

AI-SWE Briefing — 2026-04-03 03.04.2026

AI-SWE Digest — 2026-04-03 New Signals - Empirical study analyzing 3.8K bugs across Claude Code, Codex, and Gemini CLI reveals systematic engineering pitfalls in production AI coding tools—first comprehensive bug taxonomy for code generation reliability. - Longitudinal analysis of GitHub and Stack Overflow data shows AI pair programming tools significantly alter developer community behavior and kn...

AI-SWE Briefing — 2026-04-02 02.04.2026

AI-SWE Digest — 2026-04-02 New Signals - Apple Research introduced latent lookahead training, enabling transformers to perform multi-step reasoning in latent space before committing to token predictions—addresses fundamental limitations of autoregressive generation with improved planning task performance. - Google Research released TurboQuant, PolarQuant, and Quantized Johnson-Lindenstrauss—three...

AI-SWE Briefing — 2026-04-01 01.04.2026

AI-SWE Digest — 2026-04-01 New Signals - TinyLoRA achieves 91% accuracy on GSM8K with only 13 trained parameters—a 1000x reduction vs conventional LoRA—demonstrating extreme parameter efficiency for reasoning tasks. - Falcon Perception presents a 0.6B early-fusion vision-language model achieving 68.0 Macro-F1 on SA-Co (vs 62.3 for SAM 3), with new diagnostic benchmark PBench and companion Falcon O...

AI-SWE Briefing — 2026-03-31 31.03.2026

AI-SWE Digest — 2026-03-31 New Signals - Ollama now runs on MLX backend for Apple Silicon with NVFP4 quantization and KV cache optimizations—first major LLM inference tool to ship production MLX support for M-series Macs. - Apple Research publishes REPO and ADAPO algorithms addressing entropy collapse in policy gradient training—formal analysis of policy collapse with novel solutions for RL stabil...

AI-SWE Briefing — 2026-03-30 30.03.2026

AI-SWE Digest — 2026-03-30 New Signals - Streaming Experts technique enables running massive MoE models like Qwen3.5-397B on consumer hardware by streaming expert weights on-demand—flash-moe achieves practical token-per-second throughput, first viable approach for local deployment of 400B+ parameter models. - Apple Research presents scaling laws for optimal compute allocation when specializing lan...

AI-SWE Briefing — 2026-03-27 27.03.2026

AI-SWE Digest — 2026-03-27 New Signals - RepoRepair achieves SOTA on SWE-bench by leveraging code documentation for fault localization and repair—first approach to systematically use documentation-enhanced retrieval for repository-level automated program repair. - Apple Research challenges conventional scaling laws by proposing direct modeling of downstream task performance from pretraining loss,...

AI-SWE Briefing — 2026-03-26 26.03.2026

AI-SWE Digest — 2026-03-26 New Signals - PyTorch releases Generalized Dot-Product Attention (GDPA) kernel achieving 2-3.5× speedups on NVIDIA B200—replaces softmax with custom activation functions for recommendation systems and diverse interaction use cases, first production-grade alternative to standard dot-product attention. - Apple Research introduces TrajTok, an end-to-end trajectory-based vid...

Listen to the ShorterLetter AI-SWE Podcast podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.