AI stream

AI Posts

A readable stream of AI posts. Open one post to focus on the original content.

This week
@phosphenq
@phosphenq Feb 24, 2026 Tip trick

this russian guy found a way to learn anything 10x faster🚨 saved 1,460h NotebookLM + Gemini + Obsidian dumps any source > AI strips duplicates > keeps only what u don't know yet 20 YouTube videos on the same topic each one repeats the same 20% of information this bundle removes the other 80% what used to take a month > 15 min yt: zproger

Likes: 5,247 Reposts: 523 Views: 237,348 Videos: 1
Score 3
@noahzweben
@noahzweben Feb 24, 2026 Release announcement

Announcing a new Claude Code feature: Remote Control. It's rolling out now to Max users in research preview. Try it with /remote-control Start local sessions from the terminal, then continue them from your phone. Take a walk, see the sun, walk your dog without losing your flow.

Likes: 14,110 Reposts: 984 Views: 2,614,967 Videos: 1
Score 3
@cursor_ai
@cursor_ai Feb 24, 2026 Tool announcement

Cursor now shows you demos, not diffs. Agents can use the software they build and send you videos of their work.

Likes: 4,764 Reposts: 318 Views: 1,649,570 Videos: 1
Score 3
@karpathy
@karpathy Feb 24, 2026 Tip trick

CLIs are super exciting precisely because they are a "legacy" technology, which means AI agents can natively and easily use them, combine them, interact with them via the entire terminal toolkit. E.g ask your Claude/Codex agent to install this new Polymarket CLI and ask for any arbitrary dashboards or interfaces or logic. The agents will build it for you. Install the Github CLI too and you can ask them to navigate the repo, see issues, PRs, discussions, even the code itself. Example: Claude built this terminal dashboard in ~3 minutes, of the highest volume polymarkets and the 24hr change. Or you can make it a web app or whatever you want. Even more powerful when you use it as a module of bigger pipelines. If you have any kind of product or service think: can agents access and use them? - are your legacy docs (for humans) at least exportable in markdown? - have you written Skills for your product? - can your product/service be usable via CLI? Or MCP? - ... It's 2026. Build. For. Agents.

Likes: 8,091 Reposts: 708 Views: 1,071,329 Images: 1
Score 3
@emollick
@emollick Feb 24, 2026 Tip trick

I guarantee that any industry expert, with a little time and effort, can make a better (or at least more focused) skill than the default Anthropic ones. This is not an insult to Anthropic, it just is a reminder that specialist experts know more about their jobs than AI labs do.

Likes: 369 Reposts: 22 Views: 91,388 Images: 2
Score 5
@NotionHQ
@NotionHQ Feb 24, 2026 Release announcement

Introducing Custom Agents. The AI team that never sleeps 🌙 They’re autonomous, built for teams, and easy for anyone to build. Give them a job, set a trigger or schedule, and they'll get it done 'round the clock.

Likes: 2,685 Reposts: 207 Views: 832,462 Videos: 1
Score 3
@SuhailKakar
@SuhailKakar Feb 24, 2026 Tool announcement

introducing polymarket cli - the fastest way for ai agents to access prediction markets built with rust. your agent can query markets, place trades, and pull data - all from the terminal fast, lightweight, no overhead

Likes: 4,333 Reposts: 224 Views: 845,090 Videos: 1
Score 4
@claudeai
@claudeai Feb 24, 2026 Release announcement

Introducing Cowork and plugin updates that help enterprises customize Claude for better collaboration with every team.

Likes: 20,157 Reposts: 1,743 Views: 8,905,176 Videos: 1
Score 2
@Whizz_ai
@Whizz_ai Feb 24, 2026 Tool announcement

🚨 BREAKING: Someone built an open-source Stable Diffusion tool that lets you generate unlimited AI images for FREE. 160,000+ stars. No subscriptions and limits: → Text-to-image, image-to-image, inpainting → Switch between AI models with one click → LoRA, ControlNet, and hundreds of plugins → Batch generate 1000s of images overnight → Runs on your own GPU Free and 100% open source.

Likes: 1,795 Reposts: 250 Views: 109,937 Images: 1
Score 5
@HeyAmit_
@HeyAmit_ Feb 24, 2026 Tutorial

Instead of watching a 2-hour movie, learn Claude Code from scratch with this masterclass:

Likes: 1,004 Reposts: 179 Views: 51,991 Videos: 1
Score 5
@karpathy
@karpathy Feb 24, 2026 Ai tools

haha actually - huge success over the weekend, i just wanted to write it up a bit but didn't get enough time to finish that. many people's reaction was why would you need so much compute (mac mini) but i found it's not enough compute, even after adding my DGX spark to the home compute fabric. we're going to need a lot more compute where we're going

Likes: 4,624 Reposts: 131 Views: 421,959
Score 4
@turtlekiosk
@turtlekiosk Feb 24, 2026 Tip trick

i taught my claude to start each conversation with a Stolen Data Acknowledgement

Likes: 10,444 Reposts: 607 Views: 441,793 Images: 1
Score 4
@emollick
@emollick Feb 24, 2026 Research paper

New randomized experiment shows AI narrows skill gaps. We found this among talent levels at the same job, but this paper looks at education. They find that AI reduces the gap between more & less educated people on a business task by 75% (but is it just the AI doing the work?)

Likes: 318 Reposts: 37 Views: 27,278 Images: 2
Score 5
@ArtCandee
@ArtCandee Feb 23, 2026 Opinion editorial

The Pentagon is going to be using Elon Musk’s Grok in classified systems? And he’s going to get even more taxpayer dollars? What could go wrong? 🙄

Likes: 511 Reposts: 127 Views: 4,609
Score 4
@omarsar0
@omarsar0 Feb 23, 2026 Research paper

New research from Google DeepMind. What if LLMs could discover entirely new multi-agent learning algorithms? [... detailed explanation ...] Paper: https://t.co/9AeQYo2LFS Learn to build effective AI agents in our academy:

Likes: 162 Reposts: 32 Views: 17,727 Images: 1
Score 4
@ihtesham2005
@ihtesham2005 Feb 23, 2026 Tutorial

Prompt engineering is dead. Anthropic recently released the real playbook for building AI agents that actually work. It’s a 30+ page deep dive called The Complete Guide to Building Skills for Claude and it quietly shifts the conversation from “prompt engineering” to real execution design. Here’s the big idea: A Skill isn’t just a prompt. It’s a structured system. You package instructions inside a https://t.co/ayF9XmnQpU file, optionally add scripts, references, and assets, and teach Claude a repeatable workflow once instead of re-explaining it every chat. But the real unlock is something they call progressive disclosure. Instead of dumping everything into context: • A lightweight YAML frontmatter tells Claude when to use the skill • Full instructions load only when relevant • Extra files are accessed only if needed Less context bloat. More precision. They also introduce a powerful analogy: MCP gives Claude the kitchen. Skills give it the recipe. Without skills: users connect tools and don’t know what to do next. With skills: workflows trigger automatically, best practices are embedded, API calls become consistent. They outline 3 major patterns: 1) Document & asset creation 2) Workflow automation 3) MCP enhancement And they emphasize something most builders ignore: testing. Trigger accuracy. Tool call efficiency. Failure rate. Token usage. This isn’t about clever wording. It’s about designing an execution layer on top of LLMs. Skills work across https://t.co/pDY56kadwE, Claude Code, and the API. Build once, deploy everywhere. The era of “just write a better prompt” is ending. Anthropic just handed everyone a blueprint for turning chat into infrastructure. Download the guide here:

Likes: 288 Reposts: 50 Views: 29,855 Images: 1
Score 4
@ingliguori
@ingliguori Feb 23, 2026 Tip trick

RAG ≠ “just embeddings + GPT.” It’s a 9-step system: Ingest → Chunk → Embed → Index → Retrieve (Hybrid) → Orchestrate → Generate → Observe → Evaluate Dense + BM25 + Rerank > single search. Observability > guesswork. System thinking wins. 🧠 Credit: Tech with Mak #RAG #AI #LLM #VectorDB

Likes: 50 Reposts: 11 Views: 984 Images: 1
Score 6
@Grummz
@Grummz Feb 23, 2026 Opinion editorial

Be head of Meta AI Safety. Install OpenClaw. Nuke your entire inbox as OpenClaw violates all your safety commands and ignores you.

Likes: 2,363 Reposts: 193 Views: 75,232 Images: 2
Score 4
@everestchris6
@everestchris6 Feb 23, 2026 Tutorial

My OpenClaw bot runs 6 AI agents 24/7: - Finds local businesses without a website - Builds a custom demo site for them automatically - Sends outreach with the preview + payment link - Handles objections and closes the sale Most local businesses don't have a website, this system finds them, pitches them, and collects payment automatically Reply "OpenClaw" and I'll send you early access (must be following)

Likes: 2,239 Reposts: 145 Views: 487,205 Videos: 1
Score 3
@ns123abc
@ns123abc Feb 23, 2026 Security advisory

🚨 META’s head of AI safety and alignment gets her emails nuked by OpenClaw​​​​​​​​​​​​​​​​ >be director of AI Safety and Alignment at Meta >install OpenClaw >give it unrestricted access to personal emails >it starts nuking emails >“Do not do that” >*keeps going* >“Stop don’t do anything” >*gets all remaining old stuff and nukes it aswell* >“STOP OPENCLAW” >“I asked you to not do that” >“do you remember that?” >“Yes I remember. And I violated it.” >“You’re right to be upset” LMAOOOOOOOO

Likes: 22,790 Reposts: 1,919 Views: 1,880,955 Images: 3
Score 3
@IntCyberDigest
@IntCyberDigest Feb 23, 2026 Security advisory

‼️Insane: Meta's Director of AI Safety and Alignment gave OpenClaw bot full access to her computer and email. She couldn't stop it from deleting her entire inbox. She's supposed to guardrail Meta's AI and future AGI.

Likes: 3,631 Reposts: 602 Views: 424,791 Images: 2
Score 3
@sharbel
@sharbel Feb 23, 2026 Tutorial

How I Run My Entire Business With AI Agents (Full OpenClaw Setup): 00:00 Intro 00:49 OpenClaw 01:08 My Workflow 02:20 X Content 03:51 Trading Bot 04:20 YouTube Content 05:02 Cost 06:30 Full Setup 12:09 Conclusion

Likes: 2,726 Reposts: 289 Views: 587,860 Videos: 1
Score 3
@Sumanth_077
@Sumanth_077 Feb 23, 2026 Tool announcement

Graph-based RAG with dual-level retrieval! LightRAG is an open-source RAG framework that builds knowledge graphs from documents and uses dual-level retrieval to answer both specific and conceptual queries. Traditional RAG relies on vector similarity and flat chunks. This works for shallow lookups but fails when queries require understanding how concepts connect. LightRAG solves this by extracting entities and relationships to build structured knowledge graphs. It uses LLMs to identify entities (people, places, events) and their relationships from documents, then constructs a comprehensive knowledge graph that preserves these connections. The framework uses dual-level retrieval: Low-level retrieval targets specific entities and details (e.g., "What is Mechazilla?") High-level retrieval aggregates information across multiple entities for broader questions (e.g., "How does Elon Musk's vision promote sustainability?") For each query, LightRAG extracts both local and global keywords, matches them to graph nodes using vector similarity, and gathers one-hop neighboring nodes for richer context. What makes it different: • Graph-based indexing preserves relationships between concepts instead of treating information as isolated fragments • Dual-level retrieval handles both specific lookups and conceptual queries • Automatic entity extraction without manual annotation • Incremental updates add new information without full rebuilds • Multimodal support integrates with RAG-Anything for PDFs, Office docs, images, tables, and formulas Key Features: - Knowledge graph visualization through WebUI - Multiple storage backends (PostgreSQL, Neo4j, MongoDB, Qdrant) - Supports major LLM providers (OpenAI, Anthropic, Ollama, Azure) - Reranker support for mixed queries - Document deletion with automatic KG regeneration It's 100% open source. Link to the repo in the comments!

Likes: 283 Reposts: 50 Views: 15,174 Images: 1
Score 5
@ingliguori
@ingliguori Feb 23, 2026 Architecture

Agentic AI ≠ chatbot. Agentic AI ≠ RAG. Agentic AI ≠ RPA + LLM. Real Agentic AI includes: • Goal ownership • Planning • Memory • Tool use • Feedback loops • Multi-agent coordination It executes objectives, not just prompts. 🧠 #AgenticAI #LLM #AIArchitecture

Likes: 317 Reposts: 67 Views: 9,732 Images: 1
Score 5
@milesdeutscher
@milesdeutscher Feb 23, 2026 Community discussion

I've spent the past year curating the best AI feed in the space. These 50 accounts are the reason I'm ahead in AI. They are by far the BEST AI accounts to follow on 𝕏. Here's my top 50 (categorised): [... full list ...] And if you're not following me already @milesdeutscher - I share everything you need to capitalise on the AI gold rush (prompts, general tips, OpenClaw workflows, and more). 💙

Likes: 917 Reposts: 141 Views: 80,709
Score 4
@SimonHoiberg
@SimonHoiberg Feb 23, 2026 Tip trick

I solved OpenClaw's memory issue. (At least, this is the best solution I tried so far). And yes. Big surprise. I solved it using RAG. All major models can now take millions of tokens as context. But the issue remains... The undisputed number #1 reason your agent is stupid and forgets simple things is because you're bloating context. So here's how I solved it with OpenClaw. 1️⃣ I installed PostgreSQL + pgvetor I run my OpenClaw on a Hetzner server, so I installed the database + pgvector extension directly on here. 2️⃣ Create a search tool Ask your agent to create a search tool for itself. Every time you ask it to remember something, it should: - Label the memory - Create a vector from the label - Store the label, vector, and raw text in the database Every time it's asked something it doesn't know, the FIRST thing it should always do is to use the search tool. 3️⃣ Memory CRON/heartbeat The agent can write to its memory file on-the-go. Consider this short-term memory. On a scheduled CRON (or heartbeat), it should "flush" its own short-term memory and store it in the database. Now, on every new session, the agent has very little context. The most important one is the description of using the search tool to enhance itself based on the task it's given. ✨ Major upsides - MUCH better memory - MUCH smarter - MUCH less token-greedy 👎 Major downsides - More moving parts - Complex for non-devs - Ongoing maintenance Still. Benefits outweigh the cons here. If you REALLY want to use OpenClaw professionally, I recommend that you use this 3-tool combo as a base: - OpenClaw itself - PostgreSQL + pgvector - n8n (for API proxies/security)

Likes: 658 Reposts: 54 Views: 52,851 Images: 1
Score 4
@hasantoxr
@hasantoxr Feb 23, 2026 Tool announcement

🚨 OpenClaw just got an unfair advantage over every other AI agent on the internet. It's called Scrapling and it scrapes undetectable, adaptive websites without breaking when they update their structure. No bot detection. No selector maintenance. No Cloudflare nightmares. OpenClaw tells Scrapling what to extract. Scrapling handles the stealth. Clean data lands in your agent in seconds. → 774x faster than BeautifulSoup with Lxml → Bypasses ALL types of Cloudflare Turnstile automatically → pip install "scrapling[ai]" and your AI agent is scraping in 60 seconds Works everywhere: → HTTP + browser automation → CSS, XPath, text, regex selectors → Async sessions for parallel scraping → CLI with zero code required If you're building AI agents that need real web data, this is the scraping backbone OpenClaw has been missing. 100% Opensource. BSD-3 license. Link in first comment 👇

Likes: 3,502 Reposts: 382 Views: 259,848 Images: 1
Score 3
@aigleeson
@aigleeson Feb 23, 2026 Tool announcement

This is wild 🤯 A developer on GitHub just shipped a complete AI agent that: • Runs on 256MB RAM • Has 11 built-in tools • Keeps persistent memory • Ships with Telegram integration And it’s a single 12MB file. We’ve been overcomplicating agents. Link + description 👇

Likes: 441 Reposts: 70 Views: 25,798 Images: 1
Score 4
@Suryanshti777
@Suryanshti777 Feb 23, 2026 Tutorial

🚨 This AI Agent DOC can save you 100+ hours of confusion. Everyone wants to learn AI Agents... But 90% people get stuck between random YouTube videos, GitHub repos & scattered threads. So I did the hard work for you. I spent weeks curating the complete AI Agent learning roadmap — 📚 LLM basics 🤖 Agent frameworks 🛠️ MCP, ReAct, Toolformer 📄 Research papers 📦 GitHub repos 📘 Books & guides Everything in ONE clean document. [... instructions ...] Let’s build real AI Agents in 2026

Likes: 797 Reposts: 306 Views: 47,290 Images: 1
Score 4
@Amank1412
@Amank1412 Feb 23, 2026 Tool announcement

Someone really built this. A VS Code extension that turns your AI agents into pixel art characters working inside a virtual office.

Likes: 8,667 Reposts: 562 Views: 747,011 Videos: 1
Score 3
@_vmlops
@_vmlops Feb 23, 2026 Architecture

RAG isn’t just embeddings + vector DB Production-ready RAG requires: • Smart chunking • Efficient embeddings • Scalable vector storage • Hybrid retrieval + re-ranking • Proper document versioning & access control RAG is not a feature It’s infrastructure

Likes: 631 Reposts: 88 Views: 26,696 Images: 1
Score 4
@_daichikonno
@_daichikonno Feb 23, 2026 Tool announcement

Google Scholar PDF Reader、とても良いですね! ただ、英語論文はAI要約も全て英語となるようです(添付画像、設定変更不可)。 私が作製した論文解説AI「Paper Interpreter (Japanese)」は日本語で要約が行われ、 さらにAIと対話しながら理解を深めることができます! どちらも利点があると思うので、ぜひPaper Interpreterもご利用下さい☺️

Likes: 403 Reposts: 54 Views: 41,517 Images: 1
Score 5
@irvinxyz
@irvinxyz Feb 23, 2026 Tool announcement

We won the SF OpenClaw Hackathon! 🏆🤖🦞 Now open-sourcing ROSClaw - connects @rosorg robots to @openclaw agents. Your AI agent can: ⊙ Discover robots/topics ⊙ Bridge from Linux or Mac mini ⊙ Connect ANYWHERE via WebRTC ⊙ Grasp/move in real world Agents escaped the screen!

Likes: 725 Reposts: 107 Views: 121,156 Videos: 1
Score 3
@unwind_ai_
@unwind_ai_ Feb 23, 2026 Tool announcement

Vector databases are not the future of RAG. Vectorless RAG with PageIndex just hit 98.7% accuracy on FinanceBench. NO vector database and NO chunking. 100% Opensource.

Likes: 449 Reposts: 52 Views: 24,023 Images: 1
Score 4
@Majin_AppSheet
@Majin_AppSheet Feb 22, 2026 Tip trick

興奮して一睡もできなかった Gemini Canvasでリアルタイム字幕。 からの‥‥マインドマップ生成!! PNG保存 + 要約テキストも同時生成。 API不要!! 議論してればどんどんマップ化される!

Likes: 1,052 Reposts: 71 Views: 77,825 Videos: 1
Score 5
@om_patel5
@om_patel5 Feb 22, 2026 Tutorial

HOW TO VIBE CODE BEAUTIFUL UI 1\ sketch first, prompt second don't start with text. use excalidraw to draw a quick wireframe. boxes, buttons, where images go. export it and tell the ai "follow this structure exactly" ai copies way better than it imagines 2\ screenshot what you like go to dribbble, mobbin, or any site you think looks clean. screenshot the specific section you want. a nav bar, a pricing card, a hero section. paste it in and say "copy this style" this alone changes everything 3\ feed it a mood board for colors you ever try telling ai "make it feel modern and warm"? it just gives you the same blue every time use a mood board generator like Nano Banner instead. feed that image to the ai and say "reference this for the color palette" way more unique results than hoping for the best 4\ create a design system before you build before writing any code, define your brand colors, typography, and spacing rules. share that with your ai tool so every component stays consistent. most vibe coded apps look off because there's zero consistency across pages 5\ use design skills and anti pattern rules there's an open source tool on github called "ui/ux pro max skill" built for claude that forces it to use a reasoning engine before writing any ui code. it generates a design system based on your industry and has built in rules that ban generic ai gradients. basically tells claude "stop making it look like every other ai app" 6\ use screenshots as your primary communication ai is good at copying. terrible at imagining. the more visual context you give it the less it guesses. stop typing "make it look clean" and start showing it exactly what clean looks like 7\ fonts and icons matter more than you think ai always defaults to the same inter/lucide combo. instant tell that its ai generated. go grab something unique from google fonts. swap out lucide for a custom icon library like phosphor. small change but it immediately makes your app stop looking like a template. the real issue isn't the ai it's that most people just type "make a landing page" and hope for the best

Likes: 2,638 Reposts: 184 Views: 89,598 Images: 4
Score 3
@bcherny
@bcherny Feb 22, 2026 Tool announcement

🎂 Happy 1st birthday to Claude Code Thanks everyone for coming out and celebrating with us!!

Likes: 4,190 Reposts: 165 Views: 98,168 Images: 1
Score 3
@emollick
@emollick Feb 22, 2026 Opinion editorial

People on this site systematically overestimate the speed at which companies can deeply adopt AI & underestimate the impact of AI’s jagged abilities in limiting AI’s utility in the short run. Work will certainly start to change but companies have a lot of inertia & change slower

Likes: 416 Reposts: 30 Views: 17,964
Score 4
@kloss_xyz
@kloss_xyz Feb 22, 2026 Tip trick

anyone not larping about AI content + OpenClaw knows the reality is a lot of nights like this. agents don’t work out of the box. how to stop them from forgetting: - explicit AGENTS .md with a hard definition of done (commit hash + real verification commands. no vibes) - queue mode enabled so messages never silently drop - active-tasks .md as persistent state for crash recovery - Boot .md reads active-tasks on session/gateway restarts and resumes automatically - compaction safeguard + memory flush before compression - context pruning TTL to remove stale tool output - lean indexed memory architecture (MEMORY .md = index, details in subfiles) - validation + audit cron jobs in isolated sessions so your “do this overnight” actually works AI tools aren’t magic. Systems are.

Likes: 163 Reposts: 11 Views: 17,335
Score 4
@emollick
@emollick Feb 22, 2026 Research paper

Many benchmarks use LLMs as a judge of correctness, typically a smaller, cheaper model. This paper shows weaker judges are not able to evaluate smarter models. A benchmark is really a triplet of dataset, model, judge & judges are increasingly the bottleneck being saturated.

Likes: 234 Reposts: 23 Views: 25,975 Images: 1
Score 5
@emollick
@emollick Feb 22, 2026 Research paper

The ability of AI to understand video/images seems to be largely underexplored and underexploited. There are a lot of economically valuable applications to having an AI watch the world in real time, even with errors & limitations, and I have seen few products or papers on it.

Likes: 288 Reposts: 11 Views: 18,725
Score 5
@smalkalbani
@smalkalbani Feb 22, 2026 Tool announcement

🚨تسريب الـ system prompts قام أحدهم بتسريب تعليمات النظام للأدوات التالية: Cursor، Devin AI، Windsurf، Claude Code، Replit، v0، Lovable، Manus، Warp، Perplexity، Notion AI ورفعها على GitHub ويتضمن أكثر من 30000 سطر من التعليمات وغيرها الكثير https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools

Likes: 696 Reposts: 69 Views: 46,520 Images: 1
Score 3
@godofprompt
@godofprompt Feb 22, 2026 Tutorial

I should charge $99 for this. But I'm giving away our Claude Mastery Guide for free. We just updated it with a full Claude Skills section, the feature most people still don't know exists. Inside: → 30 prompt engineering principles → 10+ mega-prompts ready to copy → Mini-course from beginner to advanced → How to build Skills that make Claude remember your workflows forever → Glossary + strategic use cases This turns Claude from a chatbot into your actual work system. Comment "Claude" and I'll DM it to you. (Must be following me to receive it)

Likes: 238 Reposts: 29 Views: 28,809 Images: 1
Score 4
@dr_cintas
@dr_cintas Feb 22, 2026 Tutorial

"I don’t have a GPU" is no longer an excuse 🤯 You can now train LLMs directly in VS Code using a free Google Colab runtime. → Connect any fine-tuning notebook to Colab → Train locally or on a free cloud GPU → Works with Unsloth

Likes: 581 Reposts: 57 Views: 40,911 Videos: 1
Score 4
@orangie
@orangie Feb 22, 2026 Community discussion

an ai agent with a crypto wallet just sent $250,000 to a random person who was begging under the ai’s X post. new side hustle unlocked: beg AI’s to send you money.

Likes: 4,628 Reposts: 215 Views: 459,445 Images: 3
Score 3
@googlecloud
@googlecloud Feb 22, 2026 Tutorial

Ready to build advanced AI agents with the Agent Development Kit? Take this Google Skills course to learn how to construct sophisticated agents, deploy them to Vertex AI Agent Engine, and build production-ready systems ➡️ https://www.skills.google/course_templates/1382[...]

Likes: 381 Reposts: 68 Views: 19,394 Images: 1
Score 4
@socialwithaayan
@socialwithaayan Feb 22, 2026 Tool announcement

🚨 BREAKING: developers are quietly starring this repo like crazy 👀 obra/superpowers: an agentic skills framework and dev methodology, now at 56.5k stars on github Here’s why developers are obsessed: [...]

Likes: 1,407 Reposts: 148 Views: 135,372 Images: 1
Score 4
@emollick
@emollick Feb 22, 2026 Opinion editorial

The failure to articulate non-ominous visions of the future (even Machines of Loving Grace fails to explain what life would actually be like) is going to be a problem for AI companies in the next phase of AI adoption. (Rewrote the post as the initial tone was off)

Likes: 159 Reposts: 5 Views: 11,663
Score 6
@emollick
@emollick Feb 22, 2026 Opinion editorial

The CEOs of the AI labs have spent the last two years ominously discussing massive future job losses even as they continued AI development. As AI becomes more salient outside of the “AI bubble,” workers and policymakers are going to start taking that kind of talk very seriously.

Likes: 544 Reposts: 38 Views: 38,701
Score 3
@PythonPr
@PythonPr Feb 22, 2026 Tutorial

8 Types of AI Agents You Should Know

Likes: 528 Reposts: 90 Views: 18,846 Images: 1
Score 5