π΄ Dow -1.9%
π΄ S&P -2.7%
π΄ Russell -3.0%
π΄ Nasdaq -3.6%
Enjoy the weekend
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π΄ S&P -2.7%
π΄ Russell -3.0%
π΄ Nasdaq -3.6%
Enjoy the weekend
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π«‘1
MARKET IS SO BRUTAL THAT EVEN STABLECOIN DUMPED 35%.
THIS FEELS LIKE MARCH 2020.
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
THIS FEELS LIKE MARCH 2020.
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π₯1π«‘1
This media is not supported in your browser
VIEW IN TELEGRAM
Jeff Yan from $HYPE just posted this to his personal Snapchat
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π2
Rude prompts to LLMs consistently lead to better results than polite ones
The authors found that very polite and polite tones reduced accuracy, while neutral, rude, and very rude tones improved it.
Statistical tests confirmed that the differences were significant, not random, across repeated runs.
The top score reported was 84.8% for very rude prompts and the lowest was 80.8% for very polite.
They compared their results with earlier studies and noted that older models (like GPT-3.5 and Llama-2) behaved differently, but GPT-4-based models like ChatGPT-4o show this clear reversal where harsh tone works better.
----
Paper β arxiv. org/abs/2510.04950
Paper Title: "Mind Your Tone: Investigating How Prompt Politeness Affects LLM Accuracy (short paper)"
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
The authors found that very polite and polite tones reduced accuracy, while neutral, rude, and very rude tones improved it.
Statistical tests confirmed that the differences were significant, not random, across repeated runs.
The top score reported was 84.8% for very rude prompts and the lowest was 80.8% for very polite.
They compared their results with earlier studies and noted that older models (like GPT-3.5 and Llama-2) behaved differently, but GPT-4-based models like ChatGPT-4o show this clear reversal where harsh tone works better.
----
Paper β arxiv. org/abs/2510.04950
Paper Title: "Mind Your Tone: Investigating How Prompt Politeness Affects LLM Accuracy (short paper)"
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π―2
Average accuracy and range across 10 runs for five different tones
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π―1
Another paper shows with LLMs, friendly tone consistently underperformed in multiβturn accuracy, while default and adversarial tones held up better.
The paper tests 3 role-play tones on the same model, default, friendly, and adversarial, then tracks accuracy over 8 follow-ups.
Default and adversarial stay close at ~71% average accuracy, while the friendly tone sits lower at ~64% and stays there across rounds.
The authors also note confidence behavior, default mirrors adversarial, while friendly swings more, showing higher sensitivity to follow-up prompts.
They suggest the friendly tone can make the model less assertive about correct answers, which increases sways under pressure.
---
aclanthology. org/2025.findings-acl.347.pdf
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
The paper tests 3 role-play tones on the same model, default, friendly, and adversarial, then tracks accuracy over 8 follow-ups.
Default and adversarial stay close at ~71% average accuracy, while the friendly tone sits lower at ~64% and stays there across rounds.
The authors also note confidence behavior, default mirrors adversarial, while friendly swings more, showing higher sensitivity to follow-up prompts.
They suggest the friendly tone can make the model less assertive about correct answers, which increases sways under pressure.
---
aclanthology. org/2025.findings-acl.347.pdf
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π―1
This media is not supported in your browser
VIEW IN TELEGRAM
Sergey Brin at All-In Miami:
βWe donβt circulate this too much in the AI communityβ¦ but all models tend to do better if you threaten themβwith physical violence.
Historically, you just say, βIβm going to kidnap you if you donβt blah blah blah.ββ
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
βWe donβt circulate this too much in the AI communityβ¦ but all models tend to do better if you threaten themβwith physical violence.
Historically, you just say, βIβm going to kidnap you if you donβt blah blah blah.ββ
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π―4π1
This media is not supported in your browser
VIEW IN TELEGRAM
This is what the worst day for the stock market since April looks like
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π¨1
Meanwhile in the UK
Churches, Libraries, Nursing Homes and more are quickly being converted into Mosques everywhere.
Do you see it yet?
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
Churches, Libraries, Nursing Homes and more are quickly being converted into Mosques everywhere.
Do you see it yet?
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π6
So Python 3.14 finally came out for real yesterday. Finally removing the GIL (global interpreter lock), which allows for way faster multithreaded code without dealing with all the brain damage and overhead of multiprocessing or other hacky workarounds. And uv already fully supports it, which is wildly impressive.
But anyway, I was a bit bummed out, because the main project Iβm working on has a massive number of library dependencies, and it always takes a very long time to get mainline support for new python versions, particularly when theyβre as revolutionary and different as version 3.14 is.
So I was resigned to endure GIL-hell for the indefinite future.
But then I figured, why not? Let me just see if codex and GPT-5 can power through it all. So I backed up my settings and asked codex to try, giving it the recent blog post from the uv team to get it started.
There were some major roadblocks. I use PyTorch, which is notoriously slow to update. And also pyarrow, which also didnβt support 3.14. Same with cvxpy, the wrapper to the convex optimization library.
Still, I wanted to see what we could do even if we had to deal with the brain damage of βvendoringβ some libraries and building some stuff from scratch in C++, Rust, etc. using the latest nightly GitHub repositories instead of the usual PyPi libraries.
I told codex to search the web, to read GitHub issue pages, etc, so that we didnβt reinvent the wheel (or WHL I should say, ) unnecessarily.
Why not? I could always test things, and if I couldnβt get it to work, then I could just retreat back to Python 3.13, right? No harm, no foul.
Well, it took many hours of work, almost all of it done by codex while I occasionally checked in with it, but it managed to get everything working!
Sure, it took a bunch of iterations, and I had to go tweak some stuff to avoid annoying deprecation warnings (some of which come from other libraries, so I ultimately had to filter them).
But those libraries will update over time to better support 3.14 and eventually I wonβt need to use any of these annoying workarounds.
Codex even suggested uploading the compiled whl artifacts to Cloudflareβs R2 (like s3) so we could reuse them easily across machines, and took care of all the details for me. I would never think to do that on my own.
Every time there was another complication or problem (for instance, what is shown in the screenshot below), codex just figured it out and plowed through it all like nothing.
If youβve never tried to do something like this in the βbad old daysβ prior to LLMs, it was a thankless grind that could eat up days and then hit a roadblock, resulting in a total wipeout.
So it was simply too risky to even try it most of the time; you were better off just waiting 6 or 9 months for things to become simple again.
Anyway, I still canβt really believe itβs all working! We are living in the future.
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
But anyway, I was a bit bummed out, because the main project Iβm working on has a massive number of library dependencies, and it always takes a very long time to get mainline support for new python versions, particularly when theyβre as revolutionary and different as version 3.14 is.
So I was resigned to endure GIL-hell for the indefinite future.
But then I figured, why not? Let me just see if codex and GPT-5 can power through it all. So I backed up my settings and asked codex to try, giving it the recent blog post from the uv team to get it started.
There were some major roadblocks. I use PyTorch, which is notoriously slow to update. And also pyarrow, which also didnβt support 3.14. Same with cvxpy, the wrapper to the convex optimization library.
Still, I wanted to see what we could do even if we had to deal with the brain damage of βvendoringβ some libraries and building some stuff from scratch in C++, Rust, etc. using the latest nightly GitHub repositories instead of the usual PyPi libraries.
I told codex to search the web, to read GitHub issue pages, etc, so that we didnβt reinvent the wheel (or WHL I should say, ) unnecessarily.
Why not? I could always test things, and if I couldnβt get it to work, then I could just retreat back to Python 3.13, right? No harm, no foul.
Well, it took many hours of work, almost all of it done by codex while I occasionally checked in with it, but it managed to get everything working!
Sure, it took a bunch of iterations, and I had to go tweak some stuff to avoid annoying deprecation warnings (some of which come from other libraries, so I ultimately had to filter them).
But those libraries will update over time to better support 3.14 and eventually I wonβt need to use any of these annoying workarounds.
Codex even suggested uploading the compiled whl artifacts to Cloudflareβs R2 (like s3) so we could reuse them easily across machines, and took care of all the details for me. I would never think to do that on my own.
Every time there was another complication or problem (for instance, what is shown in the screenshot below), codex just figured it out and plowed through it all like nothing.
If youβve never tried to do something like this in the βbad old daysβ prior to LLMs, it was a thankless grind that could eat up days and then hit a roadblock, resulting in a total wipeout.
So it was simply too risky to even try it most of the time; you were better off just waiting 6 or 9 months for things to become simple again.
Anyway, I still canβt really believe itβs all working! We are living in the future.
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π€―1
Regulators should look into the exchanges that had most liquidations in the last 24h and conduct a thorough review of fairness of practices. Any of them slowing down to a halt, effectively not allowing people to trade? Were all trades priced correctly and in line with indexes? Whatβs the setup for trade monitoring and AML programs? Are their internal trading teams fully Chinese-walled? $20B in liquidations, a lot of users got hurt. The job of regulatory bodies is to protect the consumers and assure market integrity
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
This media is not supported in your browser
VIEW IN TELEGRAM
Trump accidentally triggered the biggest crypto crash ever.
Or or .... did They just f*ck millions of people at once ?!
Remember what Putin's advisor said?
"The U.S. is plotting to erase $35 TRILLION of debt by moving it into the βcrypto cloud,β then devaluing it at the worldβs expense."
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
Or or .... did They just f*ck millions of people at once ?!
Remember what Putin's advisor said?
"The U.S. is plotting to erase $35 TRILLION of debt by moving it into the βcrypto cloud,β then devaluing it at the worldβs expense."
π³πΎπΎπΌπΏπ€π π πΈπ½πΆ
π―3π1
Media is too big
VIEW IN TELEGRAM
π3π―1
bUt 2X lEvErAgE iS sAfE!!!!
No
Perps are evil
Been saying this for years
π³πΎπΎπΌπΏπΎπ π πΈπ½πΆ
No
Perps are evil
Been saying this for years
π³πΎπΎπΌπΏπΎπ π πΈπ½πΆ
π―4π₯2β1π1