- Giorgia Meloni - PM of Italy:
It is not particularly convincing to tell Ukraine that it must give up its own territory. That sounds more like propaganda than a genuine path to peace. There can be no lasting peace if it comes at the price of Ukraine's surrender.
The choice is clear: either we defend international law and the sovereignty of nations, or we accept that the strongest can impose their will by force
Italy has chosen to stand on the side of freedom, and we will continue to stand with Ukraine.
Powerful words.
She is simply great😉
🫡
Obviously Grok hasn’t been as good as the main players, but when you look at the history of xAI, what they’ve shipped as of yesterday and how they trained it is nothing short of incredible.
Grok 4.5 is the first model from xAI that has made me feel the magic I first felt for the first time early this year with Opus. And it’s more of a pleasure to use because of how fast it is.
Their teams really deserve a nod for this one, and their competitors should definitely be taking them seriously. I have never been this excited about SpaceXAI.
Ukraine launches TrophyLab: we are opening access to captured Russian weapon technologies for our global partners. Every missile, drone, and vehicle seized on the battlefield is now a source of knowledge for the free world.
Through this secure platform, allied governments, labs, and defense tech manufacturers gain access to deep technical data, reports, and vulnerabilities. Users can also request physical equipment for testing, significantly shortening the development cycle for countermeasures.
What was meant to be the enemy's secret advantage is being dismantled to defend democracy. Join the platform:
🔗 https://t.co/xoeCfXsIy3
I think we need a law in this country that any ruling party that changes its leader mid-term must hold a general election within 6 months of doing so. People don’t just vote for a party; they vote for a leader. The electorate should decide who runs the country not fratricidal politicians who have a lust for power at any cost.
Yes, the claim is supported by evidence. Thermal paper receipts contain high levels of free BPA that easily transfers to skin and absorbs—especially if hands are moist or have sanitizer/lotion. One receipt can hold far more BPA than leaches from a polycarbonate water bottle over years of use.
Studies (e.g., Consumer Reports 2014, Minnesota Pollution Control Agency testing, and dermal absorption trials) confirm handling receipts raises urinary BPA levels, unlike minimal leaching from most modern plastic bottles. Opt for digital receipts to minimize exposure.
I am 62 and I have owned the following vehicles in my life:
1963 Volvo 122S
1962 karma ghia by Volkswagen
1975 toyota corolla
1963 Chevy station wagon
1986 Honda accord LXi
1992 Honda Accord LXi
1995 Eddie Bauer Ford Explorer
2000 Eddie Bauer Ford explorer
1999 econoline Ford V8 stretch van
2008 Chevy suburban
2008 Audi A6 station wagon
2011 convertible mini cooper
2016 Ford f150
2018 240i convertible m series bmw
2006 Honda Accord
2008 Ford F350 Latiet diesel
2023 Tesla model 3 performance
2024 Tesla cyber truck foundation series
2026 Tesla Rwd model Y
Ask me anything.
I am an entrepreneurial female who has owned many businesses and have raised three lovely young men.
I have owned, as you can see, my share of cars throughout the years.
I am dumbfounded how anyone can buy anything but a Tesla after all I have lived and what I know. Feelings about Elon aside, which I do not fathom either, Teslas by 100x are the most amazing vehicles especially for the price of anything I have ever owned.
Everytime I get in the cybertruck, I re live my awe all over again, from the tight turns it takes, how low I can lower it while loading, how it powers my cabin when power goes out, I could go on and on and on - about all the features I love about it besides the basic Tesla features. It is the most amazing vehicle ever produced.
I am shocked that anyone can ever buy an ice vehicle if they really researched and knew what they were choosing. Safety, lack of driving fatigue you don’t even realize you have until you don’t have it anymore, quiet, peaceful ride experience, charging clean in my garage for $1 a night, lack of maintenance concern ever, service (I have found to be so pleasant), buying experience (literally takes 5 mins), ease of having others drive with key share, there are just so many things……
it’s remarkable to me when my Tesla is driving down the road by itself, and I look around at that 99.9% of those around me all driving themselves-how dangerous they are compared to me.
No shade on them but the fact is, they are a huge liability on the road and I am not.
Every accident I have seen in the past three years is an accident that would not have happened in a Tesla world. And I have seen a lot - even fatal ones.
It’s so sad to me how the entire global public is being gaslit about teslas - it’s clearly a designed slowdown of adoption - because adoption that would happen if the truth was revealed, would
be catastrophic to the old paradigm, the old supply chain, the unions, the car dealerships, the gas stations as they sit a top tanks they would have to be pulled out of the ground (expensive), the insurance and medical industry that makes so much money off the accidents. The list goes on and on about the disruption it would cause if the truth really got out. So the powers that be, lie, to slow down the adoption they know is inevitable, to give themselves time to pivot out of the already obsolete.
I am a 62 year old female who has seen and lived a lot in my life - this current state of affairs regarding the wool being pulled over the eyes of the masses, regarding the utter superiority of Tesla- is the most profound phenomenon I have ever lived. It’s truly uncanny.
Bucha endured 33 days of Russian occupation. Terror, torture, 33 days of total evil. More than 600 Ukrainian men and women were killed. Very often, the images from Bucha are compared to the horrific scenes of World War II. But there is a major difference – and today it does not reflect well on current world leaders. Because Nazism was punished for its crimes, not granted partial sanctions relief. No crisis or destabilization in the world can justify this.
We must not forget or dismiss everything Ukraine has endured during this time. The catastrophe of every city and village into which Russia has brought its war and death. Bucha, Irpin, Borodyanka. Mariupol, Yahidne, Avdiivka. Olenivka, Vuhledar, Chasiv Yar – and many others. From the first Bucha Summit until today, this list has only grown.
This means one thing: we need far more determination, far more pressure on Putin and Russia, and far more real actions and steps that bring the victory of peace and justice closer.
I said this while addressing the participants of the 2026 Bucha Summit.
A few random notes from claude coding quite a bit last few weeks.
Coding workflow. Given the latest lift in LLM coding capability, like many others I rapidly went from about 80% manual+autocomplete coding and 20% agents in November to 80% agent coding and 20% edits+touchups in December. i.e. I really am mostly programming in English now, a bit sheepishly telling the LLM what code to write... in words. It hurts the ego a bit but the power to operate over software in large "code actions" is just too net useful, especially once you adapt to it, configure it, learn to use it, and wrap your head around what it can and cannot do. This is easily the biggest change to my basic coding workflow in ~2 decades of programming and it happened over the course of a few weeks. I'd expect something similar to be happening to well into double digit percent of engineers out there, while the awareness of it in the general population feels well into low single digit percent.
IDEs/agent swarms/fallability. Both the "no need for IDE anymore" hype and the "agent swarm" hype is imo too much for right now. The models definitely still make mistakes and if you have any code you actually care about I would watch them like a hawk, in a nice large IDE on the side. The mistakes have changed a lot - they are not simple syntax errors anymore, they are subtle conceptual errors that a slightly sloppy, hasty junior dev might do. The most common category is that the models make wrong assumptions on your behalf and just run along with them without checking. They also don't manage their confusion, they don't seek clarifications, they don't surface inconsistencies, they don't present tradeoffs, they don't push back when they should, and they are still a little too sycophantic. Things get better in plan mode, but there is some need for a lightweight inline plan mode. They also really like to overcomplicate code and APIs, they bloat abstractions, they don't clean up dead code after themselves, etc. They will implement an inefficient, bloated, brittle construction over 1000 lines of code and it's up to you to be like "umm couldn't you just do this instead?" and they will be like "of course!" and immediately cut it down to 100 lines. They still sometimes change/remove comments and code they don't like or don't sufficiently understand as side effects, even if it is orthogonal to the task at hand. All of this happens despite a few simple attempts to fix it via instructions in CLAUDE . md. Despite all these issues, it is still a net huge improvement and it's very difficult to imagine going back to manual coding. TLDR everyone has their developing flow, my current is a small few CC sessions on the left in ghostty windows/tabs and an IDE on the right for viewing the code + manual edits.
Tenacity. It's so interesting to watch an agent relentlessly work at something. They never get tired, they never get demoralized, they just keep going and trying things where a person would have given up long ago to fight another day. It's a "feel the AGI" moment to watch it struggle with something for a long time just to come out victorious 30 minutes later. You realize that stamina is a core bottleneck to work and that with LLMs in hand it has been dramatically increased.
Speedups. It's not clear how to measure the "speedup" of LLM assistance. Certainly I feel net way faster at what I was going to do, but the main effect is that I do a lot more than I was going to do because 1) I can code up all kinds of things that just wouldn't have been worth coding before and 2) I can approach code that I couldn't work on before because of knowledge/skill issue. So certainly it's speedup, but it's possibly a lot more an expansion.
Leverage. LLMs are exceptionally good at looping until they meet specific goals and this is where most of the "feel the AGI" magic is to be found. Don't tell it what to do, give it success criteria and watch it go. Get it to write tests first and then pass them. Put it in the loop with a browser MCP. Write the naive algorithm that is very likely correct first, then ask it to optimize it while preserving correctness. Change your approach from imperative to declarative to get the agents looping longer and gain leverage.
Fun. I didn't anticipate that with agents programming feels *more* fun because a lot of the fill in the blanks drudgery is removed and what remains is the creative part. I also feel less blocked/stuck (which is not fun) and I experience a lot more courage because there's almost always a way to work hand in hand with it to make some positive progress. I have seen the opposite sentiment from other people too; LLM coding will split up engineers based on those who primarily liked coding and those who primarily liked building.
Atrophy. I've already noticed that I am slowly starting to atrophy my ability to write code manually. Generation (writing code) and discrimination (reading code) are different capabilities in the brain. Largely due to all the little mostly syntactic details involved in programming, you can review code just fine even if you struggle to write it.
Slopacolypse. I am bracing for 2026 as the year of the slopacolypse across all of github, substack, arxiv, X/instagram, and generally all digital media. We're also going to see a lot more AI hype productivity theater (is that even possible?), on the side of actual, real improvements.
Questions. A few of the questions on my mind:
- What happens to the "10X engineer" - the ratio of productivity between the mean and the max engineer? It's quite possible that this grows *a lot*.
- Armed with LLMs, do generalists increasingly outperform specialists? LLMs are a lot better at fill in the blanks (the micro) than grand strategy (the macro).
- What does LLM coding feel like in the future? Is it like playing StarCraft? Playing Factorio? Playing music?
- How much of society is bottlenecked by digital knowledge work?
TLDR Where does this leave us? LLM agent capabilities (Claude & Codex especially) have crossed some kind of threshold of coherence around December 2025 and caused a phase shift in software engineering and closely related. The intelligence part suddenly feels quite a bit ahead of all the rest of it - integrations (tools, knowledge), the necessity for new organizational workflows, processes, diffusion more generally. 2026 is going to be a high energy year as the industry metabolizes the new capability.
An open letter to the anti-EV crowd.
I drove ICE vehicles for 30 years. I attended car shows. I've modified engines and suspensions. I'm a Mustang Club of America certified national car show judge. I still love classic muscle.
I also used to love making mixed music tapes and visiting Blockbuster Video on a Saturday night, or shopping for new music at Sam Goody. I was a photographer and spent a lot of time and money on film and developing.
At the same time, I was one of the first to rip all my music to MP3s, upgrade my internet so I could stream video, and I owned one of the first Sony digital cameras.
And here we are again on the cusp of change. Evs are here for the masses. ICE will be obsolete in another decade. The government won't force the change; the market will, because EVs are better all-around vehicles for most.
Luckily for you, you don't have to change now. Nor should you be forced to. ICE will be around long enough to meet your needs or driving preferences until you are ready - and I'm thankful for that.
But you see, I don't need your ridiculous battery fire warnings, comments about pumping gas in 5 minutes (brrr), or selective outrage about rare earth mineral mining posted from your mobile phone.
The ICE age is drawing to a close. Legacy auto and dealerships are on borrowed time. Automotive is ripe for massive disruption, and many people don't see it coming. But it's coming, and you can't stop it.