
Sidati / سِداتي / ⵚⵉⴷⴰⵜⵉ
975 posts

Sidati / سِداتي / ⵚⵉⴷⴰⵜⵉ
@sidati
Programmer & Tech Enthusiast



The Abraham Global Peace Initiative (AGPI) condemns the actions of Pedro Sánchez, who has crossed every diplomatic line by withdrawing Spain’s ambassador from Israel while reopening its embassy in Tehran. His call on the European Union to suspend its Association Agreement with Israel further underscores a deeply troubling and one-sided agenda. Such moves reflect a profound moral inversion at a time requiring clarity and leadership. His harsh anti-Israel rhetoric says far more about his political posture than it does about Israel. AGPI urges Spain to reconsider this dangerous course.





MCP vs. Skills for AI agents, clearly explained! People treat MCP and Skills like they're the same thing. They're not. Conflating them is one of the most common mistakes I see when people start building AI agents seriously. So let's break both down from scratch. Before MCP existed, connecting an AI model to an external tool meant writing custom integration code every single time. 10 models, 100 tools? That's 1,000 unique connectors to build and maintain. The AI tooling ecosystem was a tangled mess of one-off glue code. MCP (Model Context Protocol) fixes this with a shared communication standard. Every tool becomes a "server" that exposes what it can do. Every AI agent becomes a "client" that knows how to ask. They talk through structured JSON messages over a clean, well-defined interface. Build a GitHub MCP server once, and it works with Claude, ChatGPT, Cursor, or any other agent that speaks MCP. That's the core value: write the integration once, use it everywhere. But here's where most explanations stop short. MCP solves the *connection* problem. It does not solve the *usage* problem. You can hand an agent 50 perfectly wired MCP tools and it'll still underperform if it doesn't know when to call which tool, in what order, and with what context. That's the gap Skills fill. A Skill is a portable bundle of procedural knowledge. Think of a SKILL. md file that tells an agent not just "here are your tools" but "here's how to use them for this specific task." A writing skill bundles tone guidelines and output templates. A code review skill bundles patterns to check and rules to follow. MCP gives the agent hands. Skills give it muscle memory. Together, they form the full capability stack for a production AI agent: - MCP handles tool connectivity (the wiring layer) - Skills handle task execution (the knowledge layer) - The agent orchestrates both using its context and reasoning This is why advanced agent setups increasingly ship both: MCP servers for integrations and SKILL. md files for domain expertise. If you're building with agents, I have shared a repository of 85k+ skills that you can use with any agent, link in the next tweet!



I don't think people understand the monumental changes coming to software this decade. Quick thread:




Season 2, Episode 2 is out now Ryo Lu: The Way featuring @ryolu_ is available on 𝕏 and YouTube (link below) Brought to you by @framer @vercel @cursor_ai and @tryprofound Hosted by @soleio and produced by @Room3NYC








"I am the bottleneck now" Few more thoughts











