tag:bentsai.org,2005:/posts_feed Ben Tsai https://cdn.u.pika.page/dodvAKOzKyk8mA6oK-peUy1RSLZ5nNucmZrxikumgQI/s:100:100/fn:njw_400x400/plain/s3://pika-production/qca768c9ifyh6blrco7b5r7yb4u7 2026-03-17T00:46:23Z tag:bentsai.org,2005:Post/93211 2026-03-25T15:39:46Z 2026-03-25T15:54:47Z Comprehension is the job <div class="trix-content"> <p>I’ve <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fperformative">already referenced</a> Addy’s <a href="proxy.php?url=https%3A%2F%2Faddyosmani.com%2Fblog%2Fcomprehension-debt%2F"><strong>Comprehension Debt</strong></a> piece, but I think it is worth highlighting this quote:</p> <blockquote><p>Making code cheap to generate doesn’t make understanding cheap to skip. The comprehension work is the job.</p></blockquote> <p>This is salient because it feels there is a growing divide in the industry on this point. Some would say our understanding of a system is moving to a higher level of abstraction, where we use English to specify our intent, and depend on the LLM tool to translate that into code. The analogy they use is, the same thing happened when we moved from assembly to C.</p> <p>This analogy breaks at a critical point. LLMs are inherently non-deterministic, so it will never do exactly what you want. You will never comprehend what the system is doing if you don’t examine the code.</p> <p>But let’s be pragmatic about it. The code output will increase. Addy exhorts teams:</p> <blockquote><p>Teams building comprehension discipline now - treating genuine understanding, not just passing tests, as non-negotiable - will be better positioned when that reckoning arrives than teams that optimized purely for merge velocity.</p></blockquote> <p><a href="proxy.php?url=https%3A%2F%2Fsimonwillison.net%2Fabout%2F">Simon Willison</a> has been publishing <a href="proxy.php?url=https%3A%2F%2Fsimonwillison.net%2F2026%2FFeb%2F23%2Fagentic-engineering-patterns%2F"><strong>Agentic Engineering Patterns</strong></a> guide. I appreciate his principled approach. He says, <a href="proxy.php?url=https%3A%2F%2Fsimonwillison.net%2F2025%2FDec%2F18%2Fcode-proven-to-work%2F"><em>your job is to deliver code you've proven to work</em></a> and <strong>the human provides the accountability</strong>.</p> <p>In <a href="proxy.php?url=https%3A%2F%2Fblog.katanaquant.com%2Fp%2Fyour-llm-doesnt-write-correct-code"><strong>Your LLM Doesn’t Write Correct Code. It Writes Plausible Code</strong></a>, <a href="proxy.php?url=https%3A%2F%2Fbsky.app%2Fprofile%2Fkatanaquant.bsky.social">Hōrōshi バガボンド</a> asserts:</p> <blockquote><p>If you prompted the code and cannot explain why it chose a full table scan over a B-tree search, you do not have a tool. <em>The code is not yours until you understand it well enough to break it.</em></p></blockquote> <p>But let’s be even more pragmatic about this. Who is going to listen to this advice? Engineers and teams can do all they can to be more disciplined, but they will be hamstrung by the overwhelming incentives around them that prioritize velocity above everything else.</p> <p>So we will continue to engineer solutions that help us avoid doing the job of comprehending.</p> </div> I’ve already referenced Addy’s Comprehension Debt piece, but I think it is worth highlighting this quote: “Making code cheap to generate doesn’t make understanding cheap to skip. The comprehension work... tag:bentsai.org,2005:Post/93963 2026-03-25T15:13:21Z 2026-03-25T15:13:21Z The paradox: to get better at ai, you need to not use... <div class="trix-content"> <p>The paradox: to get better at ai, you need to not use ai.</p> <p>Also, ai is meaningless term, so what am I even talking about?</p> </div> The paradox: to get better at ai, you need to not use ai. Also, ai is meaningless term, so what am I even talking about? tag:bentsai.org,2005:Post/93442 2026-03-19T15:14:00Z 2026-03-19T16:28:29Z Performative <div class="trix-content"> <p>I recently read this piece on <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fthe-power-of-prototypes">one</a> of my <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fmultidimensional-prototyping">favorite</a> <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fprototype-for-whom">topics</a> entitled <a href="proxy.php?url=https%3A%2F%2Fwww.frank.computer%2Fblog%2F2026%2F03%2Fprototyping-bottleneck.html"><em>On genAI: Was prototyping really a bottleneck?</em></a> by <a href="proxy.php?url=https%3A%2F%2Fbsky.app%2Fprofile%2Ffrank.computer">Frank Elavsky</a>:</p> <blockquote><p>And so large-language models give us <strong>performative</strong> fidelity; a sort of false, constructed faithfulness to ideas we haven’t actually invested enough time into and haven’t socialized. If anything, they construct loyalty to under-formed ideas more than they actually construct ideas, because constructing ideas is slow and messy!</p></blockquote> <p>I’ve been stuck on that word <em>performative</em> (emphasis mine) because it captures the nature of all LLM output. This tech produces output that is void of substance.</p> <p>We used to be able to correlate the production of an artifact with the process that created that artifact. If someone wrote a paper on a topic, you could correlate that with an author who has done some level of thinking on that topic. If you see a slide deck, you could assume the presenter considered the content and formatted the slides. If you have working code, you could assume some requisite amount of design, debugging, thinking about the logic and intent.</p> <p>AI breaks that correlation.</p> <p>Zeynep Tufekci talks about the societal-level disruption this has in a recent talk, <a href="proxy.php?url=https%3A%2F%2Fslideslive.com%2F39055698%2Fare-we-having-the-wrong-nightmares-about-ai"><em>Are We Having the Wrong Nightmares About AI?</em></a>. She points out how our existing mechanisms are now broken. Think about how photos are used for insurance to authenticate what happened. That’s been disrupted now, and similarly, in all of these areas:</p> <ul> <li><p><del>Proof of Effort</del></p></li> <li><p><del>Proof of Authenticity</del></p></li> <li><p><del>Proof of Accuracy</del></p></li> <li><p><del>Proof of Sincerity</del></p></li> <li><p><del>Proof of Humanity</del></p></li> </ul> <p>I’ll let Zeynep speak to the societal-level stuff. But closer to home in software engineering, <a href="proxy.php?url=https%3A%2F%2Faddyosmani.com%2F">Addy Osmani</a> makes the same point in his piece <a href="proxy.php?url=https%3A%2F%2Faddyosmani.com%2Fblog%2Fcomprehension-debt%2F"><em>Comprehension Debt</em></a>. He warns that</p> <blockquote><p>comprehension debt is the hidden cost to human intelligence and memory resulting from excessive reliance on AI and automation.</p></blockquote> <p>That cost is largely hidden because:</p> <blockquote><p>The reason comprehension debt is so dangerous is that nothing in your current measurement system captures it.</p></blockquote> <p><strong>Our mechanisms for judging whether things are good are broken.</strong></p> <p>In some ways, comprehension debt seems like the goal. That’s the part that takes the longest time, so lets skip it. </p> <p>Addy’s call to action is towards teams to build comprehension discipline now. Yes, teams should do that. What also needs to happen is addressing the larger problem of the context. The environment around us incentivizes velocity, moving fast, and not getting left behind. This technology is <em>perfect</em> for creating whizbang demos that will have executives seeing dollars in their eyes and reaching for the Ship It! button.</p> <p>It feels like we could even ship things that customers adopt. My fear is that customers will also be convinced by the performance. For some uses, that may suffice. But one day they will require something more, a new use case, a subtle bug. And the curtain will fall.</p> </div> I recently read this piece on one of my favorite topics entitled On genAI: Was prototyping really a bottleneck? by Frank Elavsky: “And so large-language models give us performative fidelity;... tag:bentsai.org,2005:Post/93362 2026-03-18T15:14:08Z 2026-03-18T15:29:08Z Software is people <div class="trix-content"> <p>One pillar of my origin story is when I realized the software I’m building exists as part of a system whose goal is to serve human beings. Secondarily, the process to produce that software is more of a social endeavor rather than technical.</p> <p>With the rise of Actually Idiocy, it’s apparent most people don’t understand or appreciate that. We keep trying to use these ai products to solve problems they are not built to solve. </p> <p>Two recent pieces detail this reality. First is <a href="proxy.php?url=https%3A%2F%2Fproductpicnic.beehiiv.com%2Fp%2Fsoftware-is-a-coordination-problem-ai-can-t-help-you-with-that"><em>Software is a coordination problem. AI can’t help you with that</em></a> by Pavel Samsonov. His subtitle summarizes the issue:</p> <blockquote><p>The feedback loops of the product delivery lifecycle go through people. Adding AI makes it slower, not faster.</p></blockquote> <p>The second piece echoes that sentiment, from Tailscale’s CEO, called <a href="proxy.php?url=https%3A%2F%2Fapenwarr.ca%2Flog%2F20260316"><em>Every layer of review makes you 10x slower</em></a>. He says his post is not about AI, but then talks about AI, because the industry keeps sticking in AI in the wrong places.</p> <p>He begins with tracing how tasks of increasing scope take 10× every new layer you encounter. So making a simple bug fix is 30 minutes (I wish this were true of our org!), getting that code reviewed by a peer is 300 minutes, getting sign-off from an architect is 3000 minutes, and so on. His declaration:</p> <blockquote><p>AI can’t fix this.</p></blockquote> <p>Yes. Let’s stop trying.</p> </div> One pillar of my origin story is when I realized the software I’m building exists as part of a system whose goal is to serve human beings. Secondarily, the process... tag:bentsai.org,2005:Post/82574 2026-02-02T18:32:06Z 2026-02-02T18:32:06Z Outsourcing thinking ↗ <div class="trix-content"> <p><a href="proxy.php?url=https%3A%2F%2Ferikjohannes.no%2Fabout.html">Erik Johannes Husom</a>’s piece entitled <a href="proxy.php?url=https%3A%2F%2Ferikjohannes.no%2Fposts%2F20260130-outsourcing-thinking%2Findex.html">Outsourcing thinking</a> resonated with me.</p> <p>He  highlights the use of LLMs in personal communication and writing:</p> <blockquote><p>Direct communication is not only about the information being exchanged, it's also about the relationship between the communicators, formed by who we are and how we express ourselves.</p></blockquote> <p>In the context of work, you can take a utilitarian view of business communication that narrowly sees communication like emails and Slacks and Jira comments as getting a job done. All that matters is getting the thing done. However, I think we are losing important something when our communication is laundered through a machine. While our intent may be to clarify what we are trying to say, “it's impossible to separate the meaning from the expression of it…Changing the phrasing changes the message.”<sup id="fnref:1"><a class="footnote-ref" data-id="bade8165-c66f-447a-b3ec-0cb77e7ab9e7" href="#fn:1">1</a></sup></p> <p>If we drain all of our messages of our own words, we are losing a primary channel that we have of maintaining relationships with our colleagues. The simple greetings, small talk, emoji reactions may seem trivial, but they reflect the human beings on each side. Even the misunderstandings, churn, struggling through language barriers, are meaningful. As Erik follows up:</p> <blockquote><p>We rob ourselves of the opportunity to grow and learn, without training wheels. LLMs can certainly help people improve the text, but the thinking process — developing the ideas — will be severely amputated when leaving the phrasing up to an AI model.</p></blockquote> <p>I had a <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fyou-think">similar reflection of the opportunity cost of using an LLM to help us write</a> a few months back.</p> <ol class="footnotes"><li id="fn:1" data-id="bade8165-c66f-447a-b3ec-0cb77e7ab9e7"><p><a href="proxy.php?url=https%3A%2F%2Farc.net%2Fl%2Fquote%2Fctlcaele">https://arc.net/l/quote/ctlcaele</a></p></li></ol> </div> Erik Johannes Husom’s piece entitled Outsourcing thinking resonated with me. He  highlights the use of LLMs in personal communication and writing: “Direct communication is not only about the information being... tag:bentsai.org,2005:Post/70767 2025-10-30T21:09:59Z 2025-10-30T21:09:59Z It’s Okay ↗ <div class="trix-content"> <p>I <a href="proxy.php?url=https%3A%2F%2Fwww.linkedin.com%2Fposts%2Fbentsai5_i-used-to-have-some-regrets-i-missed-the-activity-7389706939355758592-5-1R">wrote a  LinkedIn post</a>:</p> <blockquote><p>I used to have some regrets.<br><br>I missed the Web 2.0 wave in the 2000s. I didn’t work on webapps until 2016. I missed the mobile/app wave years later. I’ve never released an app. I’ve never worked on a SaaS product. I’ve never gotten to Inbox Zero. I don’t know that much about cloud or containers.<br><br>Now, I think it’s okay.</p></blockquote> </div> I wrote a  LinkedIn post: “I used to have some regrets. I missed the Web 2.0 wave in the 2000s. I didn’t work on webapps until 2016. I missed the... tag:bentsai.org,2005:Post/70677 2025-10-29T14:12:03Z 2025-10-29T14:12:03Z Thinking modes ↗ <div class="trix-content"> <p>From <a href="proxy.php?url=https%3A%2F%2Fwww.robinsloan.com%2Flab%2Fungrounded%2F">Robin Sloan’s blog</a>:</p> <blockquote> <p>Here is one distinction among several: this process can only compound — the models can only “think” by spooling out more text — while human thinking often does the opposite: retreats into silence, because it doesn’t have words yet to say what it wants to say.</p> <p>Human thinking often washes the dishes, then goes for a walk.</p> </blockquote> <p>Yes, we’ve lost the meaning of the word <em>thinking</em>. I do some of my best thinking while washing the dishes, mowing the lawn, or taking a shower. Maybe I don’t want AI to do my laundry or dishes.</p> <blockquote><p>I think it means prospecting new analogies; pitching your inquiry out away from the gravitational attractors of protocol and cliché; turning the workpiece around to inspect it from new angles; and especially bringing more senses into the mix — grounding yourself in reality. You’ll note these moves are challenging or impossible for systems that operate only on/with/inside language.</p></blockquote> <p>Models are not grounded in reality—they have only the data they were trained on, and they are dealing with it at the level of text, tokens, language. This is such a superficial imitation of what humans do!</p> <p>As Robin concludes, let’s not think more, but <strong>think harder!</strong></p> </div> From Robin Sloan’s blog: “Here is one distinction among several: this process can only compound — the models can only “think” by spooling out more text — while human thinking often does the opposite:... tag:bentsai.org,2005:Post/70172 2025-10-20T02:27:34Z 2025-10-20T02:30:45Z The simulation of judgment in LLMs ↗ <div class="trix-content"> <p><a href="proxy.php?url=https%3A%2F%2Fwww.pnas.org%2Fdoi%2F10.1073%2Fpnas.2518443122">The simulation of judgment in LLMs</a></p> <blockquote><p>While models often match expert outputs, our results suggest that they may rely on lexical associations and statistical priors rather than contextual reasoning or normative criteria. We term this divergence epistemia: the illusion of knowledge emerging when surface plausibility replaces verification. Our findings suggest not only performance asymmetries but also a shift in the heuristics underlying evaluative processes, raising fundamental questions about delegating judgment to LLMs.</p></blockquote> <p>Once again, these systems are not making judgments like we think they do. They are predicting the next token, and not much more.</p> </div> The simulation of judgment in LLMs “While models often match expert outputs, our results suggest that they may rely on lexical associations and statistical priors rather than contextual reasoning or... tag:bentsai.org,2005:Post/69261 2025-10-10T17:12:02Z 2025-10-10T19:17:27Z Text Is Best <div class="trix-content"> <p>I wasn’t intending to rework my tasks and notes system. It just happened to me.</p> <p> At the end of the day, I’ve ended up with a lightweight process that is one tick more formal than what I had before. It’s <em>good enough</em> (and that’s a feature).</p> <p>It started with a side quest to find a beautiful plain-text editor on macOS that supports folding. I’ve embarked this side quest a few times. My first stop is always checking in on iA Writer (one of my <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fjuicy-apps">juicy apps</a>) to see if they’ve ported over <a href="proxy.php?url=https%3A%2F%2Fia.net%2Fwriter%2Fsupport%2Flibrary%2Fnavigate-big-documents">folding functionality from Windows</a>. Sadly, no—<a href="proxy.php?url=https%3A%2F%2Fwww.reddit.com%2Fr%2Fiawriter%2Fcomments%2Fptmjv6%2Ffolding_support_coming_to_mac%2F%3Frdt%3D49055">it is still exclusive to Windows</a>.</p> <p>I considered Zed (the newcomer) and <a href="proxy.php?url=https%3A%2F%2Fwww.barebones.com%2Fproducts%2Fbbedit%2Findex.html">BBEdit</a> (the OG). I used to like Zed when it was super-focused on the code editing experience. But that soured as they integrated ai, and fell apart entirely once they <a href="proxy.php?url=https%3A%2F%2Fzed.dev%2Fblog%2Fsequoia-backs-zed">got VC funding</a><sup id="fnref:1"><a class="footnote-ref" data-id="226d53cd-dbe4-4c1e-ab9e-7c3969a2f84a" href="#fn:1">1</a></sup>. And BBEdit is rock solid, but just not beautiful in the way I want right now.</p> <p>Obsidian could have been the answer. The company is <a href="proxy.php?url=https%3A%2F%2Fstephango.com%2Fvcware">run the right way</a>. They respect user data and <a href="proxy.php?url=https%3A%2F%2Fstephango.com%2Ffile-over-app">don’t lock you in</a>. The app feels fast and can be customized to look however you want. It supports a myriad of extensions that make it behave exactly to your liking. It’s got a nice mobile app. But the one thing is that it’s designed to map one note to one <em>file</em>. Like 99% of notes apps out there, and how most people expect.</p> <p>My one weird requirement is I want all my notes in a single, chronological log.</p> <p>In fact, <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fscratchpad">I tried this before, and it didn’t work</a>:</p> <blockquote><p>My previous experiment was to use <a href="proxy.php?url=https%3A%2F%2Fwww.blog.plaintextpaperless.com%2Fp%2Fptpl091-from-bullet-journal-to-one-big-text-file"><u>one big text file</u></a> as the starting point for all my writing. Having a single stream of all my notes, tasks, emails, etc. was enticing, but the ergonomics just weren’t right. I rarely reviewed previous writing. The mobile experience was not great.</p></blockquote> <p>I honestly don’t know what that guy is talking about. What ergonomics? Also, the mobile experience—that’s not important to me anymore. If I need to write something down while I’m away from the computer, I’ll write it down somewhere temporarily and transfer it.<sup id="fnref:2"><a class="footnote-ref" data-id="bd52e515-cc25-443c-a1a6-c4206ca7f393" href="#fn:2">2</a></sup></p> <p>That brings me to <a href="proxy.php?url=https%3A%2F%2Fwww.taskpaper.com%2F"><strong>TaskPaper</strong></a>.</p> <p><a href="proxy.php?url=https%3A%2F%2Fmastodon.social%2F%40jessegrosjean">Jesse Grosjean</a>’s apps are always a second stop on this side quest journey. I also have a license to his latest app, <a href="proxy.php?url=https%3A%2F%2Fwww.hogbaysoftware.com%2Fbike%2F">Bike</a>, which is indeed beautiful and the spiritual successor to TaskPaper. But it <a href="proxy.php?url=https%3A%2F%2Fsupport.hogbaysoftware.com%2Ft%2Fhow-does-bike-relate-to-taskpaper%2F4689">does  things differently</a> and is not plain-text-based.</p> <p>And that’s my other requirement: <a href="proxy.php?url=https%3A%2F%2Fbrajeshwar.com%2F2022%2Fplain-text%2F">plain text</a>. I’m no zealot, but plain text makes me feel good.</p> <h2 id="the-system"> <a href="#the-system" class="anchor" title="Link to this heading"></a>The system</h2> <div class="attachment-gallery"><figure class="attachment attachment--preview attachment--png"> <img height="784" width="1152" data-zoom-src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2FGOqywPG8wvGWKDCmCAdMwiNpWPzBmYc2xnZJ_gGuAuE%2Fs%3A3840%3A3840%2Ffn%3Aimage%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fmszbpumm0p2xhswjpc7vl7rjv8i7" data-original-src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2FgRxbolDQ51-Ujr8oI1tyDD4SbV9_FiFBJ8aOyeIuA4w%2Ffn%3Aimage%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fmszbpumm0p2xhswjpc7vl7rjv8i7" alt="" src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2FC5ZZfTzmjT8G0tRqRmbmE4vtMFUmb3BGCrmf6Gc7M5Q%2Fs%3A1800%3A1400%2Ffn%3Aimage%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fmszbpumm0p2xhswjpc7vl7rjv8i7"> <figcaption class="attachment__caption" aria-hidden="true"> Screenshot of current week in TaskPaper </figcaption> </figure></div> <p>At the core of my system is the daily entry. That gets created as such: </p> <ol> <li><p>Write down today’s date</p></li> <li><p>Add meetings and today’s plans.</p></li> <li><p>Throughout the day, add notes and update tasks.</p></li> <li><p>At the end of the day, review. (Optional).</p></li> </ol> <p>The huge unlock (aw geez, I’m talking corporate) for me is TaskPaper’s outline format. If I have details about a task or meeting, I tuck it under the top-level item. Being able to fold that detail away gives me the freedom to add all the minutiae of my work. In my previous systems, my pain point was wanting to capture more things but not having it cloud the big picture.</p> <p>Because of TaskPaper’s focus feature, I’m also using this file to draft emails, documents, etc.</p> <p>What I love about this is that my writing and tasks and notes are tied together in a single timeline. I can go back and review these items in the context everything else.</p> <p>I’ve structured my daily entries into weeks (and then grouped by year) because my work generally runs on that cycle. My default view is the current week, and I find this gives me most of the context I need.</p> <pre><code class="language-plaintext-pika-default">Daily → 2025 → Week 41 → Monday, October 6, 2025</code></pre> <h2 id="the-styling"> <a href="#the-styling" class="anchor" title="Link to this heading"></a>The styling</h2> <p>TaskPaper’s out-of-the-box look is very nice. However, I couldn’t resist tweaking it to make it shine to my eyes.</p> <pre class="hljs-highlight"><code class="language-css"><span class="hljs-keyword">@font-family</span>: Lilex; item { handle-<span class="hljs-attribute">border-color</span>: @handle-secondary-color; } item<span class="hljs-selector-attr">[data-type=<span class="hljs-string">"note"</span>]</span> { <span class="hljs-attribute">font-style</span>: normal; &amp;<span class="hljs-selector-attr">[empty]</span> { handle-<span class="hljs-attribute">border-color</span>: none; } } item<span class="hljs-selector-attr">[data-type=<span class="hljs-string">"task"</span>]</span> { <span class="hljs-attribute">font-style</span>: italic; } item<span class="hljs-selector-attr">[data-type=<span class="hljs-string">"project"</span>]</span><span class="hljs-selector-attr">[depth=4]</span> { &amp;<span class="hljs-selector-attr">[bodyContent^=<span class="hljs-string">"Monday"</span>]</span>, &amp;<span class="hljs-selector-attr">[bodyContent^=<span class="hljs-string">"Tuesday"</span>]</span>, &amp;<span class="hljs-selector-attr">[bodyContent^=<span class="hljs-string">"Wednesday"</span>]</span>, &amp;<span class="hljs-selector-attr">[bodyContent^=<span class="hljs-string">"Thursday"</span>]</span>, &amp;<span class="hljs-selector-attr">[bodyContent^=<span class="hljs-string">"Friday"</span>]</span>, &amp;<span class="hljs-selector-attr">[bodyContent^=<span class="hljs-string">"Saturday"</span>]</span>, &amp;<span class="hljs-selector-attr">[bodyContent^=<span class="hljs-string">"Sunday"</span>]</span>, { &gt; run<span class="hljs-selector-attr">[content]</span> { <span class="hljs-attribute">background-color</span>: <span class="hljs-built_in">mix</span>(<span class="hljs-number">#fdffcd</span>, <span class="hljs-number">#ffffff</span>, <span class="hljs-number">40%</span>); } } } item<span class="hljs-selector-attr">[data-hot]</span> &gt; run<span class="hljs-selector-attr">[content]</span> { <span class="hljs-attribute">background-color</span>: <span class="hljs-built_in">mix</span>(<span class="hljs-number">#ffcab0</span>, <span class="hljs-number">#ffffff</span>, <span class="hljs-number">40%</span>); }</code></pre> <p>I tend to write more notes than create tasks. I see this system more as a journal with some tasks sprinkled in. By default, notes are rendered with italics, while tasks are normal. So, I flipped that.</p> <p>I added a touch of color to the titles of my daily entry. I’m also experimenting with using tags to call attention to certain items. In the above stylesheet, you’ll see how adding the <code>@hot()</code> tag will give it an orange background.</p> <p>Finally, I changed the typeface to <a href="proxy.php?url=https%3A%2F%2Flilex.myrt.co%2F">Lilex</a>, which is a programmer’s version of IBM Plex Mono. I love this typeface—especially the mix of italics and normal. Isn’t it chef’s kiss?</p> <div class="attachment-gallery"><figure class="attachment attachment--preview attachment--png"> <img height="910" width="1270" data-zoom-src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2FLdVIzKw3PaT3ga4fmL1Zh0wUb3aQhr4kxhhhCVp_Z_4%2Fs%3A3840%3A3840%2Ffn%3Aimage%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fqxom8szv0w6b5y4qxzv2oe8a8ik5" data-original-src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2FdlmA-dGVnPFuZ2MrwazvsinhEHg2EADefDyE0_HFq50%2Ffn%3Aimage%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fqxom8szv0w6b5y4qxzv2oe8a8ik5" alt="" src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2FlzrTOfeWsjbKH3aeKRRESxrcEGD6WuskbR0FbciFKKs%2Fs%3A1800%3A1400%2Ffn%3Aimage%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fqxom8szv0w6b5y4qxzv2oe8a8ik5"> <figcaption class="attachment__caption" aria-hidden="true"> Screenshot of a daily entry </figcaption> </figure></div> <h2 id="the-simplicity"> <a href="#the-simplicity" class="anchor" title="Link to this heading"></a>The simplicity</h2> <p>I was inspired by many projects out there. I’ve tried analog bullet journaling in the past, and <a href="proxy.php?url=https%3A%2F%2Fellanew.com%2F2024%2F02%2F13%2Fptpl-091-obtf-obsidian-bullet-journal">considered applying some of those concepts digitally</a>. I thought about developing my own <a href="proxy.php?url=https%3A%2F%2Ftangled.org%2F%40oppi.li%2Fjournal">markup to categorize my notes</a>. And putting <a href="proxy.php?url=https%3A%2F%2Fdecoding.io%2F2023%2F10%2Ftaskpaper-as-an-interstitial-journal%2F">timestamps in my entries</a>.</p> <p>But to what end? My work is not so complicated. I don’t need to meticulously track my time. I don’t need to delegate tasks, and I’m not generating so much knowledge that I need to annotate it. I’m playing around with TaskPaper tags, but so far I don’t see a need that simple text searching can’t meet.</p> <p>The one post that prompted my initial journey and that I resonate with is <a href="proxy.php?url=https%3A%2F%2Fjeffhuang.com%2Fproductivity_text_file%2F">My productivity app is a never-ending .txt file</a>. In it, <a href="proxy.php?url=https%3A%2F%2Fjeffhuang.com%2F">Jeff Huang</a> describes using his one big text file for 14 years. That’s remarkable.</p> <blockquote><p>That daily todo list is where I also take notes, so it’s a <u>to do</u> list that turns into a <u>what done</u> list. The best thing about these daily lists is I keep them all in a single text file separated by dates, so I have a record of everything I have ever done and when I did it.</p></blockquote> <p>This is what is bringing me joy about this current system. I’ve got a place I can offload stuff from my brain. I make plans and todos, and check them off when I’m done. And the longer I use it, the more useful it becomes as a record of my work. If someone else has been running with this for more than a decade, maybe I can <a href="proxy.php?url=https%3A%2F%2Fcreativerly.com%2Fhalf-life-productivity-software%2F">stick with this for a while</a>.</p> <hr> <h3 id="extra-reading"> <a href="#extra-reading" class="anchor" title="Link to this heading"></a>Extra reading</h3> <ul> <li><p>TaskPaper handles the <a href="proxy.php?url=https%3A%2F%2Fwww.hogbaysoftware.com%2Fposts%2Fmoby-dick-workout%2F">Moby Dick Workout</a>.</p></li> <li><p>Someone else with similar thoughts: <a href="proxy.php?url=https%3A%2F%2Fbicycleforyourmind.com%2Flove_the_one_you"re_with_part_1">Love the One You’re With Part 1 - Bicycle For Your Mind</a></p></li> <li><p>Who, ironically, switched to Emacs: <a href="proxy.php?url=https%3A%2F%2Fbicycleforyourmind.com%2Fwhy_emacs_and_not_bbedit">Why Emacs and Not BBEdit and TaskPaper - Bicycle For Your Mind</a></p></li> </ul> <hr> <ol class="footnotes"> <li id="fn:1" data-id="226d53cd-dbe4-4c1e-ab9e-7c3969a2f84a"><p>Apparently they had funding already, but now I know it’s going towards “collaboration, both with agents and teammates” so nah…</p></li> <li id="fn:2" data-id="bd52e515-cc25-443c-a1a6-c4206ca7f393"><p>But let’s see if this current experiment fails!<sup id="fnref:3"><a class="footnote-ref" data-id="e5f1a9ce-b019-4630-a770-7f4b66ff7614" href="#fn:3">3</a></sup></p></li> <li id="fn:3" data-id="e5f1a9ce-b019-4630-a770-7f4b66ff7614"><p>My experiment with Ugmonk’s <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fanalog-day-1-of-using">Analog</a> system failed.</p></li> </ol> </div> I wasn’t intending to rework my tasks and notes system. It just happened to me.  At the end of the day, I’ve ended up with a lightweight process that is one... tag:bentsai.org,2005:Post/66500 2025-09-02T13:08:18Z 2025-10-10T17:14:06Z It’s a Trap <div class="trix-content"> <p>For a long time, I’ve been trying to articulate why interacting with an LLM is so irksome. Essentially, it is because the text being generated does not originate from a person, but is designed to entirely to appear as a person.</p> <p>This is the height of deceptive design. And no matter how many guardrails and systems you put around an LLM, it is impossible to curb this behavior. It is exactly this behavior that makes them so enticing, and that makes them feel useful at all.</p> <p>A recent Ars Technica article entitled <a href="proxy.php?url=https%3A%2F%2Farstechnica.com%2Finformation-technology%2F2025%2F08%2Fthe-personhood-trap-how-ai-fakes-human-personality%2F"><em>The personhood trap: How AI fakes human personality</em></a> describes this behavior:</p> <blockquote><p>LLMs are intelligence without agency—what we might call "vox sine persona": voice without person. Not the voice of someone, not even the collective voice of many someones, but a voice emanating from no one at all… You're interacting with a system that generates plausible-sounding text based on patterns in training data, not a person with persistent self-awareness.</p></blockquote> <p>This is the problem I have with the anthropomorphism that pervades every AI product. They are positioned as assistants, copilots, interns, PhDs. Yet simply, they are not. And to say so is demeaning to human beings.</p> <p>It feels preposterous to spell out the myriad ways a text-extrusion machine is not human, but it seems that the moment demands it. In particular, the piece highlights our sense of responsibility:</p> <blockquote><p>This self-continuity is one of the things that underpins actual agency—and with it, the ability to form lasting commitments, maintain consistent values, and be held accountable. Our entire framework of responsibility assumes both persistence and personhood.</p></blockquote> <p>AI can never do this. <a href="proxy.php?url=https%3A%2F%2Fsimonwillison.net%2F2025%2FFeb%2F3%2Fa-computer-can-never-be-held-accountable%2F">A computer can never be held accountable</a>. Even if we gave an LLM infinite memory, it will never be a <em>person</em>. Speaking of AI products as such is deceptive, dehumanizing, and perverse.</p> </div> For a long time, I’ve been trying to articulate why interacting with an LLM is so irksome. Essentially, it is because the text being generated does not originate from a... tag:bentsai.org,2005:Post/65917 2025-08-19T15:50:42Z 2025-10-10T17:13:49Z Democratizing Knowledge <div class="trix-content"> <p><a href="proxy.php?url=https%3A%2F%2Fmalwaretech.com%2F">Marcus Hutchins</a> (of <a href="proxy.php?url=https%3A%2F%2Fdarknetdiaries.com%2Ftranscript%2F158%2F">WannaCry</a> fame) is my new favorite follow. Here’s <a href="proxy.php?url=https%3A%2F%2Fwww.linkedin.com%2Fposts%2Fmalwaretech_the-thing-about-replying-to-my-post-about-activity-7354172400168546304-zjmQ">a quick sample of him countering the claim that AI “democratizes knowledge.”</a>:</p> <blockquote><p>LLMs chatbots are not democratizing knowledge. They're putting the people who produce the knowledge out of business, so that the companies who run the chatbots can sell expensive subscription services once they've captured enough market share to end free access to their products.</p></blockquote> </div> Marcus Hutchins (of WannaCry fame) is my new favorite follow. Here’s a quick sample of him countering the claim that AI “democratizes knowledge.”: “LLMs chatbots are not democratizing knowledge. They're putting... tag:bentsai.org,2005:Post/62065 2025-06-26T16:52:06Z 2025-10-10T17:13:35Z You Think? <div class="trix-content"> <p><em>Should you use an LLM to help you “write?”</em></p> <p>Let’s say I take some notes and thoughts I have about a particular topic and input into an LLM. I then review every word of the output, confirming that everything looks good. Let’s even assume I had the perfect prompt, all of the probabilities fell favorably, and the output matches exactly what I would have written. In a fraction of the time. Is this good?</p> <p>I contend that, even though the output was the same, the outcome was qualitatively different.</p> <p>The critical difference is, even though I would have written it, I didn’t write it. I didn’t think the thoughts that would have produced those words in my brain. I didn’t refine my mental model of the topic. I didn’t hold the concepts in my mind and make greater sense of the world.</p> <p><strong>I didn’t think, and I didn’t grow.</strong></p> <p>This matters, and this is what we forgo when we use an LLM to help us write.</p> </div> Should you use an LLM to help you “write?” Let’s say I take some notes and thoughts I have about a particular topic and input into an LLM. I then... tag:bentsai.org,2005:Post/55656 2025-06-26T16:48:23Z 2025-10-10T17:13:23Z Do the Work <div class="trix-content"> <p>A few months ago, I was inspired by this remark from world-class violinist Hilary Hahn, speaking on “natural talent”:</p> <blockquote><p>At some point, everyone’s got to <a href="proxy.php?url=https%3A%2F%2Fyoutube.com%2Fshorts%2F6HvwIv2xRFY">do the work</a>.</p></blockquote> <p>In the current tech milieu, the employers have all the power, and their overwhelming push is for workers to be more productive. Much of this is masked or obscured by figuring out how to use ai<sup id="fnref:1"><a class="footnote-ref" data-id="8c2d76fd-ce12-4f7f-8ac2-a3d850159e04" href="#fn:1">1</a></sup>. The demand for more productivity is usually framed as saving time. Ai will save you time, leaving you with more time to do what you want to do. But this is a lie. Capitalism will always find a way to do more with less.</p> <p>Two of my friends have recently written about the growing angst among creators about the squeezing out of soul and humanity in our endeavors.</p> <p>In <a href="proxy.php?url=https%3A%2F%2Fpketh.org%2Fthe-human-tools-era.html">The Lo-Fi Art and Human Tools Era</a>, Pirijan talks about the pain of creation:</p> <blockquote><p>The first sentence, or the first brush stroke, is a high anxiety situation. Full of potential, full of unknown pain.</p></blockquote> <p>Yet this is an invaluable experience that too many are willing to forego, or ignorantly dismiss.</p> <blockquote><p>We don’t talk enough about the many-years-long rite of passage that every creator goes through.</p></blockquote> <p>Auldyn laments on the “industrialization” of UX, asking, “<a href="proxy.php?url=https%3A%2F%2Fmedium.com%2F%40auldyn.matthews%2Fwhat-the-f-ck-happened-to-ux-40541210831b">What the f*ck happened to UX?</a>” This resonates with me, working on a b2b enterprise security product. Everything must be measured, we must see a return on investment. Goodhardt’s law is at play. She claims UX has been</p> <blockquote><p>reduced to a process of iteration and optimization rather than meaningful craftsmanship.</p></blockquote> <p>The craftsmanship is not for solely for artsy reasons. I appreciate how Auldyn makes the case that our products suffer when they lack emotion.</p> <p>To me, it is no coincidence that Auldyn was provoked to write this piece as she got back to being hands-on. She is doing the work.</p> <hr> <ol class="footnotes"><li id="fn:1" data-id="8c2d76fd-ce12-4f7f-8ac2-a3d850159e04"><p>I will not indulge that meaningless term with capital letters.</p></li></ol> </div> A few months ago, I was inspired by this remark from world-class violinist Hilary Hahn, speaking on “natural talent”: “At some point, everyone’s got to do the work.” In the... tag:bentsai.org,2005:Post/58685 2025-04-28T15:42:30Z 2025-04-28T15:42:30Z Who is more foolish... <div class="trix-content"> <p>Who is more foolish? The fool, or the fool who uses ai?</p> </div> Who is more foolish? The fool, or the fool who uses ai? tag:bentsai.org,2005:Post/54265 2025-02-24T13:42:41Z 2025-02-24T13:42:42Z [#TheCompoChallenge] <div class="trix-content"> <div class="attachment-gallery"><figure class="attachment attachment--preview attachment--jpeg"> <img height="3024" width="4032" data-zoom-src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2FZKacaGViJsL3gPTHGHRGKB9LZfX66-WUG6DZcyckW7U%2Fs%3A3840%3A3840%2Ffn%3Afile_21785785-0C57-434F-ACB2-E3ECE4DBF2BC%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fwfitwz6vhjh0rfzzvvpyoz9vrbit" data-original-src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2F2SsV3M2SWYb7z8I2OsWdBw9rxLOYjEXGYpVDxLmZpOE%2Ffn%3Afile_21785785-0C57-434F-ACB2-E3ECE4DBF2BC%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fwfitwz6vhjh0rfzzvvpyoz9vrbit" alt="Dramatic sunrise, reds and oranges, shadows from a sheet of clouds in the top 2/3 of frame. Bottom third is below the horizon and dark landscape of homes." src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2F1kYk6BhEMvB6GML3mIF5fvSbun43a-MUP8SxLJ0QSMc%2Fs%3A1800%3A1400%2Ffn%3Afile_21785785-0C57-434F-ACB2-E3ECE4DBF2BC%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fwfitwz6vhjh0rfzzvvpyoz9vrbit"> <figcaption class="attachment__caption" aria-hidden="true"> #TheCompoChallenge </figcaption> </figure></div> </div> [#TheCompoChallenge] tag:bentsai.org,2005:Post/20121 2024-12-09T21:18:23Z 2024-12-09T21:19:48Z Analog <div class="trix-content"> <div class="attachment-gallery"><figure class="attachment attachment--preview attachment--jpeg"> <img height="1576" width="2100" data-zoom-src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2Fbl5_fyhXXkz0X1cqsE9bDRyyQEjZmDtdxKSInM8uwkE%2Fs%3A3840%3A3840%2Ffn%3Aimage%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fujprtnem51bferzbb3cb3z9tx4n5" data-original-src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2FKUzRMSWPUYlA903gYGvNktZhQzumPg3NWSFJTnnnl8U%2Ffn%3Aimage%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fujprtnem51bferzbb3cb3z9tx4n5" alt="An image with caption: Day 1 of using Ugmonk&amp;nbsp;Analog" src="proxy.php?url=https%3A%2F%2Fcdn.u.pika.page%2FmIhHcAqgz2409IaVIbfvAgSMgIN9DqfhFPyo3sP_jhY%2Fs%3A1800%3A1400%2Ffn%3Aimage%2Fplain%2Fs3%3A%2F%2Fpika-production%2Fujprtnem51bferzbb3cb3z9tx4n5"> <figcaption class="attachment__caption" aria-hidden="true"> Day 1 of using Ugmonk Analog </figcaption> </figure></div> <p>For cyber Monday, I splurged and purchased Ugmonk’s daily and weekly system. I also threw in an hourglass. You can see that so far the system is not keeping me productive. I am busy documenting my usage of it instead.</p> <p>Every system I adopt ends up failing sooner or later. I think the tangibility of the cards and objects is an added dimension that serve as physical reminders in my space to get things done. The fact that I need to physically write down tasks each day and review them is <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Ffriction">a good friction</a>, I hope.</p> <p>I’ll report back in 30 days.<br></p> </div> For cyber Monday, I splurged and purchased Ugmonk’s daily and weekly system. I also threw in an hourglass. You can see that so far the system is not keeping me... tag:bentsai.org,2005:Post/17078 2024-10-16T20:55:56Z 2024-10-16T20:55:56Z Scratchpad <div class="trix-content"> <p>Constraints are liberating. I’ve been enjoying <a href="proxy.php?url=https%3A%2F%2Fsindresorhus.com%2F">Sindre Sorhus’s</a> laser-focused apps like Gifski, Menu Spaced, and Plain Text Editor. Most recently he released <a href="proxy.php?url=https%3A%2F%2Fsindresorhus.com%2Fscratchpad">Scratchpad</a> and it’s found its way into a core position of my digital life—I love it! And this is solely due to the constraints he has designed into the app.</p> <p>As the name suggests, Scratchpad is a place to quickly jot some notes. This is crowded market. Why not <a href="proxy.php?url=https%3A%2F%2Fgetdrafts.com">Drafts</a> (where I am currently writing this post?) <a href="proxy.php?url=https%3A%2F%2Fsindresorhus.com%2Fscratchpad%23faq">Why not Tot</a>? The first and most compelling constraint is that there is <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fthe-power-of-the-input-field"><strong>a single input field</strong></a>. That means, no files to name or manage or sort. No archive to search on or destinations to configure. You are here and you will write.</p> <p>The <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Ffriction">friction this produces</a> discourages me from using this as a record or a traditional writing app. I am gently nudged to move notes from here to other parts of my system—<a href="proxy.php?url=https%3A%2F%2Fwww.dueapp.com%2F">Due</a> for reminders, Outlook for events, <a href="proxy.php?url=https%3A%2F%2Fdayoneapp.com%2F">Day One</a> for journaling, and Drafts for writing (for example).</p> <p>The second constraint that I appreciate is the lack of Markdown formatting and preview. This may seem contrarian as a techy, but again, even though Markdown is a very lightweight and elegant syntax, extra formatting helps dispose me to think in terms of sections and paragraphs, which interfere with my desire to keep this as a temporary scratchpad. Sindre asserts multiple times in his FAQ that this app is for plain text only, so I have high hopes it will stay this way.</p> <p>The capability that sealed the deal for me was sync between iOS and macOS devices. It was important for me to be able to add to my scratchpad at my desk or away. As you can see, lack of syncing <em>could</em> have been another constraint that would be valuable. Every feature or constraint is a decision that you make to serve a specific need and context. For someone else, lack of syncing could be the deal-<em>maker</em>. So, it always depends what need you are trying to serve.</p> <p>My previous experiment was to use <a href="proxy.php?url=https%3A%2F%2Fwww.blog.plaintextpaperless.com%2Fp%2Fptpl091-from-bullet-journal-to-one-big-text-file">one big text file</a> as the starting point for all my writing. Having a single stream of all my notes, tasks, emails, etc. was enticing, but the ergonomics just weren’t right. I rarely reviewed previous writing. The mobile experience was not great.</p> <p>Let’s see how long this honeymoon lasts.</p> </div> Constraints are liberating. I’ve been enjoying Sindre Sorhus’s laser-focused apps like Gifski, Menu Spaced, and Plain Text Editor. Most recently he released Scratchpad and it’s found its way into a... tag:bentsai.org,2005:Post/2328 2024-09-13T17:29:52Z 2024-09-13T17:29:52Z Prototype for Whom? <div class="trix-content"> <p>When we create prototypes, I rarely see a consideration around who the audience is. That’s a huge missed opportunity.</p> <p>When I was participating in a design sprint activity earlier this year, it struck me that we were developing prototypes that were <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fmultidimensional-prototyping">high in visual and breadth fidelity</a>. We were exploring these elaborate workflows across the application and were investing a lot of time to polish them, make them flashy.</p> <p>This surprised me because all of these new screens we were designing were based on assumptions that hadn’t been proven yet. So why are we spending this time on building this out when we have no idea whether users will go down the path?</p> <p>For me, I felt like the most important thing we needed to learn was how our users tackle their day-to-day tasks in our product. But I realized that, for the designers on my team, it was equally important for us to produce an artifact that we could use to present upwards to our executive leadership and get buy-in.</p> <p>This highlighted for me how important it is to think <strong>for whom is the prototype</strong>?</p> <h2>Audiences</h2> <p>There are at least three distinct audiences for our designs. Houde and Hill in <a href="proxy.php?url=https%3A%2F%2Fhci.stanford.edu%2Fcourses%2Fcs247%2F2012%2Freadings%2FWhatDoPrototypesPrototype.pdf">What do Prototypes Prototype?</a> note:</p> <blockquote> <p>Once a prototype has been created, there are several distinct audiences that designers discuss prototypes with. They are:</p> <ol> <li><p>the intended <strong>users</strong> of the artifact being designed</p></li> <li><p>their <strong>design teams</strong></p></li> <li><p>The supporting <strong>organizations</strong> that they work within</p></li> </ol> </blockquote> <p>This matters because, as Erickson states in <a href="proxy.php?url=http%3A%2F%2Fpliant.org%2Fpersonal%2FTom_Erickson%2FStories.html">Notes on Design Practice</a>:</p> <p> </p> <blockquote><p>The different audiences are important because they require different design artifacts, or at least require the same artifact to be used in different ways.</p></blockquote> <p>There’s a place for creating beautifully polished prototypes for our leaders (#3 from above) because without their sign-off, the project isn’t going anywhere. But, will they be the right tool we need to provoke a reaction or discussion from the end-user (#1). I don’t think so. We should be intentional around who the audience is, and what impact or outcome we hope to gain from showing them the prototype.</p> <h2>Prototypes ≠ Figma</h2> <p>It makes me sad that when most people talk about prototypes (at least in my circles), all of our minds go directly to Figma. With the state of the art in design systems, designers can work quickly to create prototypes that are high in visual fidelity. The higher the better, right?</p> <p>Nope. This isn’t primarily a matter of speed, either. Designers can whip out a Figma as quick as a paper sketch in many ways. This is about getting to <strong>conceptual clarity</strong>.</p> <p>Why don’t we ever adjust visual fidelity? It is always pegged near the max. Yet, it focuses our attention on the wrong things. It implies a certain “doneness” when what we need is to show malleability, uncertainty, and an openness to discussion. It sets the wrong expectations.</p> <blockquote><p>Because high-fidelity visuals don’t actually create clarity. Rather, they <a class="af nl" href="proxy.php?url=https%3A%2F%2Fbootcamp.uxdesign.cc%2Fwhats-the-difference-between-a-website-and-a-star-destroyer-greebles-dd90beb00a82">hide the fact</a> that the work wasn’t done, with detail that is every bit as fake as the sketch — but enough to satisfy stakeholders who are looking for an output.</p></blockquote> <p>(I echo everything in Pavel Samsonov’s full post: <a href="proxy.php?url=https%3A%2F%2Fuxdesign.cc%2Flow-fidelity-design-is-higher-up-the-value-chain-fdf1824c6aa1">Low fidelity design is higher up the value chain</a>.)</p> <p>So, next time you’re creating a prototype, <strong>consider who you’re building it for</strong>. Is it for learning from the user? Is it for getting on the same page as your team? Or is it to sell an idea? Those are all distinct groups, and should result in distinct artifacts.</p> <hr> <p>I’ve had this post in my drafts for months. I finally pushed it out because of<a href="proxy.php?url=https%3A%2F%2Fwww.linkedin.com%2Fposts%2Fcameronmoll_design-activity-7239977318050402306-Mor8"> a Cameron Moll post</a> where he said:</p> <blockquote><p>Telling designers they shouldn't use high-fidelity designs early in the exploration process can be the equivalent of telling an artist they shouldn't use paint and instead only start with rough pencil sketches.<br><br>Some designers think best in hi-fi. I'm constantly amazed at how others feel justified in telling them to avoid this too early in the process.</p></blockquote> <p>This was engagement bait, and I took it!</p> <p> </p> </div> When we create prototypes, I rarely see a consideration around who the audience is. That’s a huge missed opportunity. When I was participating in a design sprint activity earlier this... tag:bentsai.org,2005:Post/7006 2024-09-03T16:24:25Z 2025-10-20T02:31:03Z Will AI go the way of the Concorde? ↗ <div class="trix-content"> <p>My colleague <a class="ember-view wgKMlxvPKZzJbOVJJxytzNercZxnAJQuvGc" href="proxy.php?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Flindseymwallace%2F">Lindsey M. West Wallace PhD</a> wrote a piece entitled <a href="proxy.php?url=https%3A%2F%2Fmedium.com%2F%40lindseymwestwallace%2Fwill-ai-go-the-way-of-the-concorde-9136e7bc624a">Will AI go the way of the Concorde?</a> where she thinks through the ills of AI by way of a supersonic jet of old:</p> <blockquote><p>No matter how cool a technology is, it needs to deliver concrete value people care about that outweighs its costs and negatives or it won’t be adopted.</p></blockquote> <hr> <p>First, kudos for highlighting the environmental harms of generative AI. This harm is too easily ignored and techno-white-washed.</p> <p>And, I agree with that framing of understanding why AI is missing the mark in terms of being a technology that will be adopted. My struggle with the analogy—and with most other analogies—is that it cannot capture <strong>the immensity of the hype and delusion around what AI can deliver, nor the immensity of its harms.</strong></p> <p><br></p> <p>The Concorde was not built on stolen resources that exploits the creative work of anyone who has ever posted anything to the Internet. The Concorde was not feared to destroy humanity or imagined as the vehicle to all future flourishing. The Concorde technology was not inanely applied to every thinkable domain, taking investment away from all other humanity-improving endeavors.</p> <p>The industry’s embrace of generative AI will have long-term repercussions that won’t be easy or even possible to erase. I wish we could wish this era a nice RIP and leave it to be forgotten in the annals of wikipedia, but sadly this tool is automating bad and dangerous behaviors and practices to a scale this world has never seen.</p> <p>I, too, want my fonts fixed, and  heck no, I don’t want to make friends with my mouse.</p> </div> My colleague Lindsey M. West Wallace PhD wrote a piece entitled Will AI go the way of the Concorde? where she thinks through the ills of AI by way of a... tag:bentsai.org,2005:Post/4615 2024-06-24T05:06:47Z 2024-06-24T05:08:48Z Not Another Chatbot! <div class="trix-content"> <p>Okay, we gotta talk about chatbots. No one wants them, but everyone’s adding one to their product. This frustrates me for several reasons.</p> <h2>Fix your website</h2> <p>First, we know that LLMs depend on the data they are trained on. If users are having a hard time finding the information they need on your website or in your product’s documentation, throwing an LLM chatbot in front is not going to solve your problem.</p> <p>The problem is that your documentation is poor and you should fix that. The problem is that your information architecture is in shambles. The problem is that your website is confusing and unusable. Fix those problems!</p> <p>A chatbot is only going to prolong the process or delude you into thinking the problem doesn’t exist. This will be a downward spiral as you invest more money into plugging up the holes to coerce the chatbot to giving better answers while taking money away from your content designers, technical writers, and product designers.</p> <h2>Search is not just getting the answer</h2> <p>Second, using a LLM to seek and find information severely limits your ability to learn. Chirag Shah and Emily M. Bender argue in their 2022 paper <a href="proxy.php?url=https%3A%2F%2Fdl.acm.org%2Fdoi%2FfullHtml%2F10.1145%2F3498366.3505816%3Fhidden%3Dtrue%23foot-fn3">Situating Search</a> that using language models for search is “flawed in technical and conceptual terms.”</p> <blockquote><p>such approaches miss the big picture of why people seek information and how that process contains value beyond simply retrieving relevant information.</p></blockquote> <p>The paper identifies sixteen information seeking strategies that people may use when they are “searching.” For example, while a user is trying to decide on a new mattress to purchase, a user will be <strong>browsing</strong>, <strong>sense-making</strong>, and <strong>filtering information</strong>.</p> <p>A language model fails to support these activities.</p> <p>When someone uses a chatbot to find an answer from your documentation, the information is presented outside its context. The source is often obscured or wrong. Remember, a LLM is a statistical model. “<a href="proxy.php?url=https%3A%2F%2Fdl.acm.org%2Fdoi%2FfullHtml%2F10.1145%2F3498366.3505816%23fn3">They are only generating plausible sounding strings; any meaning in those strings is actually imbued by the reader.</a>”</p> <h2>The perfect grift</h2> <p>Chatbots exemplify this common theme among all LLM-based technology. They handle 80% of cases decently, 10% of cases feel magical, and the last 10% is utter balderdash. This contour makes them the perfect grift.</p> <p>Companies can build an amazing demo around it to capture attention and money. <em>And just imagine where this will be in a year!</em> they claim. Once it hits the real world, when you put it through its paces, it falls apart. But you’ve already poured money into it and made promises to your customers.</p> <p><a href="proxy.php?url=https%3A%2F%2Fseirdy.one">Seirdy</a>’s post about <a href="proxy.php?url=https%3A%2F%2Fseirdy.one%2Fposts%2F2024%2F04%2F04%2Fmdn-ai-help-and-lucid-lies%2F">MDN’s AI Help and lucid lies</a> seems to reveal that something like this happened with Mozilla’s foray into “AI.” The article is a great read and shows clearly the flaws of LLMs for this use case, but I wanted to zero in on its conclusion (emphasis his):</p> <blockquote><p>The Mozilla Blog post <a class="u-url" href="proxy.php?url=https%3A%2F%2Fblog.mozilla.org%2Fen%2Fproducts%2Fmdn%2Fresponsibly-empowering-developers-with-ai-on-mdn%2F">Responsibly empowering developers with AI on MDN</a> highlighted positive quantitative feedback for AI Help. <strong>Positive perceived helpfulness needs to be multiplied by actual helpfulness</strong> before it’s taken into account; in this case, I argue that <strong>actual helpfulness is negative.</strong></p></blockquote> <p>This particularly troubles me. Their data reported positive feedback from users. Of course, a bot that instantly tells me the answer to my question? <em>Sign me up!</em> And I’m sure it worked the vast majority of the time. At times, it probably appeared like it was reasoning and taking the role of an assistant or copilot. Why wouldn’t I want this thing by my side?</p> <p>From a user research perspective, how do we make sure we triangulate the data? When users perceive the tool to be useful, how do we measure that it actually helped them? We need to take a more nuanced approach because the technology is non-deterministic.</p> <p>We are going to see a lot more LLM-based features and companies crash and burn. <strong>LLM are designed precisely to make us think they are intelligent</strong>. But, back to <a href="proxy.php?url=https%3A%2F%2Fmedium.com%2F%40emilymenonbender%2Fthought-experiment-in-the-national-library-of-thailand-f2bf761a8a83">Emily M. Bender</a>:</p> <blockquote><p>It doesn’t matter how “intelligent” it is — it can’t get to meaning if all it has access to is form. But also: it’s not “intelligent”. Our only evidence for its “intelligence” is the apparent coherence of its output. But we’re the ones doing all the meaning making there, as we make sense of it.</p></blockquote> <hr> <p><a href="proxy.php?url=https%3A%2F%2Fsocial.lol%2F%40bentsai%2F112669864264903195">Reply on social</a><br><a href="proxy.php?url=https%3A%2F%2Fletterbird.co%2Fbentsai">Reply via email</a></p> </div> Okay, we gotta talk about chatbots. No one wants them, but everyone’s adding one to their product. This frustrates me for several reasons. Fix your websiteFirst, we know that LLMs... tag:bentsai.org,2005:Post/4258 2024-06-11T18:47:55Z 2024-06-11T18:49:36Z Disdain for AI <div class="trix-content"> <p>I’m surprised I haven’t written more about my disdain for AI. I think it’s because the hype around it is exhausting and only proliferating each day. There’s something new every day to be disappointed at.</p> <p>In a recent viral post <a href="proxy.php?url=https%3A%2F%2Fauthorjm.com%2F">Joanna Maciejewska</a> stated:</p> <blockquote><p>You know what the biggest problem with pushing all-things-AI is? Wrong direction.<br>I want AI to do my laundry and dishes so that I can do art and writing, not for AI to do my art and writing so that I can do my laundry and dishes.</p></blockquote> <p>What I find frustrating about 90% of the AI features, solutions, and products out there is that they are removing <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Ffriction">friction</a> in the wrong places and diverting us from opportunities to grow and learn.</p> <p><a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fwhy-i-write">I write to think</a>. I’m always looking for hacks to write more because it forces me to think, helps me to solidify my positions are important topics. I was curious a year ago about how AI might bolster a writing habit. I bought a tool called <a href="proxy.php?url=https%3A%2F%2Faudiopen.ai">AudioPen</a>, which takes voice dictation and then cleans up the text. When I first tried it, <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fwow-and-meh-for-ai">it felt magical. But also uncomfortable</a>. (The tool is well-designed and thoughtful, and seems like a poster child for solo entrepreneur success. Hats off to <a href="proxy.php?url=https%3A%2F%2Flouispereira.xyz%2F">Louis</a>!)</p> <p>I haven’t used it because it deprives me of the critical piece of my writing process—the thinking. The hard part for me is not the typing. I don’t care for rewriting what I say in some other style. (You can train it on your own style, but why would I have the AI write in my style instead of me writing in my style?)</p> <p>I prompted an AI to rewrite “yo” in a variety of styles and asking it to lengthen the message:</p> <blockquote><p>Greetings! I comprehend your current state of mind. I offer my sincerest apologies for the disappointment you are currently facing. It can be quite arduous when our expectations are not fulfilled, wouldn't you agree? I genuinely sympathize with your longing for a more favorable outcome and a more gratifying result. Please be assured that I am available to aid you and endeavor to enhance the situation for you!</p></blockquote> <p><em>Cool trick.</em> Why is this capability in my enterprise work tool?</p> <p>A <a href="proxy.php?url=https%3A%2F%2Fpost.lurk.org%2F%40emenel%2F112577784103329315">recent post on my feed</a> captures it well (emphasis mine):</p> <blockquote><p>llm’s convert you into the consumer of your own thoughts. instead if writing (which is thinking) you demand the idea you want and then consume it.<br>…or in other words — <em>so-called “ai” transforms the act of thinking into the act of using and consuming</em>. it transforms expression into prediction and the person into its user and consumer.</p></blockquote> <p>In most cases, I see AI helping us think less while producing more. It feeds on our urge to create, but robs us of the critical activities behind the creation. It prioritizes <strong>quantity over quality</strong>. If that is our orientation, then we may see benefit with these tools. If my goal is to create loads of content, AI will undoubtedly help me achieve that.</p> <p>But that’s not me. I’m no content creator. I’m a human being making sense of this world. We’ve had access to much of the world’s knowledge for a long time now (meaning the internet). My path to learning and growing from it isn’t unlocked by asking ChatGPT to summarize it for me like I’m 5. Sure, it can help at the margins, but studying and absorbing material takes time.</p> <p>So I’m not worried about falling behind by not embracing these tools. I’m more worried we’ll <a href="proxy.php?url=https%3A%2F%2Fkottke.org%2F24%2F06%2Fai-can-ruin-movies-now-too">lose the richness</a> of the world’s knowledge, beauty, and experiences because of all the money going into AI.</p> <hr> <ul> <li><p><a href="proxy.php?url=https%3A%2F%2Fsocial.lol%2F%40bentsai%2F112599479431682821">Reply on social</a></p></li> <li><p><a href="proxy.php?url=https%3A%2F%2Fletterbird.co%2Fbentsai">Reply via email</a></p></li> </ul> </div> I’m surprised I haven’t written more about my disdain for AI. I think it’s because the hype around it is exhausting and only proliferating each day. There’s something new every... tag:bentsai.org,2005:Post/4125 2024-06-07T23:47:34Z 2024-06-07T23:48:53Z WeblogPoMo2024 <div class="trix-content"> <p>I participated in <a href="proxy.php?url=https%3A%2F%2Fweblog.anniegreens.lol%2Fweblog-posting-month-2024">WeblogPoMo2024</a> last month. Instead of committing to a specific cadence—like every day—I dipped my toes in, and I’m glad I did.</p> <p>I started strong, with <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fjuicy-apps">three</a><a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fmmm-coffee">consecutive</a><a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Ffor-good-measure">days</a>. I gave myself the weekend off, and didn’t push myself the next week. For the following weeks, I wrote up a few posts. I wasn’t itching to write, and I didn’t want the be guilted into writing. So I didn’t.</p> <p>I learned that in this season, I’m happy with prioritizing <strong>quality over quantity</strong>. I’ve got 10 saved drafts waiting to be finished. When I get the time, or when the urge to get an idea out becomes irresistible, I’ll write.</p> <p>This post was something I started drafting a week ago. I sat down to write on a different topic, but now I feel guilty about not finishing that one, so I’m pushing this one out.</p> <hr> <ul> <li><p><a href="proxy.php?url=https%3A%2F%2Fsocial.lol%2F%40bentsai%2F112578008067171368">Reply on social</a></p></li> <li><p><a href="proxy.php?url=https%3A%2F%2Fletterbird.co%2Fbentsai">Reply via email</a></p></li> </ul> </div> I participated in WeblogPoMo2024 last month. Instead of committing to a specific cadence—like every day—I dipped my toes in, and I’m glad I did. I started strong, with threeconsecutivedays. I gave... tag:bentsai.org,2005:Post/3714 2024-05-17T19:58:23Z 2024-05-17T20:01:20Z My Coffee Workflow <div class="trix-content"> <p>I have a daily ritual to make a latte for my wife in the morning. There are <a href="proxy.php?url=https%3A%2F%2Fwww.spinn.com%2Fspinn2">some interesting machines</a> out there that can automate many of the steps away.  And sometimes, I don’t have time to perform the entire ritual, so sadly, that means no coffee.</p> <p>But a big part of what makes the product enjoyable is the time I put into the process. In addition to the simple syrup and vanilla extract, I put a little sweat into every cup. If I could create the same result <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fcraft-versus-convenience">with the push of a button</a>, I don’t think I would. I would miss the ritual. It makes me happy that I can make something small each day that my wife enjoys.</p> <p>There is both art and science in this process. With every new bag of beans, there are new flavors to unlock, new techniques to experiment with. James Hoffmann <a href="proxy.php?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DIkssYHTSpH4">sums up this activity nicely at the end of his recent video</a>:</p> <blockquote><p>Great coffee’s worth chasing. It’s this wondrous little thing you can just sprinkle into your everyday life for a little bit more joy.</p></blockquote> <hr> <p>So, here’s the process I go through.</p> <h2>Water and preheating</h2> <ul> <li><p>Fill my kettle with water, leaving the top off</p></li> <li><p>Instead of the kettle top, use an AeroPress funnel</p></li> <li><p>Put the Flair Pro 2 brewing chamber on the funnel (for preheating)</p></li> <li><p>Turn on the kettle and set to boil</p></li> </ul> <h2>Puck preparation</h2> <ul> <li><p>Measure out 16-17 grams of coffee in a cup</p></li> <li><p>Spray two pumps of water into the cup</p></li> <li><p>Cap the cup and shake for 10 seconds to distribute the water (the <a href="proxy.php?url=https%3A%2F%2Fwww.bonvivantcaffe.com%2Fross-droplet-technique-rdt%2F">Ross Droplet Technique</a>)</p></li> <li><p>Pour beans into Baratza Sette 30 hopper</p></li> <li><p>Grind beans at 10-11 stops into portafilter with filler funnel</p></li> <li><p>Tap grinder to reduce retention</p></li> <li><p>Distribute grinds using the <a href="proxy.php?url=https%3A%2F%2Fcoffeegeek.com%2Fguides%2Fhowtos%2Fweiss-distribution-technique-wdt-how-to%2F">Weiss Distribution Technique</a></p></li> <li><p>Tap the portafilter on the counter to settle the grinds</p></li> <li><p>Tamp the grinds</p></li> <li><p>Seat the puck screen</p></li> <li><p>Set portafilter onto machine</p></li> <li><p>Position scale and cup under the machine</p></li> <li><p>Tare the scale</p></li> </ul> <h2>Milk and cup</h2> <ul> <li><p>Pour milk up to fill line of <a href="proxy.php?url=https%3A%2F%2Fsubminimal.com%2Fproducts%2Fnanofoamer-pro">NanoFoamer Pro</a></p></li> <li><p>Start the NanoFoamer Pro</p></li> <li><p>In insulated mug, add a teaspoon of simple sugar and dash of vanilla extract</p></li> </ul> <h2>Brewing</h2> <ul> <li><p>Once the water is boiling, carefully attach brewing chamber to portafilter</p></li> <li><p>Turn off kettle and wait for temperature to lower to 204º</p></li> <li><p>Pour water into chamber to the top</p></li> <li><p>Seat the plunger stem</p></li> <li><p>Start scale timer</p></li> <li><p>Begin to pull down slowly on the lever arm</p></li> <li><p>Allow the pressure to slowly ramp up for ~5 seconds</p></li> <li><p>Once you hit 9 bars, sustain the pressure until you hit 35 grams of coffee (2:1 ratio)</p></li> </ul> <h2>Make the drink</h2> <ul> <li><p>Pour espresso into mug</p></li> <li><p>Pour foamed milk into mug</p></li> <li><p>Draw latte art (I haven’t learned how to do latte art yet)</p></li> </ul> <p>I’ll spare you the cleanup steps!</p> <hr> <ul> <li><p><a href="proxy.php?url=https%3A%2F%2Fsocial.lol%2F%40bentsai%2F112458201907113239">Reply on social</a></p></li> <li><p><a href="proxy.php?url=https%3A%2F%2Fletterbird.co%2Fbentsai">Reply via email</a></p></li> </ul> </div> I have a daily ritual to make a latte for my wife in the morning. There are some interesting machines out there that can automate many of the steps away. ... tag:bentsai.org,2005:Post/3484 2024-05-14T20:23:49Z 2024-05-14T20:26:35Z Why I Write <div class="trix-content"> <p>I grew up in the golden age of blogging, and I started blogging to emulate some of the folks online whom I enjoyed reading. At the time, it was voices like <a href="proxy.php?url=https%3A%2F%2Fwww.joelonsoftware.com%2F">Joel Spolsky</a>, <a href="proxy.php?url=https%3A%2F%2Fblog.codinghorror.com%2F">Jeff Atwood</a>, <a href="proxy.php?url=https%3A%2F%2Fkottke.org">Jason Kottke</a>, and <a href="proxy.php?url=https%3A%2F%2Fwaxy.org">Andy Baio</a>. (The last two on the list are in that rare set of URLs that I still type via muscle memory. And the first two, I haven’t visited in years.)</p> <p>Part of my reason to blog was clout-chasing. I revisited Coding Horror today and found this post: <a href="proxy.php?url=https%3A%2F%2Fblog.codinghorror.com%2Fhow-to-achieve-ultimate-blog-success-in-one-easy-step%2F">How To Achieve Ultimate Blog Success In One Easy Step</a>. I think I believed that post and tried to put it into practice:</p> <blockquote><p>pick a schedule you can live with, and <em>stick to it</em>. Until you do that, none of the other advice I could give you will matter</p></blockquote> <p>Reflecting on this now, this probably contributed to my guilt over the past 15 years for not sticking to a regular schedule of blogging. I did keep writing, though.</p> <p>Regardless, I’ve always appreciated how blogging forces me <strong>to think more deeply</strong>. Sometimes, it’s a deep dive into <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fidisposable-ipayattention">a technical problem I’m wrestling with at work</a>. Or I’m researching a <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fatlassian-s-20-time-policy">process</a> or <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Four-first-retrospective">activity</a> that I can then pitch to my leaders.</p> <p>Blogging is also an outlet for self-expression. I get to share with the world <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fmmm-coffee">my love of coffee</a>, the excitement of listening to <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fle-jazz">live music</a>, and starting a new hobby like <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fmy-bicycle">bike-riding</a>.</p> <p>What’s fun about personal blogging is that <strong>everyone has their own niche</strong>—the sum of their experiences, contexts, hopes, and dreams. I saw <a href="proxy.php?url=https%3A%2F%2Fsocial.lol%2F%40bentsai%2F112405882726678854">this video by J4vv4D</a> that talks about finding your niche at the intersection of your passion and expertise.</p> <p>That’s why I frequently think—and occasionally blog—about <a href="proxy.php?url=https%3A%2F%2Fbentsai.org%2Fposts%2Fdevelopers-in-the-double-diamond">being an advocate for human-centered design in the “world” of engineering</a>. In particular, I’m at a Biggish Tech company. There is a lot of organizational overhead to overcome. I work on a team that came from an acquisition a decade ago. I’ve been working remotely for 8 years. All of those factors give me a unique voice that no one else has.</p> <p>I write about what’s on my mind, and I write things I would want to read from others.</p> <hr> <p>This piece was prompted by <a href="proxy.php?url=https%3A%2F%2Fbirming.com%2F">Robert Birming</a>’s post entitled <a href="proxy.php?url=https%3A%2F%2Fbirming.com%2Fposts%2Fwhy-write">Why write?</a> I largely echo the sentiments he shares.</p> <hr> <p><a href="proxy.php?url=https%3A%2F%2Fsocial.lol%2F%40bentsai%2F112441312586988681">Reply on social</a><br><a href="proxy.php?url=https%3A%2F%2Fletterbird.co%2Fbentsai">Reply via email</a></p> </div> I grew up in the golden age of blogging, and I started blogging to emulate some of the folks online whom I enjoyed reading. At the time, it was voices... tag:bentsai.org,2005:Post/3427 2024-05-08T17:40:46Z 2024-05-08T17:43:45Z Love & Pain <div class="trix-content"> <p>Tech has always been social and political, which the push of “AI” into every aspect of our lives has made even more apparent. Something I find interesting about the rise of “AI” hype is that it provokes meaningful discussions about <strong>what it means to be human</strong>. It forces us to now reckon with the spiritual.</p> <p>In a recent episode of <em>The Ezra Klein Show</em> entitled <a href="proxy.php?url=https%3A%2F%2Fwww.nytimes.com%2F2024%2F04%2F05%2Fpodcasts%2Ftranscript-ezra-klein-interviews-nilay-patel.html">Will A.I. Break the Internet? Or Save It?</a>, the conversation between Ezra Klein and <a href="proxy.php?url=https%3A%2F%2Fwww.theverge.com%2Fauthors%2Fnilay-patel">Nilay Patel</a> flows naturally from media diets, art, to <a href="proxy.php?url=https%3A%2F%2Fovercast.fm%2F%2BoiPWZWj_4%2F51%3A27">Taylor Swift and humanity (at 51:27)</a>:</p> <blockquote><p>It raises a question of whether there is anything essential about something being from a human in a wide frame way. Taylor Swift is singular, but the point is that she’s a singular phenomenon. Do we care that things come from people?</p></blockquote> <p>Speaking about a personalized chatbot he’s created, Ezra says,</p> <blockquote><p>The Kindroid might be better in terms of the actual text. I can certainly tune it more to my kind of theoretical liking, but the friction of another person is meaningful to me. Like, I care that my best friend likes me and could choose not to. Is there an aura problem here?</p></blockquote> <p>Nilay responds with a strikingly sober observation about the human condition:</p> <blockquote><p>It is so hard to make someone else feel anything other than pain.</p></blockquote> <p>In these few minutes, they covered a lot of ground. What is the value of a human being? Why do human relationships matter? What is the essence of being human? The choice of enduring pain for the sake of another—that is, love.</p> <p>Technology raises these important existential questions, but is not equipped to answer them. One of my frustrations with “AI” is that we are not thinking critically about what it means to be human. It’s always been like this, but the amount of money and mindshare poured into “AI” in this moment makes the impact more disturbing.</p> <hr> <p><a href="proxy.php?url=https%3A%2F%2Fsocial.lol%2F%40bentsai%2F112406703451565870">Reply on social</a><br><a href="proxy.php?url=https%3A%2F%2Fletterbird.co%2Fbentsai">Reply via email</a></p> </div> Tech has always been social and political, which the push of “AI” into every aspect of our lives has made even more apparent. Something I find interesting about the rise of “AI”...