A very useful trick for working with web content and LLMs
Prepend any webpage with https://t.co/f4Mv6bJfDC and it returns a clean Markdown version of the page. Perfect for research, AI agents, or feeding documentation directly to models.
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:
https://t.co/YlkCWCNhJG
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
BREAKING: We just gave Claude access to the entire options and stock market and it's not a demo.
It's the Unusual Whales MCP Server. It plugs directly into any AI assistant and gives it live, structured market data on demand.
Build a trading bot. Build a finance dashboard. Build a screener. Build whatever you want.
A thread:
Linux Hands-On: Create Your First Network Namespace 🛠️
Docker containers and Kubernetes pods give containerized apps an illusion of running in a dedicated network environment by placing them into Linux network namespaces.
Explore what a netns is 👉 https://t.co/M5CxRvoed2
Untalked Microsoft course teaching AI agents from scratch:
Start Fast – LangChain setup, first LLM call, local/cloud ready
Build Conversations – Memory, streaming, structured outputs
Give AI Superpowers – Function calling, type safety, autonomous agents
Connect Everything – External APIs, multi-server patterns
Make AI Search Docs – Vector embeddings, semantic search, RAG systems
Repo: https://t.co/mphvYhd4aa