Matt Dionis
banner
mattdionis.bsky.social
Matt Dionis
@mattdionis.bsky.social
Dad, husband, 🐶 dad, Software Engineer. Working to change the world for the better through AI & decentralized tech.
I added a basic CLI tool, `claude-config-composer`, to the claude-code-configs repo. 🦾

Want to generate an optimal Claude Code configuration for a Next.js project?

Just run the below:

`npx claude-config-composer nextjs-15 shadcn tailwindcss`

github.com/Matt-Dionis/...
August 24, 2025 at 4:27 PM
I'm adding a CLI to github.com/Matt-Dionis/... that supports building custom Claude Code configs based on your stack's language, framework, and major dependencies!

AI-assisted dev is cool, AI-assisted dev configured for your specific stack is cooler. 😎
August 15, 2025 at 2:14 PM
I spun up some subagents, commands & hooks in a side project. I love this new approach to AI-assisted development!

🤖 Subagents act as experts focused on specific areas

⌨️ Commands allow you to define custom slash commands

🪝 Hooks allow you to introduce determinism to inherently probabilistic flows
August 11, 2025 at 3:56 PM
Friday night project complete!

Claude Code + TTS so that I can be alerted as tasks complete or input is needed while I work on other things.
August 9, 2025 at 12:40 AM
At Radius, we have leveraged the foundation provided by Anthropic’s MCP along with the power of cryptography to enable Claude to securely manage wallets and utilize them to purchase access to premium MCP Servers.

The Radius MCP Server and Radius MCP SDK will be available soon! 🦾

#MCP #Claude #Web3
July 25, 2025 at 4:36 PM
My take on AI programming products such as Cursor & Claude Code in mid-2025:

🪄If you expect these products to act like magic wands, you'll be sorely disappointed

🛠️ If you understand that these products are tools to be leveraged to vastly improve your efficiency as a developer, you'll be blown away
June 30, 2025 at 4:09 PM
We're creating a digital ouroboros - AI consuming its own tail as models train on their own outputs. This feedback loop has huge implications which I'll discuss in an upcoming post:

"Eating Our Digital Tail: How Generative AI Creates Its Own Digital Ouroboros"
substack.com/@matthewdionis
March 31, 2025 at 6:42 PM
What a Sunday! I was fortunate enough to be able to spend the day working w/ incredible teams as they built on the Radius platform.

Massive thanks to everyone at SundAI Club! You all took Radius for a spin & created some very impressive demos. 🦾

The AI community in Cambridge is something special!
March 10, 2025 at 11:09 PM
Yesterday, I shared a simple Markdown file that helps an LLM act as an expert MCP pair programmer. I thought it might help a few people. It turns out it's been helpful to a lot more than just a few devs. 😮

Moral of the story: When you build cool 💩, share it broadly!

github.com/Matt-Dionis/...
December 4, 2024 at 8:00 PM
I've been having fun building MCP Servers this weekend!
🤓

Here is a sneak peek at a super early implementation offering conversational ordering from local restaurants. I'm now adding a memory server to the mix.

Full blog post & video to come later this week.

cc: @anthropic.com
December 1, 2024 at 11:56 PM
Underestimate how viable this setup is for app dev at your peril:

💡Detailed app description
📚 Structured context w/ detailed content about protocols/tech to implement
🧑‍🏫 Concise project instructions noting provided context
👩‍💻🤖 Pair program w/ @anthropic.com Claude 3.5 Sonnet
November 30, 2024 at 10:02 PM