Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Crazy what AI agents can do right now. I asked Claude Code to autonomously code me a Gold strategy from scratch inside NinjaTrader 8. She's also a hot chick now. I gave her a voice, a wake word, and full autonomy. I say "Heart" and she wakes up, codes,...

25,316 Aufrufe • vor 5 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

Nobody in the history of prop firm trading has built what i built in 6 weeks with autonomous agents. Over 1,000,000 lines of code across 17 projects. Zero lines written manually. Claude Code and Codex did everything. I described what i wanted and the agents coded, compiled, debugged and deployed it while i was sleeping, eating, running, buying an apartment. The full list is insane and i still can't believe it. A trading dashboard that destroys every commercial tool in the industry. Prop firm simulator, hedge detection engine, correlation matrices, multi-portfolio simulation across firms, payout certificates. Built by one person from Romania in his apartment. Two autonomous backtesting bridges. NinjaTrader 8 and MetaTrader 5 running in parallel. They compile, debug, and backtest without me touching a single button. i wake up to new equity curves. A Meta EA with 12 strategies. Gold, Nasdaq, USDJPY, Bitcoin. Mean reversion, trend following, breakout.All running simultaneously in one script. Sharpe 2.17. a full hedge fund in a single file. An AI clone of myself answering support tickets on my premium community 24/7 in my exact voice. Trained on everything i ever said. it speaks every language and never sleeps. Voice control from anywhere in my apartment. Screenshot automation in 0.1ms. A phone bridge so i control my entire infrastructure from my pocket. A tweet engine scoring virality. 5 custom AI tools i designed from scratch. 9,000 in prop firm fees turned into 130,000+ in payouts in the last 6 months. 41% CAGR verified with private investor capital. 74 premium members at 80/month. Show me one person who did more in 6 weeks. I will wait.

ZenomTrader

29,573 Aufrufe • vor 4 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

There's so much focus on "how can AI do my work for me?" I think the more important question is "what work can I now do with AI that I would have never attempted before?" Earlier this year I wrote freestiler, a vector tiling engine for R and Python, with the help of Claude and Codex. I knew what the ideal engine looked like and how it would work at a high level. I didn't know how to put it together, and I don't know Rust, the language I wanted under the hood. Previously I would never have attempted this project as the ROI wasn't there. It would have taken me a year or more to learn the internals of a vector tiling engine and enough Rust to implement one. With Opus-level models, I could take it on. freestiler now powers all my vector tiling pipelines, including the map below rendering 143 million jobs from LODES, and it has 114 GitHub stars. Building this way has required a different set of skills. I don't review the code line by line. I set up adversarial agents to do that and write the test suites. What I review is the architecture, the behavior, and the results. Agent teams surface findings and explain their reasoning; I evaluate and critique. My job isn't to stress over code formatting, but instead to focus on questions like whether the engine is designed right, whether the output is correct, and if the UX makes sense. This means that I haven't "replaced my work." I've taken on entirely new work, with the help of agents, that I would have never done otherwise. It has taken some getting used to shipping code I haven't personally typed. In the old way of working, I built understanding through writing that code. Now I build understanding through managing the project - writing a spec, reviewing structure, evaluating UX. And that's helped me think a whole lot bigger in terms of what I can now do.

Kyle Walker

13,669 Aufrufe • vor 16 Tagen