Offshore
Moon Dev The Death Of Paid Courses: Use The RBI System To Automate Your Trades Like A Billionaire the era of lighting your money on fire for expensive trading courses is officially dead because the actual blueprint used by billionaires like jim simons is…
this is why you must constantly iterate on your systems because the markets are always evolving and your edge will eventually decay. jim simons always said you have to make your systems better and better because that is exactly what everyone else is trying to do. trading is a competitive sport and the moment you stop improving your code is the moment you start falling behind. it took me ten years in tech to finally realize that code is just a language and anyone can learn it if they have a big enough problem to solve
the most important contract you will ever sign is the one you make with yourself at the start of this journey. i decided to learn live on youtube and show every single line of code because it forced me to stay disciplined and honest about my progress. when you automate your trading you are essentially signing a non negotiable agreement that the bot will handle the execution while you handle the research. the bot doesn't care about the news or how you feel today it only cares about the parameters you set which is the only way to survive in this industry
you don't need a degree or a massive bankroll to start building these systems today. you just need to realize that the tools of the elite are now in your hands if you are willing to learn how to use them. with fully automated systems trading for me i finally got my time back which was the whole reason i started trading in the first place. the code is the equalizer that levels the playing field for the retail trader and once you see how it works you will never look at a chart the same way again
tweet
the most important contract you will ever sign is the one you make with yourself at the start of this journey. i decided to learn live on youtube and show every single line of code because it forced me to stay disciplined and honest about my progress. when you automate your trading you are essentially signing a non negotiable agreement that the bot will handle the execution while you handle the research. the bot doesn't care about the news or how you feel today it only cares about the parameters you set which is the only way to survive in this industry
you don't need a degree or a massive bankroll to start building these systems today. you just need to realize that the tools of the elite are now in your hands if you are willing to learn how to use them. with fully automated systems trading for me i finally got my time back which was the whole reason i started trading in the first place. the code is the equalizer that levels the playing field for the retail trader and once you see how it works you will never look at a chart the same way again
tweet
X (formerly Twitter)
Moon Dev (@MoonDevOnYT) on X
The Death Of Paid Courses: Use The RBI System To Automate Your Trades Like A Billionaire
the era of lighting your money on fire for expensive trading courses is officially dead because the actual blueprint used by billionaires like jim simons is now available…
the era of lighting your money on fire for expensive trading courses is officially dead because the actual blueprint used by billionaires like jim simons is now available…
Offshore
Photo
God of Prompt
RT @godofprompt: 🚨 I just read Google DeepMind’s new paper called "Intelligent AI Delegation."
And it quietly exposes why 99% of AI agents will fail in the real world.
Here’s the paper:
Most “AI agents” today aren’t agents.
They’re glorified task runners.
You give them a goal.
They break it into steps.
They call tools.
They return an output.
That’s not delegation.
That’s automation with better marketing.
Google’s paper makes a brutal point:
Delegation isn’t just splitting tasks.
It’s transferring authority, responsibility, accountability, and trust across agents dynamically.
And almost no current system does this.
Here’s what they argue real delegation actually requires:
1. Dynamic assessment
Before assigning a task, an agent must evaluate:
- Capability
- Resource availability
- Risk
- Cost
- Verifiability
- Reversibility
Not just “who has the tool?”
But: “Who should be trusted with this specific task under these constraints?”
That’s a massive shift.
2. Adaptive execution
If the delegatee underperforms…
You don’t wait for failure.
You reassign mid-execution.
Switch agents.
Escalate to a human.
Restructure the task graph.
Current agents are brittle.
Real agents need recovery logic.
3. Structural transparency
Today’s AI-to-AI delegation is opaque.
If something fails, you don’t know:
- Was it incompetence?
- Misalignment?
- Bad decomposition?
- Malicious behavior?
- Tool failure?
The paper proposes enforced auditability and verifiable completion.
In other words:
Agents must prove what they did.
Not just say they did it.
4. Trust calibration
This is huge.
Humans routinely over-trust AI.
AI agents may over-trust other agents.
Both are dangerous.
Delegation must align trust with actual capability.
Too much trust = catastrophe.
Too little trust = wasted potential.
5. Systemic resilience
This is the part nobody is talking about.
If every agent delegates to the same high-performing model…
You create a monoculture.
One failure.
System-wide collapse.
Efficiency without redundancy = fragility.
Google explicitly warns about cascading failures in agentic economies.
That’s not sci-fi.
That’s distributed systems reality.
The paper also breaks down:
- Principal-agent problems in AI
- Authority gradients between agents
- “Zones of indifference” (agents complying without critical thinking)
- Transaction cost economics for AI markets
- Game-theoretic coordination
- Hybrid human-AI delegation models
This isn’t a toy-agent paper.
It’s an operating system blueprint for the “agentic web.”
The core idea:
Delegation must be a protocol.
Not a prompt.
Right now, most “multi-agent systems” are:
Agent A → Agent B → Agent C
With zero formal responsibility structure.
In a real delegation framework:
• Roles are defined
• Permissions are bounded
• Verification is required
• Monitoring is enforced
• Market coordination is decentralized
• Failures are attributable
That’s enterprise-grade infrastructure.
And we don’t have it yet.
The most important line in the paper?
Automation is not just about what AI can do.
It’s about what AI *should* do.
That distinction will decide:
- which startups survive
- which enterprises scale
- which ai deployments implode
We’re entering the phase where:
Prompt engineering → Agent engineering → Delegation engineering.
The companies that figure out intelligent delegation protocols first will build:
• Autonomous economic systems
• Scalable AI marketplaces
• Human-AI hybrid orgs
• Resilient agent swarms
Everyone else will ship brittle demos.
This paper isn’t flashy.
No benchmarks.
No model release.
No hype numbers.
Just a 42-page warning:
If we don’t build adaptive, accountable delegation frameworks…
The agentic web collapses under its own complexity.
And honestly?
They’re probably right. tweet
RT @godofprompt: 🚨 I just read Google DeepMind’s new paper called "Intelligent AI Delegation."
And it quietly exposes why 99% of AI agents will fail in the real world.
Here’s the paper:
Most “AI agents” today aren’t agents.
They’re glorified task runners.
You give them a goal.
They break it into steps.
They call tools.
They return an output.
That’s not delegation.
That’s automation with better marketing.
Google’s paper makes a brutal point:
Delegation isn’t just splitting tasks.
It’s transferring authority, responsibility, accountability, and trust across agents dynamically.
And almost no current system does this.
Here’s what they argue real delegation actually requires:
1. Dynamic assessment
Before assigning a task, an agent must evaluate:
- Capability
- Resource availability
- Risk
- Cost
- Verifiability
- Reversibility
Not just “who has the tool?”
But: “Who should be trusted with this specific task under these constraints?”
That’s a massive shift.
2. Adaptive execution
If the delegatee underperforms…
You don’t wait for failure.
You reassign mid-execution.
Switch agents.
Escalate to a human.
Restructure the task graph.
Current agents are brittle.
Real agents need recovery logic.
3. Structural transparency
Today’s AI-to-AI delegation is opaque.
If something fails, you don’t know:
- Was it incompetence?
- Misalignment?
- Bad decomposition?
- Malicious behavior?
- Tool failure?
The paper proposes enforced auditability and verifiable completion.
In other words:
Agents must prove what they did.
Not just say they did it.
4. Trust calibration
This is huge.
Humans routinely over-trust AI.
AI agents may over-trust other agents.
Both are dangerous.
Delegation must align trust with actual capability.
Too much trust = catastrophe.
Too little trust = wasted potential.
5. Systemic resilience
This is the part nobody is talking about.
If every agent delegates to the same high-performing model…
You create a monoculture.
One failure.
System-wide collapse.
Efficiency without redundancy = fragility.
Google explicitly warns about cascading failures in agentic economies.
That’s not sci-fi.
That’s distributed systems reality.
The paper also breaks down:
- Principal-agent problems in AI
- Authority gradients between agents
- “Zones of indifference” (agents complying without critical thinking)
- Transaction cost economics for AI markets
- Game-theoretic coordination
- Hybrid human-AI delegation models
This isn’t a toy-agent paper.
It’s an operating system blueprint for the “agentic web.”
The core idea:
Delegation must be a protocol.
Not a prompt.
Right now, most “multi-agent systems” are:
Agent A → Agent B → Agent C
With zero formal responsibility structure.
In a real delegation framework:
• Roles are defined
• Permissions are bounded
• Verification is required
• Monitoring is enforced
• Market coordination is decentralized
• Failures are attributable
That’s enterprise-grade infrastructure.
And we don’t have it yet.
The most important line in the paper?
Automation is not just about what AI can do.
It’s about what AI *should* do.
That distinction will decide:
- which startups survive
- which enterprises scale
- which ai deployments implode
We’re entering the phase where:
Prompt engineering → Agent engineering → Delegation engineering.
The companies that figure out intelligent delegation protocols first will build:
• Autonomous economic systems
• Scalable AI marketplaces
• Human-AI hybrid orgs
• Resilient agent swarms
Everyone else will ship brittle demos.
This paper isn’t flashy.
No benchmarks.
No model release.
No hype numbers.
Just a 42-page warning:
If we don’t build adaptive, accountable delegation frameworks…
The agentic web collapses under its own complexity.
And honestly?
They’re probably right. tweet
Javier Blas
OIL MARKET: Based on her last known position, the Gerald Ford aircraft carrier would need a ~1 week to reach Gibraltar, and another ~3-4 days for the East Mediterranean (and that assumes inmediate departure, and no re-supply stops. Add some margin, and it's ~2 weeks in total)
tweet
OIL MARKET: Based on her last known position, the Gerald Ford aircraft carrier would need a ~1 week to reach Gibraltar, and another ~3-4 days for the East Mediterranean (and that assumes inmediate departure, and no re-supply stops. Add some margin, and it's ~2 weeks in total)
tweet
Offshore
Photo
Benjamin Hernandez😎
$COIN: Institutional FOMO +15% ₿
Coinbase is ripping as institutions chase the BTC beta. Derivatives revenue is the secret driver here.
We are watching the $200 psychological magnet.
The "Crypto-Proxy" watchlist is in the pinned post.
$AMD $MU $PLTR $SOFI https://t.co/NknkEocuhb
tweet
$COIN: Institutional FOMO +15% ₿
Coinbase is ripping as institutions chase the BTC beta. Derivatives revenue is the secret driver here.
We are watching the $200 psychological magnet.
The "Crypto-Proxy" watchlist is in the pinned post.
$AMD $MU $PLTR $SOFI https://t.co/NknkEocuhb
tweet
Offshore
Photo
App Economy Insights
$SPOT Spotify just hit 751M users. 🎧
Let's review the story.
• New co-CEOs
• Margin expansion
• Ad revenue vs. Big Tech
• Why YouTube is the wild card
• The "agentic media platform" pitch 👇
https://t.co/Skx9siRwMx
tweet
$SPOT Spotify just hit 751M users. 🎧
Let's review the story.
• New co-CEOs
• Margin expansion
• Ad revenue vs. Big Tech
• Why YouTube is the wild card
• The "agentic media platform" pitch 👇
https://t.co/Skx9siRwMx
tweet
Offshore
Photo
God of Prompt
RT @godofprompt: How to use LLMs for competitive intelligence (scraping, analysis, reporting): https://t.co/xlGOSpRQPy
tweet
RT @godofprompt: How to use LLMs for competitive intelligence (scraping, analysis, reporting): https://t.co/xlGOSpRQPy
tweet
Offshore
Photo
Brady Long
The era of “prompt and wait for a response” seems to be over.
As soon as I saw this I went immediately to Hugging Face to try it out. Nuts.
https://t.co/JlERquiIcQ
tweet
The era of “prompt and wait for a response” seems to be over.
As soon as I saw this I went immediately to Hugging Face to try it out. Nuts.
https://t.co/JlERquiIcQ
MiniCPM-o 4.5: Seeing, Listening, and Speaking — All at Once. 👁️👂🗣️
✨Beyond traditional turn-taking, we’ve built a Native Full-Duplex engine that allows a 9B model to see, listen, and speak in one concurrent, non-blocking stream.
Watch how it masters real-world complexity in real-time:
🔔 Proactive Auditory Interaction: Interrupts itself to alert you when it hears a "Ding!" while reading cards.
🎨 Temporal Flow Tracking: Follows your pen in real-time, narrating and "mind-reading" your drawing as you sketch.
🍎 Omni-Perception: Scans groceries & identifies prices on the fly.
✨Why it’s a category-leader:
📌Performance: Surpasses GPT-4o and Gemini 2.0 Pro on OpenCompass (Avg. 77.6).
📌Architecture: End-to-end fusion of SigLip2, Whisper, and CosyVoice2 on a Qwen3-8B base.
📌Efficiency: Full-duplex live streaming now runs locally on PCs via llama.cpp-omni.
The era of "Wait-and-Response" AI is over. Proactive, real-time intelligence is now open-source.
🚀Experience it on Hugging Face: 🔗https://t.co/KzzgiGYhVr
#MiniCPM #Omnimodal #FullDuplex #EdgeAI #OpenSource #ComputerVision - OpenBMBtweet
Offshore
Video
Moon Dev
I just gave openclaw super powers
it can now use 8 different claude codes to code with Opus all day
So i just turned 1 autonomous ai engineer into 8 https://t.co/IucNIpzVb0
tweet
I just gave openclaw super powers
it can now use 8 different claude codes to code with Opus all day
So i just turned 1 autonomous ai engineer into 8 https://t.co/IucNIpzVb0
tweet
Offshore
Photo
The Few Bets That Matter
$CROX earnings are pretty interesting.
We’re talking about a company guiding to ~5% EPS growth without growth, only on efficiency, and excluding buybacks after repurchasing ~10% of shares outstanding FY25.
We don’t know how much they’ll buy back in FY26, but you could reasonably model ~10% EPS growth on flat revenue while the stock already trades below peers with weaker financials and fundamentals.
Add to that:
🔹DTC growth - higher margins
🔹International acceleration
🔹HEYDUDE expected to perform better H2-26
🔹Strong brand presence
And you get yourself a real repricing candidate.
If HEYDUDE reaccelerates - and guidance suggests that’s possible with a -8% guidance after a ~-17% Q1, there’s little reason for $CROX to trade at such low multiples versus peers like Nike, which is expected to grow ~4% at best with lower margins.
Plus, risk from here is lower as you'd need worst than terrible to go much lower.
At 10x earnings, you’re looking at roughly a ~$130 stock.
If HEYDUDE improves and multiples expand toward sector norms (~12x), that’s closer to ~$155.
Definitely one to keep an eye on.
tweet
$CROX earnings are pretty interesting.
We’re talking about a company guiding to ~5% EPS growth without growth, only on efficiency, and excluding buybacks after repurchasing ~10% of shares outstanding FY25.
We don’t know how much they’ll buy back in FY26, but you could reasonably model ~10% EPS growth on flat revenue while the stock already trades below peers with weaker financials and fundamentals.
Add to that:
🔹DTC growth - higher margins
🔹International acceleration
🔹HEYDUDE expected to perform better H2-26
🔹Strong brand presence
And you get yourself a real repricing candidate.
If HEYDUDE reaccelerates - and guidance suggests that’s possible with a -8% guidance after a ~-17% Q1, there’s little reason for $CROX to trade at such low multiples versus peers like Nike, which is expected to grow ~4% at best with lower margins.
Plus, risk from here is lower as you'd need worst than terrible to go much lower.
At 10x earnings, you’re looking at roughly a ~$130 stock.
If HEYDUDE improves and multiples expand toward sector norms (~12x), that’s closer to ~$155.
Definitely one to keep an eye on.
tweet
Offshore
Photo
The Transcript
$ABNB CEO: "For the full year 2026, we expect year-over-year revenue growth to accelerate to low double digits with an ambition to grow even faster than that." https://t.co/g7P7M1w8bX
tweet
$ABNB CEO: "For the full year 2026, we expect year-over-year revenue growth to accelerate to low double digits with an ambition to grow even faster than that." https://t.co/g7P7M1w8bX
tweet
Offshore
Photo
NecoKronos
Spot is KING 👑
I’ve been saying it for a while: price goes where spot goes. For this entire range, we only saw ask walls forcing the price down.
Yesterday and today, that changed completely. Good support just stacked up on the bid side across spot exchanges.
#BTC https://t.co/Mcn0xwVQzb
tweet
Spot is KING 👑
I’ve been saying it for a while: price goes where spot goes. For this entire range, we only saw ask walls forcing the price down.
Yesterday and today, that changed completely. Good support just stacked up on the bid side across spot exchanges.
#BTC https://t.co/Mcn0xwVQzb
tweet