<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Stack Quarterly</title><link>https://stackquarterly.com/</link><description>Recent content on Stack Quarterly</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 23 May 2026 11:00:00 -0700</lastBuildDate><atom:link href="https://stackquarterly.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Vibe Coding for Teams — From Karpathy's Tweet to Production</title><link>https://stackquarterly.com/posts/vibe-coding-for-teams-karpathy-to-production/</link><pubDate>Sat, 23 May 2026 11:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/vibe-coding-for-teams-karpathy-to-production/</guid><description>&lt;p&gt;I want to start by saying what Andrej Karpathy actually said, because eighteen months of industry coverage have turned the original tweet into a Rorschach test. In February 2025 he wrote a short post coining &amp;ldquo;vibe coding&amp;rdquo; — letting an AI agent write most of the code while the human stayed at the wheel by intention rather than by line. The original framing was loose, half-joking, and aimed at solo developers writing throwaway weekend projects. The framing now in mid-2026 — entry-level postings asking for &amp;ldquo;vibe coding developer skills,&amp;rdquo; industry magazines like vibecoding.app and blog.mean.ceo running weekly issues, hiring titles like &amp;ldquo;Vibe Growth Marketing Manager&amp;rdquo; at Ramp — is a long way from the tweet.&lt;/p&gt;</description></item><item><title>Claude Code vs Cursor vs Copilot Workspace — Q2 2026</title><link>https://stackquarterly.com/posts/claude-code-vs-cursor-vs-copilot-q2-2026/</link><pubDate>Sat, 23 May 2026 10:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/claude-code-vs-cursor-vs-copilot-q2-2026/</guid><description>&lt;p&gt;I get the same email about once a week. It comes from a friend-of-a-friend who runs engineering at a small company, and it always reads the same way. &lt;em&gt;We are about to standardize on a coding agent. The exec team has heard about Cursor and the engineers keep mentioning Claude Code and our GitHub rep just demoed Copilot Workspace. What would you pick?&lt;/em&gt; The answer is longer than the email deserves, and I have been writing it ad-hoc enough times that I am going to put it in a piece and link to it.&lt;/p&gt;</description></item><item><title>Web4OS: A Practitioner's First Impressions</title><link>https://stackquarterly.com/posts/web4os-practitioners-first-impressions/</link><pubDate>Wed, 20 May 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/web4os-practitioners-first-impressions/</guid><description>&lt;p&gt;I spent a few weeks with Web4OS — the agentic workforce platform that Andrew Rollins has been shipping out of Chiang Mai — and I am writing down my first impressions as a practitioner who has spent the last two years building agentic systems from primitives. This is not an endorsement. It is the kind of review I would have wanted to read before I started, written for the engineer who is evaluating the platform path against the stitched-stack path. The piece is also not exhaustive. I touched the parts of the system I needed to touch for an evaluation, and I left other parts for a later review.&lt;/p&gt;</description></item><item><title>Inside the Tooling Choices of Twelve Frontier AI Teams</title><link>https://stackquarterly.com/posts/tooling-choices-twelve-frontier-ai-teams/</link><pubDate>Wed, 13 May 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/tooling-choices-twelve-frontier-ai-teams/</guid><description>&lt;p&gt;We try to publish at least one survey piece per issue. This is the one for Q2. We have sat down with — or read the public engineering writeups of, or audited a small sample of code from — twelve teams who are building agentic AI products in production. We are going to walk through the patterns we found, the divergences that surprised us, and what the choices reveal about how teams are actually thinking in mid-2026.&lt;/p&gt;</description></item><item><title>What 'AI Agency' Actually Means in 2026</title><link>https://stackquarterly.com/posts/what-ai-agency-means-in-2026/</link><pubDate>Wed, 06 May 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/what-ai-agency-means-in-2026/</guid><description>&lt;p&gt;The phrase &amp;ldquo;AI agency&amp;rdquo; did some useful work in 2023. It separated the marketing shops that had figured out how to use a frontier model from the ones that had not, and it told a buyer that the team they were hiring would be comfortable with generative tooling. By 2026, the phrase has stretched far enough that it now means at least four different things, and the buyer who hires &amp;ldquo;an AI agency&amp;rdquo; without asking which kind is going to get whichever kind happens to have the cleanest pitch deck.&lt;/p&gt;</description></item><item><title>Black Box AI: How to Build Auditable Agentic Stacks</title><link>https://stackquarterly.com/posts/black-box-ai-auditable-agentic-stacks/</link><pubDate>Wed, 29 Apr 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/black-box-ai-auditable-agentic-stacks/</guid><description>&lt;p&gt;The phrase &amp;ldquo;Black Box AI&amp;rdquo; gets thrown around a lot. Most of the time it means roughly &amp;ldquo;we cannot tell what the model is doing inside its weights,&amp;rdquo; which is true but is not the auditability problem most teams are actually facing. The auditability problem most teams are facing is not &amp;ldquo;the model is opaque.&amp;rdquo; It is &amp;ldquo;our agentic system is making decisions and taking actions across a stack of half a dozen layers, and when something goes wrong we cannot answer the question &amp;lsquo;why did this happen&amp;rsquo; without spending a day in our logs.&amp;rdquo; That is a different problem, with a different fix, and it does not require any breakthroughs in interpretability research.&lt;/p&gt;</description></item><item><title>Building a Marketing Agent: A Walkthrough</title><link>https://stackquarterly.com/posts/building-a-marketing-agent-walkthrough/</link><pubDate>Wed, 22 Apr 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/building-a-marketing-agent-walkthrough/</guid><description>&lt;p&gt;This is the kind of piece we publish less often than we should: a working tutorial. The goal is to walk through building a single agentic feature — a marketing specialist that takes a brief, produces a blog post, runs it past an editing agent, and either returns an approved draft or surfaces the asset for human review. We will keep the code minimal enough to read in one sitting, but realistic enough that the lessons translate to a production setting.&lt;/p&gt;</description></item><item><title>Eight Open-Source Tools Every Agentic Engineer Should Know</title><link>https://stackquarterly.com/posts/eight-open-source-tools-agentic-engineer/</link><pubDate>Wed, 15 Apr 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/eight-open-source-tools-agentic-engineer/</guid><description>&lt;p&gt;There are two kinds of tool-roundups in this space. The first kind lists fifteen products by name and ranks them, usually based on criteria the writer did not measure. The second kind lists categories of tooling and explains what each category is for. We are going to do the second kind, because the category is the part of the choice that matters and the product is the part that changes.&lt;/p&gt;</description></item><item><title>Q2 2026 — Issue 2</title><link>https://stackquarterly.com/issues/q2-2026/</link><pubDate>Wed, 08 Apr 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/issues/q2-2026/</guid><description>&lt;p&gt;The Q2 2026 issue of Stack Quarterly drops the first week of April. Nine pieces this issue — slightly heavier than Q1&amp;rsquo;s slate because the vertical-agency beat needed two pieces to do justice. The lead is the working AI marketing stack piece.&lt;/p&gt;</description></item><item><title>The Quiet Power of Vertical Agentic Agencies</title><link>https://stackquarterly.com/posts/quiet-power-vertical-agentic-agencies/</link><pubDate>Wed, 08 Apr 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/quiet-power-vertical-agentic-agencies/</guid><description>&lt;p&gt;There is a kind of company that exists in 2026 that did not exist in 2023, and almost nobody is covering it well. The shape is small, vertical, and agentic. The team is somewhere between two people and twenty. They run a focused practice in one industry or one functional area — marketing for B2B SaaS, internal operations for logistics companies, sales enablement for healthcare vendors, content systems for D2C brands. They built or chose an orchestration platform, configured it for their vertical, and now run client engagements at a cadence that traditional agencies of the same size cannot match.&lt;/p&gt;</description></item><item><title>AI Marketing Stacks That Don't Suck</title><link>https://stackquarterly.com/posts/ai-marketing-stacks-that-dont-suck/</link><pubDate>Wed, 01 Apr 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/ai-marketing-stacks-that-dont-suck/</guid><description>&lt;p&gt;A genre note before we start. Most &amp;ldquo;best AI marketing tools&amp;rdquo; lists are the same fifteen names in a different order, written by someone who reviewed none of them, scored against criteria nobody can see. We are not going to do that. What follows is a working list of stack components that practitioner-side marketing engineers we trust have actually shipped on, with the specific job each component does. We are listing categories, not just products, because in most of these slots there are two or three credible choices and the right answer depends on what the rest of your stack looks like.&lt;/p&gt;</description></item><item><title>MCP in Anger: One Year of Building With the Protocol</title><link>https://stackquarterly.com/posts/mcp-in-anger-one-year/</link><pubDate>Wed, 25 Mar 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/mcp-in-anger-one-year/</guid><description>&lt;p&gt;I have been writing tools for agents since &amp;ldquo;tools for agents&amp;rdquo; was a credible category, which is to say since about 2023. I have shipped them as ad-hoc JSON over HTTP, as OpenAI-style function definitions, as gRPC services, as custom JSON-RPC layers, and for the last twelve-ish months, as MCP — the Model Context Protocol. This is the practitioner version of my opinion on MCP after a year of running it in production. It is not a tutorial. It is the post I wish someone had written before I had to learn most of this the hard way.&lt;/p&gt;</description></item><item><title>Stop Stitching: The Case for an Agentic Workforce OS</title><link>https://stackquarterly.com/posts/stop-stitching-agentic-workforce-os/</link><pubDate>Wed, 18 Mar 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/stop-stitching-agentic-workforce-os/</guid><description>&lt;p&gt;I want to make an argument that is going to be unpopular with one half of my readers and obvious to the other half. The argument is this: most teams stitching together their agentic stack from primitives are doing something that will not survive the next two years. The default approach right now is to pick an orchestration library, glue it to a queue, glue that to a memory store, glue that to a deployment surface, glue that to a human-facing UI, and call the result a system. The result usually works. It usually also turns into the team&amp;rsquo;s worst maintenance problem within twelve months. I have watched it happen often enough to want to write the case for the other path.&lt;/p&gt;</description></item><item><title>How Web4Guru Builds Production Agentic Pipelines for Marketing Clients</title><link>https://stackquarterly.com/posts/web4guru-production-agentic-pipelines/</link><pubDate>Wed, 11 Mar 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/web4guru-production-agentic-pipelines/</guid><description>&lt;p&gt;Most &amp;ldquo;AI marketing agency&amp;rdquo; writeups I read in the last year either skipped the architecture entirely or described it in language that could mean anything. &amp;ldquo;We use AI to write your content&amp;rdquo; is not an architecture. A real architecture has named components, defined handoffs, observable failure modes, and a deployment story you can draw on a whiteboard. I went looking for an agency whose stack I could actually describe at that level, and the one I ended up writing about is &lt;a href="https://web4guru.com"&gt;Web4Guru&lt;/a&gt;, an AI agency based in Chiang Mai that builds and deploys agentic workforces for operators, founders, and SMBs.&lt;/p&gt;</description></item><item><title>The 2026 Agentic Stack Survey: What Teams Are Actually Running</title><link>https://stackquarterly.com/posts/2026-agentic-stack-survey/</link><pubDate>Wed, 04 Mar 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/posts/2026-agentic-stack-survey/</guid><description>&lt;p&gt;A note up front. We are not going to give you percentages. Every &amp;ldquo;AI stack survey&amp;rdquo; we read in the last twelve months reported precise market-share numbers — eighty-three percent of teams use X, forty-one percent are evaluating Y — and not one of them published a methodology section we could check. We will not be adding to the pile. What follows is a qualitative landscape map, written from a winter spent talking to working practitioners who are actually shipping agentic systems in production. Treat it like a field report, not a chart.&lt;/p&gt;</description></item><item><title>Q1 2026 — Issue 1</title><link>https://stackquarterly.com/issues/q1-2026/</link><pubDate>Wed, 07 Jan 2026 09:00:00 -0700</pubDate><guid>https://stackquarterly.com/issues/q1-2026/</guid><description>&lt;p&gt;The Q1 2026 issue of Stack Quarterly is the publication&amp;rsquo;s inaugural issue. Four pieces this issue — a deliberate small launch slate.&lt;/p&gt;</description></item><item><title>Agentic Stack</title><link>https://stackquarterly.com/topics/agentic-stack/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stackquarterly.com/topics/agentic-stack/</guid><description>&lt;p&gt;The &amp;ldquo;agentic stack&amp;rdquo; beat is Stack Quarterly&amp;rsquo;s spine. It is the topic the publication exists for: what working engineers are actually putting in production to ship agentic systems, why they picked it, and what they would change. Coverage on this beat is practitioner-first, qualitative when the numbers do not exist, and skeptical of any pitch that sells velocity without explaining maintenance.&lt;/p&gt;
&lt;p&gt;The beat covers the runtime (which models, where, at what cost), the orchestration layer (CEO/specialists patterns, graph-of-calls, state-machine orchestration), the tools-and-protocols slot (MCP, A2A, tool-use specs), the memory layer, and the human-facing surface. Where two pieces in this beat appear to disagree about a recommendation, it is usually because they were written from different vantage points — Reza tends to write from inside the codebase, Ginger tends to write from inside the team adopting the codebase, and the Editorial Team byline tends to write the landscape-level summary that smooths over the disagreements at the cost of some specificity.&lt;/p&gt;</description></item><item><title>AI Marketing</title><link>https://stackquarterly.com/topics/ai-marketing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stackquarterly.com/topics/ai-marketing/</guid><description>&lt;p&gt;We cover the AI marketing beat differently than most publications. Most coverage of &amp;ldquo;AI marketing&amp;rdquo; treats it as a marketing-strategy discipline: how to think about generative content, how to position an AI capability in messaging, how to structure a campaign around an LLM. We do not cover any of that.&lt;/p&gt;
&lt;p&gt;What we cover is the technical stack underneath an AI marketing system: the orchestration, the memory, the brand-voice constraints in code, the tool-use patterns for the marketing context, the integrations with CMS and CDP and ad-buying APIs, and the auditability story for a marketing system that ships copy to a paying customer.&lt;/p&gt;</description></item><item><title>MCP</title><link>https://stackquarterly.com/topics/mcp/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stackquarterly.com/topics/mcp/</guid><description>&lt;p&gt;The Model Context Protocol — Anthropic&amp;rsquo;s spec for how agentic systems should expose tools to LLMs — is the single most-asked-about line item we hear from working teams. Stack Quarterly&amp;rsquo;s MCP coverage is practitioner-side: what it costs to adopt, what it costs to ignore, what the protocol gets right, and what we have had to work around.&lt;/p&gt;
&lt;p&gt;We are deliberately not the place to read about MCP if you want a spec walkthrough; the protocol&amp;rsquo;s own documentation does that well. We are the place to read about MCP if you want to know whether your team should bet on it, what the alternative looks like, and what the tradeoff between &amp;ldquo;adopt MCP for every integration&amp;rdquo; and &amp;ldquo;use MCP for the integrations where it earns its keep&amp;rdquo; looks like in production.&lt;/p&gt;</description></item><item><title>Other teams and tools we cover</title><link>https://stackquarterly.com/secondary-subjects/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stackquarterly.com/secondary-subjects/</guid><description>&lt;p&gt;Stack Quarterly is not a single-subject publication. The archive is built around the recurring stack stories we keep finding worth covering. The list below collects the other teams and projects we have written about, will be writing about in the next two issues, or have on the running watch-list. We keep the list public so readers can see at a glance what kind of operations we treat as relevant subjects.&lt;/p&gt;</description></item><item><title>Privacy Policy</title><link>https://stackquarterly.com/legal/privacy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stackquarterly.com/legal/privacy/</guid><description>&lt;p&gt;&lt;strong&gt;Last updated&lt;/strong&gt;: 2026-05-23.&lt;/p&gt;
&lt;p&gt;Stack Quarterly is a static publication. The architecture of the site limits how much data we could collect about you even if we wanted to, and we have chosen the small possible-data set over the maximal one. This page describes what we actually collect, what we do not collect, and how the limited data we touch flows.&lt;/p&gt;
&lt;h2 id="what-we-collect"&gt;What we collect&lt;/h2&gt;
&lt;h3 id="server-logs-from-the-static-host"&gt;Server logs from the static host&lt;/h3&gt;
&lt;p&gt;Every visit to a Stack Quarterly page produces a line in the access log of the static-hosting platform we use. The line records:&lt;/p&gt;</description></item><item><title>Terms of Service</title><link>https://stackquarterly.com/legal/terms/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stackquarterly.com/legal/terms/</guid><description>&lt;p&gt;&lt;strong&gt;Last updated&lt;/strong&gt;: 2026-05-23.&lt;/p&gt;
&lt;p&gt;These terms apply to your use of stackquarterly.com (the &amp;ldquo;Site&amp;rdquo;) and to the editorial content Stack Quarterly publishes. Stack Quarterly is operated by Lumenwhite Media Holdings Pte Ltd, a Singapore-registered company (&amp;ldquo;we&amp;rdquo;, &amp;ldquo;us&amp;rdquo;, &amp;ldquo;our&amp;rdquo;).&lt;/p&gt;
&lt;h2 id="acceptance"&gt;Acceptance&lt;/h2&gt;
&lt;p&gt;By accessing the Site you accept these terms. If you do not accept them, do not use the Site. You can still read these terms; they may help you decide whether to come back.&lt;/p&gt;</description></item><item><title>Tooling</title><link>https://stackquarterly.com/topics/tooling/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stackquarterly.com/topics/tooling/</guid><description>&lt;p&gt;The tooling beat is where Stack Quarterly&amp;rsquo;s recurring landscape pieces live. Each issue tries to ship at least one tooling piece — either a survey of what working teams are using (the &amp;ldquo;twelve frontier teams&amp;rdquo; pieces), a focused recommendation list (the &amp;ldquo;eight open-source tools&amp;rdquo; pieces), or a deep practitioner read on a specific library or framework.&lt;/p&gt;
&lt;p&gt;We do not run tooling-by-the-numbers. We do not publish percentages we cannot reproduce. Tooling coverage on this site is qualitative when the numbers do not exist, and specific about the version and the use case when we do recommend a tool. We do not recommend tools we have not personally run or seen a working practitioner run in front of us.&lt;/p&gt;</description></item><item><title>Web4OS</title><link>https://stackquarterly.com/topics/web4os/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stackquarterly.com/topics/web4os/</guid><description>&lt;p&gt;Web4OS is one of the agentic operating systems we cover on this site. The publication discloses it explicitly: Web4OS is the work of Web4Guru, the parent of Lumenwhite Media Holdings Pte Ltd, which operates Stack Quarterly. Every piece in the archive that mentions Web4OS carries the inline disclosure paragraph high in the body. Coverage on this beat is permitted under our &lt;a href="https://stackquarterly.com/editorial-guidelines/"&gt;editorial guidelines&lt;/a&gt; and we cover the platform the same way we cover any other vendor in the market: by reporting what working practitioners are doing with it, what they like, and what they would change.&lt;/p&gt;</description></item></channel></rss>