This is the age of meta-engineering: using agentic development principles to build agentic development tools that apply agentic development principles when building other tools. #AgenticAI
Don’t code alone. Slack Code is live.
Humans and agents. Same channel. Same work.
Launching today with agents from @AnthropicAI, @github, @Cognition, and @vercel. This is real multiplayer coding. See it at @Dreamforce#DF26
The thing I will never get past in Egypt’s defeat against Argentina is that there was only one match-feed replay for Hamdy Fathi’s penalty shout at 2-2 just before the third goal.
An incident this big having only one match-feed replay is unusual and weird
كارلو أنشيلوتي يتحدث عن سبب طلبه قميص محمد صلاح تحديدًا:
🗣️ "لقد قضيت سنوات طويلة في عالم كرة القدم، وعملت مع أساطير في كل مكان، لذا لم أشعر قط بالحاجة إلى طلب قمصان اللاعبين.
لكن محمد صلاح كان مختلفًا.
في كل مرة واجهته، كان يُسبب لي مشاكل لا تنتهي، بتحركاته وسرعته وقدرته على اختراق الدفاعات وحسم المباريات الكبيرة. تستعد له طوال الأسبوع، ومع ذلك يجد طريقة لمعاقبتك.
أكثر ما أثار إعجابي هو عقليته. موسمًا بعد موسم، نفس الشغف، نفس الانضباط، نفس الهوس بالتطور. هذا الثبات على أعلى المستويات نادر للغاية.
هناك لاعبون موهوبون، وهناك لاعبون يتحولون إلى كابوس للمدربين، لأنه مهما كانت الخطة الموضوعة، فإنهم يغيرون مجرى المباراة بمفردهم. صلاح أصبح من هذا النوع من اللاعبين.
بعد إحدى المباريات، نظرت إليه وقلت في نفسي: "أحتاج هذا القميص، لأن كرة القدم ستُدرك يومًا ما مدى تميز هذا اللاعب".
لهذا السبب كان هو الوحيد الذي طلبت منه قميصه."
Let me explain exactly why Apple still uses drag-to-install in 2026, because the joke here accidentally proves Apple right.
A macOS .app is a single self-contained folder disguised as a file. Every dependency, every framework, every resource lives inside it. Drag it to Applications, it works. Drag it to Trash, it's gone. No registry entries. No leftover DLLs. No uninstaller that misses half the files.
Windows installers scatter fragments across Program Files, AppData, the registry, system32, and a dozen temp directories. Uninstalling a Windows app is an archaeological dig. Five years later you're still finding config files from software you forgot you owned.
Linux is worse. Dependency hell is so common they named it. Entire package managers exist to solve the problem of "I installed something and now nothing else works." Flatpak and Snap were invented specifically to copy what macOS bundles already did natively.
The macOS bundle architecture came from NeXTSTEP in 1989. Steve Jobs brought it to OS X in 2001. The core design hasn't changed because the core design was correct. An app is a folder. Installation is a copy. Removal is a delete. Three operations that map perfectly to how humans already think about files.
The drag-to-install window with the arrow isn't lazy UX. It's the entire thesis of the system made visible. You are literally just moving a folder. There is no "installation" step because there's nothing to install. The app is already complete.
Every other OS eventually tried to get here. Windows got MSIX. Linux got Flatpak. Mobile figured it out from day one because phones shipped after Apple proved the model. The pattern everyone else converged toward is the pattern this tweet is calling outdated.
The funniest part: the app being dragged in that screenshot is Claude. An AI that can write code, analyze documents, and reason about complex systems. And the most advanced step in getting it onto your machine is holding down a mouse button and moving your wrist two inches to the right.
That's not a design failure. That's a 37-year-old architecture so good that the most sophisticated software on earth still ships inside it.
ClawPad is live. 🦞
I created a workspace that makes it easier to collaborate with your @openclaw agent.
- You can see the docs it creates for you.
- Organize your workspace with spaces for different focuses.
- Full-featured document editor for you to jump in when you need to.
+ much more
Open source and local-first
One command: npx clawpad
https://t.co/YrUETAxzWA
https://t.co/rduRzVnS0b
#Clawdbot #clawd #openclaw
ClawPad is live. 🦞
I created a workspace that makes it easier to collaborate with your @openclaw agent.
- You can see the docs it creates for you.
- Organize your workspace with spaces for different focuses.
- Full-featured document editor for you to jump in when you need to.
+ much more
Open source and local-first
One command: npx clawpad
https://t.co/YrUETAxzWA
https://t.co/rduRzVnS0b
#Clawdbot #clawd #openclaw
Just shipped ClawPad 🚀
A Notion-style workspace where your AI agent writes with you. Local-first, open source.
https://t.co/KWMYCYOFSv
Built for the @openclaw community. 🦞
#Clawdbot#OpenClaw
This is the age of meta-engineering: using agentic development principles to build agentic development tools that apply agentic development principles when building other tools. #AgenticAI
@alexalbert__ still, the bigger question remains: do agents go to tools or do tools collapse into agents? hard to imagine a future of many apps when we can just send agents to do the work. but also hard to squeeze everything an app does into MCP. Generative UIs maybe the answer!