
Elias
@iam_elias1 • 35,740 subscribers
Sharing my AI journey with everyone. From research papers to daily tips to building agents. Posting what resonates. DM for collab. [email protected]
Shorts
Videos

It is probably the best Claude Design tutorial under 32 minutes It is by UI Collective Academy
Elias98,208 views • 2 months ago

Most AI demos start with a prompt. I started with an entire startup. I gave MiniMax M3: • product docs • pricing • customer feedback • roadmap • competitor research Then dropped everything into Cursor and asked it to build the product. What impressed me wasn't the code. It was how well M3 connected information across all the documents and turned them into actual product decisions. Feels less like "AI coding" and more like working with a junior product + engineering team.
Elias21,729 views • 2 months ago

Anthropic just released a talk on building headless automation with Claude Code. Presented by Sid Bidasaria, Member of Technical Staff at Anthropic live at Code with Claude on May 22, 2025 in San Francisco. Here is what the talk covers. Headless mode lets you run Claude Code without a person actively typing prompts from inside an automated script. Instead of a live session, a script calls Claude with a pre-written instruction using the -p flag. This opens the door for Claude Code to become a piece of a much larger, automated process. In plain terms: Claude Code stops being a tool you use and starts being a service that runs on its own. What this unlocks: Scheduled tasks: Run Claude Code on a cron schedule without anyone at a keyboard. Fix linting errors across an entire codebase. Automatically. Overnight. CI/CD integration: Trigger Claude Code as a step in your build process. Open a PR. Claude reviews it, flags issues, and pushes fixes before a human ever looks at it. GitHub automation: A project manager comments "Claude fix this" on a GitHub issue. Claude reads the request, finds the code, writes the fix, and opens the PR. Multi-machine workflows: One orchestrator dispatches tasks to multiple Claude Code instances running in parallel across different repos simultaneously. When you combine headless mode, hooks, and GitHub Actions, development teams can automate tasks that usually eat up significant time freeing senior engineers to focus on architectural problems while Claude handles the repetitive ones. If you use Claude Code for anything beyond single sessions this talk is worth 20 minutes of your time.
Elias14,096 views • 2 months ago
No more content to load