Fintech & Crypto Intelligence

Structured guides for the new financial stack.

From Bitcoin fundamentals to stablecoins and capital markets — plain-English explainers for developers, investors, and curious minds.

62 articles · 6 series

Intro to Fundamentals

Complete

Start here — plain-English guides that build your understanding from the ground up. No prior knowledge needed.

Series · 5 articles · Start with 01 →

Beyond Bitcoin

Complete

DeFi, stablecoins, CBDCs, and the broader crypto ecosystem — what comes after understanding the basics.

Series · 5 articles · Publishing from May 2026
[01]Intermediate

What is a CBDC — and Should You Care?

Central Bank Digital Currencies are coming. They're not cryptocurrency, but they borrow the same rails. Here's what they are, how they differ from Bitcoin, and why the debate matters.

May 2026
[02]Intermediate

The Crypto Revolution — Why Big Money is Coming

Institutional investors ignored Bitcoin for years. Now BlackRock, Fidelity, and sovereign wealth funds are moving in. Here's why — and what it means for the future of crypto.

May 2026
[03]Intermediate

Ethereum: The Bridge Between Two Financial Worlds

Bitcoin is digital gold. Ethereum is something different — a programmable financial layer that's quietly rebuilding how contracts, applications, and money itself work.

May 2026
[04]Intermediate

What is Solana? Ethereum's Fastest Challenger

Solana processes 65,000 transactions per second at fractions of a cent. Here's how it works, why it matters, and what the trade-offs really are.

May 2026
[05]Intermediate

Stablecoins — How $40B Disappeared in 72 Hours

The collapse of Terra/Luna was crypto's Lehman moment. A stablecoin that wasn't stable wiped out $40 billion in 72 hours. Here's what stablecoins are, the four types, and the risks nobody warns you about.

May 2026
[06]Intermediate

Securitize NYSE listing — SECZ and the pure-play tokenization bet

Shareholders approved Securitize SPAC merger with Cantor Equity Partners II. Trading as SECZ on the NYSE, the tokenization specialist becomes a rare public pure-play on real-world asset rails.

June 2026
[07]Intermediate

Crédit Agricole launches EURXT — another MiCA euro stablecoin from a tier-one bank

France’s second-largest bank issued EURXT, a euro-pegged stablecoin on Ethereum with 20 million tokens in circulation. This article explains how EURXT fits the growing European bank stablecoin stack.

May 2026
[08]Intermediate

The IMF on tokenization — frictions disappear, but so do buffers

On 3 July 2026 the IMF warned that tokenization could make finance faster and cheaper while removing the time buffers that stop shocks from spreading. This article explains the trade-off and why policy choices decide the outcome.

May 2026
[09]Intermediate

Hyundai Card’s stablecoin remittance pilot — from Avalanche-USDT to Visa-Circle

On 9 July 2026 Hyundai Card completed a real $20,000 USDT cross-border remittance on Avalanche in seven minutes. A second pilot with Visa and Circle in Europe starts later in July 2026.

July 2026
[10]Intermediate

PayPal’s PYUSD goes native on Polygon — why issuance beats bridging

On 9 July 2026 Paxos began issuing PayPal USD natively on Polygon and plugged it into the Open Money Stack, so businesses can settle regulated dollars without a bridged token.

10 July 2026

The Stack

Ongoing

AI, tooling, and the future of engineering — how LLMs and AI-native tools are changing how we build.

Series · Ongoing · AI tooling & engineering
[01]Intermediate

Why Andrej Karpathy's idea of Software 2.0 is finally making sense

Software 2.0 replaces hand-coded logic with learned weights. LLMs turned Karpathy's 2017 vision into a daily reality for engineers.

12 Jun 2026
[02]Intermediate

I Built a Feature in 6 Minutes Using an Orchestrator Agent and MDX Config Files

How orchestrator agents and MDX config files collapsed a multi-hour feature build into six minutes of actual work.

12 Jun 2026
[03]Intermediate

Smart model routing — when one provider gets restrictive, builders route around it

Anthropic tightening usage policies on Fable pushed developers toward Codex and other rivals. The underlying engineering pattern — routing inference by task instead of by vendor — is what teams should actually be building.

13 Jun 2026
[04]Intermediate

BitBoard — what an analytics workspace built for AI agents teaches us

BitBoard, a YC-backed launch, ships a BI workspace where humans and agents share the same data primitives. The design choices generalise well beyond analytics.

13 Jun 2026
[05]Intermediate

Spec-Driven Development with Claude Code: How I Refactored a Feature Without Touching the Code First

Why writing a spec, an orchestrator, and three subagents beats jumping into the editor — and how Skills, MCP, and worktrees scale the pattern to real refactors.

13 Jun 2026
[06]Intermediate

Defending DeFi at AI speed — what changes when exploit discovery is automated

Frontier models can now read smart-contract code well enough that vulnerability discovery is no longer human-rate. The defensive stack has to move from review-time to inference-time. Here is what that actually looks like.

14 Jun 2026
[07]Intermediate

Tuning Cloudflare WAF before you reach for MCP

A false-positive CAPTCHA on every search query is a configuration problem, not an infrastructure problem. Simon Willison fixed it with a one-character rule change — and learned when MCP is the wrong tool.

16 Jun 2026
[08]Intermediate

Four registers for LLM coding conversations

Chelsea Troy outlined four modes for working with coding agents — explore, brainstorm, decide, implement. Mixing them in one prompt is why context windows fill up and outputs drift.

17 Jun 2026
[09]Intermediate

How Datasette Apps sandboxes untrusted HTML

Simon Willison shipped datasette-apps: custom HTML/JS inside Datasette via CSP-restricted iframes and MessageChannel IPC. The interesting part is how you host user code on sensitive data without trusting it.

20 Jun 2026
[10]Intermediate

What reliable agentic AI actually requires

Martin Fowler and Bayer outline reliability engineering for autonomous LLM agents — evals, monitoring, and architecture patterns that treat agents as production systems, not demos.

21 Jun 2026
[11]Intermediate

Fine-tuning a tiny LLM for one classification job

A developer fine-tuned Qwen 3 0.6B to categorize questions — showing when a 600M-parameter local model beats a frontier API for a narrow, well-defined task.

22 Jun 2026
[12]Intermediate

Running a neural model in the browser with ONNX and WebGPU

Simon Willison ported a 0.2B inpainting model from PyTorch to browser-native ONNX and WebGPU — 1.3GB of weights, zero server inference, mostly built with Claude Code.

23 Jun 2026
[13]Intermediate

OpenKnowledge — CRDT sync and AI-native docs

OpenKnowledge is an open-source Obsidian/Notion alternative with ProseMirror, yjs CRDT sync, Git-backed collaboration, and native Claude/Codex/Cursor hooks — a look at how AI-native docs tools are structured.

26 Jun 2026
[14]Intermediate

Claude Code hides classification markers in the system prompt

A reverse-engineering analysis found Claude Code encoding API gateway and timezone signals into invisible Unicode characters inside the date string sent to the model. Here is what it does and why it matters for coding agents.

1 Jul 2026
[15]Intermediate

Better models, worse tools — when RL training breaks custom edit schemas

Newer Anthropic models like Opus 4.8 and Sonnet 5 generate malformed calls to third-party edit tools more often than older models. This article explains why reinforcement learning on native tools can degrade custom harness compatibility.

6 Jul 2026
[16]Intermediate

Harness engineering and the token-cost reckoning — notes from Fowler’s July 6 fragments

Martin Fowler’s report from Thoughtworks’ 2026 software retreat marks the moment agentic development moved from theory to production — and the moment token costs became a board-level problem.

7 Jul 2026
[17]Intermediate

Revolut X meets Claude and Cursor — agentic trading with a human approval gate

On 10 July 2026 Revolut connected Revolut X to Claude, Gemini, OpenClaw, and Cursor so traders can analyze markets, backtest, and prepare orders in natural language — with mandatory human review before execution.

12 July 2026
[18]Intermediate

Claude Code’s 33k-token floor — why harness overhead shows up on the meter

A July 2026 Systima study measured Claude Code sending ~33,000 tokens before the user prompt versus OpenCode’s ~7,000 — and showed how cache writes, instruction files, MCP, and subagents multiply the bill.

13 July 2026

Signal — Fintech & AI tooling

Ongoing

Shorter reads on fintech infrastructure, AI tools, and capital markets developments.

Ungrouped articles · Updated regularly
[01]Intermediate

The GENIUS Act — What It Actually Means for Crypto

The US stablecoin bill is closer to becoming law than most people realise. Here's what it does, why it matters, and what it means for anyone holding or building in crypto.

May 2026
[02]Intermediate

Why banks stopped picking a single stablecoin

Two years ago, banks were building private blockchains around a single token. This week, Sygnum reported that institutional clients now demand multi-token rails. Here is what changed.

May 2026
[03]Intermediate

When a government shuts down a frontier AI model — the Anthropic Fable 5 precedent

The US government ordered Anthropic to suspend Fable 5 and Mythos 5 after a jailbreak report. The shutdown is small in scope but large in precedent — here is what it actually does.

May 2026
[04]Intermediate

Amazon's quiet hand in the Anthropic shutdown — when your biggest investor talks to your regulator

A WSJ report says Andy Jassy's conversations with US officials helped trigger the crackdown on Anthropic's models. The story is small. The structural pattern it exposes — strategic investor as regulatory channel — is not.

May 2026
[05]Intermediate

Fed stablecoin KYC rules — what issuers would have to build

The Federal Reserve proposed requiring stablecoin issuers to run customer identification programs. The rule extends Bank Secrecy Act logic to digital dollars — and changes what compliance infrastructure issuers need.

May 2026
[06]Intermediate

BNY Mellon USDC custody — what institutional stablecoin rails look like

BNY Mellon added USDC custody and mint/redeem for institutional clients — extending its role from reserve custodian to full stablecoin operations desk inside traditional banking.

June 2026
[07]Intermediate

Commerce lifts export controls on Claude Fable 5 and Mythos 5 — what changed

The US Department of Commerce removed export restrictions on Anthropic’s Fable 5 and Mythos 5 models. This article explains what export controls on frontier AI actually mean and why access restoration matters.

May 2026
[08]Intermediate

TeraWulf’s $19 billion Anthropic lease — when a bitcoin miner becomes an AI landlord

On 6 July 2026 bitcoin miner TeraWulf signed a 20-year lease with Anthropic worth more than the whole company. This article explains the crypto-to-AI infrastructure pivot and what it signals about mining economics.

May 2026
[09]Intermediate

Sony Bank’s OCC path to a dollar stablecoin — Connectia Trust explained

On 9 July 2026 Sony Bank received conditional OCC approval to establish Connectia Trust, a US national trust bank subsidiary that plans to issue a dollar-backed stablecoin for Sony’s digital ecosystem.

July 2026
[10]Intermediate

Aave Stable Vaults — DeFi yield packaged for fintech apps

On 9 July 2026 Aave Labs launched Stable Vaults so wallets, exchanges, and payment apps can offer stablecoin yield through one connection, competing with Morpho-powered products at Coinbase and Robinhood.

11 July 2026

Under the Hood

Ongoing

How financial infrastructure actually works — payment rails, settlement systems, and the engineering beneath fintech products.

Series · Ongoing · Infrastructure deep dives
[01]Intermediate

Why Stablecoins Are Eating SWIFT

Stablecoins now settle $27 trillion annually — more than Mastercard. Here is how they are bypassing SWIFT and what it means for payment infrastructure.

7 Jun 2026
[02]Intermediate

What Bitcoin's Design Constraints Tell You About Every Other Chain

Bitcoin shipped with three deliberate constraints: throughput, expressiveness, monetary policy. Every chain since is a different bet on which one to relax — and at what cost.

8 Jun 2026
[03]Intermediate

How Stablecoin-Backed Credit Cards Actually Work

Coinbase and Cardless just shipped a credit card secured by stablecoins. The product looks simple, but it stitches three very different systems — card networks, custodial wallets, and on-chain collateral — into one underwriting model. Here is what that actually looks like underneath.

9 Jun 2026
[04]Intermediate

How GitHub uses LLMs to make secret scanning trustworthy

Pure regex secret scanning produced too many false positives. Pure LLM scanning would have been too slow and expensive. GitHub's hybrid pipeline is worth studying — the pattern generalises.

12 Jun 2026
[05]Intermediate

Making Claude a chemist — how a general-purpose LLM gets a specialised brain

Anthropic's chemistry work shows the pattern teams use to take a general-purpose model and make it reliable on a specialist domain. The lesson generalises far beyond chemistry.

14 Jun 2026
[06]Intermediate

Find the Hot Path Before You Add a Message Queue

Most performance problems live on a small slice of code. Profile first, optimize that route, and only then add caches, replicas, or microservices.

15 Jun 2026
[07]Intermediate

What Lore teaches us about scaling version control

Git won by being good enough for most repos. Lore asks what breaks when history, file count, and monorepo size exceed what Git was designed to absorb — and what a purpose-built VCS might do differently.

18 Jun 2026
[08]Intermediate

Prompt injection as role confusion

Research shows LLMs follow text style more reliably than role tags like system and user — which means jailbreak defenses built on markup alone may not hold.

24 Jun 2026
[09]Intermediate

What custom inference chips change at scale

OpenAI and Broadcom announced Jalapeño — a chip built for LLM inference. Custom silicon shifts the economics of serving models, not training them — and that changes who can afford low latency at volume.

25 Jun 2026
[10]Intermediate

GLM-5.2 on IDOR benchmarks — when open weights beat Claude Code

Semgrep tested GLM-5.2 against Claude on insecure direct object reference detection. The open-weight model won on a bare prompt — but the harness still mattered more than the model.

June 2026
[11]Intermediate

Co-locating workflow state with Postgres gives you exactly-once for free

When workflow checkpoints and application data live in the same Postgres database, a single ACID transaction can eliminate idempotency bookkeeping and simplify the transactional outbox pattern.

3 Jul 2026
[12]Intermediate

Multi-region architecture — going global without going broke

Adding a second region can improve latency and availability, but it introduces consistency problems that can make a system slower and harder to operate. This article walks through the progression from single-region to active-active.

3 Jul 2026

Research

Ongoing

Deep dives, tool reviews, and market reads with an opinionated fintech lens.

Research posts · Deep dives, tool reviews, and market reads
[01]

Why AI is Doing to Fintech What the Internet Did to Banking

Banks spent years debating Angular, then React. AI tooling is moving faster than any technology cycle the industry has seen — and most institutions aren't ready for what comes next.

3 May 2026
[02]

BitBoard and the rise of shared human-agent workspaces

The first wave of BI tools assumed humans were the user. The second watched AI agents bypass them entirely. BitBoard is betting the workspace itself should be the primitive both can share.

12 Jun 2026
[03]

Cursor vs Claude Code vs Copilot: What Actually Works for Engineering in 2026

A working engineer's comparison of the three AI coding tools most teams are deciding between in 2026 — what each one is genuinely good at, where the marketing falls apart, and how to pick based on how you actually work.

13 Jun 2026
[04]

How Fintech Startups Are Actually Using LLMs in Production

The public story about LLMs in fintech is mostly chatbots and roadmap slides. The real production work is quieter, more interesting, and built on a stack that does not look like the demos.

13 Jun 2026
[05]

GLM-5.2 — when open weights beat API models for fintech engineering

Z.ai's MIT-licensed GLM-5.2 tops open-weights benchmarks with a 1M context window. A practical read on where it fits regulated engineering work — and where it doesn't.

18 Jun 2026
[06]

Who owns the stablecoin treasury stack after GENIUS?

State Street, Fidelity, and Invesco launched reserve products for stablecoin issuers within weeks. The fight for stablecoin treasury yield is moving to traditional asset management.

19 Jun 2026
[07]

BlackRock Aladdin meets Ethena USDe — institutional synthetic dollars on familiar rails

BlackRock deepened Aladdin support for Ethena products including USDe, a $100M BUIDL liquidity facility via Securitize, and after-hours conversions between tokenized Treasuries and stablecoins.

June 2026