runesleo

vip
Age 8.3 Year
Peak Tier 6
No content yet
Karpathy 4/30 at Sequoia Ascent compresses this year's most useful AI explanations into three key points. After reading, your perspective on AI will change.
1. AI is not just "faster," it’s a new paradigm
In the past two years, everyone has been talking about AI making things faster.
Karpathy says this is a misinterpretation.
Here are three examples of AI redefining tasks:
- menugen: image input and output, no traditional code, the entire app is swallowed by LLM
- .md skills: installing software without writing .sh scripts, just write a Chinese/English explanation, letting the LLM
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
AI has helped me increase my workload by 10 times,
The current bottleneck is my own brain.
Prefrontal cortex is severely damaged 😂
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Tonight at the dinner, a friend said that his Claude was banned and asked whether he should restart Claude or try Codex
My answer was not as decisive as before😅
View Original
  • Reward
  • Comment
  • Repost
  • Share
Ran several backend process strategies and took a loss:
Clearly the process is running, and the data is fresh, but PM2 shows it as stopped.
If I trust PM2 to restart directly, it ends up interrupting the processes that are still working.
Later I understood: PM2 / launchd / pid files are just registration layers — whether they record the process or not is one thing, whether the process is actually running is another.
You really need to look at the health files produced by the process itself — the most recent update was a few minutes ago + the process count matches = alive.
I wrote a m
View Original
  • Reward
  • Comment
  • Repost
  • Share
polymarket-toolkit v0.4 launched.
After pUSD redemption, regular users just need to use the official app. But the agent / dashboard layer has always been blank—whether a certain Polymarket wallet still has redeemable funds, how much is payable, whether to trigger a liquidity warning, there was no ready-made zero-dep tool before.
Three helpers solve it at once: fetch + summarize + label. Zero private keys, zero signatures, zero relayers, read-only public API.
Before releasing, I ran two rounds of independent review with Codex, and in Round 1, I caught a critical flaw where the demo wallet
View Original
  • Reward
  • Comment
  • Repost
  • Share
In the group, the discussion about open-source bots mostly boils down to one consensus:
No one will open source a bot that makes money.
It sounds like common sense, but this principle has become sharper in the AI era—
Previously, the moat was "ability to write code." Now, GitHub hands it over to AI, which can read the entire architecture in seconds. The rewriting cost drops from two months to two hours.
The moat shifts from "ability to write code" to "ability to strategize."
I'm also doing this layering myself—
Polymarket-toolkit I open source (the repository for calling such tools
View Original
  • Reward
  • Comment
  • Repost
  • Share
Vision Pro connects to Mac with a ultrawide monitor, Polymarket monitors odds fluctuations, Codex runs strategy code, and opens another window to watch live streams, leading to new ways of watching sports, preparing early for the World Cup.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
The Codex quota that was supposed to refresh tomorrow was suddenly reset again ahead of schedule.
Codex is really interesting in this regard.
The weekly quota is supposed to refresh every 7 days, but in reality, it secretly resets every few days.
Is this really a marketing strategy or some kind of sneaky move?
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
I found a high-quality collection of Claude Code skills—someone directly extracted their 23 daily-used skills from ~/.claude/skills/ and made it public, without any "tutorial" packaging.
What impressed me most is grill-me: four sentences in total, making the AI interrogate each branch of the plan like an interrogation until reaching consensus. Ask only one question at a time, and don't ask about anything that can be found in the code.
Reading their skills is more useful than reading tutorials; you can see engineers truly using AI as an extension of their brain.
Planning categories (domai
View Original
  • Reward
  • Comment
  • Repost
  • Share
Today I broke the PM strategy repository.
I’m used to opening multiple terminal windows to work: one running Codex to research strategies/data, another running Claude to push other tasks, and another handling miscellaneous items. Gradually, I end up opening several terminal windows. I thought they each worked independently.
As a result, both were editing the same .ts file, and the git status exploded into chaos, taking two hours to fix.
Everyone’s talking about how multi-agent systems coordinate. Few discuss what it looks like at the git level.
Two agents in git’s view = two me’s. They
View Original
  • Reward
  • Comment
  • Repost
  • Share
A tool that monitors itself over 5 days, triggered 306 times, 100% false alarms.
Turns out I’ve been inhaling its own exhaust 🤦
Added a hook to Claude Code, to pop up a banner reminder before SSH cross-machine or writing critical files, worried I might accidentally violate the SSOT rule.
Paired with a stats script to count trigger counts, and today I looked at the sample, all false alarms.
The bug isn’t in the hook, it’s in the stats script: it greps for the string "⚠️ cross-machine" in the logs.
But there are at least three types of echoes in the logs: the banner output by the hook
View Original
  • Reward
  • Comment
  • Repost
  • Share
Leo Labs Big Group 4/26 Group Member Discussion Highlights (Recent 380 Messages)
━━━━━━━━━━━━
1️⃣ Kelly Criterion was collectively rejected in the group — unanimously switching back to fixed positions
Group discussion on position management for over 30 minutes:
• "Kelly needs to know the true probability, retail traders simply can't calculate it"
• "Kelly is an optimization method under stable profit conditions, it doesn't determine profit and loss itself; claiming it as an essential system component is nonsense"
• Practical consensus: fixed position size + increase principal after profit + do
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Cursor is so generous, giving away a token quota of 10,000 USD all at once, expiring at the end of May.
When I first started using vibe coding, I heavily used Cursor for a period of time, then gradually shifted to mainly cc and codex;
I didn't expect to have the chance to revisit Cursor and see what fun and useful products and tools I can develop, now I have something to play with!
Thanks to @cursor_ai @edwinarbus 🙏
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Thank you, Elon
Even though it has decreased, it’s still more than expected.
About $225 in revenue corresponds to every 1 million impressions.
View Original
post-image
post-image
  • Reward
  • Comment
  • Repost
  • Share
Using AI has made my temper worse.
The more it can do, the higher my expectations for the results become.
I think it should get better and better, so when it doesn't perform well, I really get angry. 😠
View Original
  • Reward
  • Comment
  • Repost
  • Share
Creating automated strategies for Polymarket, everyone is very cautious when deploying, but when disabling, hardly anyone talks about it — today I learned this lesson the hard way after 14 hours.
Three weeks ago, I stopped a strategy bot running on Polymarket. pm2 stop, saw the status turn to stopped, and thought the issue was resolved.
Today, I casually did a 10-minute server cleanup and restarted the process manager. That "dead" strategy from three weeks ago was revived and quietly ran for 14 hours in real money mode.
I checked the root cause — pm2 stop only marks the status as "stoppe
View Original
  • Reward
  • Comment
  • Repost
  • Share
Check out @predictionindex’s latest weekly market forecast report for this round: Polymarket + Kalshi together account for approximately 75% of trading volume, with all other platforms combined under <$30B。
Two details not mentioned in the report are actually more critical for prediction market players:
Kalshi is catching up to and even surpassing Polymarket
DeFiRate’s latest week:Kalshi $2.9B(60%),Polymarket $2.0B(40%)。 The two sides are locked in a tug-of-war in the weekly data—last week Poly just overtook Kalshi, and this week it was pulled back again.
The U.S. market is even more e
View Original
  • Reward
  • Comment
  • Repost
  • Share
Another thing that’s not really useful but very satisfying: today I used Claude to reduce my Gmail inbox from 37k to 11k. I didn’t read a single email the whole time, just clicked twice: one to send App Password, and one to import the filter.
It’s all done with Python + IMAP, in four steps:
1. Export all senders categorized by frequency
2. Archive 555 spam domains to Archive-Junk with one click
3. Proactively stop and say, “I accidentally marked 317 emails from banks / brokerages / Coinbase / Claude as important. Do you want to recall them?”
4. Generate Gmail Filter to let these doma
View Original
  • Reward
  • Comment
  • Repost
  • Share
Recently, I conducted a multi-model competition, and I made an interesting discovery.
For the same problem, I asked Claude and Codex to independently come up with solutions.
Codex missed one thing: my strategy is distributed across more than 20 independent processes, and its default assumption that "all components run in the same place" made the solution invalid. Claude immediately spotted this issue.
On the other hand, Claude missed another thing: it was fixated on creating new independent modules, but I already had a complete framework ready to be integrated—just needed to add one fiel
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
A common mistake in quantitative strategies: trusting "seems reliable" data without running upstream checks.
My weather strategy previously covered 34 cities, gradually expanded over several past expansions, and I haven't reviewed it in a while. A few days ago, during a routine audit, I casually pulled the full market data from the official Polymarket API and found there are actually 44 cities — I missed 10 myself.
Even more interesting, I compared it with the weather tool site that everyone in the industry references. It also missed its biggest city: Panama City. On Polymarket, there are 66 e
View Original
  • Reward
  • Comment
  • Repost
  • Share
  • Pin