Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

CLAUDE + THIS GITHUB IS FUCK*NG DANGEROUS. Threw in $10. This bot turned it into $33,000. I didn’t do anything just dropped this GitHub repo into Claude. This open source project is completely free (link below). Spent a couple of hours in Claude Code cleaning it up, understanding how...

66,505 Aufrufe • vor 9 Tagen •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

CLAUDE CODE JUST SHIPPED THE FEATURE THAT SOLVES THE BIGGEST PROBLEM EVERY BUILDER HAS WITH AI AGENTS. The problem: Claude starts a task, gets distracted by a sub-problem, goes down a rabbit hole, and never finishes the original thing you asked for. The solution: /goal One command. You set the goal at the start of the session. Claude now has a north star it checks against every action it takes. Not just at the beginning. Throughout the entire session. Every time Claude is about to do something it asks: does this action move me toward the goal the user set or am I drifting? If it is drifting it corrects. If it completes a sub-task it returns to the primary goal. If it hits a blocker it reports back instead of spending 45 minutes solving the wrong problem. This sounds like a small feature. It is not. The reason most people do not trust Claude Code for long autonomous runs is not capability. It is reliability. A Claude Code session that reliably finishes what it started is worth 10 times more than one that is more capable but wanders. /goal is the feature that makes long autonomous sessions reliable. Set the goal. Let it run. Come back to a finished result. Not a result that got 70% done before Claude decided the sub-problem was more interesting. Done. The builders running overnight agent sessions are going to use this command on everything from today forward. Bookmark this. Follow CyrilXBT for every Claude Code feature the moment it ships.

CyrilXBT

19,586 Aufrufe • vor 2 Monaten

I asked Claude Fable 5 (Extra High) to build an arb bot for Polymarket. One rule: trade only when YES + NO in 2 hours it almost doubled it (+$96.31) > in 5 hours it showed +$579 PnL > current balance: +$3,799.73 Cost: 10M tokens. Here's how it works and why: Every BTC Up/Down market on Polymarket has exactly two outcomes. YES and NO. When the market resolves, one pays $1. The other pays $0. That means owning BOTH sides should always cost exactly $1. But markets aren't perfect. Sometimes YES trades at $0.48 while NO trades at $0.49. Together that's only $0.97 so the bot instantly buys both. A position worth $1... for just $0.97. And Claude knows it, this is the simplest arb that exists. You can paste this to it and use this logic in your prompt. This $0.03 difference is locked in regardless of whether Bitcoin pumps, dumps, or goes sideways. No prediction required. And difficult part isn't finding the opportunity, it's execution. These pricing gaps usually disappear in seconds. If one order fills but the other doesn't, the trade can become a loss. So my bot constantly scans every BTC market, checks fees, validates liquidity, places both orders almost simultaneously and skips what isn't worth the risk. It's less like trading and more like catching tiny accounting mistakes before everyone else notices them. Funny enoughh, the hardest part was not writing arb logic. It was making the execution reliable enough that free money actually stayed free. This completely changed how I think about trading. What's the point of it if you can just fill mispriced BTC markets?? Automatically. The biggest edge is getting AI to execute simple ideas faster and more consistently than any human ever could. Shared the exact build in my last article, leaving it below. Good luck!

Oracle Boar

152,917 Aufrufe • vor 23 Tagen

I vibe-coded a bot for the 5M / 15M BTC markets on Polymarket. Releasing it for you for free. Open source (Python). I just earned $400 today on Polymarket with this tool myself It doesn’t trade It just prints a signal in the console: UP or DOWN 🔸 The signal appears a few seconds before the Polymarket market actually moves. The bot exploits a Chainlink oracle inefficiency. What matters is that it consistently gives you a 4-8 second lead over the actual quotes on Polymarket. In practice, you’re seeing a few seconds into the future. What you can do with it: 🔸 Possible strategies: 1/ Momentum sniper Bot gives a signal -> instant entry into the current 5-minute market in the direction of the signal (Yes/No). Works best during strong moves >0.3-0.5%. 2/ Last-second scalp before market expiration 3-12 seconds before the 5-minute candle closes, you already see where the BTC candle is going to close. -> Enter Polymarket at the very last moment. 3/ Hedging + arbitrage Strong signal against the current Yes/No price -> hedge your position or catch crowd squeezes. Especially juicy in the final seconds, when odds are still fat, but the outcome is almost decided. 🔸 This is pure price update inefficiency. Open the 5M or 15M BTC market yourself. Run the bot. Watch who moves first. Until this gets tightened up - it’s a clean inefficiency. And yes, if you ape your entire deposit into it, the market will punish you fast. 🔸 But as a tool - this is the closest thing to a "Polymarket money printer" setup I’ve seen recently. Python bot setup instructions on GitHub: DYOR. Print hard, print smart.

0xLanister

18,295 Aufrufe • vor 4 Monaten

On Polymarket this bot outperforms luck. In 3 weeks it turned -$82 into $67K. A single algorithm executed 524 trades in one 10-min window. → Account: When I first analyzed the trade history I thought the API was malfunctioning. You never see over 500 orders in one candle unless the system is broken. But I checked the timestamps. It was not a glitch. It is a flawless mathematical strategy. While most traders panic about where Bitcoin is going next, this bot plays a superior game. It buys the Yes side and the No side simultaneously. It sounds impossible to make money this way but here is the logic. During the first 5 minutes the market is confused and spreads are wide. It buys Yes at 47 cents. It buys No at 48 cents. It sells them back seconds later for a tiny profit. It acts as a Market Maker. It harvests the chaos. It does not care about the direction yet. It is just collecting the dust from your hesitation. But then the real move happens. Around minute five the Bitcoin trend becomes obvious on the spot market. The bot instantly changes behavior. It stops hedging. It dumps the loser immediately. Then it aggressively loads the winner. It starts buying massive clips. 120 shares here or 500 shares there. It chases the price all the way up to 85 cents or 93 cents. By the end it holds 7,000 shares of the winning outcome. The stats are ridiculous. It climbed out of debt to generate $67K pure profit. 95% win rate. Normal traders try to guess. This bot waits for certainty and then extracts maximum value. You need to stop staring at the charts and start tracking the flow. Is this the new reality of trading or just an overly aggressive script?

Blaze

43,480 Aufrufe • vor 6 Monaten

Claude Code Is All You Need It's 3:30 AM and I can't stop. I've spent all nights this week connecting my spare MacBook Air to my work MacBook Pro using Tailscale, wiring it up to Slack with a little Python script, so that whenever I send a message, it starts a Claude Code session using claude -p. The result is an always-on AI that lives on a real computer, has access to real tools, and remembers every conversation we've had. And it costs me $200 a month. That's it. Claude Max subscription. Everyone's talking about OpenClaw OpenClaw went viral this year. 100k+ GitHub stars. But what I realized with this exercise is that Claude Code already does everything OpenClaw built. File access. Shell commands. Tool use. Plugins. The difference is that Claude Code runs Claude – with a Claude Max subscription. And Claude Code harness itself is :chefs-kiss: What actually makes it feel human It's not the chat interface. If a chat window is just me messaging a bot, it still feels like a bot. What changed everything was giving it the ability to initiate conversations. I set up cron jobs with open-ended prompts, and because Claude Code builds memories across sessions, it started DMing me things that were actually meaningful — based on what we'd talked about before. That's when it stopped feeling like a tool and started feeling like something else entirely. Giving your AI a machine to run on, with persistent memory and recurring access — that's a fundamentally different experience than anything people have had with chat. The moment it clicked I asked it if it could show me something by spinning up a quick web server. Since we're both connected to the same Tailscale network, it gave me a URL. I clicked it, and I was browsing all the files on my other MacBook from my browser. That was mind-blowing. The setup Two MacBooks on a Tailscale network. Slack as the interface. Claude Code under the hood. The whole thing is open source — I'll link the repo below so you can see the architecture and set it up yourself. I'm also putting together a screen recording to walk through the setup, which I'll attach to this post. There was never a hard part. There was never a moment I almost gave up. This is just one of those things I cannot stop doing. Pure obsession. I am moved to build this, and I wanted to write about it. That's all this is. Hope you feel the AGI running this. I'll share some screenshots below of my feel the agi moments from talking to Luo Ji.

Nityesh

41,143 Aufrufe • vor 4 Monaten

CLAUDE BUILT A TRADING SYSTEM ON MY MAC I gave Claude full control over my Mac and just left it running overnight No prompts, no detailed instructions – I just told it to figure out how to make money on Polymarket Then I closed the laptop and went to sleep In the morning, I opened my Mac and saw the terminal still running with logs constantly updating At first it looked like random activity, but once I scrolled through it, I realized it had actually built a structured system overnight It was already tracking wallets Ranking them by performance Filtering out the ones with random entries And focusing only on the ones with consistent behavior What surprised me the most is that it didn’t stop at analysis It organized everything into a working dashboard inside the terminal Capital, PnL, winrate – all updating in real time It even ranked wallets based on performance metrics like ROI, consistency, and execution timing This is the part I would normally spend hours building manually At that point, it was ready to trade, but not actually executing anything yet So I connected it to a Telegram copytrading bot to actually execute the trades, and just let it run Bot: Polymarket: After that, it started opening positions on its own A few hours later I checked the dashboard again Capital: $12,380 P&L: +$23,128 Winrate: 100% 48 trades executed Now I’m not even trading myself I just check the dashboard and see what it’s doing And the strange part is – it keeps getting better the longer it runs

𝗖𝗛𝗔𝗜𝗡 𝗠𝗜𝗡𝗗 ⛓🧠

82,898 Aufrufe • vor 4 Monaten

Claude 5.0 built a Chinese girl a trading bot. skip to 0:08 look at her journal, bot easily earns your monthly salary in a couple of days. how it works: the bot runs mean reversion on s&p 500 and nasdaq on 15-min candles, catching the small overextensions indices make every few hours. on bitcoin it switches to momentum breakouts on the 1-hour crypto trends harder than indices, so you ride the move instead of fading it. gold and oil get a slower trend-following layer on the 4-hour, because commodities move in cleaner waves and you don't want noise from intraday whipsaws. position sizing is ATR-based per instrument, so a quiet day on gold gets a bigger size than a volatile day on bitcoin - risk stays constant even when volatility doesn't. every trade has a hard 1% stop, no exceptions, no "let me give it room." and there's a correlation filter on top: if s&p and nasdaq are already long, it won't pile into another risk-on asset and double the real exposure. claude code writes and updates the logic. the bot just executes. then claude cowork sends her two messages a day: - 7am: what's happening in the market - 9pm: how did the bot do that's the whole job. two messages. five instruments. zero screen time. manually she could only watch one chart at a time. this thing watches five. doesn't sleep. doesn't tilt. doesn't revenge trade at 2am. what used to need a team of quants and a $200k bloomberg terminal now runs on a laptop and claude. And your friend is still trading manually and is constantly in the red. save this and read the article in the comments below to write your own bot using Claude

AdiiX

7,953,373 Aufrufe • vor 1 Monat

This GitHub script makes $500K a week. Someone found a legal API loophole worth $3.7M. According to his profile: I studied legendary swisstony wallet and I was blown away. The bot really started with some measly $5 and now his profit has hit the $3.7 million mark in just six months. Just picture him making $90K pure cash and everyone getting into a debate about the next prediction on the chat. There is no trading in the normal sense. This is systematic clearing with code. I went back into his working head and heres what the bot does with liquidity: First it works like a vacuum cleaner for'free'money. The bot searches for outcomes with a 99% improbability of occurrence and allocates significant sums to the 'NO' category at 99 cents. For him this is a guaranteed 1 and he does it hundreds of times. This isn't a casino this is an insurance company that takes your premiums but never pays claims. 2nd the bot catches misstake in the system itself. If A must cause B and the quotes did differ the script is immediately in the trade. And while you are still reading the headline on Sports the bot has already identified the mismatch in the order book and secured its gain. No way a human can keep up with it. However, the true excitement exists within the domains of sports and politics. The bot intentionally enters these markets. Why? Since that is where the biggest crowd of hamsters place bets for fun and the info about the matches always gets to the masses with the delay The script just sits in the middle and takes one cent of spread from each trade. Monthly, this equates to 22,000 such micro-bites, which accumulate into millions. Here's the bottom line. Right now there is the real bot war at Polymarket. The platform has already commenced applying charges on crypto markets as a measure to decelerate their pace. But in sports is still chaos and easy money.

Blaze

217,511 Aufrufe • vor 6 Monaten

Chinese student used AI from Anthropic to turn $1,000 into $1,500,000 He studies at Tsinghua University in Beijing. His account is k9Q2m In such a young age he already make a million simply knowing the right formulas and being able to use Claude Result: $1,430 → $1,550,750 44,364 trades Win rate 100% The biggest win $23,600 on a single bet k9Q2m profile: How it bots work: The bot runs 6 formulas hedge funds use simultaneously, every tick. Most traders guess. This bot calculates. Formula 1 - LMSR Pricing Polymarket prices move on a logarithmic curve. The bot knows the exact price impact before entering. Market says 31¢ for BTC up in 5 minutes. The model sees the curve is mispriced. The bot enters before the correction. Formula 2 - Kelly Criterion Renaissance Capital uses it. Two Sigma uses it. Now your bot uses it. Every bet is sized exactly right. Never too big to blow the account. Never too small to matter. $1,000 bankroll. Consistent edge. Kelly compounds it into something real. Formula 3 - EV Gap Detection The bot scans every BTC market looking for one thing: - Where is the market price wrong by more than 5%? - Market says 30¢. Real probability is 55¢. EV = +0.52. The bot enters. Most people never see this gap. The bot never misses it. Formula 4 - KL-Divergence BTC 5-minute and 15-minute markets are correlated. When they drift apart - that's an arb. The bot measures the statistical distance between them every second. When it crosses 0.2, it flags the trade. This is how hedge funds extracted $100K+ on correlated election markets. The same logic runs here. Formula 5 - Bayesian Updates New block confirmed. Volume spike. Price movement. The bot doesn't ignore signals - it updates. Prior probability was 54%. New data comes in. Posterior jumps to 71%. The bot re-prices in real time while the market is still asleep. Formula 6 - Stoikov Execution Entering at the wrong moment kills the edge. The bot calculates the reservation price-the exact point where the risk-adjusted entry makes sense. It doesn't chase. It doesn't panic. It waits for the right tick, then fills What this means in practice: - Every few seconds the bot runs all six formulas in parallel. - If LMSR confirms mispricing - EV gap is above 5% - Kelly says the bet size is justified - Bayesian posterior agrees - KL-divergence flags the correlated drift - Stoikov clears the execution price Only then does the bot enter. Six filters. One trade. This isn't a trading bot. It's a hedge fund strategy running on a prediction market. The edge is real. The math is public. The difference is most people never build it. Just insert all these formulas into Claude and create your own bot Add this post to bookmarks so you don’t lose it Soon I will publish another bot with working formulas

AdiiX

717,823 Aufrufe • vor 4 Monaten