Stop asking AI questions.
Start giving it goals.

Most people use AI like a search engine: type a question, get an answer, close the tab. That's not how this works. You have an idea. You tell your agent the goal. It builds the process. You have a completed goal. That's the shift.

Four steps. Every time.

1

You have an idea

It starts in your head. A business problem. A creative project. A workflow that's eating your time. Something you want to exist that doesn't yet.

2

You tell your agent the goal

Not "how do I do X?" — that's a question. Instead: "I want X to exist by Friday." The difference is everything. Questions get answers. Goals get action plans.

3

AI generates the process

Your agent breaks the goal into steps. It identifies what it can do autonomously and what needs your input. It starts executing. It asks you to decide only when it genuinely can't.

4

You have a completed goal

Not an answer to read. Not a suggestion to evaluate. A finished thing that exists in the world because you stated what you wanted and your agent built it.

This is the mindset shift

When you sit down with ChatGPT or Gemini or Claude, you're having a conversation. It's useful. It's sometimes impressive. But when you close the tab, nothing has changed in your life except that you read some text.

A goal-based agent is different. You say "I want a weekly newsletter that goes out every Monday with AI industry news and a personal take." The agent doesn't just tell you how to do that. It drafts the newsletter. It schedules it. It sets up the delivery pipeline. Next Monday, your subscribers get an email. You didn't write it from scratch — you approved it.

That's not a better chatbot. That's a fundamentally different relationship with technology.

❌ Question

"What stocks did Congress trade this week?"

✅ Goal

"Monitor every congressional trade and alert me when someone buys more than $100K in a stock I own."

❌ Question

"How do I write a LinkedIn post?"

✅ Goal

"Draft three LinkedIn posts this week in my voice, schedule them, and show me for approval."

❌ Question

"What's the weather in Kona?"

✅ Goal

"Track weather at all my upcoming travel destinations and tell me if I need to pack differently."

Set up your own AI agent in 30 minutes.

This is the same stack that FRED runs on. Open source, self-hosted, and built for people who care about owning their data. You don't need to be a developer. You need a computer, a terminal, and the willingness to follow steps.

Step 1

Install the prerequisites

You need two things on your machine before anything else:

Node.js (version 22 or higher)

Node.js is the runtime that powers OpenClaw. It's free, open source, and runs on Mac, Windows, and Linux.

Mac (recommended):

Install Homebrew first if you don't have it, then:

brew install node
Windows / Linux / Manual:

Download from nodejs.org — grab the LTS version.

Verify it worked: node --version should show v22 or higher.

An AI provider API key

Your agent needs a brain. Pick one to start — you can always add more later.

  • Anthropic (Claude) — What FRED runs on. Best reasoning. Best safety. Start here if unsure.
  • OpenAI (GPT) — The most recognizable name. Great all-rounder.
  • Google (Gemini) — Generous free tier. Strong at document processing.

Create an account, generate an API key, and save it somewhere safe. You'll need it in a minute.

Step 2

Install OpenClaw

One command. That's it.

npm install -g openclaw

This installs the OpenClaw gateway globally on your machine. It's the brain that connects your AI models, messaging channels, memory files, and tools into one unified system.

Verify: openclaw --version

Step 3

Configure your agent

Run the setup wizard:

openclaw init

This creates your config file and walks you through the basics: which AI model to use, where to store your agent's memory, and how to connect a messaging channel.

At minimum, you'll need to paste in your API key from Step 1. The wizard handles the rest.

Step 4

Connect a messaging channel

This is what makes it an agent instead of a chatbot. Pick the app you already use:

  • Telegram — Create a bot via @BotFather, paste the token into your config
  • Discord — Create a bot in the Developer Portal, add the token
  • WhatsApp — Connect via WhatsApp Business API or bridge
  • Signal, Slack, iMessage — All supported. Check the docs for setup guides.

Once connected, your agent lives in your pocket. Text it like you'd text a friend.

Step 5

Start your agent

openclaw gateway start

Your agent is now live. Send it a message. Give it a goal. Watch it work.

From here, you can add memory files, set up scheduled tasks, connect your email and calendar, enable browser automation, and build out everything described on this site. The OpenClaw documentation covers it all.

Your first goal should be small.

Don't try to build the whole system on day one. Start with something concrete:

📧

"Check my email every morning and summarize anything urgent."

Connect your email, set up a scheduled task, and wake up to a briefing instead of inbox dread.

📝

"Draft a blog post about [topic] in my voice."

Give your agent a writing sample. Tell it the topic. Review what it produces. Iterate.

📊

"Track these 5 stocks and tell me if anything moves more than 3%."

Connect a market data API, set alert thresholds, and let it watch while you work.

🔒

"Run a security check on my machine every night."

Automated system audits, update monitoring, and breach alerts — all while you sleep.

Each completed goal teaches you something. Each one makes the next one faster. Within a month, you'll have an agent that knows your preferences, your schedule, your writing voice, and your priorities — because you taught it through goals, not prompts.

Ready to build yours?

The AI Agent Playbook covers the full build — from first install to a production agent that runs 24/7. Or skip the reading and book a session where we build it together live.