<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Todd Schiller - PixieBrix</title><link href="https://toddschiller.com/" rel="alternate"></link><link href="https://toddschiller.com/feeds/tag/pixiebrix.atom.xml" rel="self"></link><id>https://toddschiller.com/</id><updated>2026-06-03T00:00:00-04:00</updated><subtitle>Human ✘ Artificial Intelligence</subtitle><entry><title>agent-browser-shield June 3 update: 14 new rules and the Chrome Web Store listing</title><link href="https://toddschiller.com/blog/agent-browser-shield-june-03-update.html" rel="alternate"></link><published>2026-06-03T00:00:00-04:00</published><updated>2026-06-03T00:00:00-04:00</updated><author><name>Todd Schiller</name></author><id>tag:toddschiller.com,2026-06-03:/blog/agent-browser-shield-june-03-update.html</id><summary type="html">14 new rules shipped in agent-browser-shield, now installable from the Chrome Web Store, and using it for daily driving.</summary><content type="html">&lt;p&gt;Two days after the alpha announcement, agent-browser-shield has a Chrome Web
Store listing and 14 new protection rules.&lt;/p&gt;
&lt;h2&gt;Install from the Chrome Web Store&lt;/h2&gt;
&lt;p&gt;The extension is live at
&lt;a href="https://chromewebstore.google.com/detail/agent-browser-shield/gnejacdioaelglahihpagpfjpddpnamd"&gt;chromewebstore.google.com/detail/agent-browser-shield&lt;/a&gt;.
One click instead of unpacked-from-source. The prebuilt ZIP and source-build
paths stay for Browserbase and other runtimes that need an unpacked
extension.&lt;/p&gt;
&lt;h2&gt;New rules: handling prompt injection and context pollution in invisible surfaces&lt;/h2&gt;
&lt;p&gt;A browser-use agent reads surfaces a sighted user never looks at. The new
rules close them:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;noscript&amp;gt;&lt;/code&gt; blocks (never rendered with JS on, but agents walk them)&lt;/li&gt;
&lt;li&gt;Poisoned &lt;code&gt;&amp;lt;meta&amp;gt;&lt;/code&gt; description and &lt;code&gt;&amp;lt;title&amp;gt;&lt;/code&gt; (the compact &amp;quot;what is this
page&amp;quot; answer many agents pull first)&lt;/li&gt;
&lt;li&gt;JSON-LD &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; blocks (cited as the &amp;quot;trusted summary&amp;quot; of a page)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;aria-label&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;title&lt;/code&gt;, &lt;code&gt;placeholder&lt;/code&gt;, and SVG &lt;code&gt;&amp;lt;title&amp;gt;&lt;/code&gt; / &lt;code&gt;&amp;lt;desc&amp;gt;&lt;/code&gt;
/ &lt;code&gt;&amp;lt;text&amp;gt;&lt;/code&gt; (a11y-tree carriers)&lt;/li&gt;
&lt;li&gt;Unicode tag characters, bidi overrides, and zero-width payloads&lt;/li&gt;
&lt;li&gt;Long base64 / hex / percent-encoded blobs (the &amp;quot;decode this and follow
it&amp;quot; pattern)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New rules: trust laundering&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;link-spoof-annotate&lt;/code&gt; flags Cyrillic homoglyphs and anchors whose visible
text doesn't match the href apex. &lt;code&gt;disguised-ad-flag&lt;/code&gt; collapses native
advertorials (Sponsored / Paid Post) that share DOM shape with editorial.
&lt;code&gt;trust-badge-annotate&lt;/code&gt; and &lt;code&gt;schema-trust-sanitize&lt;/code&gt; ship off by default
while we assess their false-positive rates.&lt;/p&gt;
&lt;h2&gt;The daily-driver surprise&lt;/h2&gt;
&lt;p&gt;I've started running it on my own daily-driver browser, not just agent runs.
There have been some funny quirks (e.g., flagging GitHub issue links with &amp;quot;.md&amp;quot;
in the link text as suspicious and hiding the GitHub issue template modal).
However, overall it's been a positive on my browsing experience. So, we'll be
experimenting with making more annotations visible to humans and
multi-modal LLMs.&lt;/p&gt;
&lt;p&gt;⭐ &lt;a href="https://github.com/pixiebrix/agent-browser-shield"&gt;https://github.com/pixiebrix/agent-browser-shield&lt;/a&gt;&lt;/p&gt;
</content><category term="AI"></category><category term="AI"></category><category term="agents"></category><category term="browser security"></category><category term="prompt injection"></category><category term="dark patterns"></category><category term="PixieBrix"></category></entry><entry><title>Introducing agent-browser-shield (alpha): keeping AI agents safe in the browser</title><link href="https://toddschiller.com/blog/agent-browser-shield-alpha.html" rel="alternate"></link><published>2026-06-01T00:00:00-04:00</published><updated>2026-06-01T00:00:00-04:00</updated><author><name>Todd Schiller</name></author><id>tag:toddschiller.com,2026-06-01:/blog/agent-browser-shield-alpha.html</id><summary type="html">Announcing the alpha of agent-browser-shield — a source-available defense layer (also available as an OpenClaw skill) that blocks prompt injection and dark patterns before they reach your agent.</summary><content type="html">&lt;p&gt;There are 6 billion internet users. With AI agents, we're quickly heading to
60 to 600 billion &amp;quot;users&amp;quot; of the web.&lt;/p&gt;
&lt;p&gt;How do we keep all those agents safe when they touch the browser?&lt;/p&gt;
&lt;p&gt;At PixieBrix, we've spent years protecting BPO contact centers from insider
risk, fraud, and social engineering in the browser.&lt;/p&gt;
&lt;p&gt;Today, we're applying that defense to AI agents and making a free,
source-available, browser extension available (on GitHub and ClawHub).&lt;/p&gt;
&lt;p&gt;Your AI agent that lands on a fresh page is one prompt injection away from
leaking credentials, one dark pattern away from buying the wrong thing, and
one fake review away from a bad recommendation.&lt;/p&gt;
&lt;p&gt;Agent Browser Shield sits between the browser and the agent. It blocks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Prompt injection: visible or hidden instructions in page content&lt;/li&gt;
&lt;li&gt;Dark patterns: manipulative UI designed to trick/coerce&lt;/li&gt;
&lt;li&gt;Context pollution: low-value context that impairs instruction following&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A useful side effect: stripping irrelevant content also cuts token burn.&lt;/p&gt;
&lt;p&gt;Come join us on our mission. File issues, send PRs, or just tell me what you
hate/love!&lt;/p&gt;
&lt;p&gt;The threat surface for agentic browsing is evolving fast. Let's defend our AI
assistants together!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;⭐ Star the GitHub repo: &lt;a href="https://github.com/pixiebrix/agent-browser-shield"&gt;https://github.com/pixiebrix/agent-browser-shield&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;🦞 Star the OpenClaw skill: &lt;a href="https://clawhub.ai/pixiebrix/agent-browser-shield"&gt;https://clawhub.ai/pixiebrix/agent-browser-shield&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="/assets/images/agent-browser-shield-alpha/demo.webp" alt="Side-by-side demo: an unprotected agent vs. one shielded by agent-browser-shield" loading="lazy" decoding="async" /&gt;&lt;/p&gt;
</content><category term="AI"></category><category term="AI"></category><category term="agents"></category><category term="browser security"></category><category term="prompt injection"></category><category term="PixieBrix"></category><category term="OpenClaw"></category></entry><entry><title>Did Google sneak a local LLM model into Chrome?</title><link href="https://toddschiller.com/blog/chrome-local-ai-linkedin-filter.html" rel="alternate"></link><published>2026-05-26T00:00:00-04:00</published><updated>2026-05-26T00:00:00-04:00</updated><author><name>Todd Schiller</name></author><id>tag:toddschiller.com,2026-05-26:/blog/chrome-local-ai-linkedin-filter.html</id><summary type="html">A response to FUD around Chrome's new Local AI models, plus a demo using PixieBrix + Local AI to filter my LinkedIn feed.</summary><content type="html">&lt;p&gt;There's a lot of FUD around Chrome's new Local AI models. Jason Calacanis on the
All-in Podcast got it wrong: Chrome didn't sneak in a local LLM model; it was in
their official Early Preview Program for months.&lt;/p&gt;
&lt;p&gt;The local LLM shipped in 148 is their general Prompt API powered by Gemini Nano.
Smaller, task-specific models for language detection, translation, and rewriting
have been available since Chrome 138 (June 2025), a long time at AI pace!&lt;/p&gt;
&lt;p&gt;Local LLMs distributed with the browser are critical to a future where users
control their browsing experience while ensuring privacy. Consumers cannot be
expected to figure out how to connect their web tools and extensions to Ollama
or LM Studio. And enterprises cannot be expected to deploy local LLM servers to
desktops.&lt;/p&gt;
&lt;p&gt;There are still valid concerns about model lock-in. That's because AI models (
especially small models) can behave differently for the same prompt. But, from
what I've seen, the Chrome team has been, by and large, responsible in how
they've rolled out the technology. For example, the public API shipped in 148
does not expose model-specific parameters.&lt;/p&gt;
&lt;p&gt;Local LLMs enable a range of productivity/compliance use cases, especially for
regulated industries handling financial and health data. But since this is
LinkedIn, here's a fun one instead: using PixieBrix + Local AI to customize your
LinkedIn feed and hide self-promotional, snarky, or sarcastic posts. The
question is -- will anything be left on my feed? 😆&lt;/p&gt;
&lt;!-- markdownlint-disable MD013 --&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0;"&gt;
  &lt;iframe src="https://www.loom.com/embed/8a1082b28512434588447b05b32594e1?hideEmbedTopBar=true" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;!-- markdownlint-enable MD013 --&gt;
</content><category term="Browser Extensions"></category><category term="AI"></category><category term="Chrome"></category><category term="browser extensions"></category><category term="PixieBrix"></category><category term="local AI"></category></entry><entry><title>The agentic opportunity: value, not hours</title><link href="https://toddschiller.com/blog/agentic-value-not-hours.html" rel="alternate"></link><published>2025-10-26T00:00:00-04:00</published><updated>2025-10-26T00:00:00-04:00</updated><author><name>Todd Schiller</name></author><id>tag:toddschiller.com,2025-10-26:/blog/agentic-value-not-hours.html</id><summary type="html">Focusing on hours (or FTEs) misses the point of the agentic opportunity.</summary><content type="html">&lt;p&gt;A fundamental mistake people make when assessing the agentic opportunity is a
focus on hours (or FTEs) instead of value.&lt;/p&gt;
&lt;p&gt;It's indisputable that agentic automation will reshape the number of human
hours for processes like order-to-cash and compliance.&lt;/p&gt;
&lt;p&gt;However, it fails to address what drives enterprise value (vs. COGS).
Defensible enterprise value comes from empowering your people to be their best.&lt;/p&gt;
&lt;p&gt;At PixieBrix, we're focused on helping companies create customer success and
loyalty to win.&lt;/p&gt;
&lt;!-- markdownlint-disable MD013 --&gt;
&lt;figure&gt;
  &lt;img loading="lazy" decoding="async" src="https://toddschiller.com/assets/images/agentic-value-not-hours/hours-vs-value.png" alt="Stacked bar chart comparing % Hours to % Value across Agentic Copilot, Agentic Automation, and RPA. Agentic Copilot is 20% of hours but 60% of value (strategy, customer success, customer loyalty, brand experience, intellectual property, talent). Agentic Automation is 40% of hours and contributes to the 60% value bucket. RPA is 40% of hours but only 30% (fulfillment, order to cash) and 10% (compliance) of value."&gt;
  &lt;figcaption&gt;Where agentic work creates value isn't always where it saves the most hours.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;!-- markdownlint-enable MD013 --&gt;
</content><category term="AI"></category><category term="AI"></category><category term="agentic"></category><category term="PixieBrix"></category><category term="enterprise"></category></entry><entry><title>Co-pilots, not chatbots: highlights from a TaskUs Forward webinar</title><link href="https://toddschiller.com/blog/operationalizing-ai-at-scale-highlights.html" rel="alternate"></link><published>2024-09-02T00:00:00-04:00</published><updated>2024-09-02T00:00:00-04:00</updated><author><name>Todd Schiller</name></author><id>tag:toddschiller.com,2024-09-02:/blog/operationalizing-ai-at-scale-highlights.html</id><summary type="html">Highlights from the September 2024 TaskUs Forward webinar with Manish Pandya and host Alp Uguray on what it takes to operationalize generative AI in CX.</summary><content type="html">&lt;p&gt;I joined Manish Pandya (SVP of Digital at TaskUs) and host Alp
Uguray (Masters of Automation) for a &lt;a href="https://www.youtube.com/watch?v=G03VU4w5ixc"&gt;TaskUs Forward webinar&lt;/a&gt;
on operationalizing generative AI in customer experience. A few
moments from the conversation worth pulling out — the &lt;a href="/transcripts/operationalizing-ai-at-scale-transcript.html"&gt;full
transcript is here&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;On AI looking like the early days of the internet&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Todd:&lt;/strong&gt; I think in a lot of ways AI looks like the early days of
the internet. It's subsidized by an ample wave of investment from
the venture capitalists. You have providers like Google, Amazon,
and Facebook fighting to create this excess amount of
infrastructure and capacity due to competitive pressure. We also
see a very low barrier to entry to build prototypes. So ultimately
I think AI is the future, but definitely not all the ideas and the
companies and the headlines that you see are going to stick.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On human-driven AI&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Manish:&lt;/strong&gt; At TaskUs we believe in the power of human-driven AI,
or human-in-the-loop, where the technology is amplifying the
capabilities of the human as they deliver — not necessarily
replacing them. This has potential to deliver empathetic,
personalized, and nuanced responses that only a human can deliver,
and not necessarily something that an AI can replicate, although
AI can assist.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On chatbots vs. the natural flow of work&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Todd:&lt;/strong&gt; Chatbots are the fastest way to deliver AI to everyone
at your company — and if you remember, ChatGPT was actually the
fastest-growing consumer product of all time — but there's
actually little consistency with outcomes when you just roll out a
chatbot. […] What we're really seeing is companies figuring out
how to embed AI into the natural flow of work, and as Manish said,
it's really about making AI a true co-pilot for teammates.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On a true co-pilot, not just chatbots and search&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Manish:&lt;/strong&gt; What we're seeing is that clients are expecting the
generative AI solutions to complement our teams so they can be
freed up to perform high-value tasks. Essentially what they're
looking for is a true co-pilot for our teams, not just chatbots
and search.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On systems thinking and second-order effects&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Todd:&lt;/strong&gt; We've seen a lot of companies deploying, for example,
customer-facing chatbots, and then running around with their
deflection rate metrics saying, &amp;quot;hey, we did a great job,&amp;quot; but
then they see drops in their customer loyalty and lifetime
customer value. So for me the key is to think holistically about
your company and value chain — try to apply what a lot of people
call systems thinking — and really try to understand what is
unique about AI as a technology and therefore where it can best be
applied.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On agentic AI and the next few quarters&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Manish:&lt;/strong&gt; Rather than talking about the next few years, let's
talk about the next few months and next few quarters. […] You will
also see that not just one-shot question and response with some
follow-up queries, but being able to form a chain — which is what
is called agentic AI — will emerge, where you provide a task and
the generative AI solution is able to string together multiple
automation capabilities together.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On building trust between humans and AI&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Alp:&lt;/strong&gt; We're introducing more automation to remove the mundane
tasks that people hate to do, while bringing explainable AI — why
AI does certain things and what the impact is, the transparency in
execution. […] It's going to build a new trust between humans and
AI. That trust is going to be really important and has its own
requirements, and of course it has to bring business value —
measuring the ROI where it needs to be, while we are driving
meaningful work of the future.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;The full webinar is on &lt;a href="https://www.youtube.com/watch?v=G03VU4w5ixc"&gt;YouTube&lt;/a&gt;. A lightly edited
&lt;a href="/transcripts/operationalizing-ai-at-scale-transcript.html"&gt;transcript is on this site&lt;/a&gt;.&lt;/p&gt;
</content><category term="Machine Learning"></category><category term="webinar"></category><category term="pixiebrix"></category><category term="generative ai"></category><category term="llm"></category><category term="customer experience"></category><category term="taskus"></category></entry><entry><title>AI frees humans to be more human: highlights from Success League Radio</title><link href="https://toddschiller.com/blog/generative-ai-customer-success-highlights.html" rel="alternate"></link><published>2023-09-19T00:00:00-04:00</published><updated>2023-09-19T00:00:00-04:00</updated><author><name>Todd Schiller</name></author><id>tag:toddschiller.com,2023-09-19:/blog/generative-ai-customer-success-highlights.html</id><summary type="html">A few moments from my conversation with Kristen Hayer on Success League Radio about where generative AI fits in customer success.</summary><content type="html">&lt;p&gt;I joined Kristen Hayer on &lt;a href="https://open.spotify.com/episode/6CKWkeleNyadeMNoKjrqYH?si=dda355fc83ec4537"&gt;&lt;em&gt;Innovations in Leadership&lt;/em&gt;, the Success
League Radio podcast&lt;/a&gt;, to talk through where generative AI
fits in customer success. A few moments from the conversation worth
pulling out — the &lt;a href="/transcripts/generative-ai-customer-success-transcript.html"&gt;full transcript is here&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;On AI freeing humans to be more human&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;We think that AI frees humans to be more human. There are three
areas. First, with AI you can automate a lot of the low-value
activities… The second area is that AI can also be your personal
trainer or coach… And then beyond that, there's the pure power to
have AI upskill workers. It's a bit akin to that scene in &lt;em&gt;The
Matrix&lt;/em&gt; where Keanu plugs in, connects to the desk, and then
suddenly downloads all the kung-fu knowledge.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On treating ChatGPT like an intern&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;The way I like to frame it is: let's say you were to hire an intern.
What would you have them do? I say &amp;quot;intern&amp;quot; because interns require
instruction. They're not experts in customer support. And they're
not always perfect — sometimes you're going to have to check their
work, or you might have to make some corrections.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On defusing hallucinations&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Instead of saying &amp;quot;ChatGPT, go generate a response for me,&amp;quot; what
you instead do is you give it a list of things to choose from, or
you give it some content and you say &amp;quot;summarize this content.&amp;quot; When
you're giving it those sorts of tasks, it's much better able to
identify that it's only supposed to be using &lt;em&gt;that&lt;/em&gt; as the source
material, versus giving it all human knowledge and saying &amp;quot;what's
relevant out of this entire space of human knowledge?&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On capabilities, not maturity&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;A maturity model is a model that looks at what sort of level of
tools or processes you have in place — level one, two, three, or
four. A capability model looks at specific capabilities and
outcomes. When an agent picks up a ticket, do they have the context
of prior interactions? Do we have alerting in place to make sure
we're actually able to meet our SLAs about response times, even
when someone's on vacation?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On the disclosure bright line&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;If it's fully automated, you should definitely be disclosing — not
even just for ethical reasons, but for expectation-setting and
maintaining trust with your customer. And then really, it's the
&lt;em&gt;assistant&lt;/em&gt; that becomes more of a gray area. We wouldn't disclose
if I was using grammar check to write an email. I wouldn't
necessarily disclose if I was using Google Translate to help
translate a message to you. So that's kind of my bright line: if
there is a human involved, I don't think you necessarily need to
disclose. But if it's fully automated, it's probably both ethical
and also just best practice to disclose there.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;The full episode is on &lt;a href="https://open.spotify.com/episode/6CKWkeleNyadeMNoKjrqYH?si=dda355fc83ec4537"&gt;Spotify&lt;/a&gt; and &lt;a href="https://www.buzzsprout.com/1900538/episodes/13579815-innovations-in-leadership-todd-schiller-generative-ai-in-customer-success"&gt;Buzzsprout&lt;/a&gt;. A
lightly edited &lt;a href="/transcripts/generative-ai-customer-success-transcript.html"&gt;transcript is on this site&lt;/a&gt;.&lt;/p&gt;
</content><category term="Machine Learning"></category><category term="podcast"></category><category term="pixiebrix"></category><category term="generative ai"></category><category term="llm"></category><category term="customer success"></category></entry><entry><title>Compliance, low-code, and the user as hero: highlights from Drata's podcast</title><link href="https://toddschiller.com/blog/compliance-uncomplicated-highlights.html" rel="alternate"></link><published>2023-03-09T00:00:00-05:00</published><updated>2023-03-09T00:00:00-05:00</updated><author><name>Todd Schiller</name></author><id>tag:toddschiller.com,2023-03-09:/blog/compliance-uncomplicated-highlights.html</id><summary type="html">Highlights from my conversation with Drata's Helina Medhin and Arlo Guthrie on Compliance Uncomplicated about low-code, AI, user experience, and SOC 2.</summary><content type="html">&lt;p&gt;I joined Helina Medhin and Arlo Guthrie (Drata's Director of Design) on
&lt;a href="https://open.spotify.com/episode/3ZPhpB28zYJe0koDAKENuj"&gt;Compliance Uncomplicated&lt;/a&gt; to talk about PixieBrix —
how low-code can democratize software customization, where humans still
beat computers, and why we went after SOC 2 early.&lt;/p&gt;
&lt;p&gt;A few highlights from the episode:&lt;/p&gt;
&lt;h2&gt;On democratizing customization&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;You should be able to customize it to your needs, even if you aren't a
programmer or a software developer.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On software as a representation of knowledge&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;[Software is] a representation of human knowledge about how the
world works. When you build tools for analyzing software or creating
software, you're actually deepening your understanding of the world
and how to create things within that. And then, when you start running
analyses or synthesizing, you're actually also creating new knowledge
as you go.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On humans vs. computers (and AI)&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Humans and computers have different strengths. Humans are very good
at framing problems, navigating ambiguity, relationship building,
whereas computers are good at rote memory, solving large computations.
[...] [Computers are efficient at] rapidly synthesizing information
from different sources to create new information. But they still need
that interplay with humans to really drive outcome.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On user experience&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Make the user the hero of the story. [...] To really empower them to be
the hero of their own [story] — help themselves out and help their
team members out.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On compliance&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Compliance is about agreeing to do important things and then keeping
your word. [...] [We wanted to be] communicating our compliance and
controls in a way that our customers, and IT departments were already
familiar with. [...] It's really about keeping our word, and then also
communicating that in a way that's simple and makes sense to our
customers.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;The full episode is on &lt;a href="https://open.spotify.com/episode/3ZPhpB28zYJe0koDAKENuj"&gt;Spotify&lt;/a&gt; and &lt;a href="https://music.amazon.com/podcasts/14e91105-cd52-4ac1-990c-88237ed605d0/episodes/a79fa01f-efc0-4107-9891-bcfbd4c0dada/compliance-uncomplicated-by-drata-compliance-uncomplicated-pixiebrix"&gt;Amazon Music&lt;/a&gt;.&lt;/p&gt;
</content><category term="Browser Extensions"></category><category term="podcast"></category><category term="pixiebrix"></category><category term="low-code"></category><category term="compliance"></category><category term="user experience"></category></entry><entry><title>Everything is UI/UX: highlights from Masters of Automation</title><link href="https://toddschiller.com/blog/masters-of-automation-2022-highlights.html" rel="alternate"></link><published>2022-08-09T00:00:00-04:00</published><updated>2022-08-09T00:00:00-04:00</updated><author><name>Todd Schiller</name></author><id>tag:toddschiller.com,2022-08-09:/blog/masters-of-automation-2022-highlights.html</id><summary type="html">A few moments from my August 2022 conversation with Alp Uguray on Masters of Automation about PixieBrix, low-code, and putting humans at the center of the future of work.</summary><content type="html">&lt;p&gt;I joined &lt;a href="https://www.linkedin.com/in/alpuguray/"&gt;Alp Uguray&lt;/a&gt; on the &lt;a href="https://open.spotify.com/episode/4bVQBI1vQiIt0AHgozcr2q"&gt;&lt;em&gt;Masters of Automation&lt;/em&gt;
podcast&lt;/a&gt; to talk about why we started PixieBrix — what
low-code/no-code really means, why the future of work has to be
human-first, and what we'd been hearing from the community. A few
moments from the conversation worth pulling out — the &lt;a href="/transcripts/masters-of-automation-2022-transcript.html"&gt;full
transcript is here&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;On the spreadsheet as the original citizen-development tool&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;The spreadsheet is the most successful citizen development tool of
all time. In Microsoft Excel, you can start with static documents,
you can add styling, you can add your text, and then you can start
building out models with basic calculations. […] What people do in
the financial world is they actually record macros, they write
macros, they build out pretty much full-fledged applications in
these spreadsheets that can run entire companies.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On everything being UI/UX&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;There's this joke that people throw around, that everything in
life is sales. […] When it comes to computers, the same is true
for UI/UX. Everything is about user interfaces. If you want to
build a game, it's about the user interface. A productivity app —
it's about the user interface. A smart device for your home — like,
I have a smart thermostat — it's about the UI/UX.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On the future of work being human-first&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;At PixieBrix, we fundamentally believe that the future of work is
human-first. It's about putting the human in the center of it. A
lot of times when I hear people talk about future of work, they're
coming at it from a view of a particular SaaS app, like a CRM, or
a particular business process or process management platform […].
But what it really comes down to is that each person actually has
multiple areas of responsibility. They're participants in multiple
processes, multiple different functions in the business.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On not loving chat interfaces&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;I know a lot of people like using chat interfaces to AI, or other
things. I actually can't stand that. I prefer to have a different
sort of interface — clicking, seeing multiple options — instead of
engaging in a conversation. It's really about being able to craft
the perfect experience for yourself, regardless of what enabling
technologies you're using under the hood.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On embracing imperfection because the human is in the loop&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Because the human is in the loop, you don't need to be perfect.
You don't need something that you write once and then it's going
to go off and run on its own for two years, five years, ten years.
You can really embrace that imperfection and really embrace that
personalization, based on what that individual is, or what that
business unit values, as part of the process.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On empowerment and the safety net&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;What's really interesting about empowering is, it's about giving
those capabilities, but it's also about having a good safety net.
Making it so that it's okay to make mistakes, it's okay to
experiment. You're not accidentally sending out thousands of emails
if you mess up a line of code, or you're not accidentally breaking
compliance rules. […] It's about combining that sort of safety net
with also those incredible creator tools, for people to really
express themselves and experiment.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;On low floor, high ceiling&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;We really try to make it so that there's a low floor to starting
to use us, but a high ceiling to what's possible. And then really
trying to create a welcoming community for people to get inspired,
get help extremely quickly, and really showcase what they've
created.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;p&gt;The full episode is on &lt;a href="https://open.spotify.com/episode/4bVQBI1vQiIt0AHgozcr2q"&gt;Spotify&lt;/a&gt;, &lt;a href="https://podcasts.apple.com/us/podcast/004-a-low-code-platform-enables-you-to-change-of/id1622678474?i=1000575520642"&gt;Apple Podcasts&lt;/a&gt;,
and the &lt;a href="https://www.themasters.ai/episodes/interview-todd-schiller-pixiebrix"&gt;show's website&lt;/a&gt;. A lightly edited &lt;a href="/transcripts/masters-of-automation-2022-transcript.html"&gt;transcript is on
this site&lt;/a&gt;.&lt;/p&gt;
</content><category term="Browser Extensions"></category><category term="podcast"></category><category term="pixiebrix"></category><category term="low-code"></category><category term="user experience"></category><category term="browser extensions"></category><category term="automation"></category></entry></feed>