
Lunar
@LunarResearcher • 35,666 subscribers
ai engineer | family @artspyre. | life @copybara_rh $COPY | 0xac79255f6f404eba14f316e8669d76573a2d7b1e
Shorts
Videos

COPY is live on Robinhood Chain $COPY CA: 0xac79255f6f404eba14f316e8669d76573a2d7b1e Five walls read a setup before you copy it: how strong the source is, how deep the pool is, whether the market actually turns over, whether the move is still inside the band, and whether there is a fresh mark to trade against. EDGE, DEPTH, TURN, MOMO, PRICE. A wallet you follow buying is not a reason. Most setups die on the first wall, and you get the exact wall that refused it, every time. Every decision is printed. The terminal runs from one process, keeps local state, and half of it needs no key at all. It never predicts a price. It tells you what you would actually be copying. Open source, MIT, runs on your machine. No browser wallet, nothing signs.
Lunar109,513 Aufrufe • vor 4 Tagen

I BUILT A ROBINHOOD CHAIN TERMINAL THAT REFUSES TRADES FOR ME BEFORE I DO SOMETHING STUPID. meet COPYBARA. one command and it starts watching the market: * fresh launches enter automatically * profitable wallets rotate underneath * every token gets checked through EDGE / DEPTH / TURN / MOMO / PRICE * bad setup = SKIP + exact reason * good setup = FIRE * hit space and it opens a paper copy * positions keep marking live * TP / SL / trailing / max-hold exits are handled automatically * wallet PnL, token moves and new scans keep updating on the same screen a token can look insane and COPYBARA will still refuse it if depth is trash or the move is already cooked. the whole loop is: NEW → SCAN → FIRE / SKIP → COPY → PNL → EXIT no dashboard hopping. no refreshing 8 tabs. just leave the terminal open and watch Robinhood Chain flow through it. COPYBARA.
Lunar83,942 Aufrufe • vor 5 Tagen

My girlfriend asked why I was smiling at 4 AM. Showed her the terminal. "What are all those green numbers?" $1,129. Made while she slept. "Doing what?" Nothing. Claude scanned 14,000 wallets, found 47 that never lose, built a bot that copies them. She watched for 10 seconds: +$3.87 captured +$6.42 captured +$12.71 captured "It just keeps going?" Every few seconds. New line. New money. "How much did you start with?" $300. Now $1,429. Eleven hours. Asleep. "What does it do?" Buys at $0.48. Sells at $0.52. Pockets $0.04. Who wins doesn't matter. "That's legal?" Citadel does this on NYSE daily. 400 engineers. I have one screen. Copy my bot here: She looked at the P&L curve. Never dips. Just climbs. "Can you make me one?" Setting hers up now. She still doesn't get how it works. The bot doesn't care.
Lunar3,388,154 Aufrufe • vor 5 Monaten

Google just released a free 2-hour course on full Graph Engineering. How to go from one prompt to 100 agents running inside one graph: 17:44 - Build your first AI agent 39:30 - Run agents with loop engineering 1:12:38 - Turn agent loops into graphs 1:34:26 - Build agents that throttle themselves 1:55:05 - Orchestrate the full multi-agent system Most people build one agent and stop there. Google is teaching the full stack: Prompt → Agents → Loops → Graphs → Multi-Agent Systems Single agents are the old workflow. Self-regulating agent graphs are the new one. This 2-hour watch is worth more than most paid agent engineering courses. Bookmark and watch it today Then read the full architecture below ↓
Lunar402,095 Aufrufe • vor 1 Monat

An ex-Anthropic engineer told me something at a party he probably shouldn't have. It was in SF. Someone's rooftop. I mentioned I run trading agents on Claude. He went quiet. "You're doing it wrong. Everyone is" I asked what he meant. "Claude is a runtime. Not a chatbox. You're supposed to pair it with repos" He pulled out his phone. Opened one GitHub link. 14,000 stars. Every workflow pattern they built internally before it went public. Agents. Tool use. Evals. Citations. The entire architecture. "Everyone types prompts. That's not how we use it. You connect Claude to a codebase. It reads. It understands. It builds on top of what's already there" I went home at 2am. Connected Claude Code to poly_data - 86 million Polymarket trades. Every wallet. Every entry. Claude didn't guess. It read the data and built detectors. First week: +$1,400. Second week: +$3,800. Right now: +$9,100. 4 agents. 74% win rate. His team runs this with a floor of PhDs and $800M AUM. My setup: Claude + a VPS. $25/month. The repos are free. Copytrade here: I asked him what separates his firm from everyone else. "Honestly? Keyboard shortcuts and repo structure. That's it. The model is the same for everyone" He texted me two days later. "Delete everything I told you" Too late.
Lunar1,656,335 Aufrufe • vor 5 Monaten

Ex-Google engineer just released a free 3-hour course on building and monetizing AI agents. How to go from one agent to a full system that finds leads and makes money: 00:00 - Design an AI agent system 07:38 - Add human handoffs 19:27 - Understand RAG and vector databases 52:38 - Deploy agents to Google Cloud 1:25:57 - Turn agents into a paid WhatsApp business 1:33:00 - Convert conversations into leads 2:24:01 - Learn loops vs graphs 2:33:08 - Build a multi-tool agent graph Most people are still building AI demos. This course shows the full stack: Agents → RAG → Deployment → Leads → Revenue Building agents is the old workflow. Monetizing agent systems is the new one. This 3-hour watch covers more than most $500 paid courses. Save it before everyone starts selling the same thing.
Lunar350,919 Aufrufe • vor 1 Monat

Andrej Karpathy just explained the 5 shifts turning LLMs into agentic systems. 00:00 - Memory turns chat into personal AI 06:41 - Multimodal AI reads the world 16:58 - Thinking models solve harder tasks 24:51 - Search makes LLMs live 30:58 - Tools turn LLMs into workers Most people are still treating LLMs like chatbots. Karpathy is showing the full stack: Memory → Vision → Reasoning → Search → Tools Prompting is the old workflow. Agentic systems are the new one. This 40-minute talk is worth more than most paid AI agent courses. Bookmark and watch it before everyone catches up. Then read how to turn LLMs into self-improving agent loops below
Lunar355,154 Aufrufe • vor 1 Monat

Andrej Karpathy spent 8 years working at OpenAI and Tesla Last week, he condensed everything he knows into one free 2-hour lecture People spend $15K on bootcamps that teach less than half of this You probably don't have two hours to watch it right now Just don't let it disappear in your feed Save it, watch it later, then read the guide below and build your first loop
Lunar122,437 Aufrufe • vor 18 Tagen

Anthropic engineer: "At Anthropic, all of our engineers are running hundreds of agents The way you do it is graph engineering" In just 36 minutes, he shows how Anthropic runs hundreds of agents at once and what actually makes it possible Prompts → Agents → Loops → Graphs The part most people skip is the return path, where every accepted result becomes a constraint for the next run Same model, same tokens, completely different system Prompting is the old workflow Graph engineering is the next one Watch it today Then save the full graph engineering guide below before everyone starts catching up ↓
Lunar31,945 Aufrufe • vor 5 Tagen

Andrew Ng just released a 2-hour course on full Graph Engineering. How to go from one prompt to 100 agents that loop, rewrite themselves, and run without you: 09:14 - Build your first AI agent 33:11 - Run agents with loop engineering 1:02:46 - Turn agent loops into graphs 1:30:15 - Build agents that rewrite themselves 1:49:05 - Run the full graph system without you Most people are still building one agent and calling it done. Andrew Ng is already teaching everything after: Prompt → Agents → Loops → Graphs → Self-Improving Systems Single agents are the old workflow. Systems that improve and run without you are the new one. This 2-hour watch is worth more than most $500 agent engineering courses. Bookmark and watch it before everyone catches up. Then read how to run 1,000 agents from one prompt below ↓
Lunar226,024 Aufrufe • vor 1 Monat

Anthropic engineer: "Stop re-prompting Claude all day. Build the loop once. Let it do the work." 00:00 - Build your first autonomous agent 05:02 - Make the loop fix its own mistakes 16:43 - Give Claude memory across sessions Prompting is the old workflow. Loops are the new one. This 30-minute watch is worth more than most paid agent courses. Bookmark and watch it today Then read the step-by-step guide below
Lunar318,880 Aufrufe • vor 1 Monat

Google just released a free 2-hour course on full Graph Engineering. How to go from one prompt to an agent graph that can build itself: 0% → 10:16 - build your first AI agent 25% → 41:05 - master prompt engineering 50% → 54:45 - turn agents into graphs 75% → 1:20:10 - run loops inside agent graphs 100% → 1:43:33 - build a graph that builds itself Most people build one agent and stop there. Google is teaching everything that comes after: Prompt → Agents → Graphs → Loops → Self-Building Systems Single agents are the old workflow. Graphs that evolve themselves are the next one. This 2-hour course is worth more than most paid agent engineering courses. Bookmark it and watch today Then read how to run 1,000 agents from one prompt below ↓
Lunar44,222 Aufrufe • vor 8 Tagen

Google just released a free 2-hour+ course on full agent engineering. How to go from one prompt to a system that runs while you sleep: 38:46 - Build your first AI agent 54:46 - Connect MCP tools 1:12:43 - Run agents with four loop patterns 1:20:57 - Turn agent loops into graphs 2:22:31 - Build the complete autonomous system Most people are still building one agent and stopping there. Google is already teaching the full stack: Agents → Tools → Loops → Graphs → Autonomous Systems Single agents are the old workflow. Systems that run without you are the new one. This course is worth more than most paid agent engineering bootcamps. Bookmark and watch it today Then read the full graph engineering playbook below
Lunar198,008 Aufrufe • vor 1 Monat

My dad told me to get a real job instead of "Polymarket betting" Last month I made more than his annual salary. On weather markets. On Polymarket. He hasn't mentioned the job thing since. Here's exactly what happened: NOAA isn't the weather app on your phone. It's a federal supercomputer - satellites, ocean buoys, Doppler radar - running atmospheric models 24/7 for 40+ years. 48-hour forecast accuracy: above 93%. Meanwhile Polymarket weather markets are priced by people checking AccuWeather between TikToks. That gap between federal science and retail guessing - that's the profit. I'm use for copytrade bots: Chicago, Friday: NOAA gives 92% confidence hitting 71°F. Polymarket has that bucket at 8¢. The bot catches it in seconds. Buys at 8¢ → NOAA is right → market corrects to 49¢ → sells. 6x return. On weather. No prediction needed. I put in $150 and left my laptop on the kitchen table. Came back to 28 trades executed across 6 cities. NYC, Dallas, Miami, Seattle, Atlanta, Chicago - scanning every 2 minutes for wherever a weather app disagrees with a supercomputer. Simple rules: Only buys below 15¢ Only sells above 45¢ Never more than $2 per position This isn't trading. It's arbitrage between people with a phone and people with a $6 billion satellite network. 2,900+ trades 91% win rate +$38,700 in one month starting from $150 My dad still thinks I should get a real job. The bot made $847 while I was having that conversation with him.
Lunar755,581 Aufrufe • vor 6 Monaten

An ex-OpenAI engineer walked up to me at a meetup in SF I was showing my Polymarket terminal. He looked at the screen for ten seconds and said one sentence. "You're trading blind. The data is sitting in the open and you're writing prompts" I didn't understand. What data. He took my laptop. Opened one repository. 86 million trades. Every wallet. Every entry. Every exit. The entire Polymarket history since day one. "At OpenAI models don't guess. They read. Connect Claude Code to this dataset and say - find every wallet with a win rate above 70% and more than 100 trades" I asked - why Claude and not GPT? He looked at me like I was an idiot. "Because Claude Code connects to the repo directly. It reads the entire codebase. It's not a chatbox. It's a runtime" That evening I connected it. Claude pulled 47 wallets in 4 minutes. Average profit: $214K. Hold time: 7 hours. 91% close their position BEFORE resolution. Top wallets capture 86% of the move and cut losers at 12%. Everyone else - 58% of profit and hold losers to 41%. Same exact entries. The exits make it a completely different game. "Now connect the scanner" Three commands - the bot sees 500+ markets in real time. No API key. Read-only. Claude built the scoring in 20 minutes: Gap between price and model > 7 cents. Book depth > $500. Resolution in 4-48 hours. 93% of markets get killed instantly. Only the fat ones survive. "Now this is the important part" - he sent me an article where a guy built a full bot over a weekend from these same repos Copytrade here: Three exit triggers: Target 85% of expected move. Volume spike x3 - smart money leaving. 24 hours of silence - thesis is dead. I copied the whole stack. VPS $5. Claude $20. Total $25 a month. No team. No office. No Bloomberg. 16 days. 187 trades. 71% win rate. $800 seed. +$8,700. I sent him my screen. He replied a day later. "You just replicated for $25 what cost us six months and 11 people" I said - thanks for the tip. "Delete this chat" Too late.
Lunar481,449 Aufrufe • vor 5 Monaten

Google just released a free 1-hour lecture from Chief Scientist Jeff Dean on full AI Engineering. How to go from one LLM to coordinating 100 AI agents: 01:45 - Build an LLM from scratch 17:22 - Learn how to actually use AI models 30:03 - Master prompt engineering 52:35 - Coordinate 100 agents as one human Most people are still learning how to prompt one model. Jeff Dean is showing the full stack: LLMs → Prompts → Agents → Agent Teams → Graphs Prompting is the old workflow. Coordinating agent systems is the new one. This is 27 years of Google AI compressed into one hour. Bookmark and watch it today Then read the full Graph Engineering guide below ↓
Lunar102,011 Aufrufe • vor 1 Monat

Anthropic engineer: "At Anthropic, we don't write prompts anymore We build loops" In just 42 minutes, she shows how the Claude team builds loops that can prompt themselves If this were a $400 course, people would probably call it one of the best agent courses of the year It's completely free Watch it, then use the step-by-step guide below to build your first loop
Lunar72,996 Aufrufe • vor 1 Monat

Anthropic engineer: "Most people are using 10% of what Claude can do. The other 90% is Loops and Graphs." In just 27 minutes he explains how Anthropic actually uses Claude, and why most people never get there Chat → Agents → Loops → Graphs most people open a chat, prompt it well, and stop there because it works he closes the chat and builds the system that runs without him opening anything same model, same tokens, completely different workflow watch it today the full graph engineering guide is below, save it before everyone starts catching up ↓
Lunar20,527 Aufrufe • vor 9 Tagen

Anthropic engineer: "At Anthropic, we don't write prompts anymore We build loops" In just 42 minutes, she shows how the Claude team builds loops that can prompt themselves If this were a $400 course, people would probably call it one of the best agent courses of the year It's completely free Watch it, then use the step-by-step guide below to build your first loop
Lunar40,637 Aufrufe • vor 19 Tagen

Google just released a free 1-hour lecture from Chief Scientist Jeff Dean on full AI Engineering. How to go from one LLM to coordinating 100 AI agents: 0% → 01:45 - build an LLM from scratch 30% → 17:22 - learn how to actually use AI models 60% → 30:03 - master prompt engineering 100% → 52:35 - coordinate 100 agents as one human Most people are still learning how to prompt a single model. Jeff Dean is showing the entire stack: LLMs → Prompts → Agents → Agent Teams → Graphs Prompting is the old workflow. Coordinating entire agent systems is the next one. This is 27 years of Google AI compressed into a single hour. Bookmark it and watch today. Then read the full Graph Engineering guide below ↓
Lunar24,107 Aufrufe • vor 13 Tagen