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

<channel>
	<title>Coté</title>
	<atom:link href="https://cote.io/feed" rel="self" type="application/rss+xml" />
	<link>https://cote.io</link>
	<description>Michael Coté on platform engineering, enterprise software, and AI</description>
	<lastBuildDate>Fri, 25 Sep 2026 16:04:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/cote.io/wp-content/uploads/2026/06/cote-avatar-baron.png?fit=32%2C32&#038;ssl=1</url>
	<title>Coté</title>
	<link>https://cote.io</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">111162</site>	<item>
		<title>&#8220;Learn from their mistakes&#8221; is a bad strategy</title>
		<link>https://cote.io/2026/09/25/learn-from-their-mistakes-is-a-bad-strategy.html</link>
					<comments>https://cote.io/2026/09/25/learn-from-their-mistakes-is-a-bad-strategy.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 16:04:48 +0000</pubDate>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[CloudFoundrySummit]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65430</guid>

					<description><![CDATA[Security is a big deal now-a-days. You know, the AI finds all the stuff, and quickly, so the human baddies can use it more. So too can the human goodies, but it&#8217;s a regular arms-race there. One stance of the snarky, tired nerd is &#8220;well, we&#8217;ve been telling them this all the time, for years&#8230;that [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-photo is-provider-flickr wp-block-embed-flickr"><div class="wp-block-embed__wrapper">
<a href="https://www.flickr.com/photos/133185724@N04/55548057066/in/datetaken/"><img data-recalc-dims="1" fetchpriority="high" decoding="async" src="https://i0.wp.com/live.staticflickr.com/65535/55548057066_e352c5f676.jpg?resize=500%2C333&#038;ssl=1" alt="CloudFoundrySummit_Heidelberg_260922_128" width="500" height="333" /></a>
</div></figure>



<p class="wp-block-paragraph">Security is a big deal now-a-days. You know, the AI finds all the stuff, and quickly, so the human baddies can use it more. So too can the human goodies, but it&#8217;s a regular arms-race there.</p>



<p class="wp-block-paragraph">One stance of the snarky, tired nerd is &#8220;well, we&#8217;ve been telling them this all the time, for years&#8230;that you should pay attention to security, and now they&#8217;ll learn.&#8221; Part of that is also &#8220;these problems have been here for years, what&#8217;s new?&#8221;</p>



<p class="wp-block-paragraph">At Cloud Foundry Summit this year, my colleague <a href="https://www.linkedin.com/in/vkorbes/">V Körbes</a> made an excellent point in response to that, uh, &#8220;sentiment&#8221;: we don&#8217;t want hospitals to &#8220;learn from their mistakes&#8221; because it will mean, like, life-support systems not working, or just MRI machines. </p>



<p class="wp-block-paragraph">I mean, I would add, we don&#8217;t want <a href="https://en.wikipedia.org/wiki/2024_CrowdStrike-related_IT_outages">hotels to learn from those mistakes</a>. In fact, I would add, we don&#8217;t want <em>anyone</em> to learn from their mistakes if it&#8217;s preventable.</p>



<p class="wp-block-paragraph">As they say all everywhere in the London tube, if you see something, say something.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/learn-from-their-mistakes-is-a-bad-strategy.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65430</post-id>	</item>
		<item>
		<title>No more specs</title>
		<link>https://cote.io/2026/09/25/no-more-specs.html</link>
					<comments>https://cote.io/2026/09/25/no-more-specs.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 12:13:45 +0000</pubDate>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[codegeneration]]></category>
		<category><![CDATA[programming]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65423</guid>

					<description><![CDATA[Is it a good idea to spend so much time of "specs" for AI programming?]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">There’s no end of <a href="https://cote.pizza/shit-people-say/">bullshit laws and principles in the programming industry</a> that say the equivalent of: writing code is the easiest, smallest part of making software, it’s dealing with people and working out the people-bugs that’s the problem. This is the old “the error was between chair and keyboard” quip: humans.</p>



<p class="wp-block-paragraph">So, much of the frameworks and processes we’ve developed over the decades have been all about those “between chair and keyboard” issues: communication and coordination between different humans and silos, so you have microservices and ways to to decouple dependencies; code must be maintainable and observable so that humans can extend, fix, and diagnose it; product managers need to synthesize what customers want (and what will sell well/fit into business goals) in a way that developers will understand <em>and</em> decide what features to work on; and so forth.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/bHJZiM2XM-w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent&#038;enablejsapi=1" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
</div></figure>



<p class="wp-block-paragraph">I’m going to push a point Dan made recently (see video above) further than he did:</p>



<p class="wp-block-paragraph">We’re spending a lot of our time getting AI to program like humans instead of figuring out the optimal way to that AI <em>wants</em> to program. Each role in the SDLC is thinking on how that role fits into AI-driven programming. We do a lot of “spec driven” AI development.</p>



<p class="wp-block-paragraph">As Dan points out, there’s a middle-ground he’s been using that relies more on just little reminders and standard operating procedures in project, and then skills that codify how to do repeated processes.</p>



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



<p class="wp-block-paragraph">You certainly want consistency in how your AI codes and, otherwise, does work. You don’t want it doing it differently each time.</p>



<p class="wp-block-paragraph">I don’t really program when I’m using AI. Sure, it programs <em>for</em> me, but I’m not writing applications, I’m using it everyday, almost “all the time” to get shit done. How it wants to program isn’t really my concern. That repeatability and consistency is, though.</p>



<p class="wp-block-paragraph">Getting consistency is what ends up taking the most effort and has the biggest pay off, and, conversely, downside.</p>



<p class="wp-block-paragraph"><strong>Sure, but what about enterprise?</strong></p>



<p class="wp-block-paragraph">For a solo developers, Dan says, maximum spec driven development can be too much. He concedes that larger enterprise teams would probably benefit. This is where I think we’re trying to impose the human way of developing onto AI coding.</p>



<p class="wp-block-paragraph">Many of those humans are there to make up for the need to coordinate between all those humans and the code they write. You know, the account ledge team in Reston needs to coordinate with the bill payment team in Dallas. We need to sync up the backlog from the product manager in San Francisco with the dev team in Cork. And then there’s coordinating with UI.</p>



<h2 class="wp-block-heading">So much overhead.</h2>



<p class="wp-block-paragraph">But if we started with a clean-slate and just, say, a product manager or a product-leaning developer and a Max account, what would it look like if they only added people when needed?</p>



<p class="wp-block-paragraph">I suspect it’d be a different way of programming and something closer to what Dan is talking about, even at the “big enterprise team” level.</p>



<figure class="wp-block-image size-large has-lightbox"><a href="https://www.reddit.com/r/ProgrammerHumor/comments/1wcyqc1/firsttime/"><img data-recalc-dims="1" decoding="async" width="952" height="1024" data-attachment-id="65424" data-permalink="https://cote.io/2026/09/25/no-more-specs.html/ujw9kf3zwroh1-jpeg" data-orig-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ujw9kf3zwroh1.jpeg.webp?fit=992%2C1067&amp;ssl=1" data-orig-size="992,1067" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="ujw9kf3zwroh1.jpeg" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ujw9kf3zwroh1.jpeg.webp?fit=952%2C1024&amp;ssl=1" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ujw9kf3zwroh1.jpeg.webp?resize=952%2C1024&#038;ssl=1" alt="A humorous image depicting mathematicians looking panicked with a noose in the background, juxtaposed against calm programmers with a sarcastic expression, referencing AI solving millennium prizes." class="wp-image-65424" srcset="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ujw9kf3zwroh1.jpeg.webp?resize=952%2C1024&amp;ssl=1 952w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ujw9kf3zwroh1.jpeg.webp?resize=279%2C300&amp;ssl=1 279w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ujw9kf3zwroh1.jpeg.webp?resize=139%2C150&amp;ssl=1 139w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ujw9kf3zwroh1.jpeg.webp?resize=768%2C826&amp;ssl=1 768w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ujw9kf3zwroh1.jpeg.webp?w=992&amp;ssl=1 992w" sizes="(max-width: 952px) 100vw, 952px" /></a></figure>



<p class="wp-block-paragraph">There&#8217;s another IT law/hand-wave that goes something like this: 80% of work is maintenance, we never get around to the interesting work. There&#8217;s no time to implement new features, to change the software instead of just &#8220;keeping the lights on.&#8221;</p>



<p class="wp-block-paragraph">Which is to say, there is no end of things to work on, many of them important and constantly stalled in favor of, like, bugs and security. We need more programmers, and overtime we&#8217;ve seen that you can&#8217;t make more programmers &#8211; that&#8217;s why they get paid so much, there aren&#8217;t enough of them.</p>



<p class="wp-block-paragraph">Well! Now&#8217;s our chance. If we foist our current way of working onto this new way of programmer we might end up with the consequence of another IT &#8220;law,&#8221; <a href="https://cote.pizza/shit-people-say/#larmans-laws-of-organizational-behavior">Larman&#8217;s Law</a>: the same exact thing as before.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/no-more-specs.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65423</post-id>	</item>
		<item>
		<title>In the office, 1988</title>
		<link>https://cote.io/2026/09/25/in-the-office-1988.html</link>
					<comments>https://cote.io/2026/09/25/in-the-office-1988.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 08:38:54 +0000</pubDate>
				<category><![CDATA[AI Generated]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[cote]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65418</guid>

					<description><![CDATA[AI-inspired from @analog.dreamer.]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1024" height="576" data-attachment-id="65415" data-permalink="https://cote.io/writing/chatgpt-image-sep-25-2026-at-10_34_35-am" data-orig-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ChatGPT-Image-Sep-25-2026-at-10_34_35-AM.png?fit=1672%2C941&amp;ssl=1" data-orig-size="1672,941" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="In the office, 1988" data-image-description="&lt;p&gt;Made by AI. Inspired by https://www.youtube.com/watch?v=etD7i4x0k_M&lt;/p&gt;
" data-image-caption="" data-large-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ChatGPT-Image-Sep-25-2026-at-10_34_35-AM.png?fit=1024%2C576&amp;ssl=1" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ChatGPT-Image-Sep-25-2026-at-10_34_35-AM.png?resize=1024%2C576&#038;ssl=1" alt="A fictional Coté sits in front of an 80's computer, having a cup of coffee looking at you." class="wp-image-65415" srcset="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ChatGPT-Image-Sep-25-2026-at-10_34_35-AM.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ChatGPT-Image-Sep-25-2026-at-10_34_35-AM.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ChatGPT-Image-Sep-25-2026-at-10_34_35-AM.png?resize=150%2C84&amp;ssl=1 150w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ChatGPT-Image-Sep-25-2026-at-10_34_35-AM.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ChatGPT-Image-Sep-25-2026-at-10_34_35-AM.png?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ChatGPT-Image-Sep-25-2026-at-10_34_35-AM.png?w=1672&amp;ssl=1 1672w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p class="wp-block-paragraph"><em>AI-inspired from <a href="https://www.youtube.com/watch?v=etD7i4x0k_M">@analog.dreamer</a>.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/in-the-office-1988.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65418</post-id>	</item>
		<item>
		<title>🤖 Building Influence in Enterprises</title>
		<link>https://cote.io/2026/09/25/%f0%9f%a4%96-building-influence-in-enterprises.html</link>
					<comments>https://cote.io/2026/09/25/%f0%9f%a4%96-building-influence-in-enterprises.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 05:23:42 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[bigco]]></category>
		<category><![CDATA[hbr]]></category>
		<category><![CDATA[rhetoric]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65412</guid>

					<description><![CDATA[Original: Our Favorite Management Tips on Building Influence &#8211; HBR Editors. Summarized by Claude AI on September 25, 2026. Wield influence when you lack authority. Pushing harder creates resistance, so work indirectly. Find whose opinions people actually seek, use low-stakes back channels, time your ask for when powerful people aren&#8217;t distracted, broker missing relationships, and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>Original: <a href="https://hbr.org/2026/09/our-favorite-management-tips-on-building-influence">Our Favorite Management Tips on Building Influence</a> &#8211; HBR Editors. Summarized by Claude AI on September 25, 2026.</em></p>
<ol>
<li><strong><a href="https://hbr.org/search?term=5%20Ways%20to%20Wield%20Influence%20When%20You%20Lack%20Authority">Wield influence when you lack authority.</a></strong> <mark>Pushing harder creates resistance, so work indirectly.</mark> Find whose opinions people actually seek, use low-stakes back channels, time your ask for when powerful people aren&#8217;t distracted, broker missing relationships, and build enough psychological safety<sup id="fnref-65412-1"><a href="#fn-65412-1" class="jetpack-footnote" title="Read footnote.">1</a></sup> to hear what people won&#8217;t say openly. (Pamela Meyer)</li>
<li>
<p><strong><a href="https://hbr.org/search?term=5%20Ways%20Leaders%20Can%20Communicate%20Power">Signal power through language.</a></strong> State the decision and next steps instead of listing options. <mark>Talk about purpose (trust, growth, impact) to read as a visionary rather than an operator.</mark> Own failures, ask discerning questions, and steer meetings by questioning and synthesizing rather than talking most. (Chris Lipp)</p>
</li>
<li>
<p><strong><a href="https://hbr.org/search?term=Negotiating%20When%20There%20Is%20No%20Plan%20B">Find hidden leverage in negotiations.</a></strong> <mark>Partial alternatives still reduce dependence and shift power.</mark> Remember the other side depends on you too, delay with purpose, change who&#8217;s involved or add visibility, and frame consequences as shared-risk warnings, not threats. (Jonathan Hughes and Saptak Ray)</p>
</li>
<li>
<p><strong><a href="https://hbr.org/search?term=How%20to%20Delegate%20to%20Someone%20Who%20Doesn%E2%80%99t%20Report%20to%20You">Delegate across, not down.</a></strong> <mark>Only hand peers work that fits their domain, goals, or tools; otherwise it reads as a favor and gets refused.</mark> Frame it as a mutual win, set timelines together and confirm by email, meet pushback with curiosity, and follow up by asking what obstacles you can clear. (Melody Wilding)</p>
</li>
<li>
<p><strong><a href="https://hbr.org/search?term=Storytelling%20That%20Drives%20Bold%20Change">Use storytelling to get buy-in for change.</a></strong> Compress the vision to a page or less, honor what already works, <mark>make the cost of not changing persuasive enough to override familiar habits</mark>, use a few numbers as plot points, and repeat the story everywhere. (Frances X. Frei and Anne Morriss)</p>
</li>
<li>
<p><strong><a href="https://hbr.org/search?term=How%20the%20Best%20Leaders%20Shape%20Conversations">Lead better conversations.</a></strong> State what the conversation must produce, assign roles (facilitator, decider, expert, challenger, listener), and confirm owners at the end. <mark>How you react to a hard point decides whether people keep telling you what the group needs to hear.</mark> (Alison Wood Brooks and Andy Atkins)</p>
</li>
<li>
<p><strong><a href="https://hbr.org/search?term=The%20Art%20of%20Persuasion%20Hasn%E2%80%99t%20Changed%20in%202%2C000%20Years">Give a persuasive presentation.</a></strong> Use Aristotle&#8217;s devices: ethos<sup id="fnref-65412-2"><a href="#fn-65412-2" class="jetpack-footnote" title="Read footnote.">2</a></sup> (credibility), logos (evidence), pathos (a story that moves feelings), metaphor (make the abstract familiar), and brevity, <mark>putting your strongest points first because attention runs out</mark>. (Carmine Gallo)</p>
</li>
<li>
<p><strong><a href="https://hbr.org/search?term=Aspiring%20Leaders%2C%20Don%E2%80%99t%20Just%20Network%20Up">Strengthen your reputation with peers.</a></strong> <mark>Courting senior leaders while neglecting daily colleagues quietly damages a career.</mark> Repair peer tensions, align with your manager before seeking sponsors above, build ties across functions, and decide what you want to be known for. (Andy Lopata)</p>
</li>
<li>
<p><strong><a href="https://hbr.org/search?term=You%20Think%20You%E2%80%99re%20a%20Good%20Collaborator">Check whether you&#8217;re really a good collaborator.</a></strong> <mark>Senior people often think they&#8217;re helping while others experience them as dominating or micromanaging.</mark> Get real-time feedback, check evidence like meeting airtime instead of defending intentions, swap in specific behaviors, and have a colleague flag relapses. (Ivan Matviak and Heidi K. Gardner)</p>
</li>
<li>
<p><strong><a href="https://hbr.org/search?term=What%20Authentic%20Leadership%20Looks%20Like%20Under%20Pressure">Hold on to authenticity under pressure.</a></strong> <mark>Aim for clarity people can absorb, not total transparency</mark>: share what you know, what you don&#8217;t, and when you&#8217;ll know more, on a steady rhythm. Keep values fixed while flexing tactics, and make resilience a shared team practice. (Deepa Purushothaman and Colleen Ammerman)</p>
</li>
</ol>
<div class="footnotes">
<hr />
<ol>
<li id="fn-65412-1">
<p><strong>Psychological safety:</strong> a team climate where people believe they can speak up, disagree, or admit mistakes without being punished or embarrassed.&#160;<a href="#fnref-65412-1" title="Return to main content.">&#8617;</a>
</p>
</li>
<li id="fn-65412-2">
<strong>Ethos, logos, pathos:</strong> Aristotle&#8217;s three modes of persuasion from the <em>Rhetoric</em>: appeal through the speaker&#8217;s character, through reasoning and evidence, and through the audience&#8217;s emotions.&#160;<a href="#fnref-65412-2" title="Return to main content.">&#8617;</a>
</li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/%f0%9f%a4%96-building-influence-in-enterprises.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65412</post-id>	</item>
		<item>
		<title>🤖 AI Agents Still Need Frameworks to Prevent Unmaintainable Code</title>
		<link>https://cote.io/2026/09/25/%f0%9f%a4%96-ai-agents-still-need-frameworks-to-prevent-unmaintainable-code.html</link>
					<comments>https://cote.io/2026/09/25/%f0%9f%a4%96-ai-agents-still-need-frameworks-to-prevent-unmaintainable-code.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 05:20:20 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[ai_summary]]></category>
		<category><![CDATA[promptengineerring]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65410</guid>

					<description><![CDATA[Original: Do Frameworks Matter Anymore? &#8211; Brooks Lybrand. Summarized by AI on September 25, 2026. Despite the rise of agentic programming and the belief that large language models render underlying code irrelevant, web frameworks remain essential because they provide necessary abstractions, structure, and constraints. If a developer does not provide an explicit framework, an AI [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>Original: <a href="https://brookslybrand.com/posts/do-frameworks-matter-anymore/">Do Frameworks Matter Anymore?</a> &#8211; Brooks Lybrand. Summarized by AI on September 25, 2026.</em></p>
<p>Despite the rise of agentic programming and the belief that large language models render underlying code irrelevant, web frameworks remain essential because they provide necessary abstractions, structure, and constraints. If a developer does not provide an explicit framework, an AI agent will implicitly generate its own bespoke, undocumented, and potentially unmaintainable version. <mark>The value of a framework has shifted from optimizing human developer experience to establishing guardrails that prevent AI models from producing chaotic, hacky workarounds.</mark> Rather than signaling the end of new frameworks, the AI era demands new full-stack, web-standard tools specifically designed to keep agent-generated code legible and secure.</p>
<p>Coté: my AI-24/7 people have been saying that Claude is too much of an eager beaver, creating too much output. They say OpenAI is much better at keeping it brief and to the point.</p>
<h2>Links</h2>
<p>🤖 <a href="https://brookslybrand.com/posts/do-frameworks-matter-anymore/">Do Frameworks Matter Anymore?</a> &#8211; Web frameworks remain critical in the age of AI to provide guardrails and structure. Without them, AI agents will simply generate their own implicit, unmaintainable frameworks.</p>
<p><!--
🤖 Do Frameworks Matter Anymore?
https://brookslybrand.com/posts/do-frameworks-matter-anymore/
Web frameworks remain critical in the age of AI to provide guardrails and structure. Without them, AI agents will simply generate their own implicit, unmaintainable frameworks.
--></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/%f0%9f%a4%96-ai-agents-still-need-frameworks-to-prevent-unmaintainable-code.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65410</post-id>	</item>
		<item>
		<title>Governance should be more than checking policy</title>
		<link>https://cote.io/2026/09/25/governance-should-be-more-than-checking-policy.html</link>
					<comments>https://cote.io/2026/09/25/governance-should-be-more-than-checking-policy.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 05:18:45 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[entepriseai]]></category>
		<category><![CDATA[governance]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65408</guid>

					<description><![CDATA[The simplest test for any deployment is whether you can stop it, not just consult a governance document. 🔗 Agentic AI in the enterprise: why governance, not adoption, will define the winners]]></description>
										<content:encoded><![CDATA[<p>The simplest test for any deployment is whether you can stop it, not just consult a governance document.</p>
<p>🔗 <a href="https://www.computerweekly.com/opinion/Agentic-AI-in-the-enterprise-why-governance-not-adoption-will-define-the-winners">Agentic AI in the enterprise: why governance, not adoption, will define the winners</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/governance-should-be-more-than-checking-policy.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65408</post-id>	</item>
		<item>
		<title>🤖 Google Cloud&#8217;s Andi Gutmans: Existing Knowledge Graphs Won&#8217;t Give AI Agents Enterprise Context; Agents Must Build and Correct It Themselves</title>
		<link>https://cote.io/2026/09/25/%f0%9f%a4%96-google-clouds-andi-gutmans-existing-knowledge-graphs-wont-give-ai-agents-enterprise-context-agents-must-build-and-correct-it-themselves.html</link>
					<comments>https://cote.io/2026/09/25/%f0%9f%a4%96-google-clouds-andi-gutmans-existing-knowledge-graphs-wont-give-ai-agents-enterprise-context-agents-must-build-and-correct-it-themselves.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 05:17:47 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[datalake]]></category>
		<category><![CDATA[datawarehouse]]></category>
		<category><![CDATA[entepriseai]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65406</guid>

					<description><![CDATA[Original: Does your AI agent really understand your enterprise context? You need more than a Knowledge Graph, says Google Cloud&#8217;s Andi Gutmans by Phil Wainewright. Summarized by Claude AI on September 24, 2026. The Take Enterprise AI succeeds or fails on context, and the context layer can&#8217;t be a knowledge graph built by humans for [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>Original: <a href="https://diginomica.com/ai-agent-enterprise-context-more-than-knowledge-graph-Google">Does your AI agent really understand your enterprise context? You need more than a Knowledge Graph, says Google Cloud&#8217;s Andi Gutmans</a> by Phil Wainewright. Summarized by Claude AI on September 24, 2026.</em></p>
<h1>The Take</h1>
<p>Enterprise AI succeeds or fails on context, and the context layer can&#8217;t be a knowledge graph built by humans for humans. It has to be assembled by agents across 100% of the data estate, including the unstructured mess, and it has to keep correcting itself as users reveal what they actually mean. Because agentic work runs end-to-end across many systems, application-specific ontologies from SaaS vendors will fall short, which is Google&#8217;s pitch for platform providers owning the context layer. Nobody, Google included, has fully solved it yet, so enterprises are left stitching together context from several vendors with no guarantee those vendors&#8217; agents agree on what anything means.</p>
<h1>Summary</h1>
<p><mark>Context is now central to enterprise AI: it cuts token spend and raises accuracy by letting a model narrow its search and validate its answers.</mark></p>
<p>Without it, models burn extra inference cycles and still return incomplete or misleading results.</p>
<p>Context covers organizational processes and policies, industry and team vocabulary, the requester&#8217;s role and access rights, interaction history, relevant transactional data, and any constraints on scope. A generic LLM knows none of this unless told, much like a new employee who hasn&#8217;t been briefed.</p>
<p><mark>Unlike employee onboarding, there are no established disciplines for building the &#8220;Systems of Knowledge&#8221; that brief agents, so most enterprises are turning to vendors for ready-made context frameworks.</mark></p>
<p>Google, which sells its own such product called Knowledge Catalog, recommends against enterprises building specialized models. Models improve so fast that bespoke work goes stale, and better results come from surrounding the model with the right context, RAG<sup id="fnref-65406-rag"><a href="#fn-65406-rag" class="jetpack-footnote" title="Read footnote.">1</a></sup>, and other harnesses.</p>
<p><mark>Existing knowledge graphs don&#8217;t solve the problem, because they were built for humans and don&#8217;t translate well to agents.</mark></p>
<p>Much enterprise context has never been mapped at all. Knowledge Catalog extends Google&#8217;s earlier Dataplex<sup id="fnref-65406-dataplex"><a href="#fn-65406-dataplex" class="jetpack-footnote" title="Read footnote.">2</a></sup> with automation, connectivity, metadata analysis, and context curation, plus agentic feedback loops that detect poor outcomes and revise the underlying knowledge automatically.</p>
<p><mark>Humans are too slow to build an enterprise-wide ontology<sup id="fnref-65406-ontology"><a href="#fn-65406-ontology" class="jetpack-footnote" title="Read footnote.">3</a></sup>; only agents building knowledge for agents can cover the whole data estate.</mark></p>
<p>Roughly 90% of enterprise knowledge sits unstructured in PDFs, contracts, and object storage, and none of it has been activated. The approach aggregates metadata from everywhere, including Oracle, SQL Server, and non-Google clouds, then infers meaning from semantic models<sup id="fnref-65406-semantic"><a href="#fn-65406-semantic" class="jetpack-footnote" title="Read footnote.">4</a></sup> in Looker or Power BI and from query logs showing what users actually ask and how.</p>
<p><mark>Agentic workflows cross many systems end-to-end, so vendor context frameworks rooted in a single application stack such as ERP, HCM, or CRM will fail for enterprise-wide use cases.</mark></p>
<p>Protocols like MCP<sup id="fnref-65406-mcp"><a href="#fn-65406-mcp" class="jetpack-footnote" title="Read footnote.">5</a></sup> let agents interact but don&#8217;t give them shared meaning. A question like &#8220;how much revenue did we have last year?&#8221; hinges on fiscal versus calendar year and net versus gross revenue.</p>
<p><mark>Context is not a one-time mapping; it requires continuous hill-climbing<sup id="fnref-65406-hill"><a href="#fn-65406-hill" class="jetpack-footnote" title="Read footnote.">6</a></sup>, a learning engine that notices when an answer missed and updates the catalog so the next answer is right.</mark></p>
<p>That complexity is why no one does this well yet, and why claims of already having a usable knowledge graph trivialize the problem.</p>
<p><mark>The bet is on platform providers over SaaS vendors, since cross-system agents need cross-system context.</mark></p>
<p>SaaS vendors can still win by opening up to external agents, which drives more workload to them. Salesforce&#8217;s headless<sup id="fnref-65406-headless"><a href="#fn-65406-headless" class="jetpack-footnote" title="Read footnote.">7</a></sup> strategy is the example: the value of its accumulated processes and data persists even as its UI matters less.</p>
<p><mark>No vendor is fully there, Google included, though Knowledge Catalog has customers in production.</mark></p>
<p>Enterprises are therefore stuck assembling context from multiple vendors, each strong in its own domain, with no assurance that their agents will share a common understanding.</p>
<h2>Links</h2>
<p>🤖 <a href="https://diginomica.com/ai-agent-enterprise-context-more-than-knowledge-graph-Google">Does your AI agent really understand your enterprise context? You need more than a Knowledge Graph, says Google Cloud&#8217;s Andi Gutmans</a> &#8211; Human-built knowledge graphs won&#8217;t give agents usable enterprise context; agents have to build it across the whole data estate and keep correcting it as users reveal what they mean. Google bets that cross-system agents favor platform providers over siloed SaaS vendors, while conceding nobody has fully solved it.</p>
<p><!--
🤖 Google Cloud's Andi Gutmans: Existing Knowledge Graphs Won't Give AI Agents Enterprise Context; Agents Must Build and Correct It Themselves
https://diginomica.com/ai-agent-enterprise-context-more-than-knowledge-graph-Google
Human-built knowledge graphs won't give agents usable enterprise context; agents have to build it across the whole data estate and keep correcting it as users reveal what they mean. Google bets that cross-system agents favor platform providers over siloed SaaS vendors, while conceding nobody has fully solved it.
--></p>
<div class="footnotes">
<hr />
<ol>
<li id="fn-65406-rag">
Retrieval-augmented generation: fetching relevant documents or data at query time and feeding them to the model alongside the prompt.&#160;<a href="#fnref-65406-rag" title="Return to main content.">&#8617;</a>
</li>
<li id="fn-65406-dataplex">
Google Cloud&#8217;s data management product for organizing, cataloging, and governing data spread across distributed storage.&#160;<a href="#fnref-65406-dataplex" title="Return to main content.">&#8617;</a>
</li>
<li id="fn-65406-ontology">
A formal model of an organization&#8217;s concepts, entities, and how they relate, which software can reason over.&#160;<a href="#fnref-65406-ontology" title="Return to main content.">&#8617;</a>
</li>
<li id="fn-65406-semantic">
The layer in BI tools that defines business meanings for raw data, such as how &#8220;revenue&#8221; or &#8220;active customer&#8221; is calculated.&#160;<a href="#fnref-65406-semantic" title="Return to main content.">&#8617;</a>
</li>
<li id="fn-65406-mcp">
Model Context Protocol, an open standard for connecting AI agents to tools, data sources, and other agents.&#160;<a href="#fnref-65406-mcp" title="Return to main content.">&#8617;</a>
</li>
<li id="fn-65406-hill">
Iterative, incremental improvement toward a goal, here meaning repeated adjustment of the knowledge base to push accuracy upward.&#160;<a href="#fnref-65406-hill" title="Return to main content.">&#8617;</a>
</li>
<li id="fn-65406-headless">
Exposing an application&#8217;s data and business logic through APIs so other systems and agents can use it without its own user interface.&#160;<a href="#fnref-65406-headless" title="Return to main content.">&#8617;</a>
</li>
</ol>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/%f0%9f%a4%96-google-clouds-andi-gutmans-existing-knowledge-graphs-wont-give-ai-agents-enterprise-context-agents-must-build-and-correct-it-themselves.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65406</post-id>	</item>
		<item>
		<title>Rotate keys more frequently</title>
		<link>https://cote.io/2026/09/25/rotate-keys-more-frequently.html</link>
					<comments>https://cote.io/2026/09/25/rotate-keys-more-frequently.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 05:04:16 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[nist]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SSO]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65404</guid>

					<description><![CDATA[Get ready to have to login all the fucking time: Access and identity tokens should be valid for no more than an hour, the report says, and expired tokens must be rejected outright by authorization services and policy enforcement points. On key management, signing keys for high-impact systems should be rotated at least every 90 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Get ready to have to login all the fucking time:</p>
<blockquote><p>
  Access and identity tokens should be valid for no more than an hour, the report says, and expired tokens must be rejected outright by authorization services and policy enforcement points.</p>
<p>  On key management, signing keys for high-impact systems should be rotated at least every 90 days, and within a year everywhere else. At moderate impact and above they must sit in hardware-backed or isolated storage, never persistently on the servers, virtual machines or containers using them. High-impact systems must also sign inside an isolated execution environment.
</p></blockquote>
<p>🔗 <a href="https://www.infosecurity-magazine.com/news/cisa-nist-cloud-identity-token/">CISA and NIST Issue Guidance to Protect Cloud Identity Tokens</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/rotate-keys-more-frequently.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65404</post-id>	</item>
		<item>
		<title>🤖 The social media martyr</title>
		<link>https://cote.io/2026/09/25/%f0%9f%a4%96-the-social-media-martyr.html</link>
					<comments>https://cote.io/2026/09/25/%f0%9f%a4%96-the-social-media-martyr.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 05:02:53 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[social]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65402</guid>

					<description><![CDATA[The week&#8217;s Stratechery interview is with Jeremy Stern, editor-in-chief of Colossus, about profiling Mark Zuckerberg, and Ben Thompson discloses up front that he sat for an off-the-record interview as part of the piece. Stern spoke to almost forty people over five to six months. What he came out with is a reframing rather than a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The week&#8217;s Stratechery interview is with Jeremy Stern, editor-in-chief of Colossus, about profiling Mark Zuckerberg, and Ben Thompson discloses up front that he sat for an off-the-record interview as part of the piece. Stern spoke to almost forty people over five to six months. What he came out with is a reframing rather than a verdict: he can still believe &#8220;social media was a mistake, in the same way that perhaps smartphones were a mistake or the Internet was a mistake, but to blame Zuckerberg personally for everything that people hate about modernity is really kind of insane.&#8221; Then the mechanism, which is the good part: the appeal is &#8220;that if you could only martyrize him, then we can wash all of our sins from the last 25 years away because it allows us to absolve ourselves of individual and collective responsibility for actually living with these technologies.&#8221;</p>
<p>Thompson&#8217;s contribution is a detail that reads as absurd once stated. Peter Thiel is famous for his devotion to René Girard, Thiel sat on Facebook&#8217;s board through the whole period, and the company still failed to notice that it was being made a scapegoat in the precise technical sense. &#8220;I don&#8217;t know how no one connected the dots here, I was kind of losing my mind at the time.&#8221; Stern&#8217;s dry reply: &#8220;What else would it take?&#8221; The comparative judgement on the AI generation is sharper than anything in the tech press this week: Zuckerberg is &#8220;ideologically unconfused and coherent in a way that I think a lot of his peers, like Sam Altman and Dario [Amodei], are not.&#8221;</p>
<p><em>Above written by AI.</em></p>
<p>🔗 <a href="https://stratechery.com/2026/an-interview-with-colossus-eic-jeremy-stern-about-profiling-mark-zuckerberg/">An Interview with Colossus EIC Jeremy Stern About Profiling Mark Zuckerberg</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/%f0%9f%a4%96-the-social-media-martyr.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65402</post-id>	</item>
		<item>
		<title>Enterprise AI ROI at Bank of America: developers, optimizing normie workflows, double spending</title>
		<link>https://cote.io/2026/09/25/enterprise-ai-roi-at-bank-of-america-developers-optimizing-normie-workflows-double-spending.html</link>
					<comments>https://cote.io/2026/09/25/enterprise-ai-roi-at-bank-of-america-developers-optimizing-normie-workflows-double-spending.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 05:00:57 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[boa]]></category>
		<category><![CDATA[codegeneration]]></category>
		<category><![CDATA[enterpiseai]]></category>
		<category><![CDATA[ROI]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65400</guid>

					<description><![CDATA[Thus far, the most measurable AI returns are found within technology units, such as with software development and coding, BofA’s DeMare said. Across most industries, AI is boosting coding productivity about 15% to 20%, he said, and that’s the gain BofA is seeing as its 20,000 software developers use coding agents to optimize the development [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  Thus far, the most measurable AI returns are found within technology units, such as with software development and coding, BofA’s DeMare said.</p>
<p>  Across most industries, AI is boosting coding productivity about 15% to 20%, he said, and that’s the gain BofA is seeing as its 20,000 software developers use coding agents to optimize the development process.  </p>
<p>  “That’s clearly identifiable.&#8221;
</p></blockquote>
<p>Not firing people, but not hiring people:</p>
<blockquote><p>
  “We’re not laying off anybody. We don’t have to do that. All we do is just manage the hiring carefully,” Moynihan said.</p>
<p>  it’s about general productivity, and how is it improving [employee] life at work, and how is it improving workflows
</p></blockquote>
<p>And, spending increases:</p>
<blockquote><p>
  BofA seeks employees&#8217; best ideas, and &#8220;as we tag them for AI, it&#8217;s turning out that our level of AI investment interest is actually more than twice what it was last year,&#8221; Gopalkrishnan said in an interview this week.</p>
<p>  &#8220;We will probably end up spending twice next year [what] we did this year because they&#8217;re just good, rich ideas that are now starting to create the return on investment for us,&#8221; he said.
</p></blockquote>
<p>🔗 <a href="https://www.ciodive.com/news/bank-of-america-ai-spending-roi-headcount-moynihan/831189/">Bank of America plans to double AI budget next year</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/enterprise-ai-roi-at-bank-of-america-developers-optimizing-normie-workflows-double-spending.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65400</post-id>	</item>
		<item>
		<title>🤖 Platform Teams and Developers Clash Over Kubernetes Self-Service Boundaries</title>
		<link>https://cote.io/2026/09/25/%f0%9f%a4%96-platform-teams-and-developers-clash-over-kubernetes-self-service-boundaries.html</link>
					<comments>https://cote.io/2026/09/25/%f0%9f%a4%96-platform-teams-and-developers-clash-over-kubernetes-self-service-boundaries.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 04:57:23 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[ai_summary]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[platform]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65398</guid>

					<description><![CDATA[Original: Developers and platform teams both want Kubernetes self-service. They disagree on who owns it. &#8211; Chris J. Preimesberger. Summarized by AI on September 25, 2026. While both developers and platform teams desire Kubernetes self-service, they fundamentally disagree on operational boundaries. Giving developers direct access to raw Kubernetes APIs merely shifts the burden of debugging [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>Original: <a href="https://thenewstack.io/kubernetes-self-service-platform-teams/">Developers and platform teams both want Kubernetes self-service. They disagree on who owns it.</a> &#8211; Chris J. Preimesberger. Summarized by AI on September 25, 2026.</em></p>
<p>While both developers and platform teams desire Kubernetes self-service, they fundamentally disagree on operational boundaries. Giving developers direct access to raw Kubernetes APIs merely shifts the burden of debugging manifests and storage drivers away from writing code, while operations teams face overprovisioning and unreviewed configurations.</p>
<p>The practical resolution is a paved path where platform teams define the security, networking, and lifecycle guardrails, and developers choose from a supporting menu of approved configurations. <mark>This division of responsibility compresses provisioning workflows from weeks to minutes by automating the underlying infrastructure while preserving necessary governance.</mark></p>
<p>Ultimately, successful self-service does not hide Kubernetes but standardizes the enterprise processes surrounding it.</p>
<p>Coté: the Kubernetes people kept trying to tell us thet <a href="https://youtu.be/2Qhj5u2bct0?is=b6C-bU_7sa_TFGZ1">Kubernetes is not for developers and they should not be exposed to it</a>. But, here we are, <a href="https://cote.io/2023/02/02/kubernetes-is-great-but-its.html">still</a>.</p>
<h2>Links</h2>
<p>🤖 <a href="https://thenewstack.io/kubernetes-self-service-platform-teams/">Developers and platform teams both want Kubernetes self-service. They disagree on who owns it.</a> &#8211; A look at the friction between developers and platform teams over Kubernetes self-service, proposing a paved path that balances developer autonomy with strict operational guardrails.</p>
<p><!--
🤖 Developers and platform teams both want Kubernetes self-service. They disagree on who owns it.
https://thenewstack.io/kubernetes-self-service-platform-teams/
A look at the friction between developers and platform teams over Kubernetes self-service, proposing a paved path that balances developer autonomy with strict operational guardrails.
--></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/%f0%9f%a4%96-platform-teams-and-developers-clash-over-kubernetes-self-service-boundaries.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65398</post-id>	</item>
		<item>
		<title>When to use voice mode in Claude Code</title>
		<link>https://cote.io/2026/09/25/when-to-use-voice-mode-in-claude-code.html</link>
					<comments>https://cote.io/2026/09/25/when-to-use-voice-mode-in-claude-code.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 22:30:00 +0000</pubDate>
				<category><![CDATA[Pivotal]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[TanzuCatsup]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65389</guid>

					<description><![CDATA[“I only type when I can’t type.”]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-9-16 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="A new definition of servant leadership for the AI era" width="422" height="750" src="https://www.youtube.com/embed/hemMP67zYzo?feature=oembed&#038;enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">Check out <a href="https://www.youtube.com/watch?v=zjV4kmLOBj4">the rest of our discussion</a> with Nick on how he uses AI to do platform engineering.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/25/when-to-use-voice-mode-in-claude-code.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65389</post-id>	</item>
		<item>
		<title>&#8220;Servant Leadership&#8221; in the AI era</title>
		<link>https://cote.io/2026/09/24/servant-leadership-in-the-ai-era.html</link>
					<comments>https://cote.io/2026/09/24/servant-leadership-in-the-ai-era.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 10:54:50 +0000</pubDate>
				<category><![CDATA[Pivotal]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[platformengineering]]></category>
		<category><![CDATA[TanzuCatsup]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65394</guid>

					<description><![CDATA[“I was the manager, the purchaser, the kind of overall architect. And then Claude was the senior engineers in all the different domains.”]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-9-16 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="A new definition of servant leadership for the AI era" width="422" height="750" src="https://www.youtube.com/embed/hemMP67zYzo?feature=oembed&#038;enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">Check out the rest of our discussion with Nick on how he uses AI for his day-to-day platform engineering tasks.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/24/servant-leadership-in-the-ai-era.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65394</post-id>	</item>
		<item>
		<title>&#8220;Sovereign cloud&#8221; means &#8220;not US owned cloud&#8221;</title>
		<link>https://cote.io/2026/09/24/sovereign-cloud-means-not-us-owned-cloud.html</link>
					<comments>https://cote.io/2026/09/24/sovereign-cloud-means-not-us-owned-cloud.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 10:15:50 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[sovereigncloud]]></category>
		<category><![CDATA[UK]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65385</guid>

					<description><![CDATA[For the most part, &#8220;sovereign cloud&#8221; is a code word for &#8220;not running on US based clouds.&#8221; What most people skip is that the geography doesn&#8217;t matter. If your stuff runs on a US owned cloud, not matter where it actually runs, the US government can probably compel the cloud provider to get your data. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image is-resized"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cote.io/wp-content/uploads/2025/01/https3a2f2fsubstack-post-media.s3.amazonaws.com2fpublic2fimages2f98c6debd-c.jpeg?ssl=1" alt="A slide split in two. On the left, under a US flag, an AI-generated image of a suited man whose head is a dark storm cloud. On the right, under an EU flag, a Magritte-style painting of a suited man in a brown coat and orange tie whose head is a white cloud, in a sky full of clouds, one of them wearing a bowler hat." style="aspect-ratio:1.7777777777777777;width:1456px;height:auto"/><figcaption class="wp-element-caption">Two clouds, two jurisdictions. Source: AI-generated “Trump Cloud”; “The Cloud Man,” found on Whoopah, which does not appear to be an actual René Magritte painting.</figcaption></figure>


<p>For the most part, &#8220;sovereign cloud&#8221; is a code word for &#8220;not running on US based clouds.&#8221; What most people skip is that the geography doesn&#8217;t matter. If your stuff runs on a US owned cloud, not matter where it actually runs, the US government can probably compel the cloud provider to get your data.</p>
<blockquote>
<p>Sovereignty is not a single property. When people use the word, they are usually mixing together at least five different ideas.</p>
<ol>
<li><strong>Ownership</strong> is about who holds the asset &#8211; the data, the servers, the model.</li>
<li><strong>Control</strong> is about who can operate it, change it or switch it off.</li>
<li><strong>Jurisdiction</strong> is about whose laws apply and whose courts can compel access.</li>
<li><strong>Capability</strong> is about whether you have the skills to build or run it yourself.</li>
<li><strong>Optionality</strong> is about whether you can walk away and use something else without serious damage.</li>
</ol>
<p>These are relatively independent. Storing your data in a UK datacentre may give you a sense of ownership, but it does not settle the question of jurisdiction. The US <a href="https://www.justice.gov/criminal/cloud-act-resources">Cloud Act</a>, passed in 2018, allows US authorities to seek data held by US-based providers wherever it happens to be located. That is not a theoretical concern.</p>
</blockquote>
<p>This is why US-based companies and organizations using cloud never use the phrase &#8220;sovereign cloud.&#8221; To them, it&#8217;s just &#8220;the cloud.&#8221;</p>
<p>🔗 <a href="https://www.computerweekly.com/opinion/What-do-we-mean-by-sovereign-AI">What do we mean by sovereign AI?</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/24/sovereign-cloud-means-not-us-owned-cloud.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65385</post-id>	</item>
		<item>
		<title>AI is a tool, not a weapon</title>
		<link>https://cote.io/2026/09/24/ai-is-a-tool-not-a-weapon.html</link>
					<comments>https://cote.io/2026/09/24/ai-is-a-tool-not-a-weapon.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 07:53:33 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[hypertext]]></category>
		<category><![CDATA[moos]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[www]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65383</guid>

					<description><![CDATA[Q: And do you see the rise of such LLMs as a threat to human creativity, or as another medium through which creativity can be extended? &#8230; Mark: They’re a threat to human creativity only in the sense that the billionaire thieves and knaves who control so much of the AI Industry and the fascists [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  Q: And do you see the rise of such LLMs as a threat to human creativity, or as another medium through which creativity can be extended?</p>
<p>  &#8230;</p>
<p>  Mark: They’re a threat to human creativity only in the sense that the billionaire thieves and knaves who control so much of the AI Industry and the fascists they promote may yet kill us all. Or they may impoverish us, ushering in an era when no one will have time for art or beauty. I don’t think LLMs are a danger. Working with Claude to accomplish some mundane business tasks implicitly draws on cutting edge hypertext theory. I just wrote a paper about reading afternoon, a story with Claude. It was rather fun.&#8221;
</p></blockquote>
<p>🔗 <a href="https://henryjenkins.org/blog/2026/9/2/mark-bernstein-where-are-the-hypertexts-now">Where Are the Hypertexts Now? Mark Bernstein on Storyspace, Eastgate, AI, and the Future of Electronic Literature</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/24/ai-is-a-tool-not-a-weapon.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65383</post-id>	</item>
		<item>
		<title>🤖 Sun Microsystems Failed Because It Became Bored with the Mechanics of Running a Business</title>
		<link>https://cote.io/2026/09/24/%f0%9f%a4%96-sun-microsystems-failed-because-it-became-bored-with-the-mechanics-of-running-a-business.html</link>
					<comments>https://cote.io/2026/09/24/%f0%9f%a4%96-sun-microsystems-failed-because-it-became-bored-with-the-mechanics-of-running-a-business.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 07:48:03 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[ai_summary]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65381</guid>

					<description><![CDATA[Original: What Sun got wrong &#8211; Bryan Cantrill. Summarized by AI on September 24, 2026. Despite its strategic successes and pioneering technology, Sun Microsystems ultimately collapsed because it lost interest in the operational mechanics of running a business. This operational failure is most clearly illustrated by a 2005 incident where a rapidly growing cloud computing [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>Original: <a href="https://bcantrill.dtrace.org/2026/09/20/what-sun-got-wrong/">What Sun got wrong</a> &#8211; Bryan Cantrill. Summarized by AI on September 24, 2026.</em></p>
<p>Despite its strategic successes and pioneering technology, Sun Microsystems ultimately collapsed because it lost interest in the operational mechanics of running a business. This operational failure is most clearly illustrated by a 2005 incident where a rapidly growing cloud computing startup, already successfully using OpenSolaris, attempted to purchase Sun hardware but could not get the company to answer the phone or pitch the correct products. In contrast, Dell immediately provided a dedicated account executive who handled the entire procurement and leasing process within two weeks. <mark>A technology company cannot survive on strategic vision alone if it neglects the fundamental sales and operational execution required to actually serve its customers.</mark></p>
<h2>Links</h2>
<p>🤖 <a href="https://bcantrill.dtrace.org/2026/09/20/what-sun-got-wrong/">What Sun got wrong</a> &#8211; Sun Microsystems collapsed not from a lack of strategic vision, but because it became bored with the operational mechanics of running a business and serving customers.</p>
<p><!--
🤖 What Sun got wrong
https://bcantrill.dtrace.org/2026/09/20/what-sun-got-wrong/
Sun Microsystems collapsed not from a lack of strategic vision, but because it became bored with the operational mechanics of running a business and serving customers.
--></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/24/%f0%9f%a4%96-sun-microsystems-failed-because-it-became-bored-with-the-mechanics-of-running-a-business.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65381</post-id>	</item>
		<item>
		<title></title>
		<link>https://cote.io/2026/09/24/cavemen-too-busy-for-round-wheels.html</link>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 07:21:59 +0000</pubDate>
				<category><![CDATA[pictures]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/24/cavemen-too-busy-for-round-wheels.html</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<figure>
  <img decoding="async" src="/wp-content/uploads/2026/09/cavemen-too-busy-for-round-wheels.jpg" width="600" alt="Cartoon cavemen hauling a cart with square wheels wave off another caveman offering round wheels, saying they are too busy."/>
</figure>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65380</post-id>	</item>
		<item>
		<title>Release your software all at once to defend against hacks</title>
		<link>https://cote.io/2026/09/24/release-your-software-all-at-once-to-defend-against-hacks.html</link>
					<comments>https://cote.io/2026/09/24/release-your-software-all-at-once-to-defend-against-hacks.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 07:00:51 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[mythos]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[tanzu]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65376</guid>

					<description><![CDATA[The Spring team is now releasing all updates on one day to give people a leg up in patching: Historically, we spread releases over a two-week period with each level of the Spring portfolio dependency tree shipping on a different day. While that approach has served us well over the years, in a world where [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The Spring team is now releasing all updates on one day to give people a leg up in patching:</p>
<blockquote><p>
  Historically, we spread releases over a two-week period with each level of the Spring portfolio dependency tree shipping on a different day. While that approach has served us well over the years, in a world where CVEs are exploited in hours instead of days, it now seems archaic. In the past two release trains as an example, the old model would have had new CVE fixes released every day of each train.
</p></blockquote>
<p>Also, there&#8217;s <a href="https://spring.io/security">a new tool</a> to see and search for security problems (CVEs) in Spring.</p>
<p>If you want/need commercial support for Spring (and other open source Java), getting you patches earlier than the general public, <a href="https://enterprise.spring.io/">we sell that now as well</a>.</p>
<p>🔗 <a href="https://spring.io/blog/2026/09/21/releasing-spring-for-modern-challenges">Releasing Spring for Modern Challenges</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/24/release-your-software-all-at-once-to-defend-against-hacks.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65376</post-id>	</item>
		<item>
		<title>Remember to sell customers what they ask for</title>
		<link>https://cote.io/2026/09/24/remember-to-sell-customers-what-they-ask-for.html</link>
					<comments>https://cote.io/2026/09/24/remember-to-sell-customers-what-they-ask-for.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 06:55:21 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[sunw]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65374</guid>

					<description><![CDATA[Sun had become bored with the mechanics of running a business&#8230; Except, it didn&#8217;t. The customer could not get Sun to pick up the phone. (And when Sun did pick up the phone, they tried to sell them the wrong product.) This was in sharp contrast to their experience with Dell. 🔗 What Sun got [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  Sun had become bored with the mechanics of running a business&#8230; Except, it didn&#8217;t. The customer could not get Sun to pick up the phone. (And when Sun did pick up the phone, they tried to sell them the wrong product.) This was in sharp contrast to their experience with Dell.
</p></blockquote>
<p>🔗 <a href="https://bcantrill.dtrace.org/2026/09/20/what-sun-got-wrong/">What Sun got wrong</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/24/remember-to-sell-customers-what-they-ask-for.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65374</post-id>	</item>
		<item>
		<title>Agile private cloud</title>
		<link>https://cote.io/2026/09/24/agile-private-cloud.html</link>
					<comments>https://cote.io/2026/09/24/agile-private-cloud.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 05:04:54 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[privatecloud]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65366</guid>

					<description><![CDATA[Dell positions private cloud as cheaper and more flexible. 🔗 Private cloud gets an AI-era infrastructure reset]]></description>
										<content:encoded><![CDATA[<p>Dell positions private cloud as cheaper and more flexible.</p>
<p>🔗 <a href="https://siliconangle.com/2026/09/23/rivate-cloud-ai-infrastructure-dell-powerstore-dellrethinkingprivatecloudmeta/">Private cloud gets an AI-era infrastructure reset</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/24/agile-private-cloud.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65366</post-id>	</item>
		<item>
		<title>Pork is not the best BBQ</title>
		<link>https://cote.io/2026/09/24/pork-is-not-the-best-bbq.html</link>
					<comments>https://cote.io/2026/09/24/pork-is-not-the-best-bbq.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 05:03:59 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[bbq]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[pricing]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65364</guid>

					<description><![CDATA[People want brisket. I try to do pork, pulled pork, whatever. People don’t want pork. They want brisket… but it’s just real high right now. 🔗 Brisket is gone from the daily menu at one of Texas&#8217;s best BBQ spots]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  People want brisket. I try to do pork, pulled pork, whatever. People don’t want pork. They want brisket… but it’s just real high right now.
</p></blockquote>
<p>🔗 <a href="https://www.kristv.com/news/local-news/in-your-neighborhood/san-patricio-county/sinton/rising-beef-costs-push-a-top-50-texas-bbq-spot-to-pull-brisket-from-its-everyday-menu">Brisket is gone from the daily menu at one of Texas&#8217;s best BBQ spots</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/24/pork-is-not-the-best-bbq.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65364</post-id>	</item>
		<item>
		<title>Enterprise architect as context engineer</title>
		<link>https://cote.io/2026/09/24/enterprise-architect-as-context-engineer.html</link>
					<comments>https://cote.io/2026/09/24/enterprise-architect-as-context-engineer.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 04:40:38 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[codegeneration]]></category>
		<category><![CDATA[ea]]></category>
		<category><![CDATA[entepriseai]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65362</guid>

					<description><![CDATA[Sadly: the major issue with EA has always been cost of delay. The big problem is not that architecture tells development teams to change direction — development teams do this routinely. The problem is that architecture historically has taken too long. We have validated that assertion repeatedly with many chief EA pros. Now with agentic [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Sadly:</p>
<blockquote><p>
  the major issue with EA has always been cost of delay. The big problem is not that architecture tells development teams to change direction — development teams do this routinely. The problem is that architecture historically has taken too long. We have validated that assertion repeatedly with many chief EA pros. Now with agentic pressures, traditional EA models are increasingly untenable.
</p></blockquote>
<p>But, hopefully:</p>
<blockquote><p>
  The architects who create the greatest value overthe next decade will spend less time maintainingdocumentation and more time addressingauthority, accountability, decision rights, data and decision quality, policy enforcement, acceptablerisk, and organizational trade-offs. They will workclosely with platform engineering, security, data,and business leaders to establish trustedenterprise context and ensure that it can beconsumed reliably by both people and machines.</p>
<p>  They will also help build what may become one ofthe most important assets in the modernenterprise: a reusable, always-on enterpriseintelligence layer consisting of knowledge,policies, standards, ontologies, decision records,dependency information, and business contextthat can be applied repeatedly across AI systemsand autonomous workflows. Call it a <a href="https://www.forrester.com/blogs/context-graphs-are-a-convergence-not-an-invention/">context graph</a> if you like.
</p></blockquote>
<p>Seems plausible. That said, it would also be a battle with other SDLC inhabitants who are looking to keep their jobs.</p>
<p>🔗 <a href="https://www.forrester.com/blogs/will-ai-eliminate-enterprise-architects/">Will AI Eliminate Enterprise Architects?</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/24/enterprise-architect-as-context-engineer.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65362</post-id>	</item>
		<item>
		<title>Tune fonts and text, see the CSS settings</title>
		<link>https://cote.io/2026/09/23/tune-fonts-and-text-see-the-css-settings.html</link>
					<comments>https://cote.io/2026/09/23/tune-fonts-and-text-see-the-css-settings.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 15:31:25 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[utils]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65318</guid>

					<description><![CDATA[Let&#8217;s you do WYSIWG changes to an HTML page with a given font, displaying the font size you have, width, etc. So, you could tune it how you like, and then know the CSS/etc. settings to use. 🔗 Fontificator]]></description>
										<content:encoded><![CDATA[<p>Let&#8217;s you do WYSIWG changes to an HTML page with a given font, displaying the font size you have, width, etc. So, you could tune it how you like, and then know the CSS/etc. settings to use.</p>
<p>🔗 <a href="https://unsung.aresluna.org/fontificator/">Fontificator</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/23/tune-fonts-and-text-see-the-css-settings.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65318</post-id>	</item>
		<item>
		<title>More AI, more human managers</title>
		<link>https://cote.io/2026/09/23/more-ai-more-human-managers.html</link>
					<comments>https://cote.io/2026/09/23/more-ai-more-human-managers.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 09:17:26 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[digital transformation]]></category>
		<category><![CDATA[enterpiseai]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65082</guid>

					<description><![CDATA[Some real centaur business here. Technology is hard, culture is harder, process and people are bottlenecks, etc. Management matters more in a world where AI is widely available. Twenty-two essays from Rotman faculty arguing that judgment is the scarce resource when intelligence is abundant, organized around five elements of managerial judgment. The evidence is historical: [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Some real centaur business here.<br />
Technology is hard, culture is harder, process and people are bottlenecks, etc.</p>
<figure>
<img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/centaur-programmer.jpg?w=600&#038;ssl=1"  alt="Illustration of a centaur - bearded man with a topknot from the waist up, horse's body below - standing at a desk typing on a keyboard in front of a monitor"/><br />
</figure>
<p>Management matters more in a world where AI is widely available. Twenty-two essays from Rotman faculty arguing that judgment is the scarce resource when intelligence is abundant, organized around five elements of managerial judgment. The evidence is historical: IT diffused to everyone for two decades and the frontier-to-laggard performance gap never closed.</p>
<p><em>Some of the above summarized by AI.</em></p>
<p>🔗 <a href="https://www.rotman.utoronto.ca/the-rotman-experience/about-rotman/ai-at-rotman/ai-era-management-matters-more/?utm_source=cote">In the AI Era, Management Matters More, Not Less</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/23/more-ai-more-human-managers.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65082</post-id>	</item>
		<item>
		<title>Enterprise AI usage slowly rolling out, jobs are not chaning much</title>
		<link>https://cote.io/2026/09/23/enterprise-ai-usage-slowly-rolling-out-jobs-are-not-chaning-much.html</link>
					<comments>https://cote.io/2026/09/23/enterprise-ai-usage-slowly-rolling-out-jobs-are-not-chaning-much.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 09:15:52 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[deloitte]]></category>
		<category><![CDATA[enterpiseai]]></category>
		<category><![CDATA[ROI]]></category>
		<category><![CDATA[studies]]></category>
		<category><![CDATA[use]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65080</guid>

					<description><![CDATA[One read of this is that things are too slow. Another read is that things are going at exactly the pace you would expect. Success in software projects/strategies/iniatives is historically low. And changing people&#8217;s jobs and cross-organization process is fraught as well. So, read it from your vantage point of AI-hopeful, or AI-skeptic. Deloitte’s survey [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>One read of this is that things are too slow. Another read is that things are going at exactly the pace you would expect. Success in software projects/strategies/iniatives is <a href="https://cote.pizza/success/">historically low</a>. And changing people&#8217;s jobs and cross-organization process is fraught as well.</p>
<p>So, read it from your vantage point of AI-hopeful, or AI-skeptic.</p>
<p>Deloitte’s survey of 3,235 leaders across 24 countries finds worker access to AI up 50% in a year while 84% of companies have not redesigned a single job around it, and agentic AI scaling to 74% adoption in two years against only 21% with mature agent governance. The gap it names is between access and activation.</p>
<p>Related, <a href="https://ai.google/static/documents/GoogleATLASv1.pdf">a study from Google</a>: <span style="caret-color: rgb(10, 10, 10); font-family: "Times New Roman", Times, serif; font-size: 27.719999px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.3); -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 0); text-decoration: none; display: inline !important; float: none">AI has reached occupations covering 88% of US employment, and it is used for 21% of tasks in the median occupation that uses it at all.</span></p>
<p><em>Some of the above summarized by AI.</em></p>
<p>🔗 <a href="https://www.deloitte.com/us/en/what-we-do/capabilities/applied-artificial-intelligence/content/state-of-ai-in-the-enterprise.html?utm_source=cote">Enterprise AI usage slowly rolling out, jobs are not chaning much</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/23/enterprise-ai-usage-slowly-rolling-out-jobs-are-not-chaning-much.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65080</post-id>	</item>
		<item>
		<title>Pee Wee on Broadway, 2011</title>
		<link>https://cote.io/2026/09/23/pee-wee-on-broadway-2011.html</link>
					<comments>https://cote.io/2026/09/23/pee-wee-on-broadway-2011.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 07:52:40 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[peewee]]></category>
		<category><![CDATA[videos]]></category>
		<guid isPermaLink="false">https://cote.io/?p=65078</guid>

					<description><![CDATA[This is, of course, fun stuff for you Pee-Wee heads out here. 🔗 The Pee-Wee Herman Show on Broadway]]></description>
										<content:encoded><![CDATA[<p>This is, of course, fun stuff for you Pee-Wee heads out here.</p>
<p>🔗 <a href="https://www.youtube.com/watch?v=naq5bm9Ep6I">The Pee-Wee Herman Show on Broadway</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/23/pee-wee-on-broadway-2011.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">65078</post-id>	</item>
		<item>
		<title>Dutch sentiment on AI generated content</title>
		<link>https://cote.io/2026/09/22/dutch-sentiment-on-ai-generated-content.html</link>
					<comments>https://cote.io/2026/09/22/dutch-sentiment-on-ai-generated-content.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 14:22:58 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[nl]]></category>
		<category><![CDATA[sentiment]]></category>
		<category><![CDATA[surveys]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64918</guid>

					<description><![CDATA[77 percent of Dutch respondents want mandatory labels for AI-generated art. For one in three Dutch, discovering that a beautiful artwork is made by artificial intelligence feels like deception. 🔗 Survey: 77% of Dutch want clear labels for AI-generated art]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  77 percent of Dutch respondents want mandatory labels for AI-generated art. For one in three Dutch, discovering that a beautiful artwork is made by artificial intelligence feels like deception.
</p></blockquote>
<p>🔗 <a href="https://nltimes.nl/2026/09/21/survey-77-dutch-want-clear-labels-ai-generated-art">Survey: 77% of Dutch want clear labels for AI-generated art</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/22/dutch-sentiment-on-ai-generated-content.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64918</post-id>	</item>
		<item>
		<title>MCP in the front, CLI in the back</title>
		<link>https://cote.io/2026/09/22/mcp-in-the-front-cli-in-the-back.html</link>
					<comments>https://cote.io/2026/09/22/mcp-in-the-front-cli-in-the-back.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 12:18:11 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[entepriseai]]></category>
		<category><![CDATA[governance]]></category>
		<category><![CDATA[mcp]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64910</guid>

					<description><![CDATA[MCP is good when you want: &#8220;1. Control over exactly which external services it can access 2. A way to handle authentication that doesn&#8217;t allow the agent to directly access API keys 3. A sensible UI to allow users to connect and authenticate further services 4. Strong audit logging for what&#8217;s going on&#8221; Some real [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>MCP is good when you want:</p>
<blockquote><p>
  &#8220;1. Control over exactly which external services it can access 2. A way to handle authentication that doesn&#8217;t allow the agent to directly access API keys 3. A sensible UI to allow users to connect and authenticate further services 4. Strong audit logging for what&#8217;s going on&#8221;
</p></blockquote>
<p>Some real enterprise shit.</p>
<p>🔗 <a href="https://simonwillison.net/2026/Sep/20/hn-49779718/">MCP was always a bad idea?</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/22/mcp-in-the-front-cli-in-the-back.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64910</post-id>	</item>
		<item>
		<title>People in LinkedIn might be annoying, but they&#8217;re not cruel</title>
		<link>https://cote.io/2026/09/22/people-in-linkedin-might-be-annoying-but-theyre-not-cruel.html</link>
					<comments>https://cote.io/2026/09/22/people-in-linkedin-might-be-annoying-but-theyre-not-cruel.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 12:16:55 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[social]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64908</guid>

					<description><![CDATA[LinkedIn is tied to an actual identity, and people wanting act like employable adults. So it has less of the childish bullshit in other social media, and very little of the fun. Plus. Dramatic. Typing. 🔗 What is LinkedIn?]]></description>
										<content:encoded><![CDATA[<p>LinkedIn is tied to an actual identity, and people wanting act like employable adults. So it has less of the childish bullshit in other social media, and very little of the fun. Plus. Dramatic. Typing.</p>
<p>🔗 <a href="https://willd10.substack.com/p/what-is-linkedin?utm_campaign=post&#038;utm_medium=web">What is LinkedIn?</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/22/people-in-linkedin-might-be-annoying-but-theyre-not-cruel.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64908</post-id>	</item>
		<item>
		<title>programmers are managers now</title>
		<link>https://cote.io/2026/09/22/programmers-are-managers-now.html</link>
					<comments>https://cote.io/2026/09/22/programmers-are-managers-now.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 12:15:49 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[codegeneration]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sdlc]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64906</guid>

					<description><![CDATA[The central task becomes describing an objective precisely enough for the system to divide it, establishing the rules under which the agents operate, and judging whether their collective output belongs in the codebase. 🔗 Claude Code Turns Software Development Into a Management Job]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  The central task becomes describing an objective precisely enough for the system to divide it, establishing the rules under which the agents operate, and judging whether their collective output belongs in the codebase.
</p></blockquote>
<p>🔗 <a href="https://adtmag.com/articles/2026/09/21/claude-code-turns-software-development-into-a-management-job.aspx">Claude Code Turns Software Development Into a Management Job</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/22/programmers-are-managers-now.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64906</post-id>	</item>
		<item>
		<title>Relative to your interests, Monday</title>
		<link>https://cote.io/2026/09/21/relative-to-your-interests-monday-2.html</link>
					<comments>https://cote.io/2026/09/21/relative-to-your-interests-monday-2.html#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 13:03:52 +0000</pubDate>
				<category><![CDATA[newsletter]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64899</guid>

					<description><![CDATA[Also: decoupling self worth from paid labor, what is actually in those markdown files, what the normies think of AI, MCP as an interface contract that outlives the models, and how Casper mattresses bootstrapped the podcast industrial complex.]]></description>
										<content:encoded><![CDATA[<p><em>Also: decoupling self worth from paid labor, what is actually in those markdown files, what the normies think of AI, MCP as an interface contract that outlives the models, and how Casper mattresses bootstrapped the podcast industrial complex.</em></p>
<figure>
<img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/ai-in-the-cluster.png?w=600&#038;ssl=1"  alt="A diagram titled Agents in your CaaS: app builders push through Git, Jenkins and Helm to an image registry, Kubernetes, VMs, object and volume storage, networking and data services, with cartoon agent figures climbing, sleeping and stacking boxes across the platform, and a platform engineer shrugging beside a Blueprint box"/><br />
</figure>
<h2 id="icymi">ICYMI</h2>
<p><em>Original content published since last time.</em></p>
<ul>
<li><a href="https://www.softwaredefinedtalk.com/590?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">Transparency will save us &#8211; Software Defined Talk #590</a> &#8211; This week, we discuss AI doom odds, WordPress&#8217;s boardroom coup, and Meta&#8217;s Muse assistant. Plus, a robot vacuum fire scare.</li>
<li><a href="https://www.softwaredefinedinterviews.com/127?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">The KubeCon Drone Demo, CFP Reviewing at Scale, and the Agentic AI Foundation, with Lin Sun &#8211; Software Defined Interviews #127</a> &#8211; Lin Sun is Head of Open Source at Solo.io, a recent KubeCon + CloudNativeCon program co-chair, and an emeritus member of the CNCF Technical Oversight Committee.</li>
</ul>
<figure>
<img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/astronaut-architect.png?w=600&#038;ssl=1"  alt="A flat blue illustration of an astronaut floating upside down with a laptop, drawing a high-level architecture diagram on a whiteboard, surrounded by floating pages for UML, system context and a sequence diagram, a checklist reading strategy, roadmap, standards, synergies, question mark, and a mug reading Architect Beyond Reality"/><br />
</figure>
<h2 id="related-to-your-interests">Related to your interests</h2>
<ul>
<li><a href="https://tracydurnell.com/2026/09/07/working-less-decoupling-self-worth-from-paid-labor/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">Working less: decoupling self worth from paid labor</a> &#8211; People probably work too much.</li>
<li><a href="https://futurumgroup.com/insights/can-claude-for-financial-advisors-meet-practice-specific-needs/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">Can Claude for Financial Advisors Meet Practice-Specific Needs?</a> &#8211; What exactly is in those markdown files? And how to ROI them: &#8220;Measure whether preparation and follow-up become faster after including advisor review and corrections, and whether savings support additional client capacity.&#8221;</li>
<li><a href="https://www.pewresearch.org/global/2026/09/17/globally-more-people-expect-ai-to-cause-job-loss-than-growth/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">Globally, More People Expect AI to Cause Job Loss Than Growth</a> &#8211; Normies don&#8217;t like AI.</li>
<li><a href="https://www.oreilly.com/radar/the-interfaces-are-arriving/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">The Interfaces Are Arriving</a> &#8211; &#8220;For an engineering organization, the immediate consequence is reuse. An MCP server for an internal ticketing system can serve every compatible IDE, chat application, and agent. Models and hosts will keep changing; the interface contract, server implementation, schemas, and authorization wiring can endure. The integration becomes an asset shared across applications. Language servers followed the same path as editors came and went around them. Agent integrations deserve the same treatment as libraries and services, with owners, versions, tests, and upgrade policies.&#8221;</li>
<li><a href="https://cote.io/2026/09/21/bags.html?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">Yes, reusing bags forever is the idea</a>.</li>
<li><a href="https://cote.io/2026/09/21/casper-mattresses-and-podcast-history.html?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">Casper matresses boot-strapped the podcast industrial-complex.</a></li>
<li><a href="https://cote.io/2026/09/21/all-the-ai-found-bugs-microsoft-land.html?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">&#8220;I think it is safe to say that, as long as Microsoft is playing catch-up on patching vulnerabilities, numbers have lost all meaning&#8221;</a>.</li>
<li><a href="https://cote.io/2026/09/21/linkedin-is-the-new-social-network.html?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">LinkedIn is the new social network</a></li>
</ul>
<figure>
<img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/sad-carousel.png?w=600&#038;ssl=1"  alt="A flat blue illustration of a dimly lit carousel at night with three glum riders slumped on the horses, each resting their head on a hand, one of them a person with a horse's head"/><br />
</figure>
<h2 id="upcoming-talks">Upcoming Talks</h2>
<ul>
<li><a href="https://devopsdays.org/events/2026-prague/welcome/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">DevOpsDays Prague 2026</a> &#8211; Prague, Czechia, October 5th, 2026. &#8220;Here comes the normies &#8211; how DevOps can handle the flood of AI slop-apps&#8221;</li>
<li><a href="https://event.vmware.com/flow/vmware/eotfrankfurt26/site/page/home?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921&amp;utm_campaign=devrel">VMware Explore on Tour 2026</a> &#8211; Frankfurt, DE, October 10th, 2026. &#8220;Build a Platform That Developers Want to Use.&#8221;</li>
<li><a href="https://devopsdays.istanbul/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">DevOpsDays Istanbul 2026</a> &#8211; Istanbul, Turkey, October 24th, 2026. Keynote, title to come.</li>
<li><a href="https://event.vmware.com/flow/vmware/eotlondon26/site/page/home?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921&amp;utm_campaign=devrel">VMware Explore on Tour 2026</a> &#8211; London, November 18th, 2026. &#8220;Build a Platform That Developers Want to Use.&#8221;</li>
<li><a href="https://cloudnativedenmark.dk/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">Cloud Native Denmark 2026</a> &#8211; Copenhagen, Denmark, November 19th, 2026. &#8220;What goblins and druids can teach us about enterprise AI&#8221;</li>
<li><a href="https://buildstuff.events/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260921">Build Stuff 2026</a> &#8211; Vilnius, Lithuania, December 2nd-4th, 2026. &#8220;What goblins and druids can teach us about enterprise AI&#8221;</li>
</ul>
<hr />
<p><em>Want to subscribe to this newsletter and get it in your email? Do that <a href="https://cote.io/subscribe/">here</a>. You&#8217;ll just get this type of link and post round-up, not everything posted on <a href="https://cote.io/weblog/">the weblog</a>.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/21/relative-to-your-interests-monday-2.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64899</post-id>	</item>
		<item>
		<title>Left without comment</title>
		<link>https://cote.io/2026/09/21/left-without-comment-4.html</link>
					<comments>https://cote.io/2026/09/21/left-without-comment-4.html#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 12:59:12 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[wastebook]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64893</guid>

					<description><![CDATA[Why the people inside the AI bubble genuinely believe the machines might kill everyone, and, in Culture Corner, sweatpants.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><em>Why the people inside the AI bubble genuinely believe the machines might kill everyone, and, in Culture Corner, sweatpants.</em></p>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="1350" height="2000" data-attachment-id="64891" data-permalink="https://cote.io/2026/09/21/left-without-comment-4.html/the-milk-can-route-146-lincoln-rhode-island" data-orig-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/milk-can.jpg?fit=1350%2C2000&amp;ssl=1" data-orig-size="1350,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="The Milk Can, Route 146, Lincoln, Rhode Island" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/milk-can.jpg?fit=691%2C1024&amp;ssl=1" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/milk-can.jpg?resize=1350%2C2000&#038;ssl=1" alt="A roadside stand built as a giant white milk can with a rusted rim, standing on a small octagonal service building, Route 146, Lincoln, Rhode Island" class="wp-image-64891" srcset="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/milk-can.jpg?w=1350&amp;ssl=1 1350w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/milk-can.jpg?resize=203%2C300&amp;ssl=1 203w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/milk-can.jpg?resize=691%2C1024&amp;ssl=1 691w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/milk-can.jpg?resize=101%2C150&amp;ssl=1 101w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/milk-can.jpg?resize=768%2C1138&amp;ssl=1 768w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/milk-can.jpg?resize=1037%2C1536&amp;ssl=1 1037w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">The Milk Can, vertical view, Route 146, Lincoln, Rhode Island &#8211; <cite><a href="https://www.flickr.com/photos/library_of_congress/26514824709/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">The Library of Congress</a></cite></figcaption></figure>



<h2 id="agi-allegedly" class="wp-block-heading">AGI, allegedly</h2>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">I know it sounds very silly if you’re not in the AI bubble. But it really is true, and if you assume there has to be some different motive you’ll be deeply confused by what AI researchers say and do. They truly do believe that there is a reasonable chance that superintelligent AI will kill everyone.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://seangoedecke.com/they-really-do-think-ai-might-kill-everyone/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Sean Goedecke</a></cite>.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">If they’re going to be killer robots, I’d rather they be American killer robots than Chinese killer robots</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://www.profgmedia.com/p/oppenheimer-inc?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Sen. Ted Cruz</a>, 18 September 2026</cite>.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Calls mounted, as calls so often do, for Congress, or the president, or someone to impose meaningful regulation on the AI industry. These calls seemingly forgot that this government wouldn’t impose meaningful regulation on a Goldfish cracker unless the cracker had dropped some very woke TikToks.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://www.theringer.com/2026/09/17/tech/ai-doomsday-scenarios-bracket-anthropic-openai-jacob-coxon?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Brian Phillips</a>, 17 September 2026</cite>.</p>
</blockquote>



<h2 id="culture-corner" class="wp-block-heading">Culture Corner</h2>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="2000" height="1367" data-attachment-id="64892" data-permalink="https://cote.io/2026/09/21/left-without-comment-4.html/welcome-sign-flintstones-bedrock-city-valle-arizona" data-orig-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/bedrock-city.jpg?fit=2000%2C1367&amp;ssl=1" data-orig-size="2000,1367" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="Welcome sign, Flintstone&amp;#8217;s Bedrock City, Valle, Arizona" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/bedrock-city.jpg?fit=1024%2C700&amp;ssl=1" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/bedrock-city.jpg?resize=2000%2C1367&#038;ssl=1" alt="A yellow roadside billboard reading Yabba-Dabba-Doo means welcome to you, beside a life-size cut-out of Fred Flintstone waving, with a stone-wheeled cart on the ground, Bedrock City, Valle, Arizona" class="wp-image-64892" srcset="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/bedrock-city.jpg?w=2000&amp;ssl=1 2000w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/bedrock-city.jpg?resize=300%2C205&amp;ssl=1 300w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/bedrock-city.jpg?resize=1024%2C700&amp;ssl=1 1024w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/bedrock-city.jpg?resize=150%2C103&amp;ssl=1 150w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/bedrock-city.jpg?resize=768%2C525&amp;ssl=1 768w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/bedrock-city.jpg?resize=1536%2C1050&amp;ssl=1 1536w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">Welcome sign, Flintstone’s Bedrock City, Rts. 64 and 180, Valle, Arizona &#8211; <cite><a href="https://www.flickr.com/photos/library_of_congress/52426676127/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">The Library of Congress</a></cite></figcaption></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">I imagine that there must have been some point in human history when a man first realized that if he carried reading material into the bathroom, he could transform a basic biological process into an extended period of private leisure, and frankly, I would like to know more about this early iteration of man.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://oliviahowell.substack.com/p/we-need-to-talk-about-weaponized?r=2d4o&amp;utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Olivia Howell</a></cite>.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Sweatpants are a sign of defeat. You lost control of your life, so you bought some sweatpants.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://luxurylaunches.com/auctions/karl-lagerfeld-ipods-31012025.php?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Karl Lagerfeld</a></cite>.</p>
</blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/21/left-without-comment-4.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64893</post-id>	</item>
		<item>
		<title>LinkedIn is the new social network</title>
		<link>https://cote.io/2026/09/21/linkedin-is-the-new-social-network.html</link>
					<comments>https://cote.io/2026/09/21/linkedin-is-the-new-social-network.html#comments</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 05:16:05 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64889</guid>

					<description><![CDATA[This reflects the data above, LinkedIn is clearly a bigger source of traffic than X, which is far above bluesky (we can&#8217;t really assess Mastodon here, but I expect it would also be a very thin line). But even LinkedIn is a minor source of traffic compared to google. LinkedIn won the post-Twitter eyeball grab. [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  This reflects the data above, LinkedIn is clearly a bigger source of traffic than X, which is far above bluesky (we can&#8217;t really assess Mastodon here, but I expect it would also be a very thin line). But even LinkedIn is a minor source of traffic compared to google.
</p></blockquote>
<p>LinkedIn won the post-Twitter eyeball grab.</p>
<p>🔗 <a href="https://martinfowler.com/articles/2026-social-traffic.html">Social Media Engagement: summer 2026</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/21/linkedin-is-the-new-social-network.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64889</post-id>	</item>
		<item>
		<title>All the AI found bugs, Microsoft land.</title>
		<link>https://cote.io/2026/09/21/all-the-ai-found-bugs-microsoft-land.html</link>
					<comments>https://cote.io/2026/09/21/all-the-ai-found-bugs-microsoft-land.html#comments</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 05:15:31 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64887</guid>

					<description><![CDATA[These include 723 flaws in Windows, 111 in Office and Office 2016, 62 in SQL, and 22 in Developer Tools. Of these, over 110 shortcomings have been assigned a critical severity rating. Three prominent vulnerability types, namely privilege escalation, remote code execution, and information disclosure, account for nearly 90% of the flaws patched this month. [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  These include 723 flaws in Windows, 111 in Office and Office 2016, 62 in SQL, and 22 in Developer Tools. Of these, over 110 shortcomings have been assigned a critical severity rating. Three prominent vulnerability types, namely privilege escalation, remote code execution, and information disclosure, account for nearly 90% of the flaws patched this month. Along with Microsoft&#8217;s fixes for 25 non-Microsoft CVEs, the update brings the total number of vulnerabilities resolved to 999.</p>
<p>  September&#8217;s record-setting security updates come after Microsoft patched 457 vulnerabilities in August, 663 in July, 220 in June, and 161 in May.</p>
<p>  &#8220;At this scale, the challenge is not simply getting through the patch list but knowing what needs attention first,&#8221; Jack Bicer, director of vulnerability research at Action1, said. &#8220;With hundreds of updates landing at once, IT and security teams need to quickly separate the vulnerabilities that demand immediate action from those that can follow the normal deployment cycle.&#8221;</p>
<p>  &#8230;</p>
<p>  &#8220;I think it is safe to say that, as long as Microsoft is playing catch-up on patching vulnerabilities, numbers have lost all meaning,&#8221; Tyler Reguly, associate director of Security R&amp;D at Fortra, said.
</p></blockquote>
<p>🔗 <a href="https://thehackernews.com/2026/09/microsoft-patches-record-974-flaws.html?m=1">Microsoft Patches Record 974 Flaws, Including Two Exploited Windows Zero-Days</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/21/all-the-ai-found-bugs-microsoft-land.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64887</post-id>	</item>
		<item>
		<title>Casper mattresses and podcast history</title>
		<link>https://cote.io/2026/09/21/casper-mattresses-and-podcast-history.html</link>
					<comments>https://cote.io/2026/09/21/casper-mattresses-and-podcast-history.html#comments</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 05:14:23 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[podcasts]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64885</guid>

					<description><![CDATA[The podcast industry is supported by just a few whales of advertisers. In the beginning, the entire industry was propped up by benefactors that specialized in delivering email, for some reason. Then, of course, things evolved, and for some reason, it was companies that enabled listeners to obtain postage stamps. Soon after, it was the [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  The podcast industry is supported by just a few whales of advertisers. In the beginning, the entire industry was propped up by benefactors that specialized in delivering email, for some reason. Then, of course, things evolved, and for some reason, it was companies that enabled listeners to obtain postage stamps. Soon after, it was the direct-to-consumer underwear business, and then naturally, of course, the entire audio industry was propped up by mattresses for a solid couple of years. The fall of the house of Casper led to great chaos, in which any number of folk remedies, snake oil, mail-order powders and Gentlemen&#8217;s Aides moved in. Now, though, the most powerful person in podcasting is the woman who buys ads for BetterHelp, which has become the top podcast advertiser of all time, with $242 million spent on podcast ads since 2023, running ads on over 1,000 shows at any given moment.
</p></blockquote>
<p>🔗 <a href="https://www.numlock.com/p/numlock-news-september-4-2026-mercury">Numlock News: September 4, 2026</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/21/casper-mattresses-and-podcast-history.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64885</post-id>	</item>
		<item>
		<title>Bags</title>
		<link>https://cote.io/2026/09/21/bags.html</link>
					<comments>https://cote.io/2026/09/21/bags.html#comments</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 05:13:35 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[environmental]]></category>
		<category><![CDATA[publicpolicy]]></category>
		<category><![CDATA[studies]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64883</guid>

					<description><![CDATA[In total, Britain’s Environment Agency calculated that a conventional cotton bag needed to be reused 173 times to beat plastic. Denmark’s equivalent public body estimated a similar ratio. Sufficiently well-worn cotton tote bags can beat plastic for environmental cost, but only for the most consistent among us. Well, yeah. That&#8217;s exactly the idea. I&#8217;ve lived [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  In total, Britain’s Environment Agency calculated that a conventional cotton bag needed to be reused 173 times to beat plastic. Denmark’s equivalent public body estimated a similar ratio. Sufficiently well-worn cotton tote bags can beat plastic for environmental cost, but only for the most consistent among us.
</p></blockquote>
<p>Well, yeah. That&#8217;s exactly the idea. I&#8217;ve lived in plastic bag free societies for ten years now (Austin and The Netherlands). And, yes, you end up using the reusable bags more. Better (worse?), you reuse those thick-plastic ones over and over.</p>
<p>🔗 <a href="https://worksinprogress.co/issue/just-bury-your-trash/">Just bury your trash</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/21/bags.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64883</post-id>	</item>
		<item>
		<title>Globally, More People Expect AI to Cause Job Loss Than Growth</title>
		<link>https://cote.io/2026/09/18/globally-more-people-expect-ai-to-cause-job-loss-than-growth.html</link>
					<comments>https://cote.io/2026/09/18/globally-more-people-expect-ai-to-cause-job-loss-than-growth.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 18 Sep 2026 04:40:39 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[layoffs]]></category>
		<category><![CDATA[pew]]></category>
		<category><![CDATA[sentiment]]></category>
		<category><![CDATA[surveys]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/18/globally-more-people-expect-ai-to-cause-job-loss-than-growth.html</guid>

					<description><![CDATA[Normies don&#8217;t like AI. 🔗 Globally, More People Expect AI to Cause Job Loss Than Growth]]></description>
										<content:encoded><![CDATA[<p>Normies don&#8217;t like AI.</p>
<p>🔗 <a href="https://www.pewresearch.org/global/2026/09/17/globally-more-people-expect-ai-to-cause-job-loss-than-growth/">Globally, More People Expect AI to Cause Job Loss Than Growth</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/18/globally-more-people-expect-ai-to-cause-job-loss-than-growth.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64913</post-id>	</item>
		<item>
		<title>Can Claude for Financial Advisors Meet Practice-Specific Needs?</title>
		<link>https://cote.io/2026/09/18/can-claude-for-financial-advisors-meet-practice-specific-needs.html</link>
					<comments>https://cote.io/2026/09/18/can-claude-for-financial-advisors-meet-practice-specific-needs.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Fri, 18 Sep 2026 04:29:57 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[enterpriseai]]></category>
		<category><![CDATA[uses]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/18/can-claude-for-financial-advisors-meet-practice-specific-needs.html</guid>

					<description><![CDATA[What exactly is in those markdown files? And how to ROI them: &#8220;Measure whether preparation and follow-up become faster after including advisor review and corrections, and whether savings support additional client capacity.&#8221; 🔗 Can Claude for Financial Advisors Meet Practice-Specific Needs?]]></description>
										<content:encoded><![CDATA[<p>What exactly is in those markdown files? And how to ROI them: &#8220;Measure whether preparation and follow-up become faster after including advisor review and corrections, and whether savings support additional client capacity.&#8221;</p>
<p>🔗 <a href="https://futurumgroup.com/insights/can-claude-for-financial-advisors-meet-practice-specific-needs/">Can Claude for Financial Advisors Meet Practice-Specific Needs?</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/18/can-claude-for-financial-advisors-meet-practice-specific-needs.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64914</post-id>	</item>
		<item>
		<title>Left without comment</title>
		<link>https://cote.io/2026/09/17/left-without-comment-3.html</link>
					<comments>https://cote.io/2026/09/17/left-without-comment-3.html#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Thu, 17 Sep 2026 11:02:14 +0000</pubDate>
				<category><![CDATA[wastebook]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Quotes]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64866</guid>

					<description><![CDATA[Go headless for $550/seat.]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="2000" height="2000" data-attachment-id="64877" data-permalink="https://cote.io/reel-to-reel-icon-by-ahydra-noun-project-2" data-orig-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="Reel to Reel icon by Ahydra, Noun Project" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?fit=1024%2C1024&amp;ssl=1" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?resize=2000%2C2000&#038;ssl=1" alt="Line drawing of a reel-to-reel tape deck with two spools" class="wp-image-64877" srcset="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?w=2000&amp;ssl=1 2000w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-reel-to-reel-6013925-1.png?resize=50%2C50&amp;ssl=1 50w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">Reel-to-reel tape deck &#8211; <cite><a href="https://thenounproject.com/icon/reel-to-reel-6013925/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Ahydra</a>, Noun Project</cite></figcaption></figure>



<h2 id="salesforce-gives-up-the-gui-at-550-a-seat" class="wp-block-heading">Salesforce gives up the GUI, at $550 a seat</h2>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">We went from DOS to GUIs, and we went from GUIs to web, and we went from web to mobile. And today, you’re going to see&#8230; AI interfaces that are dynamic and intelligent, that are composable and alive.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://stratechery.com/2026/salesforce-ai-force-agents-as-ui-the-race-to-headless/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Marc Benioff</a>, 16 September 2026</cite></p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">All the better if you sell the abandonment of that moat as a fantastic new feature worth paying $550 a seat for before anyone realizes it’s going to be free.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://stratechery.com/2026/salesforce-ai-force-agents-as-ui-the-race-to-headless/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Ben Thompson</a>, 16 September 2026</cite>.</p>
</blockquote>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="2000" height="2000" data-attachment-id="64878" data-permalink="https://cote.io/arcade-game-icon-by-ahydra-noun-project-2" data-orig-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="Arcade game icon by Ahydra, Noun Project" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?fit=1024%2C1024&amp;ssl=1" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?resize=2000%2C2000&#038;ssl=1" alt="Line drawing of an upright arcade cabinet with a blank screen" class="wp-image-64878" srcset="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?w=2000&amp;ssl=1 2000w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-arcade-game-6013888-1.png?resize=50%2C50&amp;ssl=1 50w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">Upright arcade cabinet &#8211; <cite><a href="https://thenounproject.com/icon/arcade-game-6013888/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Ahydra</a>, Noun Project</cite></figcaption></figure>



<h2 id="the-agents-are-the-new-kingmakers" class="wp-block-heading">The agents are the new kingmakers</h2>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Agents are the new new kingmakers, but humans are still very very good at systems thinking, architecture, and creative thinking. I plan to recommit to writing more to help stake my claim, and help others navigate, this new frontier.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://redmonk.com/sogrady/2026/09/16/new-new-kingmakers/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Steve O’Grady</a>, 16 September 2026</cite>.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">agents are coming for software development and software development isn’t ready. burnout is real.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://bsky.app/profile/monkchips.com/post/3mvnhq4his22f?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">James Governor</a>, 16 September 2026</cite></p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">It makes sense that a lot of AI-generated code is duplication. Every time, I end up spending quite a few iterations telling agents to remove duplicate/redundant code. Engineers should be encouraged to use their own expertise to spot/prevent code that smells bad!</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://bsky.app/profile/lizrice.com/post/3mvms7hacms2i?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Liz Rice</a>, 16 September 2026</cite>. On the finding that AI coding has driven up code duplication.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">As owls leave an impression in the snow when they hunt, so do agent swarm attacks always leave behind a message board.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://bsky.app/profile/moultano.bsky.social/post/3mvnjxktyhk2o?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Ryan Moulton</a>, 16 September 2026</cite></p>
</blockquote>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="2000" height="2000" data-attachment-id="64879" data-permalink="https://cote.io/fan-icon-by-ahydra-noun-project-2" data-orig-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="Fan icon by Ahydra, Noun Project" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?fit=1024%2C1024&amp;ssl=1" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?resize=2000%2C2000&#038;ssl=1" alt="Line drawing of a three-blade extractor fan in a square housing" class="wp-image-64879" srcset="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?w=2000&amp;ssl=1 2000w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-fan-6013892-1.png?resize=50%2C50&amp;ssl=1 50w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">Boxed extractor fan &#8211; <cite><a href="https://thenounproject.com/icon/fan-6013892/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Ahydra</a>, Noun Project</cite></figcaption></figure>



<h2 id="meanwhile-in-ai-sentiment" class="wp-block-heading">Meanwhile, in AI-sentiment</h2>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">The robots will not be taking over. The AI will not be taking over.</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://politicalwire.com/2026/09/14/trump-calls-ai-warnings-a-hoax/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Donald Trump</a>, 14 September 2026</cite>.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">MF Doom &gt; p(doom)</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://bsky.app/profile/monkchips.com/post/3mvnf6cq36c2e?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">James Governor</a>, 16 September 2026</cite></p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">The model appeared defeated, spending the next several hours doing essentially nothing but farming potatoes.</p>



<p class="wp-block-paragraph"><cite>-Stephen Warwick, <em><a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/defeated-gpt-6-astra-model-spent-several-hours-just-farming-potatoes-after-being-blown-up-by-a-creeper-in-minecraft-openai-offering-gets-further-than-any-other-ai-system-in-141-hour-test?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Tom’s Hardware</a></em>, September 16th, 2026</cite>.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Several people have asked me what my [$4,000] robot is useful for, and the honest answer is not much.</p>



<p class="wp-block-paragraph"><cite>-Timothy B. Lee, <em><a href="https://arstechnica.com/gadgets/2026/09/i-spent-4000-on-a-robot-dog-from-china/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Ars Technica</a></em>, September 12th, 2026</cite>.</p>
</blockquote>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="2000" height="2000" data-attachment-id="64880" data-permalink="https://cote.io/oil-lamp-icon-by-ahydra-noun-project-2" data-orig-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="Oil lamp icon by Ahydra, Noun Project" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?fit=1024%2C1024&amp;ssl=1" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?resize=2000%2C2000&#038;ssl=1" alt="Line drawing of an oil lamp with a flame inside its glass chimney" class="wp-image-64880" srcset="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?w=2000&amp;ssl=1 2000w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-oil-lamp-6013912-1.png?resize=50%2C50&amp;ssl=1 50w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">Lit oil lamp &#8211; <cite><a href="https://thenounproject.com/icon/oil-lamp-6013912/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Ahydra</a>, Noun Project</cite></figcaption></figure>



<h2 id="and-finally" class="wp-block-heading">And, finally&#8230;</h2>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Anyway, I went to Helsinki my main takeaway, by the way, was FCUK ME do the Finns drink</p>



<p class="wp-block-paragraph"><cite>&#8211; <a href="https://webcurios.co.uk/webcurios-11-09-26/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Matt Muir</a>, <em>Web Curios</em>, 11 September 2026</cite></p>
</blockquote>



<figure class="wp-block-image size-large is-resized"><img data-recalc-dims="1" loading="lazy" decoding="async" width="2000" height="2000" data-attachment-id="64881" data-permalink="https://cote.io/monocle-icon-by-ahydra-noun-project-2" data-orig-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;alt&quot;:&quot;&quot;}" data-image-title="Monocle icon by Ahydra, Noun Project" data-image-description="" data-image-caption="" data-large-file="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?fit=1024%2C1024&amp;ssl=1" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?resize=2000%2C2000&#038;ssl=1" alt="Line drawing of a monocle with a looping beaded chain" class="wp-image-64881" srcset="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?w=2000&amp;ssl=1 2000w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/cote.io/wp-content/uploads/2026/09/noun-monocle-6013915-1.png?resize=50%2C50&amp;ssl=1 50w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">Monocle on a beaded chain &#8211; <cite><a href="https://thenounproject.com/icon/monocle-6013915/?utm_source=cote&amp;utm_medium=blog&amp;utm_content=left-without-comment">Ahydra</a>, Noun Project</cite></figcaption></figure>

]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/17/left-without-comment-3.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64866</post-id>	</item>
		<item>
		<title>Relative to your interests, Thursday</title>
		<link>https://cote.io/2026/09/17/relative-to-your-interests-thursday-3.html</link>
					<comments>https://cote.io/2026/09/17/relative-to-your-interests-thursday-3.html#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Thu, 17 Sep 2026 06:57:03 +0000</pubDate>
				<category><![CDATA[newsletter]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[openai]]></category>
		<category><![CDATA[tanzu]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64862</guid>

					<description><![CDATA[Also: sovereign agentic AI on Tanzu, TrueSource trusted artifacts, reverse engineering ChatGPT Work, agents that took over a wiki, accidental platforms, and a meeting that could have been an email.]]></description>
										<content:encoded><![CDATA[<p><em>Also: sovereign agentic AI on Tanzu, TrueSource trusted artifacts, reverse engineering ChatGPT Work, agents that took over a wiki, accidental platforms, and a meeting that could have been an email.</em></p>
<figure>
<img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/platform-engineer-shruggie.jpg?w=600&#038;ssl=1"  alt="Illustration of a person with a short undercut hairstyle sitting at a desk beside a monitor, shrugging with both palms turned up"/><br />
</figure>
<h2 id="icymi">ICYMI</h2>
<p><em>Original content published since last time.</em></p>
<ul>
<li><a href="https://www.softwaredefinedtalk.com/589?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">He’s the Heel &#8211; Software Defined Talk #589</a> &#8211; “This week, we discuss the VS Code documentary, Ed Zitron’s rise to fame, and a 10% AI extinction forecast. Plus, the NFL’s Australia travel gamble”</li>
</ul>
<figure>
<img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/centaur-programmer.jpg?w=600&#038;ssl=1"  alt="Illustration of a centaur - bearded man with a topknot from the waist up, horse's body below - standing at a desk typing on a keyboard in front of a monitor"/><br />
</figure>
<h2 id="related-to-your-interests">Related to your interests</h2>
<ul>
<li><a href="https://futurumgroup.com/insights/broadcom-builds-sovereign-agentic-ai-foundations-around-vmware-tanzu/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Broadcom Builds Sovereign Agentic AI Foundations Around VMware Tanzu</a> &#8211; “What Broadcom is doing with these announcements is to apply proven Cloud Foundry platform mechanics to autonomous AI by establishing a strict deny-by-default architecture. Under this runtime model, agents operate inside isolated, ephemeral sandboxes stripped of baseline networking, external API routing, and internet access until administrators explicitly configure service bindings.”</li>
<li><a href="https://www.theregister.com/virtualization/2026/08/31/broadcom-pledges-to-lock-down-open-source-python-java-libraries/5293454?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Broadcom pledges to lock down open source Python, Java libraries</a> &#8211; Padmanabhan said that promise means VMware will also provide “TrueSource trusted artifacts” for code that is not part of Spring, including the wider Java ecosystem, Python, and Node.js.</li>
<li><a href="https://simonwillison.net/2026/Aug/30/understanding-chatgpt-work/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Understanding ChatGPT Work</a> &#8211; Reverse engineering OpenAI’s sprawling agentic AI PaaS.</li>
<li><a href="https://siliconangle.com/2026/09/06/openai-to-set-misalignment-disclosure-rules-after-agents-took-over-a-wiki/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">OpenAI to set misalignment disclosure rules after agents took over a wiki</a></li>
<li><a href="https://www.theregister.com/ai-and-ml/2026/09/10/openais-website-hijacking-swarm-reached-far-further-than-we-thought/5295644?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">OpenAI’s website-hijacking swarm reached far further than we thought</a> &#8211; “The swarm wrote 54,250 ‘posts’ to the page in a single day. Some of these posts contained stolen API keys from the FBI and other criminal justice agencies, which the agents used to retrieve a bunch of (non-confidential) information.”</li>
<li><a href="https://newsletter.pragmaticengineer.com/p/openai-software-factory?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Inside OpenAI’s agentic software factory</a> &#8211; “We’re talking about roughly a 10x increase in load on some systems. At most companies, that kind of growth might happen over two or three years. At OpenAI, we see it in about six months.”</li>
<li><a href="https://www.ciodive.com/news/global-ai-spend-nearly-double-2026-infrastructure-demand/830592/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Global AI spend will nearly double in 2026 due to infrastructure demand</a> &#8211; “Global AI spend is forecasted to total $2.7 trillion this year, representing a 49.5% increase year over year… The amount of money that is going into AI infrastructure &#8211; the chips that are being made, the servers that are being bought, the data centers that are being built, the power, utilities, cooling that are going along with it &#8211; represent the largest infrastructure project humanity has ever undertaken.”</li>
<li><a href="https://www.theregister.com/ai-and-ml/2026/09/14/ai-and-its-main-promoters-are-not-enterprise-ready-says-gartner/5296074?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">AI and its main promoters are not enterprise-ready, says Gartner</a> &#8211; “Trust in these vendors is not warranted yet. They are not enterprise grade. They don’t understand enterprise terms and conditions. They don’t understand enterprise liability. They don’t understand enterprise you know consistency and continuity… If you decide to stay with the first version of a model, they’re not going to be paying attention to you very much. That alone says they’re not enterprise ready.” Daryl Plummer, Gartner, September, 2026z</li>
<li><a href="https://restofworld.org/2026/global-workers-using-ai-at-work/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">How people around the world use AI at work</a> &#8211; Meanwhile, people are using AI to help their small businesses.</li>
<li><a href="https://moldandyeast.substack.com/p/slop-is-really-good-now-slop-is-where?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Slop Is Really Good Now. Slop Is Where We Start Now</a> &#8211; “When the baseline is good enough, being intentional about which aspects need to be great is the whole job. The floor is rising; our job is to spot how to raise it further. Design here is knowing how to articulate and leverage craft. That’s a real opportunity for designers to be articulate, and to work together with AI to change the outcome.”</li>
<li><a href="https://charity.wtf/p/confessions-of-an-unrepentant-slop?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Confessions of an Unrepentant Slop Snob</a> &#8211; Good things are good, and bad things are bad.</li>
<li><a href="https://shiftmag.dev/only-7-of-organizations-using-kubernetes-for-ai-do-so-daily-12086/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Only 7% of Organizations Using Kubernetes for AI Do So Daily</a> &#8211; “The problem appears when AI workloads enter that mature infrastructure. According to the figures Katie presented, 66% of organizations are already deploying AI workloads on Kubernetes. But only 7% are doing it daily, while 47% deploy them occasionally. Of the organizations using Kubernetes for AI, 23% have fully adopted the Kubernetes stack and 43% have partially adopted it… 98% of organizations trust Kubernetes with their infrastructure, two thirds have tried running AI on it, and almost nobody operates it continuously.”</li>
<li><a href="https://www.syntasso.io/post/introducing-ske-lift-discover-the-platform-hidden-in-your-existing-infrastructure?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Introducing SKE Lift: Discover the Platform Hidden in Your Existing Infrastructure</a> &#8211; Find your accidental platforms. You always have a platform, and if you don’t have it on purpose, you have a bunch of garbage platforms.</li>
<li><a href="https://www.ciodive.com/news/IT-sector-hires-comptia-august/829851/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Tech sector continues to shed workers amid AI shift</a></li>
<li><a href="https://www.ciodive.com/news/AI-replaced-workers-rehired-gartner/830426/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">One-third of AI-replaced workers will be rehired by 2029: Gartner</a> &#8211; “The consulting firm predicts that by 2029, 30% of employees laid off due to replacement by AI will need to be rehired, likely at a significantly higher cost.”</li>
<li><a href="https://beccaselah.substack.com/p/woman-in-tech?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Woman in tech</a> &#8211; “Now I was the one talking over people in meetings, saying no without explanation, and writing short emails without exclamation points, often while wearing the same Patagonia vest… It’s hard to question a strategy while it’s working.”</li>
<li><a href="https://martinfowler.com/articles/never-send-slides/need-presentation.html?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Do you even need a presentation?</a> &#8211; This meeting could have been an email.</li>
<li><a href="https://www.wallpaper.com/design-interiors/labirinto-borges-venice-reopening?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Borges Labyrinth in Venice reopens to the public</a></li>
<li><a href="https://walzr.com/kids-trends/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917#trend=Baby%20Yoda">Kids Trends</a> &#8211; When was peak Baby Yoda?</li>
</ul>
<h2 id="upcoming-talks">Upcoming Talks</h2>
<ul>
<li><a href="https://events.linuxfoundation.org/cloud-foundry-summit/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Cloud Foundry Summit 2026</a> &#8211; Heidelberg, Germany, September 21st, 2026. “Making and Maintaining the Case to Stay on Cloud Foundry”</li>
<li><a href="https://devopsdays.org/events/2026-prague/welcome/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">DevOpsDays Prague 2026</a> &#8211; Prague, Czechia, October 5th, 2026. “Here comes the normies &#8211; how DevOps can handle the flood of AI slop-apps”</li>
<li><a href="https://devopsdays.istanbul/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">DevOpsDays Istanbul 2026</a> &#8211; Istanbul, Turkey, October 24th, 2026. Keynote, title to come.</li>
<li><a href="https://cloudnativedenmark.dk/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Cloud Native Denmark 2026</a> &#8211; Copenhagen, Denmark, November 19th, 2026. “What goblins and druids can teach us about enterprise AI”</li>
<li><a href="https://buildstuff.events/?utm_source=cote&amp;utm_medium=newsletter&amp;utm_content=newsletter20260917">Build Stuff 2026</a> &#8211; Vilnius, Lithuania, December 2nd-4th, 2026. “What goblins and druids can teach us about enterprise AI”</li>
</ul>
<figure>
<img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cote.io/wp-content/uploads/2026/09/horse-head-programmer.jpg?w=600&#038;ssl=1"  alt="Illustration of a person with a horse's head, wearing a hoodie, sitting in an office chair and typing at a desk in front of a monitor"/><br />
</figure>
<h2 id="logoff">Logoff</h2>
<p>It’s the travel season all of the sudden. <em>Work</em> travel season. As you can see, I have several speaking slots above, some new presentations, etc.</p>
<hr />
<p><em>Want to subscribe to this newsletter and get it in your email? Do that <a href="https://cote.io/subscribe/">here</a>. You’ll just get this type of link and post round-up, not everything posted on <a href="https://cote.io/weblog/">the weblog</a>.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/17/relative-to-your-interests-thursday-3.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64862</post-id>	</item>
		<item>
		<title>These AI companies aren&#8217;t serious people w/r/t &#8220;Enterprise&#8221;</title>
		<link>https://cote.io/2026/09/17/these-ai-companies-arent-serious-people-w-r-t-enterprise.html</link>
					<comments>https://cote.io/2026/09/17/these-ai-companies-arent-serious-people-w-r-t-enterprise.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 17 Sep 2026 06:16:02 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[enterpiseai]]></category>
		<category><![CDATA[Gartner]]></category>
		<category><![CDATA[without-comment]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64857</guid>

					<description><![CDATA[Trust in these vendors is not warranted yet. They are not enterprise grade. They don&#8217;t understand enterprise terms and conditions. They don&#8217;t understand enterprise liability. They don&#8217;t understand enterprise you know consistency and continuity&#8230; If you decide to stay with the first version of a model, they&#8217;re not going to be paying attention to you [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  Trust in these vendors is not warranted yet. They are not enterprise grade. They don&#8217;t understand enterprise terms and conditions. They don&#8217;t understand enterprise liability. They don&#8217;t understand enterprise you know consistency and continuity&#8230; If you decide to stay with the first version of a model, they&#8217;re not going to be paying attention to you very much. That alone says they&#8217;re not enterprise ready.&#8221; <cite>Daryl Plummer, Gartner, September, 2026z</cite>
</p></blockquote>
<p>🔗 <a href="https://www.theregister.com/ai-and-ml/2026/09/14/ai-and-its-main-promoters-are-not-enterprise-ready-says-gartner/5296074">AI and its main promoters are not enterprise-ready, says Gartner</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/17/these-ai-companies-arent-serious-people-w-r-t-enterprise.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64857</post-id>	</item>
		<item>
		<title>How much AI runs on Kubernetes?</title>
		<link>https://cote.io/2026/09/17/how-much-ai-runs-on-kubernetes.html</link>
					<comments>https://cote.io/2026/09/17/how-much-ai-runs-on-kubernetes.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 17 Sep 2026 06:13:33 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[enterpriseai]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[surveys]]></category>
		<category><![CDATA[usage]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64855</guid>

					<description><![CDATA[The problem appears when AI workloads enter that mature infrastructure. According to the figures Katie presented, 66% of organizations are already deploying AI workloads on Kubernetes. But only 7% are doing it daily, while 47% deploy them occasionally. Of the organizations using Kubernetes for AI, 23% have fully adopted the Kubernetes stack and 43% have [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  The problem appears when AI workloads enter that mature infrastructure. According to the figures Katie presented, 66% of organizations are already deploying AI workloads on Kubernetes. But only 7% are doing it daily, while 47% deploy them occasionally. Of the organizations using Kubernetes for AI, 23% have fully adopted the Kubernetes stack and 43% have partially adopted it&#8230; 98% of organizations trust Kubernetes with their infrastructure, two thirds have tried running AI on it, and almost nobody operates it continuously.
</p></blockquote>
<p>🔗 <a href="https://shiftmag.dev/only-7-of-organizations-using-kubernetes-for-ai-do-so-daily-12086/">Only 7% of Organizations Using Kubernetes for AI Do So Daily</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/17/how-much-ai-runs-on-kubernetes.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64855</post-id>	</item>
		<item>
		<title>Luke Kanies on Puppet history</title>
		<link>https://cote.io/2026/09/17/luke-kanies-on-puppet-history.html</link>
					<comments>https://cote.io/2026/09/17/luke-kanies-on-puppet-history.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 17 Sep 2026 06:03:17 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[Puppet]]></category>
		<category><![CDATA[startups]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/17/luke-kanies-on-puppet-history.html</guid>

					<description><![CDATA[I was a founder, fired by my board, for far less egregious sins than Matt (I dared to let growth sink to 70% annually &#8211; and I was dumb enough to hire a COO with no loyalty). 🔗 Luke Kanies on Puppet history]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  I was a founder, fired by my board, for far less egregious sins than Matt (I dared to let growth sink to 70% annually &#8211; and I was dumb enough to hire a COO with no loyalty).
</p></blockquote>
<p>🔗 <a href="https://hachyderm.io/@lkanies/117273518118115067">Luke Kanies on Puppet history</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/17/luke-kanies-on-puppet-history.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64912</post-id>	</item>
		<item>
		<title>One-third of AI-replaced workers will be rehired by 2029: Gartner</title>
		<link>https://cote.io/2026/09/17/one-third-of-ai-replaced-workers-will-be-rehired-by-2029-gartner.html</link>
					<comments>https://cote.io/2026/09/17/one-third-of-ai-replaced-workers-will-be-rehired-by-2029-gartner.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 17 Sep 2026 05:41:32 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[enterpriseai]]></category>
		<category><![CDATA[Gartner]]></category>
		<category><![CDATA[layoffs]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/17/one-third-of-ai-replaced-workers-will-be-rehired-by-2029-gartner.html</guid>

					<description><![CDATA[The consulting firm predicts that by 2029, 30% of employees laid off due to replacement by AI will need to be rehired, likely at a significantly higher cost. 🔗 One-third of AI-replaced workers will be rehired by 2029: Gartner]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  The consulting firm predicts that by 2029, 30% of employees laid off due to replacement by AI will need to be rehired, likely at a significantly higher cost.
</p></blockquote>
<p>🔗 <a href="https://www.ciodive.com/news/AI-replaced-workers-rehired-gartner/830426/">One-third of AI-replaced workers will be rehired by 2029: Gartner</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/17/one-third-of-ai-replaced-workers-will-be-rehired-by-2029-gartner.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64915</post-id>	</item>
		<item>
		<title>Enterprise AI spending</title>
		<link>https://cote.io/2026/09/17/enterprise-ai-spending.html</link>
					<comments>https://cote.io/2026/09/17/enterprise-ai-spending.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Thu, 17 Sep 2026 05:26:55 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[forecasts]]></category>
		<category><![CDATA[IDC]]></category>
		<category><![CDATA[spending]]></category>
		<guid isPermaLink="false">https://cote.io/?p=64853</guid>

					<description><![CDATA[Global AI spend is forecasted to total $2.7 trillion this year, representing a 49.5% increase year over year&#8230; The amount of money that is going into AI infrastructure — the chips that are being made, the servers that are being bought, the data centers that are being built, the power, utilities, cooling that are going [&#8230;]]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  Global AI spend is forecasted to total $2.7 trillion this year, representing a 49.5% increase year over year&#8230; The amount of money that is going into AI infrastructure — the chips that are being made, the servers that are being bought, the data centers that are being built, the power, utilities, cooling that are going along with it — represent the largest infrastructure project humanity has ever undertaken.
</p></blockquote>
<p>🔗 <a href="https://www.ciodive.com/news/global-ai-spend-nearly-double-2026-infrastructure-demand/830592/">Global AI spend will nearly double in 2026 due to infrastructure demand</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/17/enterprise-ai-spending.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64853</post-id>	</item>
		<item>
		<title>Inside OpenAI&#8217;s agentic software factory</title>
		<link>https://cote.io/2026/09/16/inside-openais-agentic-software-factory.html</link>
					<comments>https://cote.io/2026/09/16/inside-openais-agentic-software-factory.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Wed, 16 Sep 2026 11:02:19 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[cases]]></category>
		<category><![CDATA[codegeneration]]></category>
		<category><![CDATA[openai]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sdlc]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/16/inside-openais-agentic-software-factory.html</guid>

					<description><![CDATA[We&#8217;re talking about roughly a 10x increase in load on some systems. At most companies, that kind of growth might happen over two or three years. At OpenAI, we see it in about six months. 🔗 Inside OpenAI&#8217;s agentic software factory]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  We&#8217;re talking about roughly a 10x increase in load on some systems. At most companies, that kind of growth might happen over two or three years. At OpenAI, we see it in about six months.
</p></blockquote>
<p>🔗 <a href="https://newsletter.pragmaticengineer.com/p/openai-software-factory">Inside OpenAI&#8217;s agentic software factory</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/16/inside-openais-agentic-software-factory.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64916</post-id>	</item>
		<item>
		<title>Confessions of an Unrepentant Slop Snob</title>
		<link>https://cote.io/2026/09/15/confessions-of-an-unrepentant-slop-snob.html</link>
					<comments>https://cote.io/2026/09/15/confessions-of-an-unrepentant-slop-snob.html#respond</comments>
		
		<dc:creator><![CDATA[Coté]]></dc:creator>
		<pubDate>Tue, 15 Sep 2026 06:08:23 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[slop]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/15/confessions-of-an-unrepentant-slop-snob.html</guid>

					<description><![CDATA[Good things are good, and bad things are bad. 🔗 Confessions of an Unrepentant Slop Snob]]></description>
										<content:encoded><![CDATA[<p>Good things are good, and bad things are bad.</p>
<p>🔗 <a href="https://charity.wtf/p/confessions-of-an-unrepentant-slop">Confessions of an Unrepentant Slop Snob</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/15/confessions-of-an-unrepentant-slop-snob.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64917</post-id>	</item>
		<item>
		<title>How people around the world use AI at work</title>
		<link>https://cote.io/2026/09/14/how-people-around-the-world-use-ai-at-work-2.html</link>
					<comments>https://cote.io/2026/09/14/how-people-around-the-world-use-ai-at-work-2.html#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Mon, 14 Sep 2026 13:04:55 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[globo]]></category>
		<category><![CDATA[uses]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/14/how-people-around-the-world-use-ai-at-work-2.html</guid>

					<description><![CDATA[Meanwhile, people are using AI to help their small businesses. 🔗 How people around the world use AI at work]]></description>
										<content:encoded><![CDATA[<p>Meanwhile, people are using AI to help their small businesses.</p>
<p>🔗 <a href="https://restofworld.org/2026/global-workers-using-ai-at-work/?utm_source=cote&amp;utm_medium=blog">How people around the world use AI at work</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/14/how-people-around-the-world-use-ai-at-work-2.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64926</post-id>	</item>
		<item>
		<title>OpenAI&#8217;s website-hijacking swarm reached far further than we thought</title>
		<link>https://cote.io/2026/09/14/openai-s-website-hijacking-swarm-reached-far-further-than-we-thought.html</link>
					<comments>https://cote.io/2026/09/14/openai-s-website-hijacking-swarm-reached-far-further-than-we-thought.html#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Mon, 14 Sep 2026 04:15:41 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[incidents]]></category>
		<category><![CDATA[openai]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/14/openai-s-website-hijacking-swarm-reached-far-further-than-we-thought.html</guid>

					<description><![CDATA[The swarm wrote 54,250 &#8216;posts&#8217; to the page in a single day. Some of these posts contained stolen API keys from the FBI and other criminal justice agencies, which the agents used to retrieve a bunch of (non-confidential) information. 🔗 OpenAI&#8217;s website-hijacking swarm reached far further than we thought]]></description>
										<content:encoded><![CDATA[<blockquote><p>
  The swarm wrote 54,250 &#8216;posts&#8217; to the page in a single day. Some of these posts contained stolen API keys from the FBI and other criminal justice agencies, which the agents used to retrieve a bunch of (non-confidential) information.
</p></blockquote>
<p>🔗 <a href="https://www.theregister.com/ai-and-ml/2026/09/10/openais-website-hijacking-swarm-reached-far-further-than-we-thought/5295644?utm_source=cote&amp;utm_medium=blog">OpenAI&#8217;s website-hijacking swarm reached far further than we thought</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/14/openai-s-website-hijacking-swarm-reached-far-further-than-we-thought.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64927</post-id>	</item>
		<item>
		<title>Kay Nielsen&#8217;s Grimm Fairy Tales</title>
		<link>https://cote.io/2026/09/13/kay-nielsen-s-grimm-fairy-tales.html</link>
					<comments>https://cote.io/2026/09/13/kay-nielsen-s-grimm-fairy-tales.html#respond</comments>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 12:54:44 +0000</pubDate>
				<category><![CDATA[Found]]></category>
		<category><![CDATA[inspiration]]></category>
		<guid isPermaLink="false">https://cote.io/2026/09/13/kay-nielsen-s-grimm-fairy-tales.html</guid>

					<description><![CDATA[Colour plates from Kay Nielsen&#8217;s 1925 Hansel and Gretel and Other Stories, an illustrated edition of the Grimm brothers&#8217; tales, with links to view or download the whole book. Summarized by AI. 🔗 Kay Nielsen&#8217;s Grimm Fairy Tales]]></description>
										<content:encoded><![CDATA[<p>Colour plates from Kay Nielsen&#8217;s 1925 Hansel and Gretel and Other Stories, an illustrated edition of the Grimm brothers&#8217; tales, with links to view or download the whole book.</p>
<p><em>Summarized by AI.</em></p>
<p>🔗 <a href="https://www.johncoulthart.com/feuilleton/2015/01/23/kay-nielsens-grimm-fairy-tales/?utm_source=cote&amp;utm_medium=blog">Kay Nielsen&#8217;s Grimm Fairy Tales</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://cote.io/2026/09/13/kay-nielsen-s-grimm-fairy-tales.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64928</post-id>	</item>
	</channel>
</rss>