Volume I · No. 01
By James Mason · Boulder, Colorado
17 April 2026

Friday Field Notes.

01
The inaugural issue

What's worth paying attention to in AI this week, for people running their business.

Hey from Boulder.

I spend most of my week on the applied frontier of AI — reading research, building production systems, talking to other practitioners working out what's real.

Most of what I see is hype. I send you the part that isn't.

These are the field notes.

In this edition Contents · IV.17.26
  1. Shopify just handed every AI agent the keys to the platform§ 01
  2. Opus 4.7 shipped, and the system you already built got an upgrade for free§ 02
  3. An onboarding agent that delivers your best onboarding — every time§ 03
  4. Five more things from the week§ 04
  5. The coolest thing I saw someone do with Claude had nothing to do with their business§ 05
01
Top of mind
The platform play of the year

Shopify just wired itself into the agent layer.

What happened

On April 9, Shopify shipped the AI Toolkit. One install command, and every AI agent surface you care about (Claude Code, Cursor, Codex, Gemini CLI, VS Code, Cowork) gets direct write access to the Shopify backend. Products, orders, inventory, SEO, images. The announcement hit 3.8 million views in a week.

Why it matters

Shopify is the biggest ecommerce platform outside of Amazon, and they just wired themselves into the agent layer. A merchant running their day in Cowork can pull in Claude Design to mock a product page, push it live to their Shopify store, run an inventory check, rewrite the meta description for AI search, and schedule the day-7 cross-sell, without leaving a single surface.

It's also the first time a major commerce platform has chosen ubiquity over control. Every platform watching this land will ship its own version in the next 12 months — QuickBooks, HubSpot, Stripe, Notion, Airtable. Each one opens a wave of merchant demand for someone who can turn the toolkit into the three or four things a specific business actually needs.

The second-order unlock is the one nobody is talking about yet: any team running on Shopify can now build their own internal tools that plug into their store through the same MCP. A custom returns workflow, a fulfillment ops dashboard, a private skill library for the three things their team does 40 times a week. Not a Shopify App Store app. A private Claude system wired into their store, built for them, running in the surface they already work in.

What to do

If you run a Shopify store, pick the one product page you've always known was your weakest. Open Cowork, pull in Claude Design, rewrite the hero copy, regenerate the image, update the metadata, push it live in one pass. That's the new loop. Then do it for the next ten pages.

If you run a Shopify partner agency, the pitch is services-as-software layered on AI agent architecture. Your Shopify expertise is the part an agent can't replicate. The sharpest offer you can bring a client is "we'll design the agent system that runs your store."

02
The shift
Model jumps, system compounds

The model got better. So did the system you built on top of it.

What happened

On Wednesday, Anthropic shipped Opus 4.7 (announcement). Real capability jump on the things that have been holding agents back: long-running tasks, following multi-step instructions precisely, verifying its own output before reporting back.

Two days earlier, Garry Tan published "Thin Harness, Fat Skills" (read it). His central claim: the people getting 2x productivity out of AI and the people getting 100x are using the same models. The difference isn't intelligence. It's architecture.

Why it matters

Opus 4.7 is a real capability jump. Use cases that were marginal a week ago — an onboarding agent that drifts at step seven, a research loop that summarizes but doesn't verify, a client intake that handles the easy 80% — are now in range. That's not hype. That's a model that stays on task long enough to finish.

But the jump only shows up if you've already built the system. A system isn't a clever prompt. It's a set of reusable skills — markdown files that teach the model how to handle a specific kind of work — with reliable plumbing underneath. You write the skill once. It runs tomorrow, next quarter, next year. Every time the model underneath gets smarter, every skill you've written gets smarter with it.

If you spent last month on that, Opus 4.7 just lifted all of it without you touching a line. If you spent it on one-off prompts, those still work — they just don't stack. You're getting answers, one at a time, and none of them become an asset.

Every model upgrade is a free upgrade to the system you already built.

What to do

The question worth asking isn't which model. It's this: am I building a system that will compound over time and upgrade with every model release automatically? That's the question that separates a tool you rent from a compounding asset you own.

03
Build this week
One afternoon, one agent

An onboarding agent that delivers your best onboarding — every time.

Client signs. Then what?

If the answer depends on who's available, what they remember, and which folder the template is in — that's the problem. Not the tools. The process lives in your head and it runs differently every time.

An onboarding agent encodes your actual process into a system. Client intake comes in, the agent produces your kickoff materials, schedules your follow-ups, and writes everything in your voice — because it knows your business, not because it's filling in a template.

  1. Create a Claude project with one skill file: process-new-client-intake.md. It reads the intake form submission and produces the internal kickoff doc, the client welcome packet, and a day 7 check-in email draft.
  2. Point it at wherever your templates actually live (Google Drive, Notion, your laptop).
  3. Wire it up to a scheduled routine. Claude shipped routines this week, so this is suddenly much easier (see below). Triggers on day 0, day 7, day 21.
  4. Test it with one fake client. Keep iterating on the skill file until it produces output you'd actually send.
  5. Point your real intake form at it.

Why it works

The agent reads from a context file that knows your business. The welcome packet sounds like you. The follow-up references details from the actual intake, not "hope things are going well." The internal handoff doc hits the same format every time.

Why it compounds

After five clients, you start noticing patterns — which questions always come up in week one, which deliverables clients actually open, where things stall. You update the skill file. The tenth onboarding is better than the first. That's a system, not a template.

Want me to build it for you? Reply with your intake form and current onboarding process.

04
Also this week
Six quick hits

Six more things worth a minute each.

No. 01 · Platform · IV.14@claudeai

What you build now runs on its own.

Claude shipped scheduled routines. Agents now run on Anthropic's infrastructure on a schedule, from an API call, or in response to an event. The weekly report that wakes up at 8am with a first draft in your inbox? That's a config file now.

Read the announcement
No. 02 · Tool release · IV.17@claudeai · 15,000 bookmarks

Claude Design shipped today.

Make prototypes, slides, and one-pagers by talking to Claude. If you've been paying $500 to mock up a landing page before knowing whether the idea's worth building, that math just changed. The trick, per Anthropic's own team: set up your design system first, then every invocation reads from the same foundation.

Read the announcement
No. 03 · Worked example · IV.17Nobo · James Mason

An operating system, not a chatbot.

What I've been building. Raw sources — emails, notes, proposals — compile into a living wiki of your business state. Skills read from the wiki instead of starting from scratch. Claude knows every client, every project, every decision before you type a word. Karpathy's pattern, adapted for small teams.

See the system
No. 04 · Essay · IV.13@levie

The role you'll be hiring for next year.

Aaron Levie calls it the "Agent Deployer and Manager." They probably already exist on your team and you haven't noticed yet. Go find them.

Read the thread
No. 05 · Report · IV.16@mckinsey

Every process, redrawn end-to-end.

Agentic gains don't come from bolting AI onto existing workflows. Alexis Krivkovich makes the case for redrawing the whole thing — "hire to onboard" instead of "post a job." SWAT teams redesign the process end-to-end, then the AI slots in.

Read the report
No. 06 · Essay · IV.15@rauchg

Internal tools are the new SaaS.

Vercel's CEO on Basement Studio's custom shader tool, shipped with Claude Code: it's now easier to assemble software from building blocks than to procure SaaS. Every team becomes its own design factory.

Read the thread
§ 05 · One more thing

The coolest thing I saw someone do with Claude this week had nothing to do with their business.

Jason Zook (@jasondoesstuff) has Claude build him a personal magazine every morning. Curated Hacker News stories on the things he actually cares about — AI tools, dev tools, privacy, creative software — styled, timestamped, waiting when he wakes up.

Your AI doesn't have to work for your business to be worth building. Sometimes the best thing it does is hand you a better morning.

Filed under · Personal systems

Reply and tell me what you're building.

Or what you wish you were. I read every one.

Office hours are open Thursday, 10am to noon, at Rayback Collective. No agenda, no pitch, just show up.

Reply to this issue
Next Friday · in your inbox

Get the next dispatch.

Weekly field notes every Friday. What's worth paying attention to in AI this week, for people running their business.

One issue a week. Unsubscribe in one click.
— James,
Boulder.
See you next Friday
Filed 17 April 2026
from Boulder, Colorado