Загрузка видео...

Не удалось загрузить видео

На главную

Reminder: every Hugging Face Space is an API your agents can call :) I asked mine to build a website about the flowers of France 🌸 and it used VAST AI's TripoSplat Space to turn photos it found into real 3D Gaussian splats, live on the page! All on...

168,074 просмотров • 1 месяц назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

Last night I asked Claude Code to build me a simple script: pull on-chain data from Polymarket and sort wallets by win rate Nothing ambitious. Just wanted to see who is actually making money on 15-minute BTC markets The terminal finished in about 20 minutes. Hundreds of addresses, columns of numbers, nothing interesting And then 1 wallet caught my eye 200+ trades per day, consistent profit every week, almost surgical timing precision. I reread the line 3 times. A real person does not trade like this I fed the address back into Claude Code and asked it to break down the pattern. Half an hour later I had a full strategy reconstruction on my screen The bot (and it is definitely a bot) pings Binance and Bybit every 100ms monitoring volatility compression on BTC. When it drops below 0.08% it enters Up and Down contracts simultaneously at 25 to 35 cents each. A pure straddle. 1 side burns, the other flies to a dollar. At a 30-cent entry that is 3 to 4x per position And so it goes in circles. Dozens of times a day I sat there staring at it for about 10 minutes $13K to $25K in daily profit from a single wallet. Not a trader with intuition, not an insider with information. An algorithm that found a hole in market mechanics and methodically milks it You can check the trade history yourself: After that I went looking for whether anyone else is tracking this wallet. Turns out yes. Found a Telegram bot that tracks wallets like this and copies their trades automatically I connected it to the same address just to see if the entries would match what my terminal was showing. Matched perfectly Still testing on minimum amounts for now: But the fact that you can stand next to an algorithm like this in real time is something that simply did not exist a year ago

Blaze

487,797 просмотров • 4 месяцев назад

How to build a viral Web3 app in an afternoon using the ChainGPT AI skill for Claude Code. No coding experience required. I built Roast My Wallet. Paste any Ethereum wallet address, get a savage AI-generated roast of your trading history, a Degen Score out of 100, an on-chain report card, and three AI-generated NFT portraits. Here's exactly how it came together. Setup (3 minutes): 🔸Install Claude Code at 🔸Run /plugin install ChainGPT-org/chaingpt-claude-skill 🔸Get an API key at 🔸Type /chaingpt and describe what you want to build What the skill actually does: The ChainGPT skill doesn't just give you starter code. It knows the entire API. Every endpoint, every parameter, every credit cost, every error code. When I asked it to build the roast feature, it knew to call the LLM endpoint, how to stream the response back to the browser in real time, and how to handle errors automatically. I didn't look up a single thing. How it works under the hood: 1. Pulls real ETH balance and transaction count from the Ethereum blockchain 2. Feeds those numbers into ChainGPT's LLM and streams the roast back live 3. Calculates a Degen Score from your tx count vs balance ratio 4. Generates a report card with letter grades across Trading, Patience, Risk, Diamond Hands, and NGMI 5. Uses the roast text to generate three custom NFT portraits in parallel via VeloGen 6. Packages everything into a downloadable PNG card ready to post 7. Every feature came from describing what I wanted: 8. "Make the API key server-side." Done. 9. "Add an animated arc gauge for the degen score." Done. 10. "Generate NFT portraits using the roast text as context." Done. I never wrote a function or debugged an API response. I described outcomes. The ChainGPT skill handled the rest. If you can describe what you want to build, you can build it. Get your API key. Install the skill. /plugin install ChainGPT-org/chaingpt-claude-skill Anyone can build with ChainGPT AI!

ChainGPT

29,291 просмотров • 2 месяцев назад