Friday, June 05, 2026

AI: Organizational Singularity

Organizational Singularity · The Pilot Cohort · OpenExO


The New Era of Jobs: Organizational Singularity | EP #258 - YouTube

This episode of Moonshots features Peter Diamandis and Salim Ismail discussing the Organizational Singularity—the transition from traditional, hierarchy-based companies to AI-native, agentic workflows.

Key Takeaways:

  • The Shift from Hierarchy to Intelligence: Traditional 20th-century organizational structures, based on Ronald Coase’s theory of the firm, are becoming obsolete (4:02-5:38). Future organizations must be architected around agentic AI and intelligence rather than human coordination layers (0:40-0:59).
  • The Fiduciary Wedge: As coordination and execution costs approach zero due to AI, the organization's primary remaining role is to act as a legal, fiduciary, and liability container (6:30-7:23).
  • ExO 3.0 Architecture: Ismail introduces a new model where the Massive Transformative Purpose (MTP) serves as an operational protocol, supported by an intelligence stack (sensing, interpretation, decision-making, and orchestration) (11:00-12:30).
  • The Rewrite Methodology: To transition, companies should not attempt to "fix" their existing structure. Instead, they should:
    1. Perform backcasting to envision the future state (37:03-38:00).
    2. Evaluate organizational drag (38:07-39:00).
    3. Build a digital twin of the organization at the edge (29:00-30:00, 54:57-55:07).
  • Workforce Impact: Organizations will likely require only 10-25% of their original human workforce for core operations, as AI handles high-volume execution (43:06-43:45). Human roles will pivot to oversight, exception handling, and high-level strategy (14:05-14:35).

What Survives vs. What Dies:

  • Survives: MTP-as-protocol, proprietary data, curatorial judgment, and the legal/fiduciary shell (47:10-47:45).
  • Dies: Traditional static org charts, five-year plans, middle management as a coordination layer, and annual planning cycles (47:47-50:07).



Cloudflare += Vite (VoidZero)

 The WHAT and WHY behind the deal - YouTube

Cloudflare has acquired VoidZero, the company behind the popular build tool Vite, created by Evan You (0:00-0:10).

Key Takeaways:

  • Open Source Commitment: Vite will remain open-source under the MIT license and vendor-agnostic, meaning you can continue to deploy your apps on any provider (0:43-1:05).
  • The Goal: Cloudflare aims to become a primary infrastructure provider for AI-generated and full-stack applications. By integrating Vite, they plan to build a new, "agent-friendly" CLI that simplifies deployment and automatically provisions Cloudflare resources (7:23-9:55).
  • Why it happened: VoidZero (the company) needed a sustainable way to monetize its ecosystem of tools (like Oxlint and Rolldown). Joining Cloudflare provides the necessary backing to continue developing these tools while aligning with Cloudflare's mission of simplifying the web development experience (4:46-6:05).






Windows recovery points

Windows update could cause some problems with device drivers, video, USB etc.

That can cause corrupted system files, including PowerShell.

Possible ways to fix them:

Repair Windows components

Run from elevated cmd.exe:

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

DSIM may take LONG time to run, don't interrupt it! Prevent windows sleep, restart etc.


Note: PowerShell is NOT one product!

  1. Windows PowerShell 5.1

    • Built into Windows
    • Lives under C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe
    • Uses the old .NET Framework-based stack
    • Repaired through Windows servicing, not normal uninstall/reinstall
  2. PowerShell 7+

    • Separate product installed independently
    • Usually launched with pwsh
    • Uses the newer .NET stack
    • Can be installed, updated, or removed like a normal application
this is "native" 5.1
    powershell.exe -NoProfile

this is "portable" 7.x
    pwsh -NoProfile


WSL2 is used by Docker, and sometimes can get damaged

  • wsl --status
  • wsl -l -v

If WSL is broken but Windows is now stable, repair WSL first.
Reinstall Docker only after WSL is confirmed healthy.

wsl --shutdown
wsl --updateIf needed, reinstall Docker Desktop

docker version
docker context ls
docker ps

On Windows 11, the quickest way is through System Protection.

  1. Press Win.
  2. Type restore point.
  3. Open Create a restore point.
  4. In the System Protection tab, select your system drive, usually ..
  5. If Protection says Off, click Configure, turn on System Protection, and apply.
  6. Click Create.
  7. Enter a name like After_SFC_Docker_Recovery.
  8. Wait for the confirmation.

If you prefer the longer route:

  1. Open Control Panel
  2. System
  3. System Protection
  4. Then the same steps above

A few practical notes:

  • Restore points are not full backups.
  • They mainly protect system files, drivers, registry, and some installed app state.
  • They are still worth creating right now, especially before any more AMD, Docker, or Windows updates

book: How Innovation Works by Matt Ridley

Amazon.com : Matt Ridley

Amazon.com: How Innovation Works: And Why It Flourishes in Freedom eBook : Ridley, Matt: Kindle Store

Matt Ridley. The Rational Optimist: How Prosperity Evolves.

Matt Ridley. The Evolution of Everything.

Matt Ridley. How Innovation Works: And Why It Flourishes in Freedom.

Substack: Rational Optimist Society.

Matt Ridley’s TED talk: “When Ideas Have Sex” 

Can One Be a Rational Optimist About the World? with Matt Ridley – David Eagleman


This conversation explores the concept of rational optimism—the idea that humanity is consistently making measurable progress, even when our brains are wired to perceive the world as increasingly dangerous or declining.

Key Takeaways:

  • The Biological Bias Toward Pessimism: Evolution has equipped the human brain as a "threat-detection machine." We are naturally more alert to bad news because, in our ancestral past, missing a danger had immediate life-or-death consequences. This makes progress often feel invisible, while bad news feels significant and urgent.
  • Evidence of Global Improvement: By looking at data rather than headlines, we see remarkable trends: extreme poverty has plummeted, lifespans are increasing, and health outcomes are improving. These metrics represent massive shifts in human well-being that contrast sharply with the common narrative of societal decay.
  • Innovation through Recombination: Innovation is rarely the work of "lone geniuses." Instead, it functions like sexual reproduction in biology: it is the exchange and combination of existing ideas. When people have the freedom to trade and experiment, they reconfigure existing knowledge into new solutions.
  • The Vital Role of Freedom: For innovation to thrive, societies must protect the freedom to experiment and fail. Centralized, controlling systems (like certain empires or rigid corporate structures) tend to stifle progress, while decentralized, open ecosystems foster the most rapid advancement.
  • Problems as Drivers of Progress: A rational optimist views challenges not as signs of doom, but as opportunities for innovation. Problems like disease, hunger, or pollution are the very things that trigger human ingenuity and drive the development of new, life-saving technologies.
  • The Opportunity Cost of Fear: Focusing too heavily on pessimism can lead to policy decisions that constrain economic growth and innovation. The best legacy we can leave future generations is not a static world, but a high rate of progress that provides them with better tools and a higher standard of living.