weekend ai reads for 2026-03-06

📰 ABOVE THE FOLD: LEADING BLINDLY

Today’s startup competitors might move faster than their predecessors — but they’re much less prepared for the long term.

The opposition appeared overwhelming: Tens of thousands of emails poured into Southern California's top air pollution authority as its board weighed a June proposal to phase out gas-powered appliances. But in reality, many of the messages that may have swayed the powerful regulatory agency to scrap the plan were generated by a platform that is powered by artificial intelligence.

Salesforce CEO Shifts AI Strategy as OpenAI Threat Looms / The Information (paywalled) (8 minute read)

The strategy shift shows how Salesforce is still trying to figure out how to incorporate fast-emerging AI into its products. Benioff spent much of last year characterizing AI models from OpenAI and others as commodities while saying Salesforce had a pole position to sell AI to large companies because many already stored critical data on its servers.

At last year’s Dreamforce, he even took a shot at OpenAI, saying many customers were having trouble getting OpenAI models sold by Microsoft to produce accurate results, compared to Salesforce’s AI tools. (Ironically, Agentforce also relies in part on OpenAI technology).

Since then, more corporate workers have been using ChatGPT to increase their productivity. OpenAI has projected $400 million in revenue this year and $1 billion next year from corporate customers that use an enterprise version of the chatbot, though millions of other workers pay for individual ChatGPT subscriptions. Salesforce doesn’t break out Agentforce revenue, and Salesforce shares are down 29% this year on concerns about its ability to generate revenue and profits from AI.

While AI models can process large amounts of data, Khosrowshahi said that they still struggle to process and make choices based on new information — something that executives like him have to do.

  • mm-hmm

 

📻 QUOTES OF THE WEEK

Nobody gets promoted for the complexity they avoided.

Matheus Lima (source)

 

The presence of a parent remakes a child, transforms them back into a child.

Derek Thompson (source)

 

👥 FOR EVERYONE

I Taught My Dog to Vibe Code Games / Caleb Leak (16 minute read)

If there’s a takeaway beyond the spectacle, it’s this: the bottleneck in AI-assisted development isn’t the quality of your ideas - it’s the quality of your feedback loops. The games got dramatically better not when I improved the prompt, but when I gave Claude the ability to screenshot its own work, play-test its own levels, and lint its own scene files.

“Hey AI, buy my vitamins” / Ideo (14 minute read)

Authentic engagement is becoming increasingly important as AI increasingly commoditizes products and distribution. To go to market, we believe that a company’s only true competitive moat is brand belonging, community, and creating an authentic place for people to show up and be creative.‍

The paradox crystalizes: tools marketed as democratization require more technical knowledge than traditional workflows, not less. You need to understand prompt engineering, debug AI-generated output, recognize when the AI is hallucinating, and know enough about technical constraints to evaluate whether what the AI produces is actually feasible.

These modern systems are developed to sound human, natural, and conversational. Unfortunately this seems to come at the expense of accuracy. In my testing, both models had a tendency to skip words, read numbers incorrectly, chop off short utterances, and ignore prosody hints from text punctuation

Switch to Claude without starting over / Anthropic (3 minute read)

You’ve spent months teaching another AI how you work. That context shouldn’t disappear because you want to try something new. Claude can import what matters, so your first conversation feels like your hundredth.

The happiest I’ve ever been / Ben Wallace (6 minute read)

For years, you’ve sat in front of a rectangle, moving tinier rectangles, only to learn that AI can now move those rectangles 10x better. As someone outside the equity class, you begin to wonder what your role is in this new paradigm. And whether rectangles were ever your ticket to happiness in the first place.

 

📚 FOUNDATIONS

AI Taxonomy — An Operational Framework for Precision in AI Discourse / Narain Jashanmal, Dropleaf (4 minute read)

“AI” has become semantically meaningless. The term now encompasses everything from a regression model to an autonomous robot, creating confusion in strategic discussions, partner conversations, and product positioning. This taxonomy provides a functional framework based on what the AI actually does, not what technique it uses.

Introduction to PyTorch / 0 byte (13 minute read)

Tensor is a specialised container for those numbers. You might know tensors from maths or physics, but in machine learning, a tensor is simply PyTorch’s data type for storing numbers. Think of it like a more powerful version of a list or array. Tensors hold your training data and the weights your model learns.

Newly released benchmark data illustrates just how aggressively these compact models are competing with—and often exceeding—much larger industry standards. The Qwen3.5-9B and Qwen3.5-4B variants demonstrate a cross-generational leap in efficiency, particularly in multimodal and reasoning tasks.

  • our experience is the Qwen models are better than gpt-oss-120B (already a low bar, relative to the frontier models) for a narrow set of use cases

  • via chris, related, Meet the open-source device challenging Big Tech’s AI monopoly — A new device unveiled in India shows how AI systems can run locally, support diverse languages, and reduce dependence on proprietary models. / Rest of World (6 minute read)

 

🚀 FOR LEADERS

What CEOs Should Look For in an AI-First Chief Transformation Officer [PDF] / Boston Consulting Group (5 minute read)

The defining characteristic of any CTrO—including an AI-first one—is a willingness to work toward their own obsolescence. Rather than accumulating scope or authority, they focus on embedding AI capabilities into the business, strengthening collaboration between technology and line leaders, and leaving behind an operating model that can sustain progress without constant intervention. In AI transformations, this long-term orientation is often the clearest signal that change will endure and real value will be delivered.

  • ahem

Defining a CIO playbook on agentic AI / Ernst & Young (13 minute read)

As traditional enterprise systems give way to agent-driven workflows, leaders must rethink how to structure teams and deliver work.

AI Customer Support Chatbot: A Reality Check / Tobias Zwingmann (9 minute read)

So what do customer support chatbots actually look like in the real world?

First – forget the “starting at $49/month” pricing you see on SaaS landing pages. That gets you a widget on your website. It doesn’t get you a system that actually resolves customer issues.

 

🎓 FOR EDUCATORS

As hundreds of schools implement an automated monitoring tool, educators say that students can find talking to a chatbot ‘more natural’ than confiding in a human

AI Challenges Core Assumptions in Education — We need to rethink student assessment, AI literacy, and technology’s usefulness, according to experts at the recent AI+Education Summit. / Human-Centered Artificial Intelligence, Stanford University (9 minute read)

To test whether this kind of pedagogically aligned AI interaction style translates into better learning outcomes, we ran a randomized study with over 300 college students preparing for neuroscience and microeconomics exams. While analysis is still underway, early results give us confidence that a pedagogically aligned AI interaction style, encouraged through features like study mode, can improve learning outcomes. But this research also surfaced an important reality: what really matters is whether the gains and associated productive behaviors remain durable over time.

Hey Maestro — AI Teaching Partner for Educators

You know your students. You know your subject. Maestro handles the complexity of putting the two together — so you can focus on what you actually do in the room.

  • not tested; enter your email for early access … and let us know

 

📊 FOR TECHNOLOGISTS

I’m a cheapskate
I learn by failing
I love putting these elegant puzzles together
Friction is a clue something needs to be redesigned
Coding is my trauma Tetris
I’m afraid of making stuff that looks like everybody else’s

Some solutions need brooding
Friction sometimes helps me realize the idea is actually bad

It is very easy to accumulate tech debt with random PM pet features. Remember that even diffs to intern tools can break prod!

How to write a good spec for AI agents — How to structure, plan, and iterate for high-performance coding agents / Elevate, Substack, archive (37 minute read)

Claude Code builds, not buys. … When asked “add feature flags,” it builds a config system with env vars and percentage-based rollout instead of recommending LaunchDarkly. When asked “add auth” in Python, it writes JWT + bcrypt from scratch. When it does pick a tool, it picks decisively: GitHub Actions 94%, Stripe 91%, shadcn/ui 90%.

Popular SaaS categories for investors now include startups building AI-native infrastructure, vertical SaaS with proprietary data, systems of action (those helping users complete tasks), and platforms deeply embedded in mission-critical workflows, according to Aaron Holiday, a managing partner at 645 Ventures.

But he also gave a list of companies that are considered quite boring to investors these days: startups building thin workflow layers, generic horizontal tools, light product management, and surface-level analytics — basically, anything an AI agent can now do.

  • that list gets longer every day

 

🎉 FOR FUN

Stevos GenAI Blocklist — Filter list for uBlock Origin to block website features that use Generative AI / Stevoisiak, GitHub (5 minute read)

  • if nothing else, it will make browsing feel snappier

AI Baby Dance Video Maker — The easiest way to animate baby photos online.

Your conversations can be translated in real time, just by calling from any phone on our network. No apps, and no fees. Your voice. 50+ languages. Just talk and connect.

  • depending on how you feel about T-Mobile (explicitly) monitoring your calls, this will probably feel as futuristic as it does in your AirPods

 

🧿 AI-ADJACENT

Instead of assuming that service or org transformation is always the answer, it’s worth pausing to explore which of these levels would provide the most value for your organisation, and whether you have the conditions in place to make change happen at the relevant level.

Is Age Verification a Trap? — Verifying user’s ages undermines everyone’s data protection / IEEE Spectrum (15 minute read)