<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Robots &amp; Pencils</title>
	<atom:link href="https://robotsandpencils.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://robotsandpencils.com/</link>
	<description>Digital Innovation Firm</description>
	<lastBuildDate>Tue, 11 Aug 2026 19:16:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>

<image>
	<url>https://robotsandpencils.com/wp-content/uploads/2023/04/favicon_rap.png</url>
	<title>Robots &amp; Pencils</title>
	<link>https://robotsandpencils.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Pt. 2: Repo-Native Delivery &#8211; The Operating Model </title>
		<link>https://robotsandpencils.com/repo-native-delivery-model/</link>
		
		<dc:creator><![CDATA[Nilesh Patwardhan]]></dc:creator>
		<pubDate>Tue, 11 Aug 2026 19:16:31 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3568</guid>

					<description><![CDATA[<p>Part 2 of 2. Part 1 made the case for moving delivery out of Jira and into the repo. This is the how, concrete enough to copy.  In Part 1, I argued that a tracker quietly makes humans the integration layer, and that moving delivery artifacts into the repo hands much of that assembly work to the tooling.  This [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/repo-native-delivery-model/">Pt. 2: Repo-Native Delivery &#8211; The Operating Model </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong><em>Part 2 of 2. <a href="https://robotsandpencils.com/repo-native-delivery/" data-type="post" data-id="3515" target="_blank" rel="noreferrer noopener">Part 1</a> made the case for moving delivery out of Jira and into the repo. This is the how, concrete enough to copy.</em> </strong></p>



<p class="wp-block-paragraph">In Part 1, I argued that a tracker quietly makes humans the integration layer, and that moving delivery artifacts into the repo hands much of that assembly work to the tooling. </p>



<p class="wp-block-paragraph">This is the operating model that fell out of that idea.&nbsp;</p>



<p class="wp-block-paragraph">The goal is simple:&nbsp;</p>



<p class="wp-block-paragraph">Every artifact should be readable by both a human and an assistant without translation.&nbsp;</p>



<p class="wp-block-paragraph">Stories, decisions, sprint history, status updates, technical plans, reports: all of it lives in a form that the team can read directly and that an assistant can traverse without APIs, connectors, or synchronization.&nbsp;</p>



<p class="wp-block-paragraph">None of&nbsp;this is&nbsp;exotic.&nbsp;It&#8217;s&nbsp;markdown files, Git, and an agent-aware editor like Cursor or Claude Code.&nbsp;</p>



<p class="wp-block-paragraph">The discipline&nbsp;is what makes it work.&nbsp;</p>



<h2 class="wp-block-heading">Two repos, two rhythms&nbsp;</h2>



<p class="wp-block-paragraph">The first decision is to stop forcing artifacts and code to share a history.&nbsp;</p>



<p class="wp-block-paragraph">They have different cadences, different gates, and different owners.&nbsp;</p>



<p class="wp-block-paragraph">So&nbsp;they get different repos.&nbsp;</p>



<p class="wp-block-paragraph">The delivery repo holds artifacts only: stories, sprints, decisions, context, prompts, and reports.&nbsp;</p>



<p class="wp-block-paragraph">The code repos stay exactly as they should&nbsp;be:&nbsp;feature branches, pull requests, CI, and release workflows.&nbsp;</p>



<p class="wp-block-paragraph">Each code repo&#8217;s&nbsp;CLAUDE.md&nbsp;points back to the delivery repo so that any assistant reading the code also has access to the project&#8217;s intent and decisions.&nbsp;</p>



<p class="wp-block-paragraph">That separation solves a surprisingly&nbsp;common problem.&nbsp;</p>



<p class="wp-block-paragraph">Trackers go stale because updating them competes with shipping code. When artifacts live in their own frictionless repo, there is nothing competing for attention. A decision or status update takes seconds to commit and lands&nbsp;immediately.&nbsp;</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://robotsandpencils.com/wp-content/uploads/2026/08/part2-two-repos.svg" alt="" class="wp-image-3521" style="aspect-ratio:2.0851433536055604;width:840px;height:auto"/><figcaption class="wp-element-caption"><em>Delivery repo (no branches, push to main) holds the artifacts; code repos stay feature-branched and PR-gated and point back via CLAUDE.md.</em> </figcaption></figure>



<h2 class="wp-block-heading">No connector, no second system&nbsp;</h2>



<p class="wp-block-paragraph">There&nbsp;is&nbsp;no tracker&nbsp;and&nbsp;no connector.&nbsp;</p>



<p class="wp-block-paragraph">The files are the context. The same editor the engineer uses to build is where the assistant reads stories, specifications, decisions, and status.&nbsp;</p>



<p class="wp-block-paragraph">That is also why this is a team model rather than a PM productivity hack.&nbsp;</p>



<p class="wp-block-paragraph">Managing a project through a Jira connector is something one person does from their own AI session. Here, everyone works from the same source. Engineers build from it. Designers contribute to it. Reports&nbsp;generate&nbsp;from it.&nbsp;</p>



<p class="wp-block-paragraph">Nobody waits for a board to catch up.&nbsp;</p>



<h2 class="wp-block-heading">The story is a directory, not a ticket&nbsp;</h2>



<p class="wp-block-paragraph">Our unit of work is a folder, not a line item.&nbsp;</p>



<p class="wp-block-paragraph">A story directory holds a few files, each with one job:&nbsp;</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>File</strong>&nbsp;</td><td><strong>What it holds</strong>&nbsp;</td></tr><tr><td>story.md&nbsp;</td><td>The contract&nbsp;</td></tr><tr><td>technical-spec.md&nbsp;</td><td>The plan&nbsp;</td></tr><tr><td>grooming.md&nbsp;</td><td>The conversation and rationale&nbsp;</td></tr><tr><td>status.md&nbsp;</td><td>Current state and progress&nbsp;</td></tr><tr><td>decisions/,&nbsp;artifacts/&nbsp;</td><td>Evidence and story-scoped decisions&nbsp;</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Together they form the work surface.&nbsp;</p>



<p class="wp-block-paragraph">When an engineer opens a story, the assistant sees the same picture they do: the requirements, the implementation plan, prior decisions, open questions, and evidence.&nbsp;</p>



<p class="wp-block-paragraph">Dependencies are recorded as simple&nbsp;wikilinks&nbsp;such as&nbsp;[[E2-1]], giving assistants a graph they can traverse rather than a collection of disconnected tickets.&nbsp;</p>



<h2 class="wp-block-heading">For engineers: a control plane, not PM docs in Git&nbsp;</h2>



<p class="wp-block-paragraph">It would be easy to read all of this as project managers&nbsp;moving&nbsp;their paperwork into Git. That is not what it is.&nbsp;</p>



<p class="wp-block-paragraph">For an engineer, the repo turns delivery artifacts into part of the work surface, instead of a parallel system to keep&nbsp;in sync.&nbsp;</p>



<p class="wp-block-paragraph">Start with the thing engineers feel every day: context switching. Recovering intent from a tracker means leaving the editor, finding the ticket, reading a description written weeks ago, and scanning the comments. Here,&nbsp;story.md,&nbsp;technical-spec.md, and&nbsp;grooming.md&nbsp;sit beside the code. You read the contract, the plan, and the reasoning without leaving Cursor, and so does your agent.&nbsp;</p>



<p class="wp-block-paragraph">It also front-loads the ambiguity. The spec-drafting prompt asks the agent to flag acceptance criteria that are vague or untestable before any code gets written, so you are not halfway through a build when you realize the AC could mean two things.&nbsp;</p>



<p class="wp-block-paragraph">Evidence lives with&nbsp;the work.&nbsp;artifacts/&nbsp;is the natural home for eval outputs, screenshots, scorecards, generated datasets, and review forms. When someone revisits the story to debug or review, the proof is right there, not scattered across Drive and Slack.&nbsp;</p>



<p class="wp-block-paragraph">Dependencies are plain text. A&nbsp;wikilink&nbsp;like&nbsp;[[E2-3]]&nbsp;is easier to traverse than a tracker&#8217;s dependency UI, for you and for the agent, and you can grep the whole tree.&nbsp;</p>



<p class="wp-block-paragraph">The code ties back to the contract. Code repos point at the delivery stories, and tests&nbsp;validate&nbsp;the acceptance criteria in&nbsp;story.md, so a reviewer checks against a real definition of done rather than &#8220;matches the ticket.&#8221;&nbsp;</p>



<p class="wp-block-paragraph">The quiet win under all of it: no stale duplicate truth. A tracker usually becomes a second copy of what the engineer learned while building, and it drifts the moment the build teaches you something. Here, when the spec changes, the same repo captures the change, the reason, and the evidence, in one place.&nbsp;</p>



<p class="wp-block-paragraph">A lightweight engineering control plane, where context, decisions, specs, evidence, and status live where developers and agents can use them directly.&nbsp;</p>



<h2 class="wp-block-heading">The coding agent inherits the contract&nbsp;</h2>



<p class="wp-block-paragraph">When a coding agent opens a story, it inherits the contract.&nbsp;</p>



<p class="wp-block-paragraph">The story, acceptance criteria, technical spec, grooming notes, and code all sit in the same context window.&nbsp;</p>



<p class="wp-block-paragraph">Before implementation starts, the engineer has the agent draft&nbsp;technical-spec.md&nbsp;from the story and checks that the plan&nbsp;actually matches&nbsp;the intent.&nbsp;</p>



<p class="wp-block-paragraph">Misunderstandings surface in prose instead of three commits later.&nbsp;</p>



<p class="wp-block-paragraph">Then the acceptance criteria become something the agent can actively steer toward.&nbsp;</p>



<p class="wp-block-paragraph">The definition of done is no longer a memory of a meeting. It is a file sitting&nbsp;beside&nbsp;the code.&nbsp;</p>



<p class="wp-block-paragraph">That changes behavior. Agents drift less. They gold-plate less.&nbsp;They spend less time solving adjacent problems and more time solving the one the story actually describes.&nbsp;</p>



<p class="wp-block-paragraph">In a tracker-centric workflow, those criteria often live somewhere the coding agent never looks.&nbsp;</p>



<h2 class="wp-block-heading">The sprint is a narrative, not a board&nbsp;</h2>



<p class="wp-block-paragraph">If the story is the unit of work, the sprint is the unit of time.&nbsp;</p>



<p class="wp-block-paragraph">One sprint. One file.&nbsp;</p>



<p class="wp-block-paragraph">The sprint document&nbsp;contains&nbsp;the goal, committed stories, a running log of mid-sprint events, delivered work, and the retro.&nbsp;</p>



<p class="wp-block-paragraph">The key rule is append-mostly.&nbsp;</p>



<p class="wp-block-paragraph">Committed work stays committed. When reality changes, and it always does, you add an event explaining what changed and why.&nbsp;</p>



<p class="wp-block-paragraph">The sprint becomes a readable history instead of a constantly rewritten snapshot.&nbsp;</p>



<p class="wp-block-paragraph">That turns out to be useful for both retrospectives and stakeholder conversations.&nbsp;</p>



<h2 class="wp-block-heading">Decisions live where their scope lives&nbsp;</h2>



<p class="wp-block-paragraph">One small rule removes a surprising amount of friction.&nbsp;</p>



<p class="wp-block-paragraph">Story-level decisions live with the story.&nbsp;</p>



<p class="wp-block-paragraph">Sprint-level decisions live in the sprint file.&nbsp;</p>



<p class="wp-block-paragraph">Project-level decisions live in&nbsp;/decisions/.&nbsp;</p>



<p class="wp-block-paragraph">Six months later, when someone asks why a choice was made, there is a dated file with the answer.&nbsp;</p>



<h2 class="wp-block-heading">Every ceremony ends in a commit&nbsp;</h2>



<p class="wp-block-paragraph">The decision lives in the file before the meeting ends.&nbsp;</p>



<p class="wp-block-paragraph">If &#8220;I&#8217;ll update it later&#8221; creeps back in, the model degrades into Jira-by-other-means within a sprint.&nbsp;</p>



<p class="wp-block-paragraph">Planning, standup, review, and retro all follow the same pattern:&nbsp;</p>



<ol start="1" class="wp-block-list has-black-color has-text-color has-link-color has-medium-font-size wp-elements-4e08b34882c8c01dc2b14c79bacd3818">
<li>Read the repo. </li>
</ol>



<ol start="2" class="wp-block-list has-black-color has-text-color has-link-color has-medium-font-size wp-elements-fc1fd4a047b7fb666bbc2e4d773fdb25">
<li>Make decisions. </li>
</ol>



<ol start="3" class="wp-block-list has-black-color has-text-color has-link-color has-medium-font-size wp-elements-075ffcff56fcd8477b477b32ef90af32">
<li>Commit the outcome. </li>
</ol>



<p class="wp-block-paragraph">The ceremony is&nbsp;the&nbsp;conversation.&nbsp;</p>



<p class="wp-block-paragraph">The commit is the memory.&nbsp;</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://robotsandpencils.com/wp-content/uploads/2026/08/part2-ceremony-loop.svg" alt="" class="wp-image-3518" style="aspect-ratio:2.333495381623724;width:840px;height:auto"/><figcaption class="wp-element-caption"><em>Planning, standup, review, and retro each run as a prompt against the repo and fire a commit before the meeting ends.</em> </figcaption></figure>



<p class="wp-block-paragraph">The same data feeds all of these.&nbsp;</p>



<p class="wp-block-paragraph">A single&nbsp;status.md&nbsp;file becomes the morning brief, the risk log, the retro, and the stakeholder report.&nbsp;</p>



<p class="wp-block-paragraph">You author once and query many ways.&nbsp;</p>



<p class="wp-block-paragraph">Status itself&nbsp;remains&nbsp;human-owned. The assistant drafts it from commits and chat context, but a person reviews and commits the result.&nbsp;Otherwise&nbsp;the no-code days (debugging dead ends, credential issues, design discussions) disappear from the record.&nbsp;</p>



<h2 class="wp-block-heading">Where it becomes an asset&nbsp;</h2>



<p class="wp-block-paragraph">Prompts do not stay&nbsp;prompts.&nbsp;</p>



<p class="wp-block-paragraph">A query used a few times becomes a skill.&nbsp;</p>



<p class="wp-block-paragraph">The skills, plus the directory structure and conventions, become a scaffold.&nbsp;</p>



<p class="wp-block-paragraph">The scaffold becomes reusable.&nbsp;</p>



<p class="wp-block-paragraph">The next engagement starts&nbsp;from&nbsp;a template that already knows how stories, sprints, decisions, and ceremonies fit together.&nbsp;</p>



<p class="wp-block-paragraph">The cost of standing&nbsp;up&nbsp;a new project keeps dropping because the operating layer already exists.&nbsp;</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://robotsandpencils.com/wp-content/uploads/2026/08/part2-prompt-to-asset.svg" alt="" class="wp-image-3519" style="aspect-ratio:3.2669729453802963;width:840px;height:auto"/><figcaption class="wp-element-caption"><em>A prompt used repeatedly becomes a skill, the skills and conventions become a reusable scaffold, and the next engagement starts from that template instead of a blank board.</em> </figcaption></figure>



<p class="wp-block-paragraph">One principle keeps that from tipping into over-automation:&nbsp;</p>



<p class="wp-block-paragraph">Automate aggregation and synthesis. Do not automate judgment.&nbsp;</p>



<p class="wp-block-paragraph">Draft the brief. Draft the retro. Draft the report.&nbsp;</p>



<p class="wp-block-paragraph">But decisions, scope, priorities, and commitments stay human.&nbsp;</p>



<p class="wp-block-paragraph">The moment you automate&nbsp;judgment,&nbsp;the model quietly rots.&nbsp;</p>



<h2 class="wp-block-heading">What it costs, honestly&nbsp;</h2>



<p class="wp-block-paragraph">It&nbsp;isn&#8217;t&nbsp;free.&nbsp;</p>



<p class="wp-block-paragraph">The committing discipline is&nbsp;load-bearing, and no tool nags you into doing it.&nbsp;</p>



<p class="wp-block-paragraph">It assumes the team works in an agent-aware editor. Open these files in a plain editor and much of the leverage disappears.&nbsp;</p>



<p class="wp-block-paragraph">Design tools do not go away. Figma and Miro still exist. The repo simply becomes the place where design decisions and handoffs are recorded.&nbsp;</p>



<p class="wp-block-paragraph">There are still open&nbsp;questions&nbsp;too. On a small team without&nbsp;dedicated&nbsp;QA, who formally&nbsp;signs off&nbsp;that acceptance criteria have been met? We are still&nbsp;working that&nbsp;out.&nbsp;</p>



<p class="wp-block-paragraph">I&#8217;d&nbsp;rather name those edges than pretend the model is finished.&nbsp;</p>



<p class="wp-block-paragraph">The honest reframe is that this approach does not&nbsp;eliminate&nbsp;the tracker&#8217;s job.&nbsp;</p>



<p class="wp-block-paragraph">It absorbs it.&nbsp;</p>



<p class="wp-block-paragraph">The&nbsp;consistency&nbsp;Jira enforced for free becomes something you own on purpose.&nbsp;</p>



<p class="wp-block-paragraph">For the kind of AI-native work we do, that ownership is the point.&nbsp;</p>



<p class="wp-block-paragraph">The repo is already where the work happens.&nbsp;</p>



<p class="wp-block-paragraph">So&nbsp;we started asking a simple question:&nbsp;</p>



<p class="wp-block-paragraph">What happens if coordination happens&nbsp;there&nbsp;too?&nbsp;</p>



<p class="wp-block-paragraph">This operating model is our current answer.&nbsp;</p>



<p class="wp-block-paragraph">Not because Git is magical.&nbsp;</p>



<p class="wp-block-paragraph">Not because Jira is broken.&nbsp;</p>



<p class="wp-block-paragraph">Because operational context now accumulates in one place, and&nbsp;we&#8217;re&nbsp;interested in what becomes possible when the people, the artifacts, and the assistants all work from the same source.&nbsp;</p>



<p class="wp-block-paragraph">Whether this becomes a broader pattern remains to be seen.&nbsp;</p>



<p class="wp-block-paragraph">But after working this way, it is difficult to imagine moving the source of truth back into a system designed primarily to describe the work rather than&nbsp;participate&nbsp;in it.&nbsp;</p>
<p>The post <a href="https://robotsandpencils.com/repo-native-delivery-model/">Pt. 2: Repo-Native Delivery &#8211; The Operating Model </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Robots &#038; Pencils Enriches Studio for Generative and Agentic AI with Addition of Brendan Flynn as SVP, Strategy </title>
		<link>https://robotsandpencils.com/brendan-flynn-svp-strategy/</link>
		
		<dc:creator><![CDATA[Robots &#38; Pencils]]></dc:creator>
		<pubDate>Thu, 06 Aug 2026 13:59:15 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3527</guid>

					<description><![CDATA[<p>Flynn brings two decades of large-scale product engineering and delivery leadership, with a track record of building the operating model that lets enterprise AI scale. Robots &#38; Pencils, an applied AI engineering partner designed for enterprise velocity and measurable business impact, today announced the appointment of Brendan Flynn as Senior Vice President, Strategy within Robots [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/brendan-flynn-svp-strategy/">Robots &amp; Pencils Enriches Studio for Generative and Agentic AI with Addition of Brendan Flynn as SVP, Strategy </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Flynn brings two decades of large-scale product engineering and delivery leadership, with a track record of building the operating model that lets enterprise AI scale.</h2>



<p class="wp-block-paragraph">Robots &amp; Pencils, an applied AI engineering partner designed for enterprise velocity and measurable business impact, today announced the appointment of Brendan Flynn as Senior Vice President, Strategy within Robots &amp; Pencils&#8217; Studio for Generative and Agentic AI in Bellevue, Wa. Flynn will work with clients to ensure the strategies behind their AI investments scale and deliver the defined business outcomes.</p>



<p class="wp-block-paragraph">Robots &amp; Pencils has built its business around a solution-delivery flywheel, accelerating the velocity of delivery and client impact with live solutions launching weeks, not quarters. Flynn&#8217;s mandate is clear. Deliver the business outcomes for which clients are investing and put the foundation in place for agentic transformation to scale across the enterprise.</p>



<h2 class="wp-block-heading">A Career Forged in Scale and Speed</h2>



<p class="wp-block-paragraph">Flynn hails from Capgemini, where he led large-scale product engineering and AI transformations for global brands in QSR, hospitality, and enterprise software.</p>



<p class="wp-block-paragraph">His reputation is built on a rare pairing: the organizational change management expertise to shift how a company works, and the product engineering discipline to make the shift hold.</p>



<p class="wp-block-paragraph">“Two decades working inside large Global Systems Integrators showed me exactly where the legacy delivery model strains under the demands of enterprise AI,” Flynn said. “That gap is why I’m here. Robots &amp; Pencils was built to close it — and that’s what delivers the outcomes enterprises are chasing.”</p>



<h2 class="wp-block-heading">Velocity Compounds by Design</h2>



<p class="wp-block-paragraph">The Robots &amp; Pencils operating rhythm compounds by design. Production solutions reach testable market fit in weeks, not quarters, and from there rigorous evaluations turn real usage into the signal that drives learning, optimization, and scale. Flynn&#8217;s role is to align that rhythm to how each client runs, so the pace holds once the engagement scales.</p>



<p class="wp-block-paragraph">“Executives are past the pilot stage. They want to know what changes in the P&amp;L and when,” Flynn said. “Starting from proven patterns moves the conversation from ‘can this work’ to ‘what does this deliver, on what timeline, and what has to change in the organization to keep it running.’”</p>



<h2 class="wp-block-heading">A Leader Built for This Moment</h2>



<p class="wp-block-paragraph">&#8220;Agentic AI enables companies willing to transform how the work itself gets done, not the ones that bolt it on,&#8221; said Len Pagon Jr., CEO of Robots &amp; Pencils. &#8220;That rethinking takes a strategy set before the first line of code. Brendan has solved that problem before, at real scale. He&#8217;s been the client, and he&#8217;s been the partner. That combination is rare. Clients feel it in the first conversation.&#8221;</p>



<h2 class="wp-block-heading">Built on AWS. Driven by Outcomes.</h2>



<p class="wp-block-paragraph">Flynn&#8217;s appointment follows recent company milestones, including <a href="https://robotsandpencils.com/aws-advanced-tier-partner-robots-and-pencils/" data-type="post" data-id="3211" target="_blank" rel="noreferrer noopener">AWS Advanced Tier Services Partner </a>status, one of only 11 inaugural <a href="https://robotsandpencils.com/aws-pattern-partner-robots-and-pencils-enterprise-ai/" data-type="post" data-id="3121" target="_blank" rel="noreferrer noopener">AWS Pattern Partners</a> selected from the global AWS Partner Network, the addition of <a href="https://robotsandpencils.com/bellevue-generative-agentic-ai-studio/" data-type="post" data-id="3172" target="_blank" rel="noreferrer noopener">Robots &amp; Pencils’ Studio for Generative and Agentic AI</a> in downtown Bellevue, and most recently, selection as an <a href="https://www.linkedin.com/posts/bhargs-srivathsan_aws-businessvalue-businessvaluerealization-share-7475257752450228224-4qiD/?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAPVdvwBFLtvk3rQSEcclZwlmR7etxLadso">AWS BVR (Business Value Realization) Motion Launch Partner</a>.</p>



<p class="wp-block-paragraph">Robots &amp; Pencils is unabashedly all in on AWS, and Flynn’s strategy work is aimed squarely at helping enterprise leaders get more from their AI investments and more from their investments in AWS.</p>



<p class="wp-block-paragraph">&#8220;Live in weeks vs. quarters change the conversation,&#8221; Flynn said. &#8220;When a client sees something real in production that fast, the question stops being whether AI works and starts being how fast we can do it again. That is the moment I want to create, over and over.&#8221;</p>



<h5 class="wp-block-heading"><em>Ready to see what applied AI like inside your organization? <a href="https://robotsandpencils.com/partner-for-progress/" data-type="page" data-id="3168">Request an AI briefing with Robots &amp; Pencils</a> and find out what changes first.</em></h5>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://robotsandpencils.com/brendan-flynn-svp-strategy/">Robots &amp; Pencils Enriches Studio for Generative and Agentic AI with Addition of Brendan Flynn as SVP, Strategy </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pt. 1: Repo-Native Delivery &#8211; Why We Ditched Jira for AI Work  </title>
		<link>https://robotsandpencils.com/repo-native-delivery/</link>
		
		<dc:creator><![CDATA[Nilesh Patwardhan]]></dc:creator>
		<pubDate>Tue, 04 Aug 2026 17:36:31 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3515</guid>

					<description><![CDATA[<p>How we moved from Jira + AI connectors to a single repo where humans and agents work from the same source of truth.&#160; Part 1 of 2: The why. Part 2 walks through the operating model itself.&#160; Almost every&#160;product tool I open lately is reaching for the same idea: put an AI copilot on top [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/repo-native-delivery/">Pt. 1: Repo-Native Delivery &#8211; Why We Ditched Jira for AI Work  </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading"><em>How we moved from Jira + AI connectors to a single repo where humans and agents work from the same source of truth.</em>&nbsp;</h2>



<p class="wp-block-paragraph"><strong><em>Part 1 of 2: The why. Part 2 walks through the operating model itself.</em>&nbsp;</strong></p>



<p class="wp-block-paragraph">Almost every&nbsp;product tool I open lately is reaching for the same idea: put an AI copilot on top of the backlog. Jira has&nbsp;Rovo. ServiceNow ships agile story generation that claims to cut epic breakdown by around 80%. Linear, Azure DevOps, and the rest are adding a button that turns a fuzzy feature into a tidy stack of tickets.&nbsp;</p>



<p class="wp-block-paragraph">That is genuinely useful. I do not want to wave it away.&nbsp;</p>



<p class="wp-block-paragraph">The version I run into&nbsp;most&nbsp;these days is subtler. Plenty of teams now connect Jira to their AI assistant as an MCP connector (in Claude&#8217;s&nbsp;Cowork, for instance) so the assistant can read and update tickets for them. For a solo PM, that can feel like a small miracle. The assistant can summarize the board, draft updates, and move work along without the usual tab-hopping.&nbsp;</p>



<p class="wp-block-paragraph">But the shape of the system has not really changed.&nbsp;</p>



<p class="wp-block-paragraph">The tracker is still a second system the AI&nbsp;has to&nbsp;reach into over an API, one round trip at a time. Someone still&nbsp;has to&nbsp;keep that system&nbsp;in sync&nbsp;with the work. The integration layer did not disappear. It just got automated.&nbsp;</p>



<p class="wp-block-paragraph">Which leaves a more interesting question sitting in the open:&nbsp;</p>



<p class="wp-block-paragraph">If AI can generate the work, and read the work, do we still need the tracker to be the home of the work?&nbsp;</p>



<p class="wp-block-paragraph">At Robots &amp; Pencils we build AI products for enterprises, which means we have felt the gap between how these systems get built and how we were managing the building. On a recent enterprise pilot, I started an experiment: run delivery without Jira as the source of truth.&nbsp;</p>



<p class="wp-block-paragraph">Generate the epics and stories from a skills pipeline. Let the whole team (PM, designer, engineer) work out of a&nbsp;Git&nbsp;repo where stories, sprints, and decisions are versioned markdown files.&nbsp;</p>



<p class="wp-block-paragraph">The goal was not a tidier way for me, the PM, to manage a project from my own AI session. That would have been a nicer cockpit, not a better operating model.&nbsp;</p>



<p class="wp-block-paragraph">The goal was to put the whole team on one source: the engineer in their editor, the designer in theirs, no connector in the middle, and nobody waiting on me to&nbsp;sync&nbsp;a board.&nbsp;</p>



<p class="wp-block-paragraph">It worked well enough that it is quietly becoming how we deliver AI-native work.&nbsp;</p>



<p class="wp-block-paragraph">This piece is the why. The next one is&nbsp;the how.&nbsp;</p>



<h2 class="wp-block-heading">The&nbsp;tell:&nbsp;who&#8217;s&nbsp;doing the integrating&nbsp;</h2>



<p class="wp-block-paragraph">Jira makes the human the integration layer.&nbsp;</p>



<p class="wp-block-paragraph">The work is there, but it is scattered into pieces: the ticket, the related tickets, the research doc, the decision from three weeks ago, the acceptance criteria that changed in grooming, the Slack thread nobody quite remembers.&nbsp;</p>



<p class="wp-block-paragraph">Before anyone can move, someone&nbsp;has to&nbsp;stitch the picture together.&nbsp;</p>



<p class="wp-block-paragraph">That was a reasonable deal when the only thing that could&nbsp;read&nbsp;a ticket was a human.&nbsp;</p>



<p class="wp-block-paragraph">It&#8217;s&nbsp;a worse deal now.&nbsp;</p>



<p class="wp-block-paragraph">The assistant doing more of the building can read the surrounding context, if the context is&nbsp;somewhere&nbsp;it can actually reach. When a story is a markdown file in the repo, the assistant can take in the story, the technical spec, the grooming notes, and the code itself in one pass, because&nbsp;they&#8217;re&nbsp;all just files in the same working surface.&nbsp;</p>



<p class="wp-block-paragraph">Nobody has to describe the map.&nbsp;The assistant can follow the links.&nbsp;</p>



<p class="wp-block-paragraph">Wiring the tracker into an AI assistant over MCP is still&nbsp;progress. It&nbsp;hands&nbsp;some of that assembly work to the assistant.&nbsp;But it also preserves the old shape: second system, API round trips, and a project record that has to be kept aligned with the place where the work is actually happening.&nbsp;</p>



<p class="wp-block-paragraph">Repo-native delivery asks for a cleaner cut.&nbsp;</p>



<p class="wp-block-paragraph">Move the artifacts to where the work and the AI already live, and the integration layer stops being a person.&nbsp;</p>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" src="https://robotsandpencils.com/wp-content/uploads/2026/08/part1-integration-layer.svg" alt="" class="wp-image-3517" style="aspect-ratio:2.130492676431425;width:834px;height:auto"/><figcaption class="wp-element-caption"><em>Tracker-plus-MCP keeps a second system and API&nbsp;round-trips; repo-native lets the editor read story, spec, grooming, and code in one pass.</em>&nbsp;</figcaption></figure>



<h2 class="wp-block-heading">What about Linear?&nbsp;</h2>



<p class="wp-block-paragraph">Linear is excellent. It is what a better tracker looks like: clean, fast, developer-friendly, with strong GitHub integration and improving AI. Plenty of teams, including parts of ours in the past, moved happily from Jira to Linear.&nbsp;</p>



<p class="wp-block-paragraph">But even Linear is still a tracker. The work artifacts live in Linear&#8217;s database. The AI reaches in through&nbsp;integrations. Engineers still cross from the issue tracker to their editor and back. The fundamental shape, a separate coordination system sitting next to the execution environment, stays intact.&nbsp;</p>



<p class="wp-block-paragraph">Repo-native delivery goes one step further. It asks whether we still need that separate system at all, once context is&nbsp;cheap&nbsp;and an assistant can read across stories, specs, decisions, and code in one pass. We are not trying to replace Jira or Linear with a nicer interface. We are moving the source of truth into the environment where the work, and the agents, already live.&nbsp;</p>



<h2 class="wp-block-heading">What changes when the repo is the truth&nbsp;</h2>



<p class="wp-block-paragraph">The benefit I expected was speed.&nbsp;</p>



<p class="wp-block-paragraph">The benefit that actually mattered was quieter seams between people.&nbsp;</p>



<p class="wp-block-paragraph">The engineer felt&nbsp;it&nbsp;first. Their coding agent could open a story with the real acceptance criteria in context, not a paraphrase pasted into a chat window. That meant the agent built toward the definition of done instead of drifting toward a plausible interpretation of it.&nbsp;</p>



<p class="wp-block-paragraph">Even better, the criteria became something the agent could check its own work against. The story was not just an instruction. It was the contract.&nbsp;</p>



<p class="wp-block-paragraph">And the engineer never left the editor to find any of it. The story, the plan, and the reasoning sat beside the code, not behind another login.&nbsp;</p>



<p class="wp-block-paragraph">Handoffs&nbsp;changed&nbsp;too.&nbsp;</p>



<p class="wp-block-paragraph">A designer could drop an artifact and a one-line note into the story folder, and the next person&#8217;s editor would read it when they opened the story. No tagging.&nbsp;No&nbsp;&#8220;did&nbsp;you see my message?&#8221; No quiet dependency on someone remembering to move context from one place to another.&nbsp;</p>



<p class="wp-block-paragraph">The same source also starts feeding many views. One&nbsp;status.md&nbsp;file can become the morning brief, the sprint risk log, the retro, and the stakeholder report.&nbsp;</p>



<p class="wp-block-paragraph">You author once and query many ways.&nbsp;</p>



<p class="wp-block-paragraph">That is where the repo has an advantage over the tracker.&nbsp;A tracker&#8217;s&nbsp;data mostly feeds the tracker&#8217;s own views. Repo data feeds anything a team can&nbsp;write a prompt for.&nbsp;</p>



<p class="wp-block-paragraph">The query I lean on most&nbsp;isn&#8217;t&nbsp;a fancy one. Each morning, instead of asking the team what they did yesterday, I ask the repo.&nbsp;</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img decoding="async" src="https://robotsandpencils.com/wp-content/uploads/2026/08/part1-context-shift.svg" alt="" class="wp-image-3516" style="aspect-ratio:2.0851433536055604;width:801px;height:auto"/><figcaption class="wp-element-caption"><em>Traditional: each role&#8217;s work scatters into meetings, messages, tickets, and status updates that someone reconstructs later. Repo-native: every role&#8217;s work accumulates in one shared operational record that assistants read and enrich.</em>&nbsp;</figcaption></figure>



<p class="wp-block-paragraph">Jira is a coordination layer. The repo is where execution happens. </p>



<p class="wp-block-paragraph">The same assistant helping implement a story can also summarize sprint risk, trace dependencies, draft stakeholder updates, and explain why a decision was made.&nbsp;</p>



<p class="wp-block-paragraph">When the same system can&nbsp;participate&nbsp;in both coordination and execution, the boundary between the two starts to look less inevitable.&nbsp;</p>



<p class="wp-block-paragraph">That shift shows up in small ways at first.&nbsp;</p>



<p class="wp-block-paragraph">The prompts we run do not stay prompts. A query used a few times becomes a skill. The skills, plus the repo structure and conventions, become a scaffold. And that scaffold is portable.&nbsp;</p>



<p class="wp-block-paragraph">The next engagement does not begin with an empty Jira project. It begins&nbsp;from&nbsp;a template that already knows how stories, sprints, decisions, prompts, and ceremonies fit together. The operational cost of standing up a new project drops because the operating layer already exists.&nbsp;</p>



<p class="wp-block-paragraph">That is what turns a workflow into a capability.&nbsp;</p>



<p class="wp-block-paragraph">It also&nbsp;reframes&nbsp;the PM&#8217;s job.&nbsp;</p>



<p class="wp-block-paragraph">When a skill can draft the stories, the PM&#8217;s edge moves upstream: framing the right epics, encoding judgment into the pipeline, and curating the context the whole team&#8217;s tools draw from.&nbsp;</p>



<p class="wp-block-paragraph">The craft shifts from producing the backlog to designing the system that produces it.&nbsp;</p>



<p class="wp-block-paragraph">The judgment was always there. Now it&nbsp;has&nbsp;somewhere explicit to live.&nbsp;</p>



<p class="wp-block-paragraph">Maybe the&nbsp;bigger question is not how we teach our trackers to work with AI.&nbsp;</p>



<p class="wp-block-paragraph">Maybe it&nbsp;is whether the work still needs a separate coordination system at all.&nbsp;</p>



<p class="wp-block-paragraph">Was the tracker ever the right home for the work in the first place?&nbsp;</p>



<p class="wp-block-paragraph">Ours moved into the repo, and it has not asked to move back.&nbsp;</p>



<h5 class="wp-block-heading"><em>Stay tuned for</em> <em>Part 2, where Nilesh walks through the operating model: the two-repo pattern, the story directory, the sprint-as-narrative, and how every ceremony ends in a commit, so you can copy it, not just nod at it.</em>&nbsp;</h5>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://robotsandpencils.com/repo-native-delivery/">Pt. 1: Repo-Native Delivery &#8211; Why We Ditched Jira for AI Work  </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Robots &#038; Pencils Appoints Jansen Meyers Senior Vice President of Operations</title>
		<link>https://robotsandpencils.com/jansen-meyers-svp-operations/</link>
		
		<dc:creator><![CDATA[Robots &#38; Pencils]]></dc:creator>
		<pubDate>Thu, 30 Jul 2026 14:52:50 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3511</guid>

					<description><![CDATA[<p>New executive hire deepens the operational bench behind Robots &#38; Pencils&#8217; AI outcomes as the company scales its next stage of high-velocity growth. Robots &#38; Pencils, an applied AI engineering partner known for high-velocity delivery and measurable business outcomes, today announced Jansen Meyers as Senior Vice President of Operations. Meyers joins the executive leadership team [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/jansen-meyers-svp-operations/">Robots &amp; Pencils Appoints Jansen Meyers Senior Vice President of Operations</a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>New executive hire deepens the operational bench behind Robots &amp; Pencils&#8217; AI outcomes as the company scales its next stage of high-velocity growth.</em></p>



<p class="wp-block-paragraph">Robots &amp; Pencils, an applied AI engineering partner known for high-velocity delivery and measurable business outcomes, today announced Jansen Meyers as Senior Vice President of Operations. Meyers joins the executive leadership team to scale delivery capacity, sharpen operational execution, and lay the operational foundation for the company&#8217;s next phase of growth.</p>



<p class="wp-block-paragraph">Meyers brings more than 25 years working with organizations to drive scalability. Most recently, he spent 16 years at Centric Consulting as a partner concentrated on operations, technology and transformation leadership, where he helped enterprise clients and Centric modernize operations and execute company-wide transformations.</p>



<p class="wp-block-paragraph">“We are focused on client outcomes and accelerating everything we do for our clients. Scaling our operations requires the same emphasis,” said Nathan Carmon, Chief Operating Officer of Robots &amp; Pencils. “Jansen simplifies the complex and designs systems that let exceptional people maintain their focus on outcomes and acceleration, not internal work and systems.”</p>



<p class="wp-block-paragraph">In his new role, Meyers will oversee internal operations, expand delivery capacity, and engineer the operational backbone behind every Robots &amp; Pencils engagement, the systems that let Velocity Pods take generative and agentic AI live in weeks, not quarters. His leadership will help the company scale with the same agility, craft, and client focus that have defined the company since it was founded in 2009.</p>



<p class="wp-block-paragraph">“Complexity is easy; efficiency is deliberate. My focus is eliminating drag, so the business moves as fast as its ideas,” said Meyers. “The people here already move like they have done this before. My job is to make sure the processes and systems never get in their way.”</p>



<p class="wp-block-paragraph">Meyers joins Robots &amp; Pencils as more organizations turn to the company to move generative and agentic AI from pilot to live. His appointment reflects continued investment in the leadership and operational depth behind Robots &amp; Pencils&#8217; AWS Advanced Tier Services Partner and AWS Pattern Partner status, and its record of measurable business outcomes across 175+ clients worldwide.</p>



<p class="wp-block-paragraph"><strong><em>Interested in a career with Robots &amp; Pencils? <a href="https://robotsandpencils.com/careers/" data-type="page" data-id="2594">View our open positions. </a></em></strong></p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://robotsandpencils.com/jansen-meyers-svp-operations/">Robots &amp; Pencils Appoints Jansen Meyers Senior Vice President of Operations</a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>RoboCon 26: How Robots &#038; Pencils Turned a Spark into a Surge </title>
		<link>https://robotsandpencils.com/robocon-26-spark-ignite-surge/</link>
		
		<dc:creator><![CDATA[Christina Morello]]></dc:creator>
		<pubDate>Wed, 29 Jul 2026 15:43:00 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Culture]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3500</guid>

					<description><![CDATA[<p>A fire needs three things: something to strike it, something to feed it, and something worth burning for. Robots &#38; Pencils spent six weeks on the first, three days in a Cleveland skyscraper on the second, and&#160;it&#8217;s&#160;building the third right now. We call the whole arc&#160;RoboCon&#160;2026: Rise of the Agents, and if you were anywhere [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/robocon-26-spark-ignite-surge/">RoboCon 26: How Robots &amp; Pencils Turned a Spark into a Surge </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A fire needs three things: something to strike it, something to feed it, and something worth burning for. Robots &amp; Pencils spent six weeks on the first, three days in a Cleveland skyscraper on the second, and&nbsp;it&#8217;s&nbsp;building the third right now. We call the whole arc&nbsp;RoboCon&nbsp;2026: Rise of the Agents, and if you were anywhere near downtown Cleveland the week of July 21st, you felt it.&nbsp;</p>



<p class="wp-block-paragraph">This is the first of many stories&nbsp;we&#8217;ll&nbsp;tell about what happened here. Before we get to the pods, the points, and the people who pulled all-nighters,&nbsp;it&#8217;s&nbsp;worth answering the plain questions. Who did this, what actually happened, when, where, and why any of it&nbsp;mattered.&nbsp;Three phases carry that story: Spark&nbsp;lit&nbsp;the&nbsp;competition;&nbsp;Ignite brought it together in Cleveland, and Surge is the follow-through happening right now.&nbsp;</p>



<h2 class="wp-block-heading">What is&nbsp;RoboCon?&nbsp;</h2>



<p class="wp-block-paragraph">RoboCon&nbsp;26 is&nbsp;Robots&nbsp;&amp; Pencils&#8217; internal AI competition, built&nbsp;to transform how we work with our clients and each other.&nbsp;Our CEO Len Pagon kicked things off on June 12th with 56 leaders from across the company.&nbsp;</p>



<p class="wp-block-paragraph">&#8220;Most companies are still figuring out how to start. We are already doing it. We design the architecture that takes AI from a demo into the actual work of the business. That is harder than it sounds. Most cannot. We can and we do.&#8221;&nbsp;</p>



<p class="wp-block-paragraph">That gap, between demoing AI and actually running a business on it, is the whole reason&nbsp;RoboCon&nbsp;exists. Pagon had the data to prove&nbsp;it,&nbsp;a six-level AI&nbsp;proficiency&nbsp;ladder gleaned from usage and a proprietary assessment tool. It showed exactly how&nbsp;and where&nbsp;the company&nbsp;could&nbsp;accelerate and codify&nbsp;its generative and agentic AI capabilities&nbsp;across every single current and future employee.&nbsp;&#8220;The pace is fast because the window is now,&#8221; Pagon told the room,&nbsp;&#8220;not&nbsp;next quarter, not another planning cycle.&#8221;&nbsp;</p>



<p class="wp-block-paragraph">So&nbsp;he picked&nbsp;roughly a&nbsp;quarter of the company, the leaders who could carry the change back to their teams, split them into seven pods of about eight people each, and told them to compete.&nbsp;</p>



<h2 class="wp-block-heading">Spark: The Competition&nbsp;&nbsp;</h2>



<p class="wp-block-paragraph">Spark ran six weekly challenges, and each one moved the pods a step further down the same road: start by setting a shared culture baseline in the newly written Pencil Way, then build something real with the tools, then improve it, then apply it to actual client work. Partway through the six weeks, the competition stopped belonging only to the seven pods. Spark&nbsp;opened up&nbsp;to the whole&nbsp;company,&nbsp;a cohort of allies, and the job was to mentor them through&nbsp;the similar&nbsp;tasks the pod had already worked through. Their learning and their work counted toward their&nbsp;pod&#8217;s&nbsp;score. One rule sat above all the scoring: &#8220;Client work comes first,&#8221; Pagon told everyone. &#8220;That if you ever have to choose between&nbsp;working for&nbsp;our&nbsp;client, or you got to do this challenge, the client comes first&#8230;always!&#8221;&nbsp;</p>



<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Spark Reflection Video" src="https://player.vimeo.com/video/1213956011?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" referrerpolicy="strict-origin-when-cross-origin"></iframe>
</div></figure>



<h2 class="wp-block-heading">Ignite:&nbsp;Three Days in Cleveland&nbsp;</h2>



<p class="wp-block-paragraph">Six weeks of remote sprinting funneled into three days in person, July 21st through 23rd. Jeff Kirk, EVP of Applied AI, set the tone once everyone was on site.&nbsp;&nbsp;</p>



<p class="wp-block-paragraph">&#8220;It&#8217;s time to get into&nbsp;ultra-learning&nbsp;mode,&#8221; he said. &#8220;To work backwards from our most important customer&nbsp;outcomes and&nbsp;continue to&nbsp;incorporate&nbsp;AI&nbsp;agents into our professional services motion.&#8221; He pushed the room toward something harder than a workshop&nbsp;agenda.&nbsp;&#8220;Use&nbsp;radical candor with your colleagues and solve some of the most critical challenges that we&#8217;re facing on a day-to-day basis as we innovate on behalf of our clients&nbsp;– we&nbsp;transfer our know-how to our clients&nbsp;as&nbsp;a result of Robots &amp; Pencils&nbsp;working with them.&#8221;&nbsp;</p>



<p class="wp-block-paragraph">The three days played out exactly that tension between celebration and work. A championship reception&nbsp;opened things&nbsp;on July 21st, in Pagon&#8217;s own backyard. The next two days filled Key Tower&#8217;s meeting rooms with keynotes, breakout sessions, and afternoon hackathons, where seven pods turned six weeks of practice into something they could stand behind.&nbsp;Stay tuned for individual and pod stories.&nbsp;</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="768" src="https://robotsandpencils.com/wp-content/uploads/2026/07/Guardians-Game-1024x768.jpg" alt="Picture of Robots &amp; Pencils team at baseball game. " class="wp-image-3501" srcset="https://robotsandpencils.com/wp-content/uploads/2026/07/Guardians-Game-1024x768.jpg 1024w, https://robotsandpencils.com/wp-content/uploads/2026/07/Guardians-Game-300x225.jpg 300w, https://robotsandpencils.com/wp-content/uploads/2026/07/Guardians-Game-768x576.jpg 768w, https://robotsandpencils.com/wp-content/uploads/2026/07/Guardians-Game-1536x1152.jpg 1536w, https://robotsandpencils.com/wp-content/uploads/2026/07/Guardians-Game-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><em>Time for hot dogs, a ball game, and each other. </em></figcaption></figure>



<h2 class="wp-block-heading">Surge: Bringing it Home&nbsp;</h2>



<p class="wp-block-paragraph">It would be easy to read Ignite as the climax of the story. It was the culmination of Spark, no question. But&nbsp;Pagon&nbsp;frames it as&nbsp;the first 2 phases as preparation for the most important phase, not an ending. Ignite closed with a personal commitment from every participant: one shift they were making, a few ideas for their team, and a 30, 60, and 90-day plan to make it stick. Read a handful of them back-to-back and the range says more about Surge than any recap could.&nbsp;&nbsp;</p>



<p class="wp-block-paragraph">“RoboCon&nbsp;reinforced something for me,”&nbsp;said Kristy Andersen, senior delivery manager.&nbsp;“Individual AI fluency&nbsp;is&nbsp;the floor. Organizational AI capability is&nbsp;where things&nbsp;accelerate&nbsp;and impact compounds.”&nbsp;</p>



<p class="wp-block-paragraph">Pagon called&nbsp;RoboCon&nbsp;an&nbsp;investment in&nbsp;our people and&nbsp;the company, the kind that&nbsp;doesn&#8217;t&nbsp;pay off in three days. It pays off in what people do with what they learned once the reception ends and the&nbsp;ballgame&#8217;s&nbsp;over. That work is Surge.&nbsp;It&#8217;s&nbsp;already underway, and&nbsp;it&#8217;s&nbsp;the story&nbsp;we&#8217;ll&nbsp;keep telling from here.&nbsp;</p>
<p>The post <a href="https://robotsandpencils.com/robocon-26-spark-ignite-surge/">RoboCon 26: How Robots &amp; Pencils Turned a Spark into a Surge </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NO REGRET, Part Two: The LEARN Phase Agentic AI Playbook for Holiday 2026</title>
		<link>https://robotsandpencils.com/retail-ai-readiness-score/</link>
		
		<dc:creator><![CDATA[Saul Delage]]></dc:creator>
		<pubDate>Wed, 22 Jul 2026 14:01:37 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Retail & Consumer]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3494</guid>

					<description><![CDATA[<p>A few weeks ago, I made the case that the Learn and Use phases of the shopping journey are the no-regret bets for Holiday 2026. Consumer readiness is proven, the ROI compounds regardless of pace, and the 90-day window between July 1st and the pending holiday code-freeze in October is enough time to deploy to [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/retail-ai-readiness-score/">NO REGRET, Part Two: The LEARN Phase Agentic AI Playbook for Holiday 2026</a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A few weeks ago, I made the case that the Learn and Use phases of the shopping journey are the <a href="https://robotsandpencils.com/agentic-ai-retail-holiday-2026/" target="_blank" rel="noreferrer noopener">no-regret bets for Holiday 2026</a>. Consumer readiness is proven, the ROI compounds regardless of pace, and the 90-day window between July 1<sup>st</sup> and the pending holiday code-freeze in October is enough time to deploy to production. That argument still holds. What it did not have was a scorecard.</p>



<p class="wp-block-paragraph">Now it does. Last week (July 15), ReFiBuy and Digital Commerce 360 published their inaugural <a href="https://refibuy.ai/ai-commerce-rankings" target="_blank" rel="noreferrer noopener">AI Commerce Rankings</a>, a quarterly benchmark that scores the Top 1000 retailers 0 to 100 on how ready their product catalogs are for AI shopping agents to read, interpret, and recommend. It is the first hard measurement of Learn phase readiness at scale, and it confirms both halves of the no-regret argument at once. The opportunity is real. Almost nobody has captured it yet.</p>



<h2 class="wp-block-heading"><strong>The Diagnosis: 42 Out of 100</strong></h2>



<p class="wp-block-paragraph"><a href="https://www.cognizant.com/us/en/insights/new-minds-new-markets" target="_blank" rel="noreferrer noopener">Cognizant&#8217;s Comfort Quotient research</a>, which I cited last time, put Learn phase comfort at 47, the highest of the three purchase phases, with Early Adopters and Accelerators scoring 58 and 50 respectively. Consumers are ready. The AI Commerce Rankings show what retailers have built to meet them there. The average score across all 1,000 retailers is 42, with a median of 44.1. Only 20 retailers score above 60. The highest score recorded, out of 1,000 of the largest retailers in the country, is 72.</p>



<p class="wp-block-paragraph">Scale does not buy readiness. Online Labels ranks #1 on AI readiness with a score of 71.8 and sits at #814 by online sales. Everlane ranks #4 in readiness at #264 by sales. Several of the retailers with the largest online sales volumes in the country rank in the bottom half of the readiness index. The retailers most exposed to AI-driven discovery traffic today are, in some cases, the ones AI agents can least see. Deloitte&#8217;s Stephan Ritter put a finer point on it recently on the <a href="https://retailgentic.transistor.fm/episodes/deloitte-s-stephan-ritter-breaks-down-why-most-products-will-never-be-seen-by-ai" target="_blank" rel="noreferrer noopener">Retailgentic podcast</a>: most products will never be seen by AI, because most catalogs weren&#8217;t built for AI to see them.</p>



<p class="wp-block-paragraph">There&#8217;s a concentration risk layered on top. <a href="https://refibuy.ai/ai-commerce-rankings" target="_blank" rel="noreferrer noopener">ChatGPT accounts for more than 80% of AI-referred traffic to retail sites right now.</a> Adobe Analytics clocked 693% year-over-year growth in generative AI traffic during Holiday 2025, then 393% year-over-year growth in AI-source traffic in Q1 2026. That traffic is real, it is growing fast, and most of it is flowing through a single door.</p>



<h2 class="wp-block-heading"><strong>What to Build in the Next 90 Days</strong></h2>



<p class="wp-block-paragraph">The Learn phase playbook is not a strategy exercise. The AI Commerce Rankings methodology is, in effect, a build spec. It scores exactly what an AI shopping agent experiences when it hits your catalog.</p>



<p class="wp-block-paragraph">Bot friendliness first. Can ChatGPT, Gemini, and Alexa for Shopping actually reach, read, and transact against your product data, including support for emerging agentic commerce protocols like UCP and ACP? <a href="https://refibuy.ai/ai-commerce-rankings" target="_blank" rel="noreferrer noopener">Only 26% of retailers in the index have verified UCP status.</a> That&#8217;s the single highest-leverage fix available in the next 90 days for most retail IT teams, and it&#8217;s an engineering problem, not a marketing one.</p>



<p class="wp-block-paragraph">Second, build for more than one engine. A single-engine dependency on ChatGPT is a single point of failure the moment a competing model changes its retrieval behavior or a new entrant like Perplexity gains share. Diversity of AI sources is one of the four signals the rankings measure for a reason.</p>



<p class="wp-block-paragraph">Third, treat product content as multimodal infrastructure, not marketing copy. Cognizant&#8217;s research is direct about this: businesses will need multimodal approaches to conveying product and service information as AI-powered discovery becomes the default research path. That means structured attributes, image and video content agents can parse, and the metadata layer that turns a SKU into something an agent can reason about.</p>



<p class="wp-block-paragraph">Fourth, know where your category actually sits. The rankings break out readiness by category, and the spread is wide. Office Supplies leads at 47.4. Food &amp; Beverage trails at 37.2, the lowest score and the lowest AI traffic penetration in the index, in a category that touches nearly every consumer every week. One top-10 retailer by online sales in that category ranks below #550 on AI readiness. For CPG and grocery brands, that gap isn&#8217;t a warning. It&#8217;s the opening.</p>



<h2 class="wp-block-heading"><strong>The Infrastructure Argument Hasn&#8217;t Changed</strong></h2>



<p class="wp-block-paragraph">None of this ships from a slide deck and a vendor demo. It requires the same technical foundation I described in the first piece: unified product data, a semantic layer that lets an agent reason across your catalog instead of guessing, and guardrails that keep that reasoning inside the lines. AWS makes the case plainly in its own executive guidance on agentic AI. Organizations that have already operationalized generative AI with production-grade rigor, on a foundation like Amazon Bedrock, are the ones positioned to turn isolated catalog pilots into governed, reusable capability instead of another one-off integration.</p>



<p class="wp-block-paragraph">That&#8217;s applied engineering work, not a repositioning exercise. It&#8217;s also the same discipline we walked through recently in <a href="https://robotsandpencils.com/amazon-quick-marketing/" target="_blank" rel="noreferrer noopener">how a marketing function runs on Amazon Quick with generative and agentic AI</a>: real data, real guardrails, real production deployment. That&#8217;s what separates a working system from a slide.</p>



<h2 class="wp-block-heading"><strong>90 Days, One Scorecard</strong></h2>



<p class="wp-block-paragraph">The October constraints haven&#8217;t moved. The pending holiday <a href="https://www.mastercard.com/us/en/business/payments/merchant-cloud/insights/holiday-code-freeze-best-practices.html" target="_blank" rel="noreferrer noopener">code-freezes still lock down the production environments</a> for most retailers and consumer brands ahead of peak season, and Amazon&#8217;s Fall Prime Event still opens the early holiday promotional calendar in early/mid-October (<a href="https://www.app.com/story/news/2026/06/27/prime-day-is-over-heres-when-amazon-usually-does-it-again/90706232007/?gnt-cfr=1&amp;gca-cat=p&amp;gca-uir=false&amp;gca-epti=z1168xxp000050l000450c000050e1168xxv000030&amp;gca-ft=147&amp;gca-ds=sophi" target="_blank" rel="noreferrer noopener">exact dates still pending</a>, which makes preparation for brands even more challenging). What&#8217;s changed is that there&#8217;s now a public, quarterly, refreshed scorecard measuring exactly which retailers used this window and which ones didn&#8217;t.</p>



<p class="wp-block-paragraph">An average score of 42 means the race is still open. Twenty retailers have separated from the pack. The other 980 have less than 90 days to decide which side of that line they land on before the next edition publishes.</p>



<p class="wp-block-paragraph">Almost every retail and consumer goods brand I speak with agrees the opportunity is real. The AI Commerce Rankings just gave everyone a number to measure it against. If your team wants to know where your catalog stands and what to fix first, I&#8217;d like to be part of that conversation. Reach out on LinkedIn or directly.</p>



<p class="wp-block-paragraph">Next up: the Use phase, and what &#8220;taking care of itself&#8221; actually means in production.</p>



<p class="wp-block-paragraph"><strong>Let’s build what&#8217;s next in retail. <a href="https://robotsandpencils.com/partner-for-progress/" data-type="page" data-id="3168">Request an AI Briefing</a>. </strong></p>



<p class="wp-block-paragraph"><em>Saul Delage is SVP Client Partner at Robots &amp; Pencils, focused on the Retail and Consumer Goods vertical. Robots &amp; Pencils is an applied AI engineering partner, all in on AWS.</em> <em><a href="https://www.linkedin.com/in/sdelage/" target="_blank" rel="noreferrer noopener">Connect with Saul.</a></em></p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://robotsandpencils.com/retail-ai-readiness-score/">NO REGRET, Part Two: The LEARN Phase Agentic AI Playbook for Holiday 2026</a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Robots &#038; Pencils&#8217; Talent Perspective: What Recruiters Look for in a Resume </title>
		<link>https://robotsandpencils.com/what-recruiters-look-for-resume/</link>
		
		<dc:creator><![CDATA[Madeleine Barthelmess]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 13:07:43 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Careers]]></category>
		<category><![CDATA[Culture]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3466</guid>

					<description><![CDATA[<p>Robots &#38; Pencils&#8217; Head of Talent, Madeleine Barthelmess, breaks down what recruiters actually need from a modern resume, and where the real story is getting lost. I hear this almost every week. Someone tells me they’ve applied to hundreds of jobs, heard nothing back, and blamed the ATS. Maybe you’ve said something similar yourself. My [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/what-recruiters-look-for-resume/">The Robots &amp; Pencils&#8217; Talent Perspective: What Recruiters Look for in a Resume </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading"><em>Robots &amp; Pencils&#8217; Head of Talent, Madeleine Barthelmess, breaks down what recruiters actually need from a modern resume, and where the real story is getting lost.</em></h2>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Ep.006 What Recruiters Look for in a Resume | Robots &amp; Pencils Talent Perspective" width="640" height="360" src="https://www.youtube.com/embed/6z0HLSdUuvI?feature=oembed&#038;rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">I hear this almost every week. Someone tells me they’ve applied to hundreds of jobs, heard nothing back, and blamed the ATS. Maybe you’ve said something similar yourself. My resume never reached a human. The AI rejected me. If only I had the right keywords. As Head of Talent at Robots &amp; Pencils, I read resumes for a living, and here’s what might surprise you. Most resumes aren’t rejected because of AI. They’re rejected because they don’t tell a compelling story.</p>



<p class="wp-block-paragraph">Here’s the short version. AI isn’t deciding who gets hired. People are. Yes, we use applicant tracking systems. Yes, technology helps me process thousands of applications. But I still open the file. I still read the first few lines. I still make the call. If your resume isn’t landing interviews, the fix isn’t a new set of keywords. It’s a better story.</p>



<h2 class="wp-block-heading">The 75 Percent Myth Has No Study Behind It</h2>



<p class="wp-block-paragraph">I’ve spoken to candidates who have applied to 500 jobs, even 1,000. Then I ask one question. How many interviews have you gotten? Usually the answer is somewhere between zero and five. That tells me the problem isn’t the ATS. The problem is strategy.</p>



<p class="wp-block-paragraph">The claim that three out of four resumes get auto-rejected before a human ever sees them shows up everywhere, from career coaches to LinkedIn posts. It traces back to a <a href="https://unchartedcareer.com/blog/the-75-of-resumes-are-auto-rejected-myth-traced-to-its-source" target="_blank" rel="noreferrer noopener">2012 marketing claim</a> from a resume-optimization company that went out of business the following year, not a peer-reviewed study or an industry survey. I use applicant tracking systems every day, and what they actually do is organize and rank applications. They don’t run a silent purge on formatting or keyword scores alone.</p>



<p class="wp-block-paragraph">That distinction matters more than it sounds. If you believe your resume vanished into a black box, you’ll keep tweaking keywords. If you understand that a person like me is going to open that file, you’ll start writing for that person.</p>



<h2 class="wp-block-heading">Your Resume Is a Marketing Document, Not a Biography</h2>



<p class="wp-block-paragraph">Here’s something I wish every job seeker understood. Your resume is not your biography. It’s not supposed to document every job you’ve ever had. Think about Apple. When Apple launches a new product, they don’t spend an hour talking about every device they’ve ever built. They focus on what matters to today’s customer. Your resume should do exactly the same thing. Every line should answer the same question. Why should I interview you for this role? If something doesn’t help answer that, it probably doesn’t belong there.</p>



<p class="wp-block-paragraph">One mistake I see constantly is candidates trying to include everything. Every internship, every volunteer project, every certification they’ve ever earned. More information doesn’t make your resume stronger. Relevant information does. I’d rather review one focused page than three pages filled with information that has nothing to do with the role you’re applying for.</p>



<h2 class="wp-block-heading">What Recruiters Scan for in the First Few Seconds</h2>



<p class="wp-block-paragraph">I don’t spend minutes carefully reading every resume, at least not at first. I’m scanning for clarity. An eye-tracking study conducted for <a href="https://www.theladders.com/career-advice/why-do-recruiters-spend-only-7-4-seconds-on-resumes" target="_blank" rel="noreferrer noopener">TheLadders</a> found recruiters spend roughly six to eight seconds on that initial scan, and <a href="https://www.forbes.com/sites/courtneyconnley-hampton/2026/05/08/in-ai-age-recruiters-spend-11-seconds-a-resume-heres-what-they-notice/" target="_blank" rel="noreferrer noopener">more recent research</a> puts the number closer to eleven. Either way, I have seconds, not minutes, to find three things.</p>



<ol class="wp-block-list">
<li class="has-black-color has-text-color has-link-color has-medium-font-size wp-elements-5f7ac9bcad147be06176ba2df07ecd19">Can I immediately understand who you are?</li>



<li class="has-black-color has-text-color has-link-color has-medium-font-size wp-elements-032aea7b58ba71df31a3f84237f6e452">Can I see what value you bring?</li>



<li class="has-black-color has-text-color has-link-color has-medium-font-size wp-elements-3f9e88b1c6d276d41693094ae1d15ad8">Can I quickly connect your experience to the position I’m hiring for?</li>
</ol>



<p class="wp-block-paragraph">If I have to work too hard to figure that out, you’ve already made the process harder for both of us. When you’re competing with hundreds of other applicants, clarity becomes your biggest advantage.</p>



<h2 class="wp-block-heading">Where AI Actually Belongs in Your Job Search</h2>



<p class="wp-block-paragraph">Can ChatGPT help you write your resume? Absolutely. Should it write your entire resume? Absolutely not. AI is an incredible assistant. It can help identify important skills, rewrite bullet points, improve grammar, and organize your ideas. But it shouldn’t replace your own voice. The more resumes I read, the easier it becomes to recognize the ones written almost entirely by AI, not because they’re bad, but because they all sound the same. Everyone is using AI to try to stand out, and they’re accidentally making themselves sound identical. Ironically, the candidates who actually stand out are the ones who use AI as an editor, not as the author. Your story still has to sound like you.</p>



<h2 class="wp-block-heading">Your Resume’s Real Job</h2>



<p class="wp-block-paragraph">If there’s one thing I want you to remember, it’s this. Your resume doesn’t get you hired. It gets you a conversation. That’s its job. So stop trying to outsmart AI. Stop trying to game the ATS. Instead, write a resume that makes it easy for another human being to understand who you are and why you’re the right person for the role. No matter how much the tools change, one thing hasn’t changed. People still hire people.</p>



<p class="wp-block-paragraph">I go deeper on all of this in the full episode above, including the exact professional summary line I want every job seeker to delete immediately.</p>



<h5 class="wp-block-heading"><strong><em>Watch and then&nbsp;<a href="https://robotsandpencils.com/careers/" target="_blank" rel="noreferrer noopener">view our open positions</a>&nbsp;and connect with me on&nbsp;<a href="https://www.linkedin.com/in/madeleine-barthelmess-06265a1bb/" target="_blank" rel="noreferrer noopener">LinkedIn</a>.&nbsp;&nbsp;</em></strong></h5>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<p class="wp-block-paragraph"><strong>Does AI reject resumes before a recruiter sees them?</strong></p>



<p class="wp-block-paragraph">No. I use applicant tracking systems to rank and organize applications, not to reject them silently. I’m the one making the hiring decision, not the algorithm.</p>



<p class="wp-block-paragraph"><strong>Why do I keep getting rejected after applying to hundreds of jobs?</strong></p>



<p class="wp-block-paragraph">Usually it’s strategy, not the ATS. I’ve talked to candidates who applied to 1,000 jobs and got five interviews. Applying broadly without tailoring your resume to each role’s actual requirements produces a high application count and a low interview count.</p>



<p class="wp-block-paragraph"><strong>Should I use ChatGPT to write my resume?</strong></p>



<p class="wp-block-paragraph">Use it to edit, not to author. I can tell almost immediately when a resume was written entirely by AI, and not because it’s bad. It’s because it sounds like everyone else’s. Let AI tighten your bullet points. Don’t let it replace your voice.</p>



<p class="wp-block-paragraph"><strong>What should a professional summary actually say?</strong></p>



<p class="wp-block-paragraph">Skip “seeking an opportunity to utilize my skills.” I already know your objective is the job. Use the summary to tell me who you are, what problems you solve, and what you’re known for.</p>
<p>The post <a href="https://robotsandpencils.com/what-recruiters-look-for-resume/">The Robots &amp; Pencils&#8217; Talent Perspective: What Recruiters Look for in a Resume </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Ampersand: Generalists in the AI Era</title>
		<link>https://robotsandpencils.com/generalists-ai-era/</link>
		
		<dc:creator><![CDATA[Guest Contributor: Phil Komarny]]></dc:creator>
		<pubDate>Tue, 07 Jul 2026 09:58:51 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3375</guid>

					<description><![CDATA[<p>Two trades, one person, the character in the middle.&#160; Twenty years&#160;ago&#160;a parent told their kid not to major in art. Ten years ago they said it about English. Five years&#160;ago&#160;the script tightened to anything that&#160;didn&#8217;t&#160;end in -ology or -engineering. STEM was the moat. STEM was&#160;the&#160;parachute. STEM was the answer to every dinner-table question your kid [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/generalists-ai-era/">The Ampersand: Generalists in the AI Era</a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading"><em>Two trades, one person, the character in the middle.</em>&nbsp;</h2>



<p class="wp-block-paragraph">Twenty years&nbsp;ago&nbsp;a parent told their kid not to major in art. Ten years ago they said it about English. Five years&nbsp;ago&nbsp;the script tightened to anything that&nbsp;didn&#8217;t&nbsp;end in -ology or -engineering. STEM was the moat. STEM was&nbsp;the&nbsp;parachute. STEM was the answer to every dinner-table question your kid was too polite to ask&nbsp;out loud.&nbsp;</p>



<p class="wp-block-paragraph">You know how this ends.&nbsp;</p>



<p class="wp-block-paragraph">I&#8217;ve&nbsp;been watching it end in slow motion for eighteen months. The CS&nbsp;grads&nbsp;I talk to are anxious in a way the comp lit&nbsp;grads&nbsp;aren&#8217;t. Not because the comp lit&nbsp;grads&nbsp;have it figured out. They&nbsp;don&#8217;t. Nobody does. But&nbsp;they were&nbsp;never promised the floor&nbsp;wouldn&#8217;t&nbsp;move. The CS&nbsp;grads&nbsp;were told it was&nbsp;bedrock. Then somebody started writing code at the speed of thought, and the bedrock turned out to be a Jenga tower with a six-week release cycle.&nbsp;</p>



<p class="wp-block-paragraph">The irony is thick enough to spread on toast. We trained a generation to speak the language of machines. The machines turned around and learned the language of people. If a screenwriter pitched that arc, the room would tell them to dial it back.&nbsp;</p>



<h2 class="wp-block-heading">The company whose name explained everything</h2>



<p class="wp-block-paragraph">I want to tell you a story about a company I ran, because&nbsp;I think it&nbsp;explains&nbsp;what&#8217;s&nbsp;actually happening, and&nbsp;what&#8217;s&nbsp;coming for the people who were paying attention.&nbsp;</p>



<p class="wp-block-paragraph">In 2014, I brought a Canadian agency called Robots &amp; Pencils down to the States. I was&nbsp;CEO&nbsp;of&nbsp;the&nbsp;US operation. We grew thirty-four hundred percent in eighteen months, finished the year as the 35th fastest-growing tech company in the country, and most of the press I gave at the time was about the numbers. The numbers&nbsp;weren&#8217;t&nbsp;the story. The name was.&nbsp;</p>



<p class="wp-block-paragraph">Robots &amp; Pencils. The name was lifted, more or less, from C.P. Snow&#8217;s 1959 lecture on&nbsp;the Two&nbsp;Cultures. Snow&#8217;s argument that the sciences and&nbsp;the humanities&nbsp;had drifted into separate languages that could no longer talk to each other, and that the gap between them was the central problem of modern life. He&nbsp;wrote it&nbsp;about Cambridge dining halls. We built it as an agency.&nbsp;</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://robotsandpencils.com/wp-content/uploads/2026/05/CP-Snow-1024x576.jpeg" alt="" class="wp-image-3376" srcset="https://robotsandpencils.com/wp-content/uploads/2026/05/CP-Snow-1024x576.jpeg 1024w, https://robotsandpencils.com/wp-content/uploads/2026/05/CP-Snow-300x169.jpeg 300w, https://robotsandpencils.com/wp-content/uploads/2026/05/CP-Snow-768x432.jpeg 768w, https://robotsandpencils.com/wp-content/uploads/2026/05/CP-Snow-1536x864.jpeg 1536w, https://robotsandpencils.com/wp-content/uploads/2026/05/CP-Snow.jpeg 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">The robots were&nbsp;the developers. People who could&nbsp;build the thing. The pencils were the designers. People who could see the thing before it existed. Two trades, two trainings, two languages, two halves of any product worth shipping. We had robots. We had pencils. We were good at both.&nbsp;</p>



<p class="wp-block-paragraph">And the founder, who was (ironically, beautifully, to his own ongoing amusement) robot #1, was the most insistent voice in the building that good products are always&nbsp;visioned&nbsp;pencils first. You&nbsp;can&#8217;t&nbsp;bolt art on at the end. Try it and the seams show forever. The most technical man in the room kept telling the room to start with the drawing.&nbsp;</p>



<h2 class="wp-block-heading">Two people who were already the bridge</h2>



<p class="wp-block-paragraph">He&nbsp;didn&#8217;t&nbsp;found&nbsp;the company alone. His wife was the pencil to his robot, a brilliant artist, an interior designer with the eye that finds the wrong wall and tells you why, an accountant sharp enough to serve as the company&#8217;s CFO. He was the technical man with a love of art he&nbsp;couldn&#8217;t&nbsp;fake. She was the artist with the operational backbone most companies wish they could hire. Each of them stretched toward the center. Each of them was already half ampersand before the company had a name.&nbsp;</p>



<p class="wp-block-paragraph">That&#8217;s&nbsp;why it worked. The two people at the top of the org chart were the bridge they were asking the rest of us to build. You felt it the second you walked in. It pulled in robots who suspected they were also a little&nbsp;bit&nbsp;pencil, pencils who knew they were also a little bit robot, and the people&nbsp;who&#8217;d&nbsp;never picked a side at all. The brand&nbsp;wasn&#8217;t&nbsp;a logo. The brand&nbsp;was the marriage.&nbsp;</p>



<p class="wp-block-paragraph">But the ampersand was the entire reason the company existed.&nbsp;</p>



<h2 class="wp-block-heading">The rarest person in any room</h2>



<p class="wp-block-paragraph">You know who I mean. The dev who notices the kerning.&nbsp;The designer who reads the API docs because she actually wants to know what&#8217;s possible.&nbsp;The one who drops #picky&nbsp;into a Slack design review without apologizing for it, because they know the small thing is the whole thing. The person who can sit between two&nbsp;rooms that don&#8217;t&nbsp;speak each other&#8217;s language and&nbsp;translate. Not the words. The intent. They were rare.&nbsp;We&#8217;d&nbsp;interview a hundred people and find one. They commanded a premium because the value of a translator scales with the distance between the parties, and the distance between an engineer and a designer in most companies is bigger than the distance between Calgary and the moon.&nbsp;</p>



<p class="wp-block-paragraph">The ampersand people&nbsp;weren&#8217;t&nbsp;better at either trade. They were the only ones in the room who saw both trades as the same problem&nbsp;from&nbsp;different chairs. They were almost mythological. We named the company after them.&nbsp;</p>



<h2 class="wp-block-heading">What AI actually does for the bridge person</h2>



<p class="wp-block-paragraph">Here is what I&nbsp;didn&#8217;t&nbsp;see coming, even though I should have. AI&nbsp;doesn&#8217;t&nbsp;pick a side. It never had to. It&nbsp;doesn&#8217;t&nbsp;just close the gap between the&nbsp;dev&nbsp;and the designer.&nbsp;It closes the gap inside the bridge person, the small and humiliating gap between what they could always see and what they could actually produce.&nbsp;The&nbsp;designer who&nbsp;knew exactly how the API should work but&nbsp;couldn&#8217;t&nbsp;write the call. She can write the call now. The dev who saw the right pixel&nbsp;grid but&nbsp;couldn&#8217;t&nbsp;move&nbsp;pixels. He can move pixels now. The ampersand always saw both ends of the bridge. Now they can walk it. If Jobs called the computer a bicycle for the mind, AI just strapped rocket engines to the sides.&nbsp;</p>



<p class="wp-block-paragraph">You want proof? A 23-year-old amateur mathematician named Liam Price, no PhD, no faculty appointment, no research lab, used ChatGPT to solve an open problem that had been sitting on the shelf for sixty years. Erdős Problem #1196, from primitive set theory. Sixty years. The kind of problem that gets named after the person who posed it because nobody alive could finish it.&nbsp;Price&nbsp;finished it. And then Terence Tao, the Fields Medalist, the person most mathematicians would rank as the best living mind in the discipline, verified the&nbsp;proof&nbsp;and co-authored the resulting paper. A 23-year-old with curiosity and a chatbot sat down at the same table as the greatest mathematician of his generation. Not because AI solved the problem for him. Because AI let him hold the conversation long enough to solve it himself.&nbsp;That&#8217;s&nbsp;the ampersand.&nbsp;That&#8217;s&nbsp;curiosity with tooling that&nbsp;doesn&#8217;t&nbsp;punish you for not having the right letters after your name.&nbsp;</p>



<p class="wp-block-paragraph">The bridge people are about to multiply. Not because the trait gets more common. That takes generations, and curiosity in two directions has never been on any roadmap&nbsp;I&#8217;ve&nbsp;ever seen. But the trait finally has tooling that&nbsp;doesn&#8217;t&nbsp;punish it for refusing to specialize. For thirty years we paid the ampersand person less because they&nbsp;weren&#8217;t&nbsp;&#8220;really&#8221; a developer or &#8220;really&#8221; a designer. We tolerated them because they made the meetings work. They are about to inherit the building.&nbsp;</p>



<p class="wp-block-paragraph">And the lesson runs wider than design and&nbsp;code, because&nbsp;the ampersand was never really about design and code. The ampersand is about being curious in two directions at once.&nbsp;It&#8217;s&nbsp;about being the kind of person who refuses to pick a side because they&nbsp;can&#8217;t&nbsp;stand to leave the other side ignorant.&nbsp;That&#8217;s&nbsp;not a job description.&nbsp;That&#8217;s&nbsp;a humanities education.&nbsp;</p>



<p class="wp-block-paragraph">Read carefully. Argue clearly. Hold a contradiction without flinching. Care about the answer even when nobody&#8217;s grading you. Do the hard&nbsp;thing&nbsp;quietly. Take care of the person next to you before you take care of yourself. Carry two trades at once and a third in reserve. Say what you mean&nbsp;and mean&nbsp;what you say. It&nbsp;doesn&#8217;t&nbsp;sound like much. It also&nbsp;doesn&#8217;t&nbsp;fit in a job code, which is why&nbsp;we&#8217;ve&nbsp;been quietly defunding it for forty years. It&nbsp;didn&#8217;t&nbsp;return on a single-year horizon, and the only people who tried to defend it sounded like they were defending themselves.&nbsp;</p>



<p class="wp-block-paragraph">I&#8217;ll tell you where I learned all of it, because it wasn&#8217;t school.&nbsp;It was my parents and the people they surrounded us with. A father who came up through the Green Berets and ran a house on the principle that you say what you&nbsp;mean&nbsp;and you mean what you say. A mother and a community who treated curiosity as a chore you&nbsp;didn&#8217;t&nbsp;get to skip. Nobody handed me a syllabus&nbsp;on&nbsp;holding a contradiction. I watched the adults around me do it at the dinner table. I graduated&nbsp;into&nbsp;the internet in 1985 and was running an ISP a decade later. That sharpened the tools. The tools came from home.&nbsp;</p>



<p class="wp-block-paragraph">That&#8217;s&nbsp;the part the system&nbsp;can&#8217;t&nbsp;replicate and&nbsp;won&#8217;t&nbsp;admit. The ampersand is mostly raised, not taught. The people who saw this moment coming were mostly the ones we&nbsp;wouldn&#8217;t&nbsp;fund. And the ones who can step into it now were mostly raised by people who&nbsp;didn&#8217;t&nbsp;need a funding line to know it mattered.&nbsp;</p>



<h2 class="wp-block-heading">The skill with a 25-year half-life</h2>



<p class="wp-block-paragraph">Framework knowledge has a half-life of about two and a half years.&nbsp;That&#8217;s&nbsp;IBM&#8217;s number for specialist technical skills, and it&nbsp;tracks with&nbsp;what the National Academy of Engineering has been saying for twenty years.&nbsp;By contrast, the half-life of a humanities education runs closer to twenty-five.&nbsp;The argument structure Aristotle taught is still the argument structure that wins. The people who can build and fix the machine will be needed for as long as&nbsp;there&#8217;s&nbsp;a machine. The play&nbsp;isn&#8217;t&nbsp;picking a side.&nbsp;It&#8217;s&nbsp;picking one discipline that ages well and one that compounds&nbsp;fast, and&nbsp;refusing to let either atrophy.&nbsp;</p>



<p class="wp-block-paragraph">Walk into a room where the pencils and the robots are really cooking and you can feel it through the floor. The designers sketch faster than the engineers can build. The engineers build faster than the designers can sketch. The ampersand is&nbsp;at&nbsp;the whiteboard turning the sketch into a system and the system into a sketch, and everybody in the room is&nbsp;operating&nbsp;one cognitive notch above where they could&nbsp;operate&nbsp;alone. That hum used to be the rarest sound in tech.&nbsp;We&#8217;re&nbsp;about to hear it everywhere. In classrooms, in clinics, in non-profits, in offices that have been quietly dying for a decade because the bridge person never showed up.&nbsp;</p>



<p class="wp-block-paragraph">Don&#8217;t&nbsp;mistake this for triumphalism. The reversal&nbsp;doesn&#8217;t&nbsp;make the humanities&nbsp;grad&nbsp;rich&nbsp;and the CS&nbsp;grad&nbsp;poor. It&nbsp;rearranges&nbsp;who&nbsp;has&nbsp;leverage, which is a different and harder problem. The CS&nbsp;grads&nbsp;who pair their craft with the human stuff, curiosity in two directions, care for the person on the other side of the screen, are going to be fine. The humanities&nbsp;grads&nbsp;who learned to type sentences but never learned to sit with a real problem until it broke?&nbsp;They&#8217;re&nbsp;going to wash out the same as anyone. The credential never saved anybody. The skill underneath the credential is the only thing that matters now.&nbsp;</p>



<p class="wp-block-paragraph">What&#8217;s&nbsp;coming is a world where you need both hands. The robot hand and the pencil hand. The technical and the human. The thing the machine can amplify and the thing the machine cannot replace. People who learned only one are about to find themselves doing half a job. People who learned both, the ampersands, the bridge people, the curious-in-two-directions&nbsp;people, are about to find the assignment finally suits them.&nbsp;</p>



<h2 class="wp-block-heading">The career advice parents need to hear in 2026</h2>



<p class="wp-block-paragraph">I&#8217;ll&nbsp;say something with an edge, because I have watched too many parents push too many kids in the wrong&nbsp;direction&nbsp;and I am out of polite ways to put it. Stop telling your daughter to pick something &#8220;practical.&#8221; There is nothing practical about training her for a job description that will be rewritten before she graduates. Tell her to chase the thing she is actually curious&nbsp;about, and&nbsp;tell her to learn the tools that&nbsp;scale&nbsp;curiosity. That is the practical answer in 2026. Everything else is nostalgia for a stability that was always a marketing slogan.&nbsp;</p>



<p class="wp-block-paragraph">And tell her to find the room. Find a university, a community, a circle&nbsp;that&#8217;s&nbsp;already wired for curiosity in two directions. Humanities and sciences sitting at the same table, AI amplifying both, and credentials that still translate into workforce currency on the other side. Skills, capabilities, and&nbsp;a degree. Not one or the other. Humble plug, because it would be dishonest not to say it:&nbsp;that&#8217;s&nbsp;exactly what&nbsp;we&#8217;re&nbsp;building&nbsp;at&nbsp;Maryville. An&nbsp;achievement&nbsp;architecture for all of them. Robots, ampersands, and pencils. AI amplifying each one&#8217;s curiosity and capabilities.&nbsp;We&#8217;re&nbsp;about to show, not tell, what that means. Stay tuned.&nbsp;</p>



<p class="wp-block-paragraph">The ampersand was always the symbol of the company because it was the symbol of&nbsp;the work. Two trades, one person, one connector character holding the whole sentence together. It was never&nbsp;decoration. It was the structure.&nbsp;</p>



<p class="wp-block-paragraph">The robots&nbsp;are getting better. The pencils are getting better. But the people who can hold both, who can be technical without losing their humanity, who can be human without abandoning the craft, those people are about to inherit the moment. The ones we underpaid for thirty years because we&nbsp;couldn&#8217;t&nbsp;fit them in a column.&nbsp;</p>



<p class="wp-block-paragraph">Strive to be a little ampersand. Not&nbsp;just the robot. Not just&nbsp;the&nbsp;pencil. The character in the&nbsp;middle that&nbsp;connects them.&nbsp;</p>



<p class="wp-block-paragraph">That&#8217;s&nbsp;the job now. And&nbsp;it&#8217;s&nbsp;the abstract of every job that comes after it.&nbsp;</p>



<h4 class="wp-block-heading">The team Phil wrote about? That&#8217;s us. Robots &amp; Pencils has been building at the intersection of technical and human since day one. <a href="https://robotsandpencils.com/partner-for-progress/" type="page" id="3168">Request an AI briefing</a> and see what that means for your organization.</h4>



<p class="wp-block-paragraph"><strong>About Phil Komarny</strong></p>



<p class="wp-block-paragraph"><em>Phil Komarny, an award-winning executive, national thought leader, and Chief Future/AI Officer at Maryville University. He led Robots &amp; Pencils as CEO in 2014 and 2015. It&#8217;s clear he never stopped thinking about what our name meant.</em> <em><a href="https://philk.ai/thoughts.html" type="link" id="https://philk.ai/thoughts.html" target="_blank" rel="noreferrer noopener">Read more</a> articles by Phil.</em></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Key Takeaways</h2>



<ol class="wp-block-list">
<li class="has-black-color has-text-color has-link-color has-medium-font-size wp-elements-8acc6cb7dc02d4853a2cea30d8a378ce">The &#8220;ampersand person&#8221; is someone curious in two directions at once — technical and human — and they have always been the most valuable person in the room.</li>



<li class="has-black-color has-text-color has-link-color has-medium-font-size wp-elements-9122a7d26d1ea8e6bc56853baae3036c">AI doesn&#8217;t replace the bridge person. It closes the gap between what they could always see and what they could actually produce.</li>



<li class="has-black-color has-text-color has-link-color has-medium-font-size wp-elements-74eae1aec07f249bb840d0c411cb6c82">Framework knowledge has a half-life of roughly two and a half years. The skills underneath a humanities education run closer to twenty-five.</li>



<li class="has-black-color has-text-color has-link-color has-medium-font-size wp-elements-2b43d8c489109aab5b463b1bda43bab5">For thirty years we underpaid the generalist because they didn&#8217;t fit a job code. That&#8217;s about to change.</li>



<li class="has-black-color has-text-color has-link-color has-medium-font-size wp-elements-338acc1f41ef9cad95de499387bd67a6">The practical career move in 2026 is pairing one discipline that ages well with one that compounds fast — and refusing to let either atrophy.</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">FAQ</h2>



<p class="wp-block-paragraph"><strong>What is the ampersand person?</strong> Someone who refuses to specialize in just one direction. They can sit between two rooms that don&#8217;t speak each other&#8217;s language and translate not the words, but the intent.</p>



<p class="wp-block-paragraph"><strong>Why is the Robots &amp; Pencils name significant?</strong> The name draws on C.P. Snow&#8217;s 1959 Two Cultures lecture — the idea that the sciences and humanities had drifted into separate languages. Robots represented the builders. Pencils represented the visionaries. The ampersand between them was always the point.</p>



<p class="wp-block-paragraph"><strong>How does AI change things for generalists?</strong> AI closes the gap between what bridge people could always see and what they could actually produce. The designer who knew how the API should work can now write the call. The developer who saw the right pixel grid can now move pixels.</p>



<p class="wp-block-paragraph"><strong>Is a humanities education still worth it?</strong> According to Phil Komarny, yes — more than ever. The argument structure Aristotle taught still wins. The credential doesn&#8217;t save anyone, but the skill underneath it compounds in a way technical specialization alone no longer does.</p>



<p class="wp-block-paragraph"><strong>What should parents tell their kids about careers in an AI world?</strong> Stop pushing &#8220;something practical&#8221; defined by yesterday&#8217;s job market. Tell them to chase what they&#8217;re genuinely curious about and learn the tools that scale curiosity. That is the practical answer in 2026.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://robotsandpencils.com/generalists-ai-era/">The Ampersand: Generalists in the AI Era</a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The NO REGRET Agentic AI Focus Area for all Retailers and Consumer Brands this Holiday Season </title>
		<link>https://robotsandpencils.com/agentic-ai-retail-holiday-2026/</link>
		
		<dc:creator><![CDATA[Saul Delage]]></dc:creator>
		<pubDate>Wed, 01 Jul 2026 12:26:20 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Retail & Consumer]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3447</guid>

					<description><![CDATA[<p>By Saul Delage&#160;&#8211;&#160;SVP Client Partner, Robots &#38; Pencils&#160; July 1st has already come and gone. For most retailers and consumer brands, that date signals the final 90-day window to deploy new capabilities for Holiday 2026. By mid-October, most retail IT environments will be in code freeze. Amazon&#8217;s Fall Prime Event (Prime Big Deal Days) will have already kicked off [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/agentic-ai-retail-holiday-2026/">The NO REGRET Agentic AI Focus Area for all Retailers and Consumer Brands this Holiday Season </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>By <a href="https://www.linkedin.com/in/sdelage/" target="_blank" rel="noreferrer noopener">Saul Delage</a>&nbsp;&#8211;&nbsp;SVP Client Partner, Robots &amp; Pencils</em>&nbsp;</p>



<p class="wp-block-paragraph">July 1<sup>st</sup> has already come and gone. For most retailers and consumer brands, that date signals the final 90-day window to deploy new capabilities for Holiday 2026. By mid-October, most retail IT environments will be in <a href="https://www.mastercard.com/us/en/business/payments/merchant-cloud/insights/holiday-code-freeze-best-practices.html" target="_blank" rel="noreferrer noopener">code freeze</a>. Amazon&#8217;s Fall Prime Event (Prime Big Deal Days) will have already kicked off the early holiday promotional season.  </p>



<p class="wp-block-paragraph">While some pundits are debating the&nbsp;<a href="https://www.youtube.com/watch?v=oVmykLDM08k" target="_blank" rel="noreferrer noopener">definition of agentic and whether it will or will not have a transformative impact</a>, I agree with retail expert&nbsp;<a href="https://www.google.com/search?q=Jason+%E2%80%9CRetail+Geek%E2%80%9D+Goldberg+that+it%E2%80%99s+already+impacting+consumer+behavior&amp;rlz=1C5GCEM_enUS1208US1208&amp;oq=Jason+%E2%80%9CRetail+Geek%E2%80%9D+Goldberg+that+it%E2%80%99s+already+impacting+consumer+behavior&amp;gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQIRiPAtIBBzM1M2owajmoAgCwAgA&amp;sourceid=chrome&amp;ie=UTF-8#fpstate=ive&amp;vld=cid:69904501,vid:6txCpbAfAbg,st:14" target="_blank" rel="noreferrer noopener">Jason “Retail Geek” Goldberg that&nbsp;AI is already impacting consumer behavior</a>, and the&nbsp;question&nbsp;for businesses&nbsp;is where to focus so the investment is a no-regret bet — the right place to build regardless of how fast consumer AI adoption accelerates, regardless of how the competitive landscape shifts, and with a realistic chance of being in production before October.&nbsp;</p>



<p class="wp-block-paragraph">The research makes that answer clear.&nbsp;</p>



<h2 class="wp-block-heading"><strong>Where Consumers Are Already Ready</strong>&nbsp;for AI in Retail</h2>



<p class="wp-block-paragraph"><a href="https://www.cognizant.com/us/en/insights/new-minds-new-markets" target="_blank" rel="noreferrer noopener">Cognizant&#8217;s research, conducted with Oxford&nbsp;Economics</a>&nbsp;across more than 8,400 consumers, maps AI comfort across three phases of the shopping journey using a Comfort Quotient score: Learn (product discovery and research), Buy (the transaction), and Use (post-purchase engagement).&nbsp;</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="924" height="418" src="https://robotsandpencils.com/wp-content/uploads/2026/06/Comfort-Quotient-Graphic-1.png" alt="" class="wp-image-3453" srcset="https://robotsandpencils.com/wp-content/uploads/2026/06/Comfort-Quotient-Graphic-1.png 924w, https://robotsandpencils.com/wp-content/uploads/2026/06/Comfort-Quotient-Graphic-1-300x136.png 300w, https://robotsandpencils.com/wp-content/uploads/2026/06/Comfort-Quotient-Graphic-1-768x347.png 768w" sizes="auto, (max-width: 924px) 100vw, 924px" /></figure>



<p class="wp-block-paragraph">The Learn and Use phases are where consumer AI comfort is meaningfully&nbsp;established&nbsp;today.&nbsp;These represent the majority of your shoppers&#8217; journey, not edge cases.&nbsp;And the market data confirms&nbsp;it&#8217;s&nbsp;already happening&nbsp;at&nbsp;scale. At&nbsp;<a href="https://retailgeek.com/337_citi_global-consumer/" target="_blank" rel="noreferrer noopener">Citi&#8217;s Global Consumer and Retail Conference in March, Jason Goldberg and Scot Wingo</a>&nbsp;reported that Target saw 40% month-over-month traffic growth attributed to AI discovery tools like ChatGPT and Gemini.&nbsp;<a href="https://www.adweek.com/commerce/amazon-exec-reveals-what-the-new-alexa-has-that-rufus-didnt/" target="_blank" rel="noreferrer noopener">Amazon&#8217;s AI assistant&nbsp;<strong><em>Alexa for Shopping</em></strong></a>&nbsp;(formerly&nbsp;Rufus)&nbsp;is now engaging 300 million users. These are current numbers. The Learn phase is where AI is already reshaping how consumers find products, right now.&nbsp;</p>



<p class="wp-block-paragraph">The Use phase tells a complementary story. Consumers respond positively to products and services that &#8220;take care of themselves&#8221; — post-purchase support, order tracking, repurchase reminders, personalized engagement after the sale. The Comfort Quotient rebounds to 39 in this phase, including among consumers who are otherwise skeptical of AI.&nbsp;That&#8217;s&nbsp;a meaningful signal for where agentic AI delivers value with low resistance.&nbsp;</p>



<p class="wp-block-paragraph">These two phases are the no-regret focus areas. The case for building here is non-debatable: consumer readiness is&nbsp;established, the use cases are proven, and the ROI&nbsp;accrues&nbsp;at every stage of adoption growth.&nbsp;</p>



<h2 class="wp-block-heading"><strong>Why the Holiday Season Makes These AI Comfort Phases the Right Bet</strong>&nbsp;</h2>



<p class="wp-block-paragraph">Holiday 2026 amplifies exactly the dynamics where AI in the Learn and Use phases delivers the most value.&nbsp;</p>



<p class="wp-block-paragraph">Discovery is&nbsp;highest-stakes&nbsp;in Q4. Consumers are actively searching for gift ideas, comparing unfamiliar products, and making purchase decisions outside their normal categories. AI-powered search, personalized recommendations, and multimodal product content are at peak value when the shopper is motivated but undecided. Convenience,&nbsp;<a href="https://www.cognizant.com/us/en/aem-i/new-minds-new-markets-ai-customer-experience" target="_blank" rel="noreferrer noopener">which Cognizant’s research&nbsp;confirms as the primary driver of AI adoption ahead of price,</a>&nbsp;matters most when a consumer is under time pressure.&nbsp;That&#8217;s&nbsp;November and December.&nbsp;</p>



<p class="wp-block-paragraph">Post-purchase is&nbsp;highest-volume&nbsp;in Q4. Order tracking inquiries, gift returns, product questions, and repeat purchase decisions all spike in November and December. Agentic AI deployed in the Use phase handles that volume, reduces service load, and turns a high-friction season into a loyalty-building moment. The brands that get this right in Holiday 2026 build the customer relationships that pay forward into 2027.&nbsp;</p>



<p class="wp-block-paragraph">Both phases can be scoped, built, tested, and deployed within the 90-day window between July 1 and October. They are where consumer readiness is&nbsp;highest,&nbsp;return is fastest, and the path to production is most straightforward.&nbsp;</p>



<h2 class="wp-block-heading"><strong>The AI Infrastructure Layer That Makes Next Holiday Season Even Better</strong>&nbsp;</h2>



<p class="wp-block-paragraph">There&#8217;s&nbsp;a second dimension to the no-regret case, running on a slightly longer timeline.&nbsp;</p>



<p class="wp-block-paragraph"><a href="https://investors.cognizant.com/news-and-events/news/news-details/2025/Cognizant-Study-Shows-Consumers-Who-Embrace-AI-Could-Drive-4.4-Trillion-in-Spending-Over-Five-Years/default.aspx" target="_blank" rel="noreferrer noopener">Cognizant’s research&nbsp;maps a third wave of change arriving by 2030</a>: agentic purchasing, where consumer AI agents interact directly with business AI agents to orchestrate the full shopping journey. Goldberg and Wingo noted at&nbsp;<a href="https://retailgeek.com/337_citi_global-consumer/" target="_blank" rel="noreferrer noopener">Citi’s Global Consumer &amp; Retail Conference</a>&nbsp;that Google and OpenAI are already&nbsp;establishing&nbsp;the protocols for this — structured data standards, API interoperability, and checkout orchestration that will&nbsp;determine&nbsp;which brands surface when consumer AI agents start driving discovery decisions.&nbsp;</p>



<p class="wp-block-paragraph">The infrastructure that enables agentic commerce is the same infrastructure that improves Learn phase performance today: structured product data, external-facing APIs, and the connective tissue that lets your catalog show up wherever consumers are searching,&nbsp;whether that&#8217;s a search engine, a voice assistant, or an AI agent acting on a consumer&#8217;s behalf.&nbsp;</p>



<p class="wp-block-paragraph">Building this foundation now is a no-regret bet precisely because it pays off at every stage. It improves&nbsp;holiday 2026&nbsp;performance. It positions the brand for the agentic commerce era as adoption accelerates. It is&nbsp;additive&nbsp;regardless of pace.&nbsp;</p>



<p class="wp-block-paragraph">For a live example of what this looks like in practice, our team recently published a piece on running a full marketing function with generative and agentic AI:&nbsp;<a href="https://robotsandpencils.com/amazon-quick-marketing/" target="_blank" rel="noreferrer noopener">How to Run a Marketing Function with Generative and Agentic AI on Amazon Quick</a>.&nbsp;</p>



<h2 class="wp-block-heading"><strong>90 Days</strong>&nbsp;</h2>



<p class="wp-block-paragraph">July 1 is&nbsp;this&nbsp;week.&nbsp;</p>



<p class="wp-block-paragraph">October brings two converging constraints: IT freezes lock down most retail environments ahead of peak season, and Amazon&#8217;s Fall Prime Event kicks off the early holiday promotional calendar in mid-October. The brands that have agentic AI capabilities in production for Holiday 2026 are the ones starting the work in the next few weeks,&nbsp;not in September.&nbsp;</p>



<p class="wp-block-paragraph">Almost every&nbsp;retail and consumer goods brand I&nbsp;speak&nbsp;with shares the same conviction: the opportunity is clear, the consumer readiness data is unambiguous, and the timing is right. The constraint is activation. How to get&nbsp;AI&nbsp;from conviction to something in production in a compressed window.&nbsp;</p>



<p class="wp-block-paragraph">That&#8217;s&nbsp;the work we do at&nbsp;<a href="https://robotsandpencils.com/" target="_blank" rel="noreferrer noopener">Robots &amp; Pencils</a>. If your team is ready to move in the next&nbsp;90 days,&nbsp;I&#8217;d&nbsp;like&nbsp;to be part of&nbsp;the conversation. Reach out on&nbsp;<a href="https://www.linkedin.com/in/sdelage/" target="_blank" rel="noreferrer noopener">LinkedIn</a>&nbsp;or directly.&nbsp;</p>



<p class="wp-block-paragraph">Progress beats paralysis,&nbsp;and in retail, the calendar is the most unforgiving proof of that.&nbsp;</p>



<p class="wp-block-paragraph"><em><a href="https://www.linkedin.com/in/sdelage/" target="_blank" rel="noreferrer noopener">Saul Delage</a> is&nbsp;SVP&nbsp;Client Partner at Robots &amp; Pencils, focused on the Retail and Consumer Goods vertical. Robots &amp; Pencils is an applied AI engineering partner, all&nbsp;in on&nbsp;AWS.</em>&nbsp;</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://robotsandpencils.com/agentic-ai-retail-holiday-2026/">The NO REGRET Agentic AI Focus Area for all Retailers and Consumer Brands this Holiday Season </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Run a Marketing Function with Generative and Agentic AI on Amazon Quick </title>
		<link>https://robotsandpencils.com/amazon-quick-marketing/</link>
		
		<dc:creator><![CDATA[Adrian Bird &#38; Christina Morello]]></dc:creator>
		<pubDate>Tue, 09 Jun 2026 13:37:49 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://robotsandpencils.com/?p=3430</guid>

					<description><![CDATA[<p>A conversation with Christina Morello, VP of MarketingInterviewed by Adrian Bird, VP of AWS Partnership The Setup: Rebuilding Marketing on Amazon Quick Q: You run marketing for Robots &#38; Pencils, and, as you know, we are all in on AWS and Generative AI. How has the company influenced the way you have built out the marketing team ? [&#8230;]</p>
<p>The post <a href="https://robotsandpencils.com/amazon-quick-marketing/">How to Run a Marketing Function with Generative and Agentic AI on Amazon Quick </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>A conversation with <a href="https://www.linkedin.com/in/christinastanleymorello/" type="link" id="https://www.linkedin.com/in/christinastanleymorello/" target="_blank" rel="noreferrer noopener">Christina Morello</a>, VP of Marketing</em><br><em>Interviewed by <a href="https://www.linkedin.com/in/adrianbird/" target="_blank" rel="noreferrer noopener">Adrian Bird</a>, VP of AWS Partnership</em></p>



<h2 class="wp-block-heading">The Setup: Rebuilding Marketing on Amazon Quick</h2>



<p class="wp-block-paragraph"><strong>Q: You run marketing for Robots &amp; Pencils, and, as you know, we are all in on AWS and Generative AI. How has the company influenced the way you have built out the marketing team ?</strong></p>



<p class="wp-block-paragraph">Marketing for an applied AI engineering partner comes with a built-in hypocrisy risk. If we are out telling enterprise clients to put generative and agentic AI into production, my marketing function cannot be running on willpower and a content calendar in Google Sheets. I would be like a swimming instructor who refuses to get in the pool.</p>



<p class="wp-block-paragraph">When I joined the team, the first question I asked was how we can design marketing operations the same way we architect solutions for enterprise clients: AI-first, designed around outcomes, scalable without a hiring spree. I also needed a system that could accommodate personal constraints, I have Multiple Sclerosis, and I needed something that would hold up across good days and harder ones.</p>



<p class="wp-block-paragraph"><a href="https://aws.amazon.com/quick/" target="_blank" rel="noreferrer noopener">Amazon Quick</a> turned out to be the answer, and my whole marketing operation lives on the platform now. Custom Agents are my specialist teammates, Spaces hold the knowledge architecture, Quick Research runs the competitive and industry intel, and Flows automate the editorial calendar. I run all of it on my own, and the work still goes out the door before the coffee gets cold.</p>



<p class="wp-block-paragraph"><strong>Q: Can you say more about what you mean by “agents being your teammates”?</strong></p>



<p class="wp-block-paragraph">Most marketing leaders I talk to right now are doing the work of three people while learning a brand-new tool stack on their lunch break. AI only sharpened that pressure, because now we are also supposed to be experts in a discipline that barely existed a year ago.</p>



<p class="wp-block-paragraph">My first instinct was the same as everyone else&#8217;s: start hiring. And that is more or less what I did by building and executing a hiring plan, just not the kind with headcount attached.</p>



<p class="wp-block-paragraph">I now have a team that runs 24&#215;7 and never burns out. My AI marketing agents on Quick each fill a specific role: brand strategist, competitive analyst, content specialist, operations manager, industry research analyst, and so on. Each one built for a specific function, fed a curated diet of source material, and held to a tight set of rules, the same as any new hire I would bring onto a real team.</p>



<h2 class="wp-block-heading">The Architecture: Amazon Quick for Marketing, Layer by Layer</h2>



<p class="wp-block-paragraph"><strong>Q: Walk me through how this is structured on Quick.</strong></p>



<p class="wp-block-paragraph">Custom Agents act as named teammates for specific functions, Spaces hold the curated source material each agent is bound to, Quick Research runs the competitive and industry scans, Flows automate the editorial calendar so the system is driving the cadence, and Chat handles real-time iteration when something has to go live fast.</p>



<p class="wp-block-paragraph">For example, most marketers will recognize the time sink of brand policing. I ensure every piece of content created clears a four-filter test. The filters themselves are my secret, but I can tell you that before Quick, those filters were a bottleneck. Running them by hand slowed me down and skipping them produced off-brand content. Chasing every off-brand sentence, missed citation, and freelance claim before it lands in front of the world. The most useful thing Quick does is take that off my plate by building it in. My agents only pull from sources I designate, cite only from real documents, and their constrained knowledge prevents fabrication and hallucinations. Which means we publish better, highly relevant content at the speed this industry actually moves, and the brand-policing hours I used to spend on review cycles now go into strategy.</p>



<h2 class="wp-block-heading"><strong>Staying Current</strong></h2>



<p class="wp-block-paragraph"><strong>Q: Robots &amp; Pencils operates in a category where the technology itself is changing the story. How do you manage messaging consistency inside that?</strong></p>



<p class="wp-block-paragraph">Every marketing leader I know is trying to stay on the AI messaging mechanical bull. Capabilities expand, market framing shifts, and messaging changes quarter to quarter, which hits everything we produce: the website, the decks, the sell sheets, the videos, the articles. Minor adjustments are constant just to stay current, and the only thing worse than making them is not making them.</p>



<p class="wp-block-paragraph">With Quick, my source of truth lives in a Space. When positioning shifts, I update the source, everything downstream reflects it, and a change that used to take weeks across a team turns around much quicker.</p>



<p class="wp-block-paragraph">The cognitive load of tracking changes across a team disappears too, which matters more than most marketing leaders admit, and matters even more for the ones whose capacity moves around.</p>



<h2 class="wp-block-heading">The Outcomes</h2>



<p class="wp-block-paragraph"><strong>Q: What does this produce in measurable business outcomes?</strong></p>



<p class="wp-block-paragraph">The numbers for 2026 alone are specific. Our website is running nearly 1.5x above the industry&#8217;s top-performing quartile. In the first half of 2026, robotsandpencils.com grew traffic 40% while pulling in a 99% new user rate, meaning the brand is consistently reaching untapped audiences. Organic search hit a 59% engagement rate, which tells you the content is attracting people who are actively looking for enterprise AI solutions. High-value pages are holding 76–79% engagement rates. Most importantly, monthly traffic volume has grown consistently every month, which is evidence of compounding growth, not a one-time spike. And the leads? We have a more than steady stream pouring in.</p>



<p class="wp-block-paragraph"><a href="https://www.linkedin.com/company/robots-and-pencils" target="_blank" rel="noreferrer noopener">Robots &amp; Pencils&#8217; LinkedIn</a> page organic follower growth accelerated 1,417%, and monthly impressions saw a 437% jump in just five months. On active posting days, our engagement rate runs more than 4x the industry average and well above the platform-wide median of 5.2%.</p>



<p class="wp-block-paragraph">The numbers say what they say: this strategy is punching well above its weight.</p>



<h2 class="wp-block-heading">The Philosophy</h2>



<p class="wp-block-paragraph"><strong>Q: What would you tell other functional leaders considering this approach?</strong></p>



<p class="wp-block-paragraph">When leaders ask me about agentic AI for marketing, I tell them not to start with the tool. Figure out what you want the work to produce and the rules that keep it on track first, if you can do that, picking the tool is the easy part.</p>



<p class="wp-block-paragraph">My time in education marketing taught me something simple: quality output follows a quality system. The great teachers I have known build the structure, assessment frameworks, feedback loops, and scaling mechanisms. Then they teach inside that structure at a level they could not sustain otherwise.</p>



<p class="wp-block-paragraph">I think this works for any function, build the environment, and produce inside it. The expertise stays yours, and the AI gives it scale.</p>



<p class="wp-block-paragraph"><strong>Q: You have been candid about this system filling operational gaps. Is any of that personal for you?</strong></p>



<p class="wp-block-paragraph">I cover upwards of seven industry verticals, a full editorial calendar, enterprise-grade thought leadership, advertising, and AWS-compliant positioning across every touchpoint. It’s a lot, and I have Multiple Sclerosis which is known for cognitive issues, slower processing, and difficulty with multitasking. This system handles the parallel execution. I bring the framework for what needs to get done and 25 years of expertise to govern how it gets done.</p>



<p class="wp-block-paragraph">For anyone working with a disability, this is the kind of system that lets you keep showing up at full strength when your body has other plans.</p>



<h2 class="wp-block-heading">Q: Last question. What’s next?</h2>



<p class="wp-block-paragraph">What&#8217;s next for me is the work I came into marketing for. Amazon Quick has taken the review cycles, the brand-policing hours, and the parallel execution off my plate. The strategy, the storytelling, and the conversations are where I want to spend my time now.</p>



<p class="wp-block-paragraph">A new vertical means a new Space and a new specialist teammate, a new workflow gets a Flow or Automation, and when it comes to adding headcount, I have clearer definition of the skills needed, and they are those that only a human can perform.</p>



<p class="wp-block-paragraph">Marketing is one function, and every team across Robots &amp; Pencils works this way. Engineers and delivery leads operate with their own agentic teammates grounded in their own curated systems of record. Our client-facing teams do the same. We do not recommend this approach to enterprise clients and then sneak back to the old way once everyone has left the room. This is how Robots &amp; Pencils actually works.</p>



<p class="wp-block-paragraph">One more thing. Marketing leaders working with a disability, chronic illness, neurodivergence, or caregiving responsibilities will recognize the benefit Quick offers here. Anyone running a marketing function gains from it, and some of us notice it sooner. That is the part of agentic AI I am most invested in talking about.</p>



<h5 class="wp-block-heading"><em>Want to see how Amazon Quick can transform your enterprise workflows? <a href="https://robotsandpencils.com/partner-for-progress/" type="page" id="3168">Request an AI Briefing today.</a></em></h5>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">FAQs</h2>



<p class="wp-block-paragraph"><em>Source: <a href="https://docs.aws.amazon.com/quick/latest/userguide/what-is.html" target="_blank" rel="noreferrer noopener">Amazon Quick User Guide</a></em></p>



<p class="wp-block-paragraph"><strong>What is Amazon Quick?</strong></p>



<p class="wp-block-paragraph">Amazon Quick is a comprehensive, generative AI-powered business intelligence platform that makes it easy to analyze data, create visualizations, automate workflows, and collaborate across your organization. The service combines traditional business intelligence capabilities with modern AI assistance, requiring no machine learning expertise to use. You can connect to diverse data sources, create interactive dashboards, build intelligent automations, and get immediate insights through natural language conversations with AI agents.</p>



<p class="wp-block-paragraph">Quick includes five integrated capabilities that work together: Amazon Quick Sight for data visualization, Amazon Quick Flows for workflow automation, Amazon Quick Automate for process optimization, Amazon Quick Index for data discovery, and Amazon Quick Research for comprehensive analysis. The platform extends beyond traditional BI by bringing AI assistance directly into your existing tools through extensions for browsers, Slack, and Microsoft Office applications. You can also build and publish interactive web applications using apps in Amazon Quick.</p>



<p class="wp-block-paragraph"><strong>What is a Space in Amazon Quick?</strong></p>



<p class="wp-block-paragraph">A space in Amazon Quick is a collection of data and Quick resources scoped for a particular team or domain. You can use spaces to aggregate and organize files, dashboards, topics, knowledge bases, and application actions into a unified and customizable knowledge center for your team. Spaces integrate seamlessly with Quick agents for contextual conversations and are designed to scale across personal, team, and cross-team use cases.</p>



<p class="wp-block-paragraph">Spaces allow your team to get the most relevant results from conversational agents and other AI tools inside Quick by grounding the results with only data relevant for your task or domain. Multiple people on the team can contribute to the knowledge inside a space; this reduces data silos and streamlines information discovery. Spaces also serve as a data layer for apps in Amazon Quick applications.</p>



<p class="wp-block-paragraph"><strong>What is Amazon Quick Sight?</strong></p>



<p class="wp-block-paragraph">Amazon Quick Sight is a comprehensive business intelligence service that enables you to transform raw data into meaningful insights through interactive visualizations, dashboards, and reports. Whether you&#8217;re connecting to databases, preparing datasets, creating analyses, or sharing dashboards with stakeholders, Amazon Quick Sight provides the tools you need to make data-driven decisions.</p>



<p class="wp-block-paragraph"><strong>What is Amazon Quick Research?</strong></p>



<p class="wp-block-paragraph">Amazon Quick Research is a feature of Amazon Quick that enables you to conduct comprehensive research by analyzing multiple data sources and generating detailed reports. Quick Research uses artificial intelligence to help you gather, analyze, and synthesize information from various sources including web search, uploaded files, connected data spaces, knowledge bases, actions, and third-party data providers.</p>



<p class="wp-block-paragraph">With Quick Research, you can define research objectives, select relevant data sources, and receive AI-generated research reports with proper citations and source tracing. This helps you make informed decisions based on comprehensive analysis of available information.</p>



<p class="wp-block-paragraph"><strong>What is Amazon Quick Flows?</strong></p>



<p class="wp-block-paragraph">Amazon Quick Flows is a capability within Amazon Quick that lets any user create, customize, and share workflows that automate routine tasks. You can generate flows from conversations with chat agents, describe what you need in natural language, or build them manually using the visual editor — no technical skills required. Flows can also be published to an admin-managed library and shared with other Amazon Quick users in your organization.</p>



<p class="wp-block-paragraph">Each flow is a sequence of steps that can gather user input, generate AI responses from your data or the web, take actions in connected applications, and apply logic to control how steps run.</p>



<p class="wp-block-paragraph"><strong>What is Amazon Quick Automate?</strong></p>



<p class="wp-block-paragraph">Amazon Quick Automate is an AI-powered application that creates sophisticated automations using natural language or documentation. Amazon Quick Automate revolutionizes enterprise workflow by transforming complex processes into intelligent, adaptive automations.</p>
<p>The post <a href="https://robotsandpencils.com/amazon-quick-marketing/">How to Run a Marketing Function with Generative and Agentic AI on Amazon Quick </a> appeared first on <a href="https://robotsandpencils.com">Robots &amp; Pencils</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
