<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Onwubualili Chinemerem</title>
    <description>The latest articles on Forem by Onwubualili Chinemerem (@techkid001).</description>
    <link>https://forem.com/techkid001</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3883804%2F932cadb9-b5ae-4909-bcaf-a349bd63d485.jpeg</url>
      <title>Forem: Onwubualili Chinemerem</title>
      <link>https://forem.com/techkid001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/techkid001"/>
    <language>en</language>
    <item>
      <title>I Gave My AI a Goal… and It Took Over From There</title>
      <dc:creator>Onwubualili Chinemerem</dc:creator>
      <pubDate>Sat, 25 Apr 2026 21:53:17 +0000</pubDate>
      <link>https://forem.com/techkid001/i-gave-my-ai-a-goal-and-it-took-over-from-there-3fdh</link>
      <guid>https://forem.com/techkid001/i-gave-my-ai-a-goal-and-it-took-over-from-there-3fdh</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/openclaw-2026-04-16"&gt;OpenClaw Writing Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It's 9:03 AM. You haven't opened your laptop yet. But somewhere on your local machine, a process quietly woke up at 9:00 AM sharp — scanned the internet for what developers are buzzing about, drafted a full technical blog post on that exact topic, and sent it to your Telegram channel.&lt;/p&gt;

&lt;p&gt;Your audience already has something to read. You're still making tea.&lt;/p&gt;

&lt;p&gt;That's not science fiction. That's a workflow I built and ran with OpenClaw. And it fundamentally changed how I think about what AI is supposed to do for us.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 What Exactly Is OpenClaw?
&lt;/h2&gt;

&lt;p&gt;OpenClaw is an open-source platform for building AI assistants that operate through agentic workflows. Every word in that sentence matters — so let's pull it apart.&lt;/p&gt;

&lt;p&gt;Traditional AI tools — ChatGPT, Gemini, Claude in their default form — work on a simple loop: you type a question, you get an answer. Every conversation starts from zero. The AI has no initiative, no awareness of your broader goals, and no reason to do anything unless you prompt it.&lt;/p&gt;

&lt;p&gt;OpenClaw breaks that contract entirely. You don't give it a question. &lt;strong&gt;You give it a goal.&lt;/strong&gt; Then it plans the steps, takes actions, checks results, iterates, and keeps going — with or without you at the keyboard.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧩 The Three Traits That Makes AI Agents Different
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. 🧠 Self-Improving&lt;/strong&gt;&lt;br&gt;
Agents learn from the tasks they perform and get better at them over time. Every run is a feedback loop, not a blank slate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. 💻 Embodied&lt;/strong&gt;&lt;br&gt;
An OpenClaw agent has a "body" — it can interact directly with your computer: opening files, browsing the web, calling APIs, and controlling applications. It doesn't just describe what to do. It does it!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. ⚡ Proactive&lt;/strong&gt;&lt;br&gt;
OpenClaw agents don’t just respond to questions—they take initiative. They work on your behalf, quietly checking your calendar, scanning your inbox, spotting urgent tasks, and acting on them without waiting for you to ask. It all happens in the background while you sleep, eat, or focus on what truly matters.&lt;/p&gt;

&lt;p&gt;And that’s the real shift. It’s no longer about interacting with AI—it’s about delegating to it.&lt;/p&gt;


&lt;h2&gt;
  
  
  What Can OpenClaw Actually Do?
&lt;/h2&gt;

&lt;p&gt;OpenClaw's capability list is wide and growing. OpenClaw handles tasks across communication, productivity, scheduling, research, and content creation. Some highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📧 Send Emails&lt;/li&gt;
&lt;li&gt;📅 Manage Calendars&lt;/li&gt;
&lt;li&gt;✈️ Book Flights&lt;/li&gt;
&lt;li&gt;💬 WhatsApp&lt;/li&gt;
&lt;li&gt;📨 Telegram&lt;/li&gt;
&lt;li&gt;🎮 Discord&lt;/li&gt;
&lt;li&gt;🎵 Spotify&lt;/li&gt;
&lt;li&gt;🌐 Web Browsing&lt;/li&gt;
&lt;li&gt;📁 File Management&lt;/li&gt;
&lt;li&gt;🔍 Research &amp;amp; Summarize&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The key thing to understand here is that you can connect multiple tools at the same time. That’s what unlocks real power—the agent isn’t confined to a single integration; it can coordinate across your entire digital ecosystem, stitching together actions into seamless, complex workflows.&lt;/p&gt;


&lt;h2&gt;
  
  
  A Workflow I Actually Built
&lt;/h2&gt;

&lt;p&gt;Enough theory. Let me walk you through an agent I set up that runs completely on its own, every single day at 9 AM sharp:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;09:00 AM · Step 1&lt;/strong&gt;&lt;br&gt;
Find a trending AI topic. The agent searches the web, scans developer forums, and identifies what the community is actively talking about that morning.&lt;br&gt;
&lt;strong&gt;09:02 AM · Step 2&lt;/strong&gt;&lt;br&gt;
Using these topic as its seed, the agent drafts a full, structured article — introduction, technical breakdown, examples, takeaways. Not a summary. A real post!&lt;br&gt;
&lt;strong&gt;09:04 AM · Step 3&lt;/strong&gt;&lt;br&gt;
The finished post gets published directly to my Telegram channel, formatted and ready for my audience to read.&lt;br&gt;
My total time investment on any given morning: zero minutes.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Here's a simplified look of how that workflow is configured in OpenClaw:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="c1"&gt;# Daily Content Agent — fires every morning at 09:00&lt;/span&gt;

&lt;span class="na"&gt;schedule&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="s"&gt;0&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;9&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;*&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;*&lt;/span&gt;&lt;span class="nv"&gt; &lt;/span&gt;&lt;span class="s"&gt;*"&lt;/span&gt;  &lt;span class="c1"&gt;# cron expression&lt;/span&gt;

&lt;span class="na"&gt;tools&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt;
  &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="s"&gt;web_search&lt;/span&gt;        &lt;span class="c1"&gt;# find today's trending AI topic&lt;/span&gt;
  &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="s"&gt;text_generation&lt;/span&gt;   &lt;span class="c1"&gt;# write the technical blog post&lt;/span&gt;
  &lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="s"&gt;telegram_publish&lt;/span&gt;  &lt;span class="c1"&gt;# delivers to my telegram channel&lt;/span&gt;

&lt;span class="na"&gt;goal&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="pi"&gt;|&lt;/span&gt;
  &lt;span class="s"&gt;"Each morning, identify the top trending AI topic&lt;/span&gt;
   &lt;span class="s"&gt;among developers. Write a detailed, structured&lt;/span&gt;
   &lt;span class="s"&gt;technical blog post about it. Send the finished&lt;/span&gt;
   &lt;span class="s"&gt;post to my Telegram channel."&lt;/span&gt;

&lt;span class="na"&gt;self_improve&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="kc"&gt;true&lt;/span&gt;    &lt;span class="c1"&gt;# learns from engagement patterns over time&lt;/span&gt;
&lt;span class="na"&gt;run_on_local&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="kc"&gt;true&lt;/span&gt;    &lt;span class="c1"&gt;# stays entirely on your machine&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The agent wakes up, works through the steps, self-checks the output, and delivers. I wake up to a channel that's already active. That compounding effect — fresh content, every day, zero effort — is hard to overstate.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Risk of using OpenClaw? It’s probably You!
&lt;/h2&gt;

&lt;p&gt;OpenClaw runs entirely on your &lt;strong&gt;local machine&lt;/strong&gt;. It doesn't send your data to a cloud. It doesn't phone home. The agent only does what you instruct it to do — which is precisely where the risk lives.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;⚠️ &lt;strong&gt;Honest Assessment:&lt;/strong&gt; The biggest risk of using OpenClaw isn’t the tool—it’s an unconsidered prompt. If you give an instruction like “delete files matching this pattern” and that pattern is too broad, the agent will follow through exactly as told—even if it wipes important files. The system is capable and precise, but it doesn’t second-guess intent. That responsibility stays with you. The good news? Based on current real-world usage, serious security incidents involving OpenClaw are extremely rare.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Think of it like giving someone your house keys and a to-do list. The more precise your instructions, the better the outcome. Vague or careless commands lead to unintended results. The tool is powerful enough to make that matter.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Catch Nobody Warns You About:
&lt;/h2&gt;

&lt;p&gt;OpenClaw comes with one honest caveat: the hardware requirement!&lt;/p&gt;

&lt;p&gt;To run a capable AI agent locally, you need a machine that can handle large language models without choking. In practice, this means a modern GPU with substantial VRAM — typically an NVIDIA RTX 3080 or better, or Apple Silicon M-series chips with unified memory. We're talking machines that start at $1,500 and climb quickly into the $3,000–$5,000+ range for serious setups.&lt;/p&gt;

&lt;p&gt;For developers in well-funded environments, this setup is a one-time investment that quickly pays for itself. But for indie builders—and especially developers in emerging markets—it can be a real barrier. There are cloud-based workarounds, like running the agent backend on a rented GPU server, but they simply shift the cost rather than remove it. And in doing so, they also chip away at one of OpenClaw’s biggest advantages: keeping everything fully local and private.&lt;/p&gt;

&lt;p&gt;This is the clearest limitation today, and it's one the open-source community is actively working to solve with more efficient model.&lt;/p&gt;




&lt;h2&gt;
  
  
  Getting Started: Your First OpenClaw Agent
&lt;/h2&gt;

&lt;p&gt;Ready to move beyond the chat box? Here's a practical on-ramp:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1 — Check your hardware first&lt;/strong&gt;&lt;br&gt;
Confirm you have a capable machine before anything else. Without sufficient GPU power, local model inference will be too slow to be practical.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2 — Clone the repository&lt;/strong&gt;&lt;br&gt;
Head to the OpenClaw GitHub and clone the repo. The README covers all dependencies: Python 3.10+, a local LLM backend (Ollama is the easiest starting point), and your preferred tool integrations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3 — Connect one tool only&lt;/strong&gt;&lt;br&gt;
Resist the urge to hook everything up at once. Pick one integration — Telegram, email, or calendar — and get a simple agent running end-to-end first. Master the basics before adding complexity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4 — Define a real, specific goal&lt;/strong&gt;&lt;br&gt;
Don't write &lt;em&gt;"help me with tasks."&lt;/em&gt; Write: &lt;em&gt;"Every weekday at 8 AM, check my emails and summarize unread messages from clients."&lt;/em&gt; Specific goals produce specific, useful results. Vague goals produce vague agents.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5 — Run, observe, refine&lt;/strong&gt;&lt;br&gt;
Let it run. Watch what it actually does. Adjust the goal or tool config based on real output. This is where the self-improvement loop starts paying dividends — every iteration gets sharper.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwco4hvxjsgtj1kvdmx8i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwco4hvxjsgtj1kvdmx8i.png" alt=" " width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;🌶️ Hot Take&lt;/strong&gt; &lt;br&gt;
ChatGPT made AI accessible. OpenClaw makes it actionable. That’s a meaningful shift. The tools that actually do the work—not just explain it—are the ones that will matter in the next five years! &lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🏁 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;OpenClaw isn't just a tool — it's a glimpse into a different relationship with AI entirely. One where the assistant doesn't wait for instructions, it executes goals. One where it works with you, or even for you, while you focus on what actually requires your brain.&lt;/p&gt;

&lt;p&gt;And the best part? It's open source!&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>openclawchallenge</category>
    </item>
    <item>
      <title>🪐 ExoPlanet Companion — Discover Alien Worlds with AI 👽</title>
      <dc:creator>Onwubualili Chinemerem</dc:creator>
      <pubDate>Sun, 19 Apr 2026 21:32:37 +0000</pubDate>
      <link>https://forem.com/techkid001/exoplanet-companion-discover-alien-worlds-with-ai-4lko</link>
      <guid>https://forem.com/techkid001/exoplanet-companion-discover-alien-worlds-with-ai-4lko</guid>
      <description>&lt;p&gt;&lt;strong&gt;This is a submission for &lt;a href="https://dev.to/challenges/weekend-2026-04-16"&gt;Weekend Challenge: Earth Day Edition&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Earth Day is a reminder of how precious our planet is — but it also made me wonder: what are the other planets out there like?&lt;br&gt;
That question became ExoPlanet Companion, an AI-powered space exploration web app that lets anyone explore over 6,000 real confirmed exoplanets from NASA's database — and experience each one like never before.&lt;br&gt;
Here's what the app does:&lt;br&gt;
🔭 Pulls live data from NASA's Exoplanet Archive — real planetary science, including radius, mass, orbital period, surface temperature, and distance from Earth&lt;br&gt;
🤖 Uses open-source AI models via OpenRouter to transform that raw data into vivid, imaginative planet narratives — describing what the planet looks like, what the sky looks like from its surface, whether life could exist there, and one jaw-dropping fun fact&lt;br&gt;
📓 Maintains a persistent Explorer Journal powered by Backboard — every planet you visit gets saved to your personal journal, building a living log of your journey across the cosmos&lt;br&gt;
🌠 Delivers an immersive dark space UI — animated starfield, glowing planet illustrations, and a cinematic exploration experience&lt;br&gt;
The goal was simple: make the vastness of the universe feel personal, explorable, and emotional — in honor of the planet that started it all.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;🚀 Live App:&lt;/strong&gt; &lt;a href="https://project-p0jrj-git-main-2chinemerems-projects.vercel.app/" rel="noopener noreferrer"&gt;https://project-p0jrj-git-main-2chinemerems-projects.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;📽️ Demo Walkthrough:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ndbrt9k01bjhm7n36z7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ndbrt9k01bjhm7n36z7.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4654td3ylsw6tkn1efvk.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4654td3ylsw6tkn1efvk.jpg" alt=" " width="800" height="705"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/2Chinemerem/exoplanet-companion" rel="noopener noreferrer"&gt;https://github.com/2Chinemerem/exoplanet-companion&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Architecture Overview&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The application is built using a React frontend, a lightweight Express proxy server, and three core service layers responsible for handling NASA data, AI generation, and persistent memory.&lt;/p&gt;

&lt;p&gt;At a high level, the system works by fetching real exoplanet data, enriching it with AI-generated simulations, and storing user interactions as persistent memory.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NASA Exoplanet Data Layer&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The app integrates with NASA’s Exoplanet Archive, which provides access to thousands of confirmed exoplanets along with their physical and orbital characteristics.&lt;/p&gt;

&lt;p&gt;I focused on extracting key attributes such as radius, mass, orbital period, equilibrium temperature, and stellar properties. These values form the scientific foundation for every planet simulation.&lt;/p&gt;

&lt;p&gt;One key challenge was that NASA’s API does not support browser-based requests due to CORS restrictions. To solve this, I implemented a lightweight Express proxy server that securely relays requests from the frontend to NASA’s API.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI Simulation Engine&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To transform raw scientific data into meaningful experiences, I integrated open-source language models via OpenRouter.&lt;/p&gt;

&lt;p&gt;Each planet’s data is passed into a structured prompt that guides the AI to generate a consistent, multi-part simulation — including appearance, atmospheric conditions, sky description, potential for life, and a unique insight.&lt;/p&gt;

&lt;p&gt;A key design decision here was enforcing structured outputs. This ensures the AI responses are predictable and can be cleanly mapped to UI components, preventing inconsistencies and improving reliability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Backboard — The Explorer Journal ⭐&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Backboard plays a central role in making the experience stateful and personal.&lt;/p&gt;

&lt;p&gt;When a user starts a session, a new memory thread is created. As users explore planets, each interaction is stored as a memory entry within that thread. This builds a persistent Explorer Journal that tracks every planet visited.&lt;/p&gt;

&lt;p&gt;The use of automatic memory handling allows the system to intelligently retain meaningful exploration data without manual filtering, creating a scalable and context-aware memory layer.&lt;/p&gt;

&lt;p&gt;This transforms the app from a simple viewer into a personalized exploration experience that evolves over time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Technical Decisions&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Use of open-source AI models: Chosen for flexibility, cost-efficiency, and scalability without reliance on paid APIs&lt;/li&gt;
&lt;li&gt;Structured AI outputs: Ensured consistent UI rendering and minimized parsing errors&lt;/li&gt;
&lt;li&gt;Proxy-based architecture: Solved CORS limitations while keeping the system lightweight&lt;/li&gt;
&lt;li&gt;Persistent memory with Backboard: Enabled a continuous user journey instead of a stateless experience.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;ExoPlanet Companion turns raw astronomical data into something human — a tool that makes space exploration not just informative, but deeply immersive and personal!&lt;/p&gt;

&lt;h2&gt;
  
  
  Prize Category
&lt;/h2&gt;

&lt;p&gt;✅ Best Use of Backboard&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
    </item>
  </channel>
</rss>
