Build Your Own JARVIS with Claude Code: A Command-Line AI Assistant

2025-06-04
Build Your Own JARVIS with Claude Code: A Command-Line AI Assistant

Tired of cumbersome MCP configurations? This post shows how to use Anthropic's Claude Code, a command-line tool, to seamlessly connect Claude Sonnet 4 with your apps. By writing a simple CLAUDE.md file, you can teach Claude to run Python scripts, call APIs, control your computer, and even automate your workflows, such as managing releases or debugging a customer's website. The author demonstrates how to use Claude Code to extract YouTube video transcripts, retrieve Things to-do lists, and fetch likes from X (Twitter). While the process may require some trial and error, Claude Code's flexibility and scalability make it a powerful tool for building personalized AI assistants.

Read more
Development

Automating Releases with Claude Code

2025-05-26
Automating Releases with Claude Code

Molin uses Anthropic's Claude Code to automate its 1-3 times/week software release process. Claude Code handles creating PRs, checking diffs, deploying the backend, and publishing JS bundles. Instructions in a `.claude/release.md` file guide Claude Code to check for existing release PRs, create new ones, check merge status and CI checks, merge the PR, and finally deploy to production. This significantly improves efficiency and reduces manual work.

Read more
Development software releases