Here's the translation for the mentally challenged $TSLA holders:
They will offer you a ballooned $SPCX shares for each discounted $TSLA shares .. The math
SPCX at 2-2.5 T
TSLA at 1 T
For every share of TSLA will give you 3-4 or 2-3 shares of SPCX
That's 175X4 =700 or 175x3=525 or 175x2= 350 sounds lucrative $525-$700 for a beaten down stock right? well once its done then those bankers will pull the rug and now your value is evaporating in front of your eyes bc both companies will be at 2.5T not 3.4T .. you can work out the math but you get my point ... so the key point here is keeping it gloom and doom for Tesla while cherries on top for SPCX (shitty fictional company until I see solid numbers )
@thsottiaux Claude 4.6+ opus was yapping.
Like the speed and reliability. I'd want voice models to be available on bedrock so we can use it. And make the desktop app fully configurable with toml so security can approve it.
As-clown Elon doesn't want to advertise - god forbid, educating his customers about the use and practicality of Tesla - but sure thing, he will rent a billboard on the strip in Las Vegas to advertise for Starlink ----- all by design ! $TSLA
Indian Automakers just topped the world in EV efficiency. Not Tesla. Not BYD. Tata and Mahindra.
Among the world's 22 largest automakers, Tata Motors and Mahindra posted the lowest energy consumption per km in 2025, beating Tesla and BYD on efficiency.
Indian engineering, built for Indian roads, is now setting the global benchmark.
Study and Chart credit: @TheICCT & @restofworld@TataMotors@Mahindra_Auto
🚨MAJOR BREAKING: The Surgeon General of Florida just announced ALL VACCINE MANDATES IN FLORIDA will be ENDED, and the room erupted.
All. Not just COVID. ALL.
JOSEPH LADAPO: "Every last one is wrong and DRIPS with disdain and slavery! Who am I, or anyone else, to tell YOU what you should put in your body? Who am I to tell you what your CHILD should put in their body? I don't have that right. Your body is a gift from God. What you put into your body is because of your relationship with your Body and God."
"Pretty much every state has them. It's WRONG."
Do you firmly support this decision?
A. Huge Yes
B. No
IF Yes, Give me a THUMBS-UP👍!!
MAKE THIS GO VIRAL ON 𝕏. LET’S GO 👏
Mark Zuckerberg apologises to PM Modi for withholding post.
Meta officials come and apologise to IT minister.
Admit that A CERTAIN TYPE OF CONTENT WAS PROMOTED and pushed for massive amounts during #CJPprotests.
But an apology and fine isn’t enough.
It is not just about the PM or ministers. It is about manipulating a billion-plus voices.
Meta’s intermediary status should be taken away till they transparently reveal their algorithm.
Black it out for it while too.
Repeat offenders.
In Zohran Mamdani's New York, people are now being attacked for walking their dogs. Because dogs are “haram” in Islam.
This is what happens when Muslims take over. People have to wake up before it’s too late.
Updates for Codex and ChatGPT Work users. No nerfing, only good stuff!
- We have landed inference optimizations and are passing down savings to all the subscriptions for GPT-5.6 Sol. That should result in around 10% more usage on its own.
- We noticed that by changing the context size limit in the product to 372k for GPT-5.6 Sol, up from 272k for GPT-5.5, it resulted in more usage being charged than intended. We have reverted to 272k and will work to roll back out to 372k in the days to come. You should notice that usage drains significantly less after this change.
- To understand where the extra usage was coming from, we ran some experiments where reasoning efforts were changed (referred to as juice values under the hood) and have reverted this.
- There is slightly more usage of multi-agent than intended in high and xhigh reasoning effort, we are fixing this going forward. Also fixing a small other thing we noticed with auto-review where we can be more efficient.
And we continue to have the 5h limit temporarily not apply. Enjoy the rest of the weekend!
@chatgpt i switched from claude code, how do you resolve this never ending bug for compacting convesation and prompt limit reached ?
I even started new conversation/forked but still the same thing. @thsottiaux
Opus 5 experience lately
Has anyone noticed this keeps happenin to Claude models?Opus 4.8, Fable 5, Sonnet 5 now Opus 5
Over time, the reasoning gets worse, hallucinations increase & the model gets nerfed
Why it's always Claude but not nearly as often with GPT Grok or Gemini
This might be because in claude code, it allows upto 1M tokens in session, whereas Codex, Even though models support 1M context length, They only allow around 250k max. Then compaction.
Their compaction is very good
Compact has been implemented in two different ways. One is the open source version and closed source (if you don't know Codex is open source on GitHub).
The open source version is what Bedrock uses because they cannot send data to their own APIs.
They don't reveal the code for the closed source. In the codecs they just send the request to their API and it returns back.
After using codex, I just can't trust claude code to do anything.
I've to keep checking what claude code does with opus 4.8 and 5 so many times and there's always something missing/incorrect/wrong assumption/unverified things.
These things are very less with sol in Codex. Not sure where to attribute that error to, harness or the model.