<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Yusuf Algan — Writing</title><description>Notes on product, design, and building things.</description><link>https://yusufalgan.com/</link><language>en</language><image><url>https://yusufalgan.com/apple-touch-icon.png</url><title>Yusuf Algan — Writing</title><link>https://yusufalgan.com/blog/</link></image><item><title>The agents can work in parallel. I can&apos;t.</title><link>https://yusufalgan.com/blog/agents-can-work-in-parallel-i-cant/</link><guid isPermaLink="true">https://yusufalgan.com/blog/agents-can-work-in-parallel-i-cant/</guid><description>The team shrinks, the territory grows. AI scales execution faster than judgment — which makes the real question not how few people can build a product, but how few can still judge it.</description><pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;https://yusufalgan.com/_astro/cover.BSABfGY-.jpg&quot; alt=&quot;Two illustrated territories side by side. On the left, a nine-person product team inside a small boundary. On the right, three people — product, design, engineering — inside a far larger one, with an arrow labelled AI between them. Caption: the team shrinks, the territory grows.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;What happens when one person can suddenly own work that used to require an entire product
team?&lt;/p&gt;
&lt;h2 id=&quot;four-terminals-one-brain&quot;&gt;Four terminals, one brain&lt;/h2&gt;
&lt;p&gt;Late at night, I often have three or four terminal windows open, each with an AI agent
working on a different part of &lt;a href=&quot;https://yusufalgan.com/work/rawi/&quot;&gt;Rawi&lt;/a&gt;. One might be debugging, another
implementing a feature, a third testing somewhere else in the app. Work that used to
happen sequentially — or across several people — now happens in parallel.&lt;/p&gt;
&lt;p&gt;For a moment, it feels almost superhuman.&lt;/p&gt;
&lt;p&gt;Then they start coming back.&lt;/p&gt;
&lt;p&gt;One needs a decision. Another has finished something I need to review. A third wants
confirmation before continuing. I reconstruct the context, understand what changed, judge
the result, then switch to a completely different problem.&lt;/p&gt;
&lt;p&gt;The agents can work in parallel. I cannot.&lt;/p&gt;
&lt;p&gt;That has changed how I think about smaller AI-native product teams. We tend to focus on
how much more one person can produce. The more interesting constraint is how much one
person can still understand, judge and take responsibility for once production becomes
cheap.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;AI scales execution faster than judgment.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&quot;The Rawi operating model: a human founder sets direction and owns final decisions, an AI head of product routes the work, and eleven AI agents sit under three columns — the product, the build, and the Quran. A human scholar has the final word on scripture.&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1400&quot; height=&quot;1400&quot; src=&quot;https://yusufalgan.com/_astro/rawi-operating-model.nPrwK6Hv_Z27JcAc.webp&quot;&gt;&lt;/p&gt;
&lt;h2 id=&quot;access-is-not-expertise&quot;&gt;Access is not expertise&lt;/h2&gt;
&lt;p&gt;In about four months, without a conventional engineering team, Rawi went from an idea to
an App Store product in nine languages, recognizing Quran recitation entirely on-device
across all 6,236 ayahs, with the Android build now code-complete.&lt;/p&gt;
&lt;p&gt;AI lets me work on architecture, debugging, testing and production code I could not have
created independently a few years ago.&lt;/p&gt;
&lt;p&gt;But access to engineering capability does not give me engineering judgment.&lt;/p&gt;
&lt;p&gt;I learned that through a launch bug. Rawi could hang on first launch. An agent produced a
fix, it compiled, the code looked sensible to me, and I shipped it. The commit message
ended with:&lt;/p&gt;
&lt;pre class=&quot;astro-code github-dark&quot; style=&quot;background-color:#24292e;color:#e1e4e8; overflow-x: auto;&quot; tabindex=&quot;0&quot; data-language=&quot;plaintext&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;BUILD SUCCEEDED. Needs on-device confirmation.&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Apple’s reviewer found the bug immediately and rejected the build.&lt;/p&gt;
&lt;p&gt;The next fix was more dangerous because it looked right. The agent raced a slow operation
against a timeout and cancelled whichever lost. I read the code. It made sense.&lt;/p&gt;
&lt;p&gt;It was also completely inert.&lt;/p&gt;
&lt;p&gt;The Swift structure waited for the operation to finish before returning, so the
cancellation never took effect. I caught neither problem by reading. The second only
became obvious after a standalone test measured 6.2 seconds against a 2-second deadline.&lt;/p&gt;
&lt;p&gt;That failure was mine. I approved work I was not qualified to evaluate using evidence — it
compiled and looked sensible — that could not prove the code actually worked.&lt;/p&gt;
&lt;p&gt;The rule I wrote afterwards:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;BUILD SUCCEEDED ≠ verified.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I now ask agents to explain architecture, challenge their own decisions, surface trade-offs
and tell me what evidence would actually prove something works. Those techniques help
compensate for missing expertise. They do not create it.&lt;/p&gt;
&lt;p&gt;My nine-year-old daughter makes the distinction even clearer. After watching me build
Rawi, she used Replit to create and publish an Islamic education web app for children her
age. She can now turn an idea into working software. Nobody would conclude that she has
become an engineer.&lt;/p&gt;
&lt;p&gt;Access is not expertise. The activity becomes accessible much faster than the judgment
behind the profession.&lt;/p&gt;
&lt;h2 id=&quot;how-small-can-the-team-become&quot;&gt;How small can the team become?&lt;/h2&gt;
&lt;p&gt;McKinsey’s research on agentic product development describes smaller squads, broader
responsibilities and teams supported by agents across discovery, delivery and learning.
That direction feels very real to me.&lt;/p&gt;
&lt;p&gt;But when eight people become four, the product does not stop needing:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;research and user understanding&lt;/li&gt;
&lt;li&gt;design judgment&lt;/li&gt;
&lt;li&gt;architecture and engineering judgment&lt;/li&gt;
&lt;li&gt;QA and security&lt;/li&gt;
&lt;li&gt;analytics and learning&lt;/li&gt;
&lt;li&gt;content and growth&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The people can disappear faster than the capability requirement.&lt;/p&gt;
&lt;p&gt;The remaining humans inherit a much larger territory. AI helps them execute across it, but
someone still has to recognize when the output is wrong, decide whether it is good enough
and own the consequence when it ships.&lt;/p&gt;
&lt;p&gt;So the useful question is no longer: how few people can build this product?&lt;/p&gt;
&lt;p&gt;It is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;How few people can still competently judge the product they are now capable of building?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&quot;Two diagrams captioned traditional and emerging. Both show the same eight capability boxes — product, design, engineering, research, QA, data, growth, content. The traditional side has a person standing beside each; the emerging side has three people in the middle covering all of them.&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1600&quot; height=&quot;900&quot; src=&quot;https://yusufalgan.com/_astro/fewer-people-same-capabilities.D7ajWtWK_dBU6T.webp&quot;&gt;&lt;/p&gt;
&lt;p&gt;That also makes me less convinced that the future product organization will map neatly to
today’s functional boundaries. A smaller team may have broader human ownership areas —
someone primarily responsible for what and why, someone responsible for how — while both
use the same AI systems across research, prototyping, code, testing, QA, analytics and
growth.&lt;/p&gt;
&lt;p&gt;The exact job titles matter less than the ownership.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;A definer, owning what and why, and a builder, owning how, stand on either side of a shared territory of AI systems spanning research, prototyping, code, testing, analysis, learning, QA and growth.&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1400&quot; height=&quot;1050&quot; src=&quot;https://yusufalgan.com/_astro/definer-builder.DFHbZH60_Z137POS.webp&quot;&gt;&lt;/p&gt;
&lt;h2 id=&quot;humans-become-the-review-queue&quot;&gt;Humans become the review queue&lt;/h2&gt;
&lt;p&gt;Expertise is one constraint. Attention is another.&lt;/p&gt;
&lt;p&gt;I can start another agent almost instantly. I cannot create another brain to supervise it.&lt;/p&gt;
&lt;p&gt;Every stream of parallel work eventually creates decisions and outputs I need to absorb.
The agent may remember exactly what it has been doing for the last hour; I may have spent
that hour thinking about three completely different problems. The leverage can start to
feel like multitasking on steroids.&lt;/p&gt;
&lt;p&gt;There is another side to this that I did not expect. When the distance between an idea and
a working version collapses, stopping becomes surprisingly difficult. I often sit in front
of those terminals after everyone else has gone to sleep. There is always one more
improvement, one more experiment, one more idea that no longer needs to wait until
tomorrow. It can feel as if the whole world is sitting at your fingertips.&lt;/p&gt;
&lt;p&gt;AI may reduce the effort required to produce an artifact while creating an almost
unlimited supply of productive work. The human shifts from making everything to
supervising a much faster system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A team can produce dramatically more while the humans inside it become the review queue.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If organizations measure AI productivity only through output per employee, they may miss
the new bottleneck completely.&lt;/p&gt;
&lt;h2 id=&quot;preserve-judgment-not-handoffs&quot;&gt;Preserve judgment, not handoffs&lt;/h2&gt;
&lt;p&gt;AI-native organizations are often described as having fewer handoffs. I agree — with an
important distinction.&lt;/p&gt;
&lt;p&gt;Some handoffs merely move work from one organizational box to another. Those should
disappear.&lt;/p&gt;
&lt;p&gt;Others exist because another person sees something the first person cannot. I did not have
the experienced engineer who would have challenged my launch fix. That is why code that
compiled, looked reasonable and did nothing survived all the way to Apple’s review.&lt;/p&gt;
&lt;p&gt;That is not bureaucracy. That is independent judgment.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Remove handoffs that only transfer work. Preserve checks that add judgment.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If the person who provided that judgment disappears, it still has to come from somewhere:
an automated evaluation, another model, a specialist, peer review or human approval.&lt;/p&gt;
&lt;p&gt;Deleting the role does not delete the capability.&lt;/p&gt;
&lt;h2 id=&quot;responsibility-becomes-the-operating-model&quot;&gt;Responsibility becomes the operating model&lt;/h2&gt;
&lt;p&gt;As teams shrink, responsibility concentrates.&lt;/p&gt;
&lt;p&gt;A person may eventually work with only a few colleagues while orchestrating many
autonomous systems across a product area that once required several teams. They manage
fewer humans but may own far more consequential decisions.&lt;/p&gt;
&lt;p&gt;That changes how I think about seniority. A more useful measure may become the amount of
problem territory someone can responsibly own:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How consequential is the problem?&lt;/li&gt;
&lt;li&gt;How much business impact sits underneath it?&lt;/li&gt;
&lt;li&gt;How complex are the people, agents and systems being orchestrated?&lt;/li&gt;
&lt;li&gt;What happens when that person’s judgment is wrong?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It also changes where organizational bottlenecks appear. If ten people suddenly produce
three times as much work but the same two executives still need to approve every
consequential decision, the organization has not become three times faster. The bottleneck
has simply moved upward.&lt;/p&gt;
&lt;p&gt;AI-native organizations will need to redesign decision rights alongside execution
capacity. And the same logic should determine how much freedom the agents themselves
receive.&lt;/p&gt;
&lt;h2 id=&quot;autonomy-should-follow-the-blast-radius&quot;&gt;Autonomy should follow the blast radius&lt;/h2&gt;
&lt;p&gt;I am comfortable giving Claude Code considerable freedom on Rawi because most mistakes are
observable and reversible. Although, as the launch bug showed, “observable” can sometimes
mean “when Apple tells me.”&lt;/p&gt;
&lt;p&gt;That is survivable for an app I own. It would not be survivable everywhere. A banking
system, government service or healthcare workflow is different. The useful question is not
simply: how capable is the agent?&lt;/p&gt;
&lt;p&gt;It is: what happens if it is wrong?&lt;/p&gt;
&lt;p&gt;A practical model could look like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Low blast radius:&lt;/strong&gt; agent acts autonomously.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Increasing blast radius:&lt;/strong&gt; agent + automated checks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Significant consequences:&lt;/strong&gt; agent + human review.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;High-stakes or difficult-to-reverse consequences:&lt;/strong&gt; agent + explicit human approval.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The AI can remain involved throughout. Human judgment accumulates around it as the
consequence of error grows.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;Four stages along an axis from low risk to high risk: pure agentic autonomy, then automated checks, then human review, then human approval and sign-off. Human figures accumulate around the agent as risk grows.&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1600&quot; height=&quot;900&quot; src=&quot;https://yusufalgan.com/_astro/autonomy-blast-radius.D4nRCD_U_Z1H1ieB.webp&quot;&gt;&lt;/p&gt;
&lt;h2 id=&quot;so-how-small-can-the-product-team-become&quot;&gt;So how small can the product team become?&lt;/h2&gt;
&lt;p&gt;AI makes execution capacity elastic in a way it was not before. One person can access
capabilities that once required several specialists, and a small group can coordinate far
more work than its headcount suggests.&lt;/p&gt;
&lt;p&gt;But three human constraints do not scale nearly as quickly:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Expertise:&lt;/strong&gt; do we know enough to recognize when the system is wrong?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Attention:&lt;/strong&gt; can we absorb and evaluate the amount of work being generated?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Accountability:&lt;/strong&gt; does someone understand the decision well enough to own the
consequence?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When I look at four terminals working in parallel, I genuinely feel as if I have the
execution capacity of a much larger team. But every few minutes, one of those agents asks
for something it cannot fully provide for itself: context, judgment or responsibility.&lt;/p&gt;
&lt;p&gt;That leaves me with a different definition of the smallest viable AI-native team:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The fewest people who can still understand, judge and take responsibility for the
territory they own.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;This article was developed using AI assistance for drafting and proofreading. The core
concepts, ideas and arguments are entirely my own, with AI serving as an editorial tool.&lt;/em&gt;&lt;/p&gt;</content:encoded></item><item><title>The hard part of building an app in 2026 isn&apos;t building it</title><link>https://yusufalgan.com/blog/the-hard-part-isnt-building-it/</link><guid isPermaLink="true">https://yusufalgan.com/blog/the-hard-part-isnt-building-it/</guid><description>560,000 new App Store apps in six months, and downloads grew 2%. Rawi&apos;s real numbers four months after launch, and the distribution money I wasted.</description><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;https://yusufalgan.com/_astro/cover.CEFZDDLQ.jpg&quot; alt=&quot;Two TikTok videos with near-identical view counts but wildly different engagement, 8.6% versus 0.1%&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The hard part of building an app in 2026 isn’t building it. It’s getting anyone to see it.&lt;/p&gt;
&lt;p&gt;Sensor Tower counted roughly 560,000 new App Store apps in the first half of this year,
almost matching all of 2025. Downloads grew 2% in the same period. Supply doubled. Demand
didn’t move.&lt;/p&gt;
&lt;p&gt;Islamic apps are their own flooded corner of that. Most bundle the same four APIs — prayer
times, Quran text, Qibla, a dua library — and call it done. The barrier to entry is close
to zero, and the shelf is full.&lt;/p&gt;
&lt;h2 id=&quot;the-numbers-four-months-in&quot;&gt;The numbers, four months in&lt;/h2&gt;
&lt;p&gt;Here is where &lt;a href=&quot;https://yusufalgan.com/work/rawi/&quot;&gt;Rawi&lt;/a&gt; stands as of August 2026. The ratio between these
numbers is the whole story.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;835 downloads since late April&lt;/li&gt;
&lt;li&gt;290 people opened Rawi in the last 30 days, 35% of them still active&lt;/li&gt;
&lt;li&gt;Roughly 1.4 ayahs identified per person per week&lt;/li&gt;
&lt;li&gt;18% still there after a month&lt;/li&gt;
&lt;li&gt;All 10 App Store reviews are five stars&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Getting installed costs a weekend and an API key. Staying on someone’s phone doesn’t. I
have the second problem mostly solved. The first one is wide open.&lt;/p&gt;
&lt;h2 id=&quot;where-the-paid-spend-went-wrong&quot;&gt;Where the paid spend went wrong&lt;/h2&gt;
&lt;p&gt;Content is what moved anything at all: 307,000 TikTok views across 11 videos, one of them
doing 94,000 on its own. Some paid, some organic, all producing a trickle of people who
actually stay.&lt;/p&gt;
&lt;p&gt;The mistake was where I spent the paid part. I bought reach in Türkiye, where roughly
three in four phones run Android. Rawi is iOS-only today — Android is still in closed
testing. I paid to be discovered by an audience that mostly couldn’t install the app.&lt;/p&gt;
&lt;p&gt;The more useful lesson arrived second-hand: at this size, ambassadors move the needle
further than paid creators. The person doing the most for Rawi right now has never met me,
and has an exceptional talent for making content in a region where Rawi lands. No invoice,
better conversion.&lt;/p&gt;
&lt;h2 id=&quot;the-question-im-actually-asking&quot;&gt;The question I’m actually asking&lt;/h2&gt;
&lt;p&gt;It isn’t how to get more downloads. It’s narrower than that: how do you reach someone at
the exact moment they’re wondering which ayah they just heard, without buying reach that
never converts?&lt;/p&gt;
&lt;p&gt;I don’t have that answer yet. But the shape of the problem is clear, and it isn’t a build
problem. Building &lt;a href=&quot;https://yusufalgan.com/blog/building-rawi-by-intention/&quot;&gt;was the part I already knew how to do&lt;/a&gt;.&lt;/p&gt;</content:encoded></item><item><title>Most AI projects are paving the cow path</title><link>https://yusufalgan.com/blog/paving-the-cow-path/</link><guid isPermaLink="true">https://yusufalgan.com/blog/paving-the-cow-path/</guid><description>Everyone is asking how to use AI. Almost nobody is asking whether the problem underneath is real. Automating an unquestioned process gives you the wrong thing, faster.</description><pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;https://yusufalgan.com/_astro/cover.BxHFDU9o.jpg&quot; alt=&quot;An asphalt paver laying a smooth road directly over a winding cow trail&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Last week I spoke with someone who is building one of the large AI programs here in Abu
Dhabi. He told me about all the use cases that have been discovered already, and that now
someone needs to bring them to life.&lt;/p&gt;
&lt;p&gt;An impressive list, honestly. But something about it has been bothering me since, and it
took me a while to frame what exactly.&lt;/p&gt;
&lt;p&gt;It’s this: &lt;strong&gt;everyone is asking how to use AI. Almost nobody is asking whether the problem
underneath is real.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;What happens is that a team takes an existing process and asks, how do we add AI to this?
They automate it, it gets faster, everyone claps. I’ve done this myself. It feels like
progress. But nobody in the room has questioned the process itself.&lt;/p&gt;
&lt;h2 id=&quot;the-cow-path&quot;&gt;The cow path&lt;/h2&gt;
&lt;p&gt;There’s an old phrase for this that I only learned recently: paving the cow path. Cows
wander and wear a crooked trail into the ground. Then people come along and, instead of
questioning the route, pave over it. Now you have a smooth road that still goes the wrong
way.&lt;/p&gt;
&lt;p&gt;I think most AI projects right now are exactly this.&lt;/p&gt;
&lt;p&gt;The hard part was never the technology. The hard part is asking: should this step even
exist? What are we actually trying to achieve here? And if this problem landed on us
today, with AI already in hand, how would we design the whole thing?&lt;/p&gt;
&lt;p&gt;AI scales whatever thinking you already had. If the thinking was lazy, congratulations —
you automated the laziness.&lt;/p&gt;
&lt;h2 id=&quot;three-things-i-keep-reminding-myself&quot;&gt;Three things I keep reminding myself&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Before asking where AI fits into a process, ask whether the process should exist at all.&lt;/li&gt;
&lt;li&gt;Automating an unquestioned process gives you the wrong thing, faster.&lt;/li&gt;
&lt;li&gt;Start from the outcome and design backwards, with AI in hand from day one.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is the same fracture I keep running into when
&lt;a href=&quot;https://yusufalgan.com/blog/adoption-not-technology/&quot;&gt;adoption stalls&lt;/a&gt;: the system works, but it never becomes
how we work. A paved cow path is a well-built answer to a question nobody checked.&lt;/p&gt;
&lt;p&gt;So the question worth asking isn’t where AI fits. It’s which process everyone has been
optimising and nobody has thought to question.&lt;/p&gt;</content:encoded></item><item><title>I&apos;m not a product designer anymore. I&apos;m a product builder.</title><link>https://yusufalgan.com/blog/product-designer-to-product-builder/</link><guid isPermaLink="true">https://yusufalgan.com/blog/product-designer-to-product-builder/</guid><description>Specialist roles are compressing and the handoff model is breaking down. Why that&apos;s not a threat to designers — and why the judgment, not the artefact, is what&apos;s becoming valuable.</description><pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;img src=&quot;https://yusufalgan.com/_astro/cover.BiOlwuhk.jpg&quot; alt=&quot;The words Product Designer struck through, with Product Builder below it, and the line: The handoff is over.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I had a conversation with my practice lead that I’ve been turning over in my head all
evening. We talked about the future of consulting, the future of design, and where roles
like mine actually go from here.&lt;/p&gt;
&lt;p&gt;The honest reading is this. Specialist roles as we knew them — pure UI designer, pure UX
designer, pure product manager, pure front-end developer — are getting compressed. The
handoff model is breaking down. PMs are prototyping in AI tools. Designers are shipping
code. Engineers are doing more design work than they used to. The lines between functions
aren’t just blurring. They’re dissolving.&lt;/p&gt;
&lt;p&gt;For a while I read this as a threat to designers. I’ve changed my mind.&lt;/p&gt;
&lt;h2 id=&quot;everyone-can-build-now&quot;&gt;Everyone can build now&lt;/h2&gt;
&lt;p&gt;Claude, Cursor, v0, Figma Make, Lovable — the list grows every month. The artefact, the
mockup, the prototype, the code: none of that is the bottleneck anymore.&lt;/p&gt;
&lt;p&gt;But building products that people actually want, that solve a real problem, that feel
right in someone’s hands — that’s something else entirely. And it doesn’t come from tools.
It comes from human instinct.&lt;/p&gt;
&lt;h2 id=&quot;designers-are-predestined-for-this-moment&quot;&gt;Designers are predestined for this moment&lt;/h2&gt;
&lt;p&gt;Not because we make pretty interfaces. Because of how we’re trained to think.&lt;/p&gt;
&lt;p&gt;We sit with users. We read between the lines. We watch what people do, not just what they
say. We hold strategy and detail at the same time. We’re research-driven and
intuition-driven in the same breath. We know how to derive the real problem from a messy
human conversation, which is the one thing AI still can’t do on its own.&lt;/p&gt;
&lt;p&gt;That skill — finding the right problem and framing it before anyone touches a tool — is
becoming the most valuable thing in product work. &lt;strong&gt;Not the artefact. The judgment.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;So the designers who keep clinging to the title, to the case-study format, to the handoff
model, will struggle. The designers who lean into the full arc, from sitting with a real
human problem to &lt;a href=&quot;https://yusufalgan.com/work/rawi/&quot;&gt;shipping a real product&lt;/a&gt;, will own the next decade.&lt;/p&gt;
&lt;p&gt;I’m not calling myself a product designer anymore. I’m a product builder. And I think a
lot of us in design are about to make the same shift, whether we name it or not.&lt;/p&gt;
&lt;h2 id=&quot;consulting-is-going-through-the-same-compression&quot;&gt;Consulting is going through the same compression&lt;/h2&gt;
&lt;p&gt;The slides-and-recommendations model is in real trouble. The model that replaces it is
consultants who can build the thing they’re recommending. Not pitch it. Build it.&lt;/p&gt;
&lt;p&gt;That’s the bet I’m making on where this is going. It’s also why I think, at senior levels,
&lt;a href=&quot;https://yusufalgan.com/blog/the-signal-moves-elsewhere/&quot;&gt;the portfolio stops being the signal&lt;/a&gt; — the question
was never whether someone can design. It’s whether they can operate.&lt;/p&gt;</content:encoded></item><item><title>At senior levels, the portfolio stops being the signal</title><link>https://yusufalgan.com/blog/the-signal-moves-elsewhere/</link><guid isPermaLink="true">https://yusufalgan.com/blog/the-signal-moves-elsewhere/</guid><description>The more senior a designer gets, the less a case study tells you. What actually matters is whether they can operate.</description><pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;A couple of months ago I told a design recruiter in the region that the more senior you
get as a designer — staff, lead, head of design — the less recruiters should care about
the portfolio and the case studies.&lt;/p&gt;
&lt;p&gt;He partially agreed. Said it’s something he had to sit with, especially thinking about
the head-of-design searches he’d run.&lt;/p&gt;
&lt;p&gt;Here’s the thing. At that level the question is not really “can this person design.” That
is table stakes. The actual question is “can this person operate.” Can they walk into an
environment where the problem is not clearly defined, the data is incomplete, stakeholders
have different agendas, technical constraints are real, and the business still expects
progress — and move things forward.&lt;/p&gt;
&lt;p&gt;A case study is a terrible instrument for measuring that. By the time something is in a
deck, it has been cleaned up, narrativised, and stripped of the messiness that actually
showed the judgment.&lt;/p&gt;
&lt;p&gt;What I think should carry more weight at senior levels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The environments someone has operated in&lt;/li&gt;
&lt;li&gt;The level of trust they were given&lt;/li&gt;
&lt;li&gt;The complexity they handled&lt;/li&gt;
&lt;li&gt;The outcomes they helped shape&lt;/li&gt;
&lt;li&gt;The kind of people who chose to work with them again, and would vouch for them&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I’m not saying portfolios are useless. They’re a reasonable filter earlier in a career.
I’m saying that at a certain point the signal moves elsewhere — and most hiring processes
have not caught up.&lt;/p&gt;</content:encoded></item><item><title>Building Rawi, by intention</title><link>https://yusufalgan.com/blog/building-rawi-by-intention/</link><guid isPermaLink="true">https://yusufalgan.com/blog/building-rawi-by-intention/</guid><description>Actions are by intentions. Notes on building a product in the margins of a full-time job — listening to users, iterating fast, small bets.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;My grandmother (may Allah have mercy on her) used to lay us across her legs and gently
swing side to side while cutting fruit. I’m doing the same with my son now — building
&lt;a href=&quot;https://yusufalgan.com/work/rawi/&quot;&gt;Rawi&lt;/a&gt; in the same motion.&lt;/p&gt;
&lt;p&gt;The Prophet ﷺ said: “Actions are by intentions.” That hadith has been sitting with me for
months. It’s the reason Rawi feels like work I want to do, not work I have to do. The
intention reframes everything.&lt;/p&gt;
&lt;p&gt;Over the last weeks I’ve been deliberate with the attention and time I give to Rawi, given
that my primary attention goes to my consulting job. There are infinite things I could be
doing. I had a long conversation with my business advisor (his name is Claude, lol) about
where to focus the little time I have. The advice was what I was naturally drawn to: focus
on building a great product. Everything else follows.&lt;/p&gt;
&lt;p&gt;So that’s where I am. Listening to users. Iterating fast. The same way I spent the two
weeks between opening the beta and shipping v1.0. Jeff Gothelf calls this “sense and
respond”: short loops, two-way conversations with users, small bets over big plans.&lt;/p&gt;
&lt;p&gt;Five days after launch, around 200 people have Rawi on their phones. About one in three
has written to me with something — a correction, a request, a note about an ayah Rawi got
wrong, or one it got right at exactly the right moment. That last kind of message is why I
build.&lt;/p&gt;
&lt;p&gt;The unglamorous things continue in parallel: bug fixes, UX polish, content. That’s the
job. You show up for the intention, and you keep the loop short.&lt;/p&gt;</content:encoded></item><item><title>Why adoption, not technology, determines whether digital and AI programs succeed</title><link>https://yusufalgan.com/blog/adoption-not-technology/</link><guid isPermaLink="true">https://yusufalgan.com/blog/adoption-not-technology/</guid><description>Most digital and AI programs underperform not because the tech fails, but because adoption never becomes the default way of working. Three patterns I keep seeing — and what changes when design enters early.</description><pubDate>Fri, 13 Feb 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; — Most digital and AI programs underperform not because the technology
fails, but because adoption never becomes the default way of working.&lt;/p&gt;
&lt;p&gt;Based on industry research and hands-on delivery experience, three factors
consistently undermine value creation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Human and organizational reality is introduced too late&lt;/li&gt;
&lt;li&gt;AI systems suffer from misaligned expectations and fragile trust&lt;/li&gt;
&lt;li&gt;Design is misunderstood in consulting models that prioritise outputs over sustained outcomes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Early design and shared problem framing are therefore not “nice to have”. They are
essential mechanisms for reducing adoption risk, protecting margins, and enabling
lasting operational impact.&lt;/p&gt;
&lt;h2 id=&quot;the-scale-of-the-problem&quot;&gt;The scale of the problem&lt;/h2&gt;
&lt;p&gt;Over the past two years working in consulting, closely involved in AI, analytics, and
platform programs across logistics, government, and infrastructure environments, I have
repeatedly seen technically strong initiatives struggle to translate into sustained
operational impact.&lt;/p&gt;
&lt;p&gt;Many of these programs are well executed. Data pipelines function, models are robust,
and platforms are delivered on time. From a delivery perspective, they are often
considered successful.&lt;/p&gt;
&lt;p&gt;And yet, across different clients and contexts, the same outcome appears repeatedly.
Operational impact remains limited. Usage is uneven. Manual workarounds persist.
Decision-makers revert to familiar tools. The system works — but it never becomes the
default way of working.&lt;/p&gt;
&lt;p&gt;This pattern is reflected in external research. Gartner predicts that at least 30% of
generative AI projects will be abandoned after proof of concept by the end of 2025, and
that through 2026, organizations without “AI-ready data” will see over 60% fail to
deliver on business SLAs.&lt;/p&gt;
&lt;p&gt;Most underperforming programs are not held back by weak technology. They are held back
by weak adoption. And these failure patterns are not random — they follow a consistent
internal logic. In most cases, the first fracture appears when technical decisions move
ahead of human and organisational understanding.&lt;/p&gt;
&lt;h2 id=&quot;late-organisational-reality-creates-structural-friction&quot;&gt;Late organisational reality creates structural friction&lt;/h2&gt;
&lt;p&gt;In many programs, technical and analytical decisions are made before operational reality
is properly understood. Architectures, data models, and reporting logic are defined
early. Workflows, incentives, informal practices, approval chains, and political
constraints are explored later — often after core assumptions have already been embedded.&lt;/p&gt;
&lt;p&gt;By that stage, change becomes expensive. Teams adjust interfaces, restructure reports,
revise logic, and intensify user training. Yet these interventions are usually corrective
rather than foundational.&lt;/p&gt;
&lt;p&gt;Typical symptoms:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Interfaces that require explanation rather than enabling action&lt;/li&gt;
&lt;li&gt;Reports that need manual interpretation&lt;/li&gt;
&lt;li&gt;Processes that depend on a few individuals&lt;/li&gt;
&lt;li&gt;Continuous “minor” fixes after launch&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The result is a solution that functions — but does not fit. Change-management research
suggests that around two-thirds of AI implementation challenges stem from human and
organizational factors, not technical limitations. Adoption failures are rarely
engineering defects. They are people-and-process failures.&lt;/p&gt;
&lt;h2 id=&quot;late-design-quietly-erodes-economics-and-trust&quot;&gt;Late design quietly erodes economics and trust&lt;/h2&gt;
&lt;p&gt;The commercial impact of late design rarely appears as dramatic failure. It accumulates
gradually — extended support phases, repeated minor change requests, additional reporting
layers, dependency on internal champions, slower realisation of business value.&lt;/p&gt;
&lt;p&gt;Surveys on digital transformation continue to show that around 70% of initiatives fail to
meet their objectives, with poor adoption and cultural resistance cited far more often
than technical issues. McKinsey’s Design Index research found that top-quartile design
performers achieved 32 percentage points higher revenue growth and 56 percentage points
higher total shareholder returns over five years compared to peers.&lt;/p&gt;
&lt;p&gt;Design maturity is not about aesthetics. It is about protecting long-term value. Late
design is a margin leak.&lt;/p&gt;
&lt;h2 id=&quot;why-ai-amplifies-expectation-and-trust-risk&quot;&gt;Why AI amplifies expectation and trust risk&lt;/h2&gt;
&lt;p&gt;AI does not only add capability. It also amplifies expectation and trust risk. Many
organisations implicitly expect AI systems to behave like certainty engines, automated
decision-makers, or “digital experts”. In reality, most operational AI systems are
probabilistic, context-dependent, and constrained by data quality.&lt;/p&gt;
&lt;p&gt;Two recurring failure modes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Misaligned expectations.&lt;/strong&gt; Stakeholders expect certainty. They receive probability. Confidence erodes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fragile trust.&lt;/strong&gt; Users hesitate when outputs conflict with experience, logic is opaque, or accountability is unclear.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This fragility is often reinforced by unconscious resistance linked to job security,
professional identity, and perceived loss of control. When people fear that systems may
replace, deskill, or devalue their role, hesitation becomes a rational form of
self-protection rather than simple scepticism.&lt;/p&gt;
&lt;p&gt;This is where human-in-the-loop becomes decisive — not as a slogan, but as an operating
model. Who validates? Who can override? Under what conditions? Who owns the outcome?&lt;/p&gt;
&lt;h2 id=&quot;why-design-is-misunderstood-in-consulting&quot;&gt;Why design is misunderstood in consulting&lt;/h2&gt;
&lt;p&gt;Design is often misunderstood because many consulting models are optimised for outputs,
not outcomes. Traditional workflows prioritise requirement alignment, milestone delivery,
formal handover, contractual completion. This model works for reports. It fails for
products.&lt;/p&gt;
&lt;p&gt;As a result, design is frequently reduced to interface production, visual polish, or
post-requirement refinement. Yet high-impact design focuses on decision ownership,
workflow alignment, cognitive load reduction, trust mechanisms, and escalation paths.&lt;/p&gt;
&lt;p&gt;When design enters late, it is asked to fix structural problems inside a locked delivery
frame. That rarely works.&lt;/p&gt;
&lt;h2 id=&quot;what-design-actually-does-in-high-performing-programs&quot;&gt;What design actually does in high-performing programs&lt;/h2&gt;
&lt;p&gt;In complex digital environments, design functions as a translation and risk-control
layer. It translates strategy into workflows, analytics into decisions, data into
confidence, technology into practice.&lt;/p&gt;
&lt;p&gt;Design is governance for usability and relevance. It is an economic control, not a
cosmetic discipline. And as AI systems generate recommendations, automate judgments, and
influence high-stakes decisions, the central design question is no longer “Is this
usable?” It is: &lt;strong&gt;“Is this legitimate, explainable, and safe to rely on at scale?”&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&quot;the-five-adoption-gaps&quot;&gt;The five adoption gaps&lt;/h2&gt;
&lt;p&gt;Across industries, most adoption failures cluster around five predictable gaps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Legitimacy gap&lt;/strong&gt; — “Is this ours?”&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Meaning gap&lt;/strong&gt; — “Why should I care?”&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Risk gap&lt;/strong&gt; — “Is it safe to rely on this?”&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Capability gap&lt;/strong&gt; — “Can I actually use this easily?”&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Incentive gap&lt;/strong&gt; — “What do I gain or lose?”&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When several of these gaps remain open, systems never become “how we work”. They remain
“that system”. The most effective teams work to close these gaps from the outset, rather
than compensating for them later.&lt;/p&gt;
&lt;h2 id=&quot;building-systems-people-choose-to-use&quot;&gt;Building systems people choose to use&lt;/h2&gt;
&lt;p&gt;In the projects where outcomes have been strongest, the difference rarely started with
technology. It started with how the work was framed from the very first conversation:
building trust with stakeholders, listening before proposing, asking questions that
surface constraints, engaging with empathy, staying curious across unfamiliar domains.&lt;/p&gt;
&lt;p&gt;As early as possible, I try to identify real end users and engage them directly through
discovery workshops, journey mapping, and validation before ideation. This changes
everything. Solutions stop feeling imposed. Alignment replaces resistance. Adoption is
earned early.&lt;/p&gt;
&lt;p&gt;Organisations that deliver lasting impact tend to involve design during framing, fund
discovery explicitly, protect user access, use prototypes as governance tools, define
human-in-the-loop ownership, and track behavioural change. These practices do not slow
execution. They make execution sustainable.&lt;/p&gt;
&lt;h2 id=&quot;final-reflection&quot;&gt;Final reflection&lt;/h2&gt;
&lt;p&gt;The most successful digital programs are rarely the fastest to launch. They are the ones
that respect organisational reality, reduce cognitive load, make good decisions easier,
and earn trust through reliability.&lt;/p&gt;
&lt;p&gt;Technology enables transformation. Adoption determines whether it happens.&lt;/p&gt;</content:encoded></item><item><title>Would people still use it if the &quot;AI&quot; label disappeared?</title><link>https://yusufalgan.com/blog/without-the-ai-label/</link><guid isPermaLink="true">https://yusufalgan.com/blog/without-the-ai-label/</guid><description>Any product built around a technology rather than a real problem burns out fast. Three questions to ask before you build.</description><pubDate>Mon, 15 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Don’t get blinded by “AI products.”&lt;/p&gt;
&lt;p&gt;Any product built around a technology rather than a real problem will burn out fast. The
real winners are solutions that put people at the center — serving human needs, not hype.&lt;/p&gt;
&lt;p&gt;What’s alarming is how much product illiteracy exists among those with the deepest
pockets. That’s why we’re seeing billions poured into tools nobody truly needs, while real
human challenges go underfunded.&lt;/p&gt;
&lt;p&gt;If you want to build something that lasts, stop chasing buzzwords. Start asking:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Whose problem am I solving?&lt;/li&gt;
&lt;li&gt;How does this make life better, fairer, or more meaningful?&lt;/li&gt;
&lt;li&gt;Would people still use it if the “AI” label disappeared?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Technology is just an enabler. Humanity is the purpose.&lt;/p&gt;</content:encoded></item><item><title>Design is responsibility, not just recognition</title><link>https://yusufalgan.com/blog/design-is-responsibility/</link><guid isPermaLink="true">https://yusufalgan.com/blog/design-is-responsibility/</guid><description>A designer&apos;s view — everything around us is designed, and when it&apos;s designed thoughtlessly, it rarely serves the human. A small example from Abu Dhabi&apos;s streets.</description><pubDate>Sun, 13 Jul 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;For me, design has always been an enabler for good. Or at least, it has the potential to
be.&lt;/p&gt;
&lt;p&gt;Over the years I’ve developed what I call a “designer’s view” — the ability to see that
everything around us is designed. Sometimes intentionally. But often, thoughtlessly. And
when that happens, it rarely serves the human.&lt;/p&gt;
&lt;p&gt;One example has been on my mind a lot lately: the clothing of delivery drivers working for
major food and grocery apps in our region.&lt;/p&gt;
&lt;p&gt;It’s 40°C in Abu Dhabi. The sun is blazing. Yet the riders wear dark uniforms, sit on
black bikes, and shield their phones with makeshift packaging paper so they don’t overheat.&lt;/p&gt;
&lt;p&gt;I spoke to a few of them. The engine gets so hot it radiates like a stovetop. Wind doesn’t
help. Shade is rare.&lt;/p&gt;
&lt;p&gt;This is a design decision — or rather, a lack of one. And yet we know what works. In
Emirati tradition, men wear white kanduras in the summer: light, breathable, reflective,
heat-adaptive.&lt;/p&gt;
&lt;p&gt;So here’s a simple idea, rooted in empathy and backed by evidence. Keep your brand colors
on the food box or the logo — but give drivers white, heat-resistant, dirt-repellent
uniforms. It’s still on-brand. More importantly, it’s on-mission, if that mission includes
serving people, not just customers.&lt;/p&gt;
&lt;p&gt;Because design isn’t just about recognition. It’s about responsibility.&lt;/p&gt;</content:encoded></item><item><title>AI isn&apos;t a silver bullet — it&apos;s a tool</title><link>https://yusufalgan.com/blog/ai-isnt-a-silver-bullet/</link><guid isPermaLink="true">https://yusufalgan.com/blog/ai-isnt-a-silver-bullet/</guid><description>The mindset shift that decides whether AI actually gets adopted, and the three roles the useful AI use cases play.</description><pubDate>Mon, 31 Mar 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;AI isn’t a silver bullet — it’s just a tool. And in consulting, especially across the
region, I keep seeing the same pattern:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“We’ve invested in AI — now how do we use it?”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;…instead of:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Our customers face this problem — could AI help solve it?”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That mindset shift is everything. From enterprise operations to public services, AI has
real potential — but only when it’s applied intentionally, starting from a problem rather
than from the technology.&lt;/p&gt;
&lt;h2 id=&quot;three-roles-useful-ai-plays&quot;&gt;Three roles useful AI plays&lt;/h2&gt;
&lt;p&gt;The most useful AI use cases I’ve seen fall into three roles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Supertools&lt;/strong&gt; — accelerate expert tasks; control stays with the user. (AI-assisted
design tools, field-engineer dashboards, radiology assistants.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Superadvisors&lt;/strong&gt; — guide decision-making without taking over. (Demand forecasting for
retail, copy suggestions for marketing, public-service assistants.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Self-actors&lt;/strong&gt; — fully automated systems. Useful, but they require deep trust and clear
boundaries. (Customer-service bots, smart inventory, traffic optimization.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Most failures come from reaching for a self-actor when the problem called for a supertool —
automating away the human before you’ve earned the trust to.&lt;/p&gt;
&lt;h2 id=&quot;the-real-question&quot;&gt;The real question&lt;/h2&gt;
&lt;p&gt;It isn’t &lt;em&gt;“How do we use AI?”&lt;/em&gt; It’s: &lt;strong&gt;what’s the real pain point — and is AI the right fit
to solve it?&lt;/strong&gt; That’s how you build solutions that actually get adopted, not just launched.&lt;/p&gt;</content:encoded></item><item><title>Stakeholders are users too</title><link>https://yusufalgan.com/blog/stakeholders-are-users-too/</link><guid isPermaLink="true">https://yusufalgan.com/blog/stakeholders-are-users-too/</guid><description>Moving into consulting changed how I design — business stakeholders need the same empathy and research as end users.</description><pubDate>Thu, 26 Sep 2024 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Moving into consultancy has fundamentally changed how I approach design.&lt;/p&gt;
&lt;p&gt;As a design lead, my job is to make sure every project is covered from a design
perspective — while working with individual contributors to get things done. That shift
broadened my view of how design fits the bigger picture.&lt;/p&gt;
&lt;p&gt;The biggest realization: &lt;strong&gt;business stakeholders are just as central to human-centered
design as the end users.&lt;/strong&gt; They also have problems they want to solve, and understanding
their needs takes the same empathy and listening we use in user research.&lt;/p&gt;
&lt;p&gt;In many ways, conversations with stakeholders &lt;em&gt;are&lt;/em&gt; a form of user research. Interview
them properly and you gain insights that don’t just shape design decisions — they shape the
direction of the whole project and keep it aligned with the business goals.&lt;/p&gt;
&lt;p&gt;What’s become clear is that design is about much more than delivering outputs. It’s about
driving outcomes — orchestrating collaboration, aligning diverse perspectives, and making
sure both user needs and business goals are met. That alignment is what leads to impactful,
sustainable solutions.&lt;/p&gt;</content:encoded></item></channel></rss>