AI Intelligence Digest - May 26, 2026
--- Anthropic's revenue has tripled in five months -- and a multi-gigawatt compute deal reveals how seriously they're betting it continues Anthropic published two announcements this morning that, read together, tell a specific story about the pace of enterprise AI adoption. First: a new infrastr
AI Intelligence Brief - Tuesday, May 26, 2026
Anthropic's revenue has tripled in five months -- and a multi-gigawatt compute deal reveals how seriously they're betting it continues
Anthropic published two announcements this morning that, read together, tell a specific story about the pace of enterprise AI adoption. First: a new infrastructure agreement with Google and Broadcom for multiple gigawatts of next-generation TPU capacity coming online starting in 2027. Second, embedded inside that announcement: Anthropic's run-rate revenue has now surpassed $30 billion. That number was approximately $9 billion at the end of 2025. It was roughly $3 billion in mid-2024. The trajectory is not gradual.
To understand what the compute deal reveals, start with the number that got less attention in the announcement: Anthropic now has more than 1,000 business customers each spending over $1 million on an annualized basis. In February, when the company raised its Series G at a $380 billion post-money valuation, that count was 500+. It has doubled in less than two months. These are not enterprise pilots. A $1 million annual commitment to a single AI vendor is a dedicated budget line, approved through procurement, signed by someone with capital expenditure authority. The doubling suggests the pipeline of organizations that moved from evaluation to production is accelerating, not slowing.
The compute deal is the infrastructure response to that demand trajectory. Anthropic trains and runs Claude on a diversified hardware stack -- AWS Trainium, Google TPUs, and NVIDIA GPUs -- but the Google/Broadcom deal is specifically the next-generation TPU build, scheduled to come online in 2027. "Multiple gigawatts" is the unit that matters. A single modern AI datacenter might draw 100-200 megawatts; multiple gigawatts implies an infrastructure commitment one to two orders of magnitude larger than a single datacenter. CFO Krishna Rao described it as "our most significant compute commitment to date," which is notable given that Anthropic committed $50 billion to US AI infrastructure in November 2025 and made another major TPU commitment last October.
Three readings on what this changes.
The first reading is straightforward enterprise AI adoption: the market has moved from "are companies using AI?" to "which companies are not yet spending $1M/year on AI, and why not?" When the frontier model API provider has 1,000 enterprises each at $1M+ and tripled revenue in five months, it implies something about how fast the rest of the market is following. The organizations that were running proofs of concept in late 2025 are converting. The organizations that weren't running proofs of concept are now watching their competitors convert and making different decisions.
The second reading is about compute as competitive moat. Anthropic is one of very few companies globally capable of signing a multi-gigawatt TPU agreement. The TPU supply chain is tightly controlled: Broadcom designs the chips, Google manufactures and operates the clusters. The agreement was described as an expansion of existing Google Cloud work and an extension of the Broadcom relationship -- meaning Anthropic is deepening integration with both the chip designer and the operator. For competitors trying to replicate this at scale, the barrier is not just capital (though $30B ARR makes capital easier) but the depth of the manufacturing relationship.
The third reading is about the interplay between today's revenue and the 2027 compute. The compute comes online in more than a year. Anthropic is betting that by 2027, demand will be substantially larger than it is today. The $30B run-rate and 1,000-customer milestone are the current evidence for that bet. If the enterprise adoption curve continues -- more conversions from evaluation to production, more $1M customers scaling to $5M and $10M -- then the 2027 compute will be necessary infrastructure rather than speculative overbuilding. If it slows, the multi-gigawatt commitment is a very expensive wrong turn.
What to watch. The KPMG alliance announced today alongside the compute deal is a concrete illustration of the enterprise pattern Anthropic is banking on. KPMG is embedding Claude into Digital Gateway (their client-facing work platform) and rolling it out to all 276,000 employees globally, with KPMG designated as Anthropic's preferred partner for deploying Claude into private equity portfolio companies. That PE partnership specifically deserves attention: PE firms are betting AI will reshape how portfolio companies run, and KPMG now has a direct conduit to those deployments. How the revenue from KPMG-advised PE portfolio companies gets attributed -- to KPMG as a reseller, to Anthropic directly, through which cloud platform -- will be a test case for how the enterprise AI services business actually structures itself.
Primary source: Anthropic Blog, May 26, 2026
1. EAGLE 3.1 -- The EAGLE, vLLM, and TorchSpec teams fix speculative decoding's long-context fragility
EAGLE 3.1 was jointly released today by the EAGLE research team, the vLLM team, and the TorchSpec team -- a tripartite collaboration between the algorithm researchers, the leading open-source inference serving framework, and a training infrastructure library. The release directly addresses a failure mode that the companion research paper "Attention Drift" (arXiv:2605.09992, May 11) identified: as a speculative decoding drafter generates successive tokens, its attention progressively shifts away from the original prompt and toward its own recently-generated tokens. This causes degradation in acceptance length under three conditions that matter in production: template perturbations, long-context inputs, and out-of-distribution system prompts. The practical effect was that EAGLE 3 worked well in lab conditions but became unreliable as deployments encountered real-world prompt variation.
EAGLE 3.1 fixes attention drift with two architectural changes: FC normalization after each target hidden state before the FC layer, and feeding post-norm hidden states into subsequent decoding steps. The post-norm design makes the drafter behave more like recursively invoking itself across steps rather than appending layers to the target model, which is the behavior that produces stable acceptance length under perturbation. Performance against EAGLE 3: up to 2x longer acceptance length in long-context workloads, stronger resilience to chat template variation, and better generalization from shorter training-time depths to longer inference-time speculation chains. On a real production model (Kimi K2.6-NVFP4 on GB200, TP=4), EAGLE 3.1 delivers 2.03x per-user output throughput at concurrency 1, degrading gracefully to 1.66x at concurrency 16 -- a range that makes production deployment viable.
The first EAGLE 3.1 draft model (for Kimi K2.6) is open-sourced at Hugging Face and integrated into vLLM's main branch, with availability in the upcoming v0.22.0 release. The TorchSpec integration lowers the training overhead for building new EAGLE 3.1 draft models, meaning teams can now train their own draft models for new base models without the scaffolding previously required.
For practitioners: if you are running vLLM in production for long-context workloads -- RAG over long documents, agentic systems with extended conversation histories, multi-document analysis -- EAGLE 3.1 is a drop-in upgrade path once your vLLM version supports it. The 2x acceptance length improvement in long-context specifically means inference cost per output token decreases proportionally. Backward compatibility with existing EAGLE 3 checkpoints is preserved; upgrading the draft model is the only required change.
Source: vLLM Blog, May 26, 2026, arXiv:2605.09992, Hugging Face: lightseekorg/kimi-k2.6-eagle3.1-mla
2. MiniCPM5-1B -- OpenBMB releases on-device SOTA at 1B with hybrid reasoning built in
OpenBMB's MiniCPM team released MiniCPM5-1B today: a dense 1B-parameter causal language model designed specifically for on-device deployment in resource-constrained environments. The model reaches state-of-the-art performance within the 1B open-source class on agentic tool use, code generation, and reasoning benchmarks. The key architectural contribution is hybrid reasoning via a built-in think chat template: the same checkpoint operates in two modes -- a fast assistant mode without explicit chain-of-thought, and a deliberate reasoning mode where the model generates a reasoning trace before the final answer. Switching between modes requires only changing the enable_thinking parameter; no separate model weights, no quantization differences, no serving infrastructure changes.
The context length is 131,072 tokens -- full long-context support in a model that weighs roughly 1GB in GGUF format and runs on any current smartphone. The training pipeline used reinforcement learning with online preference distillation (OPD), applied after SFT on a high-quality dataset. GGUF, MLX, and BF16 checkpoints are all available, with the GGUF version compatible with llama.cpp, Ollama, and LM Studio. A desktop pet application built on MiniCPM5-1B is also released as a deployment demonstration.
The competitive picture: MiniCPM5-1B outperforms other models in its size class on the benchmarks that matter most for its deployment target -- tool use and code generation -- which makes it interesting for embedded agent applications: voice assistants, mobile coding helpers, offline document processing, and IoT scenarios. The prior state of the art at 1B (MiniCPM 4.0 and competitors from Qwen and Gemma) did not have hybrid reasoning in a single checkpoint. At 1B parameters, the think mode produces measurably better accuracy on multi-step reasoning tasks, which changes the economic calculus for deployments where cloud API calls are the alternative: a local 1B model in think mode may now replace what previously required a cloud API call to a much larger model.
For practitioners: MiniCPM5-1B is worth benchmarking for any deployment scenario where model size, inference latency, or data residency constraints make cloud APIs impractical. The GGUF release means no custom infrastructure is required -- it runs today on hardware you already have.
Source: Hugging Face: openbmb/MiniCPM5-1B
3. NVIDIA PiD -- a diffusion-based decoder that turns 512px latents into 4K output in 4 steps
NVIDIA Research released PiD (Pixel Diffusion Decoder) on Hugging Face today: a new approach to the latent-to-pixel decoding stage in diffusion models that replaces the standard VAE decoder with a conditional pixel-space diffusion model. Instead of the conventional single-pass VAE decode that turns a compressed latent into a fixed-resolution output, PiD denoises directly in high-resolution pixel space in 4 distilled steps, performing decoding and super-resolution simultaneously in a single pass. The result: plug PiD into Flux1-dev, Flux2-dev, or SD3 medium as a drop-in decoder replacement and get 2048px or 4096px output where the original model would have produced 512px.
The architectural insight is that the VAE decoder is a structural bottleneck: it has to invert the learned compression function precisely, which limits how much high-frequency detail it can reconstruct. PiD sidesteps this by treating decoding as a generative problem -- denoising to pixel-aligned output conditioned on the latent -- which allows the diffusion process to hallucinate plausible high-frequency detail rather than analytically inverting a compression function. The 4-step distilled versions make this practical: 4 NFEs (neural function evaluations) versus a typical base model's 20-50 for the full generation, meaning the decoding step adds relatively little total compute overhead.
Two checkpoint variants are released for each backbone: one trained at 2048px for 4x upscaling (512px latent to 2048px output), and one trained with multi-resolution data bucketing for 1024px latent to 4096px output. All checkpoint variants support multiple aspect ratios. License: NVIDIA's NSCLv1, non-commercial use only (research and evaluation). The non-commercial restriction limits immediate production adoption but does not prevent practitioners from evaluating the approach or building research pipelines on it.
For practitioners: PiD is most immediately relevant for generative media, synthetic training data production, and scientific imaging applications where higher-resolution output matters and where non-commercial licensing is acceptable. The Flux2-dev integration specifically -- since Flux2 uses a 128-channel bottleneck VAE rather than the standard 16-channel -- makes PiD particularly interesting for the segment of practitioners running Flux2-based pipelines for product photography or architectural visualization.
Source: Hugging Face: nvidia/PiD, arXiv:2605.23902
-
KPMG and Anthropic announce a global strategic alliance covering 276,000 employees and PE portfolio deployments. KPMG is integrating Claude into Digital Gateway -- its client-facing work platform used for tax, audit, legal, and advisory services across 138 countries -- and rolling Claude access to its entire global workforce. The alliance has two structural elements beyond the employee rollout. First, KPMG becomes Anthropic's designated preferred partner for deploying Claude into private equity portfolio companies, with a new portfolio of PE-focused offerings co-developed by both organizations. Second, KPMG and Anthropic will jointly develop cybersecurity tooling using Claude to find and fix vulnerabilities in critical systems. KPMG CEO Bill Thomas framed it as reflecting "shared commitment to responsible AI, prioritizing security, trust, and governance." The PE partnership angle is the strategically underappreciated part: PE firms are currently the most aggressive buyers of AI transformation services, and KPMG's access to portfolio companies across dozens of industries gives Anthropic distribution to companies that are being actively pressured to adopt AI as a condition of their investment. The alliance announcement is the clearest illustration yet of what "1,000 enterprise customers at $1M+" actually looks like in structural terms: not 1,000 random companies, but anchors like KPMG that each bring downstream adoption across their entire client base. (Anthropic Blog, May 26, 2026)
-
Netherlands blocks US acquisition of Solvinity, the company hosting DigiD -- the Dutch national digital identity system. The Dutch government moved to block an unnamed US company's acquisition of Solvinity, the cloud provider that runs DigiD, the authentication system used across all Dutch government services and most healthcare infrastructure. The HN thread covering the Politico.eu report (51 points, active today) surfaced the context: the Dutch parliament had earlier voted with near-unanimity for a motion to end the Solvinity contract entirely, but the government extended it rather than ending it. Blocking the acquisition was the remaining lever available after the extension. The legal concern is specific: US law (CLOUD Act) gives the US government access to data held by US-controlled companies regardless of where it's physically hosted. A US-owned DigiD operator would mean the US government has potential legal authority over Dutch citizen authentication infrastructure. The practical implication extends beyond DigiD: if the Netherlands is now formally blocking AI and cloud infrastructure from passing into US control, it signals that European sovereign digital infrastructure is moving from rhetorical commitment to enforceable policy -- with specific legal mechanisms. This matters for any enterprise deploying AI infrastructure with European government clients: the question is not just data residency but corporate control of the entities holding the data. (Politico EU, May 26, 2026)
-
Anthropic co-founder Chris Olah speaks at the Vatican for the formal presentation of "Magnifica Humanitas," and Anthropic publishes the first documentation of its multi-tradition AI ethics dialogue program. Alongside the compute and KPMG announcements, Anthropic published two documents that reveal a previously undisclosed initiative. The first is Chris Olah's remarks at the Vatican presentation of Pope Leo XIV's AI encyclical -- he was the only tech company representative invited to speak. The second is "Widening the Conversation on Frontier AI," which describes Anthropic's ongoing dialogues with thinkers and practitioners from more than 15 religious, philosophical, and cross-cultural traditions. The initiative is framed as informing the content of Claude's constitution -- the document that shapes Claude's values and trained behaviors. Olah's Vatican remarks are unusually candid: "Every frontier AI lab -- including Anthropic -- operates inside a set of incentives and constraints that can sometimes conflict with doing the right thing." He explicitly named the value of external critics who operate outside financial incentives as essential to good outcomes. This is significant context alongside the developer community's reaction (see Field Notes), and it represents Anthropic's most detailed public accounting to date of how it thinks about values beyond its own engineering team's judgment. (Anthropic Blog, May 26, 2026, Anthropic Blog, May 26, 2026)
-
GitHub Actions experienced a major outage today, disrupting CI/CD pipelines for a significant portion of developers using cloud-hosted runners. The incident made the #1 spot on Hacker News (238 points, 122 comments) by morning. The outage is relevant to the AI tooling space specifically because GitHub Actions is the most common automated trigger for AI coding agent pipelines, pre-commit hooks that run model-assisted code review, and CI/CD integrations for AI model evaluation runs. The timing is notable: the day after a holiday weekend, when many developers are running catch-up PRs, is exactly when CI pipeline capacity is most strained. (GitHub Status, May 26, 2026)
1. "Attention Drift: What Autoregressive Speculative Decoding Models Learn" -- arXiv:2605.09992 (Dogac Eldenk et al.)
This paper identifies and names a specific failure mode in speculative decoding systems -- EAGLE drafters and MTP heads both exhibit it -- that had not been formally documented before. The phenomenon: as a drafter generates successive tokens in a speculation chain, its attention progressively migrates away from the original prompt and toward its own recently-generated tokens. The paper traces this to the unnormalized residual path between chain steps: the drafter's hidden state magnitude grows monotonically with chain depth, which is mechanically equivalent to stacking additional transformer layers on top of the target model rather than operating as a standalone predictor. That growth instability is what causes acceptance length to collapse under template perturbation and long-context inputs.
The paper's two fixes -- post-norm on drafter hidden states after each target hidden state, and RMSNorm per hidden state before capture -- are precisely what EAGLE 3.1 implemented and shipped today. The validation is concrete: up to 2x improvement in acceptance length under template perturbation, 1.18x on long-context tasks, and 1.10x on standard benchmarks spanning multi-turn chat, math, and coding. The "under template perturbation" result specifically is the production-relevant one: the reason EAGLE models fail unpredictably in production is that deployment prompts don't match training templates, and that divergence is exactly what this paper explains and fixes.
Why you should read it: anyone deploying speculative decoding in production serving pipelines, whether through vLLM or otherwise. The paper provides the mechanistic explanation for failures that were previously diagnosed as "model instability" or "template sensitivity" -- now they have a name and a fix. It also provides a useful mental model for evaluating future drafter architectures: does the design maintain stable hidden state magnitude across speculation depth? If not, expect attention drift.
Source: arXiv:2605.09992
2. "DiscoverPhysics: Benchmarking LLMs for Out-of-the-Box Scientific Thinking" -- (Wiemann, Smith, Melchior, Mishra-Sharma, Wilson, Izmailov, Cuesta-Lazaro; submitted May 25, 2026)
This paper builds 22 simulated worlds whose physics deliberately deviates from the real world -- altered laws of motion, modified gravitational relationships, non-standard force interactions -- and asks an LLM agent to discover the governing equations through interactive experimentation. The benchmark is specifically designed to separate genuine physical reasoning from recall of training data. A model that has memorized Newtonian mechanics will fail on a world where force does not equal mass times acceleration, even if its training data contains perfect physics knowledge. A model that can actually reason about physical systems from observation will succeed.
The motivation is practical. Frontier LLMs now perform well on existing physics benchmarks -- the paper cites strong performance across standard evaluations -- but it is increasingly difficult to tell whether they are solving physics problems or retrieving solutions. This distinction matters for deploying LLMs in scientific discovery contexts: drug discovery, materials science, climate modeling, and structural biology all require genuine reasoning about physical systems rather than sophisticated pattern matching on known formulas. DiscoverPhysics provides a testing methodology that generates evaluation tasks that cannot be solved by recall alone.
The experimental methodology -- interactive in that the agent can run simulated experiments, observe results, and update hypotheses -- also tests a capability class that standard benchmarks miss: sequential hypothesis generation and revision. Most LLM benchmarks are single-shot; real scientific discovery is iterative.
The 22-world structure is also worth noting as a methodology. Rather than one benchmark with fixed tasks, DiscoverPhysics generates distinct evaluation instances from parameterized physics simulations. That generativity means it is much harder to contaminate via training data than fixed-question benchmarks -- you cannot memorize the answers because the "answers" (the governing equations of each simulated world) differ for each generated instance. It is the methodological successor to the insight behind SpecBench and ARC: the only reliable way to test genuine capability is to make the evaluation tasks unguessable in advance.
Why you should read it: AI researchers building scientific AI systems, anyone evaluating models for scientific domain applications, and benchmark designers working on methodology that can stay ahead of training data contamination. This paper is the strongest argument yet for interactive, generative benchmarking as the standard evaluation paradigm for reasoning capabilities.
Source: arXiv.org search: DiscoverPhysics Wiemann Melchior
Hacker News top AI thread: "Using AI to Write Better Code More Slowly" (submitted to HN, 800 points, 311 comments). Nolan Lawson's piece is a direct counter to the dominant vibe-coding narrative. His argument: LLMs are equally well-suited to writing high-quality code carefully as to writing fast code carelessly. The specific workflow he describes -- running a multi-agent review skill (Claude sub-agent + Codex + Cursor Bugbot) against every PR ranked by severity, then fixing criticals first, skipping marginal items, and abandoning PRs where the critical density reveals a wrong approach -- is practical and replicable. His observation that this approach does not increase his velocity but substantially increases code quality captures something important: the productivity metric most often cited in AI coding research is lines of code or PRs per day, which does not measure whether the code is correct, maintainable, or architecturally sound. Lawson is measuring a different thing.
The HN comment thread is worth reading in full for the practitioner patterns that emerged. The highest-engagement thread was about sycophancy countermeasures. One commenter: "I go back and forth a bit to see if its proposals are better than mine. I go back and forth on tradeoffs of various approaches. And then I ask it to compare its proposals with mine." Another: "The second I hint towards the LLM what I prefer it will become sycophantic and invent nonsense why my preferred solution is better." A third observation drew the most replies: "LLMs flip positions when users push back ~70% of the time even when they were right. RLHF optimizes for approval, not correctness." The thread produced several practical mitigations: presenting your preferred option as the "bad/naive" option to test it against sycophancy; never stating a preference before eliciting feedback; using Claude 4.7 Max for writing intuitive code and Codex for finding bugs (the community has now converged on a clear division of labor between the two models). The signal in this thread is that the practitioner community has moved past "does AI help with coding" and is now engaged with second-order questions about how to structure AI-human collaboration to get high-quality outcomes rather than fast mediocre ones.
simonwillison.net: The May 26 entry features a quote from Corey Quinn that has been circulating since The Washington Post reported on Anthropic co-founder Christopher Olah's influence on the Pope's AI encyclical. Quinn's line: "I cannot believe I'm saying this, but getting the literal Pope to canonize your product's specific technical limitations as a spiritual treatise is the single greatest act of vendor lobbying I have ever seen." The framing is pointed and has resonated with the developer community, surfacing alongside Chris Olah's actual Vatican remarks. The two readings are in direct tension: Olah explicitly named the value of critics independent of commercial stakes, while Quinn's observation is precisely that Anthropic has found a way to channel an independent institution's authority back toward its own policy positions. Which reading is more accurate depends on whether you believe Anthropic's engagement with the Church is good-faith ethics dialogue or sophisticated influence operation. The developer community is split, and the existence of that split is itself worth noting -- it means the trust relationship between Anthropic and its developer audience is more contested than Anthropic's growth numbers would suggest. (simonwillison.net, May 26, 2026)
r/LocalLLaMA top thread (87 upvotes, active today): "Not sure if this was posted. But I think it's highly relevant to us." -- links to Gamers Nexus's recent YouTube video "COLLAPSE of Personal Computing | Investigation Into the Destruction of Ownership." The r/LocalLLaMA community is connecting Gamers Nexus's broader argument about personal computing ownership decline (subscription models replacing owned hardware, remote attestation limiting control over personal devices) to the local LLM use case: if the AI industry standardizes on cloud inference, on-device AI becomes a privacy and ownership question, not just a latency or cost question. The upvote ratio (0.77, meaning some significant fraction of the sub is skeptical) reflects an ongoing tension in r/LocalLLaMA between those who run local models as a principled stance on compute ownership and those who are primarily optimizing for cost and capability. The thread connecting Gamers Nexus's computing sovereignty argument to AI is not in any AI newsletter. It's where the community's actual political philosophy about AI deployment is being worked out in real time. (r/LocalLLaMA, May 26, 2026)
This week: EAGLE 3.1 in vLLM v0.22.0. The EAGLE 3.1 implementation is already in vLLM's main branch as of today's release. The v0.22.0 formal release will make it available to teams that pin version numbers in production. Watch for benchmark comparisons from teams running Kimi K2.6, Qwen3.6, and other models with available draft models -- the 2x acceptance length claim will be independently verified or challenged within days.
June 6-12: CVPR 2026, Denver. Computer Vision and Pattern Recognition is the primary venue for multimodal and vision model research this year. With NVIDIA PiD and Microsoft Lens released in the last two weeks, the image generation and quality enhancement tracks will be densely attended. The embodied AI and robotics perception sessions are the ones to watch for agentic systems that operate in physical environments.
June 10-11: AI Summit London (London Tech Week) and SuperAI Singapore. Both events run simultaneously. AI Summit London at Tobacco Dock is the primary venue for EU AI Act implementation discussion. The June 23 consultation deadline on high-risk AI classification is two weeks later; organizations deploying AI in healthcare, finance, hiring, education, or law enforcement in EU jurisdictions should have their consultation submissions ready. With the Netherlands government now formally blocking a US acquisition on digital sovereignty grounds, the European political context for these conversations is more charged than it was six months ago.
June 23: EU AI Act public consultation deadline. European Commission consultation on high-risk AI classification closes. With Cohere's Apache 2.0 Command A+ now available as a sovereign deployment alternative, and the Netherlands government actively enforcing digital sovereignty, consultation responses from European enterprises may reflect different calculus than prior submissions. Organizations that haven't engaged should do so.
June 30: Microsoft Claude Code license cutoff. The Experiences + Devices transition to GitHub Copilot CLI becomes final. Developer blog posts, GitHub activity comparisons, and productivity metrics from Microsoft engineering teams will surface in the weeks following. If the capability gap persists, evidence of workarounds will appear in developer forums before any official statement.
OpenAI IPO road show, expected Q3 2026. The confidential S-1 filing with Goldman Sachs and Morgan Stanley is underway. Anthropic's $30B run-rate announcement, published today, becomes a benchmark against which OpenAI's prospectus will be measured. When the S-1 becomes public, the first detailed public disclosure of OpenAI's compute cost margins, revenue breakdown by product, and capital deployment plans will be available for comparison. Every AI company in fundraising mode is watching the price discovery process -- Anthropic's numbers will be part of the context investors bring to that roadshow.
Compiled 2026-05-26 by AI Insight Lab. Primary sources linked inline. No story repeated from May 23, 24, or 25 digests.
Issue #22 is live · Free during beta