Video Summary

Stop Watching Tutorials - Build These 4 Claude Projects to 10x Output

Austin Marchese

Main takeaways
01

Project 1: Create a personalized AI Board of Advisers by ingesting public expert content and exposing a reusable 'ask the board' skill.

02

Project 2: Build a niche command center (MVP) that solves a real, current problem you have to ensure frequent use and fast learning.

03

Project 3: Scaffold and deploy a Node.js personal site with Claude Code, optimize it for AI discovery, and add an 'Ask AI About Me' block.

04

Project 4: Assemble an internal operating system (Knowledge, Skills, Projects) with feedback loops and version control to improve outputs over time.

05

Use connectors like Hostinger to deploy Claude Code apps quickly (API key, MCP connector, log-based AI troubleshooting) and iterate.

Key moments
Questions answered

What are the steps to build the AI Board of Advisers?

1) Let Claude interview you to capture goals and context. 2) Ask Claude to recommend experts for your board. 3) Gather public content (YouTube, articles) and ingest it into Claude. 4) Create a reusable 'ask the board' skill that queries all members. 5) Use the skill to pose decision questions and get combined advice.

Why build a niche command center and how do you start?

Because it'll actually get used, removes problem-selection paralysis, sharpens your core skill, and avoids audience pressure. Start by choosing a real problem you face, generate ideas with Claude if needed, then plan and build an MVP focused on essential features and integrate it into your workflow.

How does Hostinger simplify deploying Claude Code apps?

Hostinger provides a Claude Code–friendly hosting plan with a connector (MCP server). You add your Hostinger API key to Claude Code, deploy directly from the terminal, get a free domain option, and use Hostinger's AI troubleshooter to scan logs and fix issues.

What is an internal operating system and what core folders should it include?

An internal OS organizes your workflows and assets so Claude sessions can use them without repeated context. Core folders: Knowledge (documents/resources), Skills (repeatable processes/prompts), and Projects (active work and status).

How do you create a cloned expert for your board?

Bias toward experts with publicly available material (e.g., YouTube). Collect links to their content, paste them into Claude, and use an ingestion prompt so Claude digests that body of work to emulate their perspectives when queried.

Creating Your Own Board of Advisers 00:00

"This project will let you build your own board of advisers by cloning professional experts so you can make decisions with confidence."

  • The first project introduces the concept of creating a personalized board of advisers using Claude AI, where the user clones insights from professional experts to aid in decision-making.

  • Step one involves having Claude conduct an interview to understand your career goals and aspirations, focusing on personalized context rather than generic assumptions.

  • It's recommended to use voice-to-text tools like WhisperFlow or Hex, allowing for faster responses compared to typing.

  • In step two, once Claude understands your career objectives for the next 1, 5, or 10 years, you will ask Claude to recommend suitable experts for your board. Starting with two individuals is suggested, particularly those with publicly available resources like YouTube creators for effective training data.

  • After identifying your board members, step three involves gathering content from these individuals. This means sourcing links to their valuable material and providing them to Claude for data ingestion.

  • Following this, you proceed to step four, where you create a custom skill that enables you to query your board efficiently. This skill will facilitate the execution of a multi-step process automatically by treating it as a reusable prompt.

  • Finally, in step five, you use this skill to ask specific questions, leveraging the insights of all board members simultaneously to make informed decisions.

Building a Niche Command Center 02:21

"The goal of this project is to get your hands dirty building a tool that helps you today with something you're already working on."

  • The second project emphasizes constructing a niche command center tailored to your immediate needs, ensuring its applicability and usefulness.

  • The rationale behind building this command center includes practical usage, bypassing the common hurdle of choosing the right problem, enhancing proficiency in a desired area, and eliminating audience pressures that can stifle creativity.

  • The first step in this process is to determine what to build. If you're unsure, a prompt can guide you to generate ideas based on your discussions with Claude.

  • For example, the speaker intends to create a personal finance tracker to monitor expenses and income, illustrating the importance of a project that addresses immediate needs.

  • In step two, the focus shifts to planning and building a minimum viable product (MVP). This involves a structured analysis of necessary features to prevent unnecessary complexity.

  • The process of planning also includes revisiting the initial prompt to prioritize meaningful functionalities rather than relying on superficial templates.

  • After developing an MVP, the goal is to introduce it into your workflow and progressively enhance it based on actual use, ensuring the command center evolves to meet your requirements effectively.

Creating a Node.js App with Claude Code 07:17

"Create a Node.js app with Claude code by taking inspiration and goals to build a compelling project."

  • Start by establishing a goal for your project and finding inspiration from pre-curated websites. This will guide your development process.

  • Use Claude Code to scaffold an initial proof of concept for your Node.js application. This involves generating the necessary structure and initial components based on your defined goal and selected inspiration.

  • The prompt you send to Claude should include a request for building a personal website in Node.js, which will prepare it for deployment on Hostinger later.

Optimizing for AI 07:36

"We are seeing a shift where people consult AI instead of traditional search engines for information."

  • Acknowledge the trend that more individuals are seeking information from AI rather than conventional search resources like Google.

  • AI can be the first point of contact for recruiters, buyers, or colleagues looking to learn about you. Therefore, it's essential to optimize your online presence for AI visibility.

  • Ask Claude to generate relevant content that articulates who you are professionally. This content will populate the pages of your personal website.

  • Add an "Ask AI About Me" block at the bottom of your site, which links to various AI providers. When users engage with this feature, it should launch a chat with a preloaded prompt that retrieves information about you.

Deploying the App 08:26

"Deploying a Node.js application is straightforward, especially using connectors like Hostinger."

  • Once your AI-optimized website is ready, the next step is to deploy it. You can do this using Hostinger's connector.

  • Navigate to Hostinger's website to retrieve your API key, crucial for configuring the connector.

  • Claude can assist in setting up the API connection or you can manually adjust the MCP file as needed.

  • After deployment settings are configured, choose a free domain for your site and finalize the deployment process through Claude.

  • If any issues arise during deployment, Hostinger's AI troubleshooter will analyze the logs and provide solutions, enabling Claude to rectify any problems quickly.

Internal Operating System Project 09:52

"Creating your own internal operating system confirms the transformative potential of AI."

  • The final project involves developing an internal operating system that integrates all previous tools, such as your command center and public profile, into a cohesive structure.

  • This system consists of organized folders: Knowledge for documents and resources, Skills for your repeatable processes, and Projects for active work.

  • Use Claude to help establish this structural organization, ensuring that when you initiate a new session, the system knows how to utilize existing folders without requiring repeated explanations.

  • Implement a feedback system where AI learns from past outputs, improving its performance over time. For instance, if an email requires editing for brevity, log this feedback so future drafts are more concise.

  • Consider using a tool like Buildpartner.ai for an enhanced auditing and improvement process that tracks changes and suggests enhancements for your internal operating system setup.

  • Lastly, put your internal operating system on GitHub to easily manage version control, access data, and facilitate collaboration or future expansions of the project.