My second video, An Intro to AI agents, is up!
- What are AI agents?
- How are they different from traditional software?
- When to use agents?
- Generic vs specialized agents?
Link in the 🧵
#AI#agents#agentic#mcp
Christabel Randolph - China announced its Global AI Governance Action Plan just 2 days after the U.S. announced its Action Plan. gov.cn/yaowen/liebiao/202507…
I made a fact sheet for Apple's newest on-device model, announced yesterday at #WWDC2025 and available to third party developers via the Foundation Models framework. #LLMs#Apple
Please share if you find this useful!
I only spent a couple of weekends playing with @n8n_io , and I'm already convinced that most utilitarian AI apps out there can be replaced with a couple of workflows that even people who've never coded can put together.
🧵
...if they can make a workflow in n8n or Make that will get the job done then notify the user in the channels they are already using and familiar with (email, Slack, Discord, etc.).
Sharing what worked for me when using coding agents for debugging, or you know, vibe debugging 🙈
📃 Provide context
🧠 Use both thinking and standard models
🔍 Let the agent figure what to log and where
🔬 Give the agent access to logs
🔄 Iterate
More info in the🧵
🔄 Iterate until the bug is identified and a solution is suggested. The agent might miss things on the first pass, so be ready to highlight critical sections they overlooked.