Mehran Mozaffari (@imehr) 's Twitter Profile
Mehran Mozaffari

@imehr

Opinions all my own. AI AGENTS | DESIGN

ID: 16252675

linkhttps://imehr.github.io/ calendar_today12-09-2008 03:59:24

1,1K Tweet

268 Followers

1,1K Following

Mehran Mozaffari (@imehr) 's Twitter Profile Photo

πŸš€ Just released Claude Artifact Utility - a Chrome extension for Paul Jankura's Claude! ✨ Features: β€’ Resize artifact panel width β€’ Toggle fullscreen mode β€’ Export artifacts as PNG (with auto clipboard copy) β€’ Export to Word doc Useful for designers who want to explore

πŸš€ Just released Claude Artifact Utility - a Chrome extension for <a href="/Anthropic/">Paul Jankura</a>'s Claude!

✨ Features:
β€’ Resize artifact panel width
β€’ Toggle fullscreen mode
β€’ Export artifacts as PNG (with auto clipboard copy)
β€’ Export to Word doc

Useful for designers who want to explore
Mehran Mozaffari (@imehr) 's Twitter Profile Photo

I made a macOS desktop app to manage Anthropic Claude's MCP server profiles! πŸŽ‰ ✨ Claude Profile Manager helps with: Create profiles for design, analysis, dev & more Configure multiple MCP servers per profile Edit JSON configs w/ auto API key detection Securely manage API

I made a macOS desktop app to manage <a href="/AnthropicAI/">Anthropic</a> Claude's MCP server profiles! πŸŽ‰

✨ Claude Profile Manager helps with:

Create profiles for design, analysis, dev &amp; more
Configure multiple MCP servers per profile
Edit JSON configs w/ auto API key detection
Securely manage API
Mehran Mozaffari (@imehr) 's Twitter Profile Photo

πŸ”„ Building a bridge between Paul Jankura's Claude & @Figma! My Figma MCP server currently: β€’ Reads & adds comments β€’ Takes screenshots β€’ Lists nodes/frames β€’ Analyses designs as an AI reviewer β€’ Converts Figma frames to React/HTML Still working on direct SVG writing &

πŸ”„ Building a bridge between <a href="/Anthropic/">Paul Jankura</a>'s Claude &amp; @Figma! My Figma MCP server currently:
β€’ Reads &amp; adds comments
β€’ Takes screenshots
β€’ Lists nodes/frames
β€’ Analyses designs as an AI reviewer
β€’ Converts Figma frames to React/HTML
Still working on direct SVG writing &amp;
Mehran Mozaffari (@imehr) 's Twitter Profile Photo

Interesting update in Cline (formerly Claude Dev) with Version 2.2.2 now supporting MCP servers! These servers act as intelligent tools within the AI code editor, capable of building, installing, and utilising custom MCP servers. I've tested it with my Figma MCP server example

Interesting update in Cline (formerly Claude Dev) with Version 2.2.2 now supporting MCP servers! These servers act as intelligent tools within the AI code editor, capable of building, installing, and utilising custom MCP servers. I've tested it with my Figma MCP server example
Mehran Mozaffari (@imehr) 's Twitter Profile Photo

It's much more efficient to use Markdown for your Claude or ChatGPT project's knowledge. I made a UI wrapper around the new Microsoft Markitdown library. My tool supports multifile upload and conversion. You can also upload a zip file of your presentations, and convert all of

It's much more efficient to use Markdown for your Claude or ChatGPT project's knowledge. 

I made a UI wrapper around the new Microsoft Markitdown library. My tool supports multifile upload and conversion. You can also upload a zip file of your presentations, and convert all of
Mehran Mozaffari (@imehr) 's Twitter Profile Photo

πŸ› οΈ I made ToolWeaver: A smart extension for @CursorAI that automatically creates and manages development tools right when you need them. Think of it as having an AI assistant that crafts custom tools for your specific tasks. Here's a practical example: Imagine you're building an

Mehran Mozaffari (@imehr) 's Twitter Profile Photo

🎯 UX Researchers: Here's how @CursorAI + ToolWeaver transforms your research workflow from raw interviews to actionable product features. Imagine having an AI assistant that helps you: πŸ“ Research Analysis: "Process these 20 user interviews and: β€’ Extract key pain points β€’

Mehran Mozaffari (@imehr) 's Twitter Profile Photo

🎨 How AI Agents Are Reshaping UI Design As AI agents like CCAs (instruction-based computer control agents) become more prevalent, designers need to rethink interfaces with agent-first principles. Instead of solely designing for humans, consider GUIs that cater to both users and

Mehran Mozaffari (@imehr) 's Twitter Profile Photo

⚠️ Can We Trust AI Agents With Our Screens? While AI agents promise efficiency, but their deployment raises critical safety concerns. What happens if an agent misinterprets an instruction and deletes crucial files? Or worse, access sensitive data unintentionally? This paper

Mehran Mozaffari (@imehr) 's Twitter Profile Photo

πŸ“š Where Should AI Agent Research Go Next? This comprehensive review identifies several open challenges for AI agents: βœ… Efficient environment learning to adapt to specific apps/domains. βœ… Better planning capabilities for sequential tasks. βœ… Standardized benchmarks for fair

πŸ“š Where Should AI Agent Research Go Next?

This comprehensive review identifies several open challenges for AI agents:
βœ… Efficient environment learning to adapt to specific apps/domains.
βœ… Better planning capabilities for sequential tasks.
βœ… Standardized benchmarks for fair
Mehran Mozaffari (@imehr) 's Twitter Profile Photo

πŸ› Bug in Anthropic Claude Code on macOS: `/plugin marketplace add` fails due to Unicode decomposition in git paths. Quick fix: `git config --global core.precomposeunicode true` The command should handle this automatically on macOS! #ClaudeCode