After losing World War II, Germany lost 25% of all its territory and 14 million Germans were ethnically cleansed from Eastern Europe.
And yet, there hasn’t been a single case of Germans hijacking planes, blowing themselves up, or committing terrorist attacks like Palestinians.
A Batumi gym, Reformerfitness, is challenging a new Georgian law in the Constitutional Court that bans businesses from publicly engaging in political activity aimed at influencing the government, state institutions, or domestic and foreign policy. Violations carry heavy fines, company liquidation, and imprisonment. The owner says he refuses to self-censor and calls on businesses and civil society to join the legal challenge.
📷 via Reformerfitness
The anti-American Georgian Dream regime is facilitating Iranian and CCP malfeasance while it wrongfully locks up its own people. Grateful that President Trump is demanding behavioral change from this rogue state!
🇺🇸🏳️🌈 It’s already June 2nd, but the LGBTQ+ flag is nowhere to be seen on the profiles of major gaming companies
Well, it seems that many have accepted Trump’s policy
People keep making the same mistakes over and over again and then start calling it fate.
The Georgian case should have terrified Europe. Instead, they treated it like a seminar.
Have Europe and America learned anything from the Georgian case? Or are they preparing to repeat the same mistake in Armenia again?
Georgia started down that road back in 2005–2006, when Russia responded to Georgia’s move toward Europe and NATO with import bans, transport restrictions, energy pressure and economic coercion.
What followed was years of Western rhetoric with no tangible or meaningful security guarantees for Georgia, then Russia’s 2008 invasion, and later the rise of oligarch Ivanishvili, who gradually and patiently consolidated power, centralised authority, captured the state and increasingly accommodated Moscow’s interests in Georgia.
All that while Europe and America kept condemning, expressing concern, organising conferences, funding NGOs and shaking their heads.
Tens of thousands pro-EU anti-Russia protesters are out on the streets of Tbilisi tonight on Independence Day, demanding free elections and democracy in the Georgia.
🇬🇪🇪🇺
🚨 FORMER FERRARI CHAIRMAN WHEN ASKED ABOUT NEW ELECTRIC FERRARI:
“I cannot say what I really think... I would harm Ferrari.
I hope they at least remove the prancing horse."
🚨🎙️ Thierry Henry on Khvicha Kvaratskhelia:
“Kvaratskhelia is one of the best wingers in world football right now and for me he is easily among the top five best players in the world. What surprises me the most is how underrated he still is. I don’t see people hyping him the same way they hype certain other players. Some footballers have unbelievable PR around them — not all of them, but some do.
When I watch players like Ousmane Dembélé, Michael Olise, even sometimes Cherki or others, the noise around them becomes bigger than what actually happens on the pitch in the biggest matches. I respect all of those players because they are talented, very talented, but if you really watch the games carefully, Kvaratskhelia affects matches in a completely different way.
In big games he carries responsibility. He creates danger constantly, beats defenders one versus one, creates chances from nothing, tracks back, fights for every ball and changes the rhythm of the match by himself. Dembélé for example gets many chances in games and eventually scores, but Kvaratskhelia creates moments even when his team is struggling. That is a different level of impact.
The scary thing is that people still don’t talk enough about him because maybe his fans are quieter, maybe his PR isn’t as aggressive, maybe he doesn’t play for attention on social media. But football people, real football people, understand his quality immediately when they watch him.
For me, Kvaratskhelia is pure football. No unnecessary drama, no forcing headlines, just quality, intelligence, creativity and personality on the pitch. And honestly, with the level he has shown this season, he should absolutely be considered for the Ballon d’Or this year.”
Claude vs. Claude Code vs. Cowork.
Anthropic offers three distinct ways to interact with Claude, and each one targets a fundamentally different workflow. Think of it as: Chat for thinking, Code for building, and Cowork for doing.
Here's a quick breakdown:
1️⃣ Claude Chat
This is the conversational AI assistant most people already know. You type a prompt, Claude responds, and you iterate together.
- Turn rough ideas into structured plans through conversation
- Write emails, reports, essays, and long-form content
- Research and summarize complex topics in minutes
- Analyze documents, PDFs, and images
- Build interactive prototypes through Artifacts
The key here is that everything happens through conversation. You're thinking with Claude, not delegating work to it.
It's available on every device, has a free tier, and supports persistent memory across sessions.
The tradeoff is that it has no direct access to your local files (upload only), and it can't generate raster images natively.
2️⃣ Claude Code
This is a terminal-native coding agent. You describe what you want in plain English, and Claude reads your codebase, writes code, runs tests, fixes errors, and ships the result.
- Build and debug entire features across the full codebase
- Write, run, and fix tests automatically
- Manage git workflows and create pull requests
- Spawn multiple parallel agents working on different parts of a task simultaneously
It handles the full development cycle end to end, from planning to execution to testing. With the CLAUDE(.)md configuration file, you can teach it your project's conventions, patterns, and constraints so it writes code the way your team expects.
The tradeoff is a steeper learning curve compared to Chat, and token costs can add up during heavy sessions.
3️⃣ Claude Cowork
This is the newest addition. Anthropic describes it as Claude Code for the rest of your work.
It's an agentic desktop assistant that automates file management and repetitive tasks through a GUI. You describe an outcome, and Claude plans, executes, and delivers finished work: formatted documents, organized file systems, spreadsheets with working formulas, and synthesized research.
- Direct local file access and editing (no upload/download cycle)
- Schedule recurring tasks automatically
- Assign tasks remotely via Dispatch from your phone
- Computer Use lets Claude control your screen directly
It runs inside a sandboxed virtual machine on your computer, so Claude can only access folders you explicitly grant. You don't need to know how to code to use it.
The tradeoff is that your computer must stay awake for tasks to run, and it's still in research preview.
Here's how to think about choosing between them:
→ If you need to think through a problem or get writing/research help, use Chat
→ If you're building software and want an autonomous coding partner, use Code
→ If you have a clearly defined deliverable that involves local files and desktop workflows, use Cowork
All three are included in the same subscription starting at $20/month, which makes it one of the highest-leverage subscriptions in productivity software right now.
I've put together a visual below that maps the workflow of each product side by side.
Also, if you want to go deeper into Claude Code specifically, my co-founder wrote a detailed article covering the anatomy of the .claude/ folder, a complete guide to CLAUDE(.)md, custom commands, skills, agents, and permissions, and how to set them all up properly.
Read it below.
Warren Buffett:
“It takes 3 qualities to do well…[reasonable] intelligence, energy, & integrity… You may not be able to throw a football 60 yards, run the 100 in 9.8, [or] sink 3-pointers, but you can choose where you stand on the integrity scale. That is a choice you make.”
Don't upgrade to the $100 Claude plan (yet).
These 21 hacks make the $20/month plan enough:
1. You upload PDFs raw. One page = 3,000 tokens.
Fix: Paste the text into a Google doc. Download as .md format. Under 200 tokens.
2. You build files inside Cowork too early.
Fix: Plan in Chat first. Move to Cowork only when you know exactly what you want.
3. You write 500-word prompts that reload.
Fix: Write 29 words instead: "I want to [task] to [goal]. Ask me questions using AskUserQuestion."
4. You say "redo the whole thing" to fix section 3.
Fix: "Only redo section 3. Keep everything else. No commentary. Just the output."
5. You send 3 separate messages for 3 tasks.
Fix: One message, three tasks. "Summarize this, list the points, suggest a headline."
6. You type "No, I meant," stacking on the history.
Fix: Click 'Edit' on your original message. Fix it. Regenerate.
7. You rewrite prompts from scratch every time.
Fix: Keep a prompt library. Same structure, swap the variable.
8. You use Opus for a simple grammar check.
Fix: Sonnet for quick tasks. Save Opus + Extended Thinking for deep work.
9. Your about-me file is 22,000 words (too long).
Fix: Trim to under 2,000 words. End sessions with "Write a session-notes .md."
Paste my .md file prompt: https://t.co/LyV7fegv4c
10. You never restart & keep stacking long chats.
Fix: When Cowork goes sideways, click "Restart the conversation from here" on an earlier message.
11. You never summarize before things get long.
Fix: Every 15-20 messages → summarize, copy the brief, start a fresh session.
12. You use Projects for recurring files.
Fix: Use Projects. Upload once. Every chat inside references it without re-burning tokens.
13. You dump 50 files into Cowork "just in case."
Fix: Only include what this task needs. Zero folders for quick tasks like email drafts.
14. You keep 3 topics in 1 chat. Claude re-reads all.
Fix: New topic = new chat. Always. Dead context is dead tokens.
15. You leave search & connectors on by default.
Fix: Default everything off. Turn features on per task, not per account.
16. You manually run the same report every week.
Fix: Use /schedule. "Every Monday at 7am, create my weekly briefing."
17. You let Claude Code explore your whole repo.
Fix: Be specific. "Build a bar chart from this CSV. Save as chart .png."
18. You skip Personal Preferences & waste setup.
Fix: Settings → Personal Preferences. Set your tone and style once.
19. You type lazy prompts like "make it better."
Fix: Speak your prompts with wispr .ai. Richer context in one shot.
20. You burn your whole limit in one morning.
Fix: Claude runs on a rolling 5-hour window. Split it.
21. You use Claude for things it can't do.
Fix: Know your tools. Images → Gemini.
Real-time search → Grok.
To download my exact .md files:
1. Go to https://t.co/psB7XxAv8w.
2. Subscribe for free. Open my welcome email.
3. Hit the automatic reply button inside.
4. Go to the Notion link in the second mail.
5. Copy-paste prompts, too.
I am so excited to share the official rendering of Trump Tower Tbilisi.
With a prime location, in the heart of Tbilisi, this tower will quickly become a landmark as the tallest building in Georgia. This marks our first project in the region and we are so excited to bring it to life!
Reminder: the Crusades were a response to over 400 years of Islamic aggression against Christians and Europe.
632: Muhammad dies.
635: Muslims conquer the Christian city of Damascus.
636: Muslims conquer the Christian city of Antioch.
637: Muslims conquer the Holy Land.
639: Muslims conquer the first Christian country Armenia.
641: Muslims conquer the Coptic Christian country of Egypt.
650: Muslim armies reach southern Italy and Cyprus, taking thousands of captives as "slaves" and "concubines."
711: Muslims invade Spain, and by 715, they have overrun most of it.
717: Muslims besiege Constantinople but are repelled.
730: Muslims invade France, only to be stopped by Charles Martel at the Battle of Tours.
792: The ruler of Al-Andalus calls for the invasion of France, and Muslim armies are assembled to attack it again, but they are repelled.
827: Muslims invade Sicily and Italy, persecuting monks. Sicily remains under Islamic rule until 1092.
846: Muslims invade Rome and force the Pope to pay tribute.
848: A third invasion of France occurs, and they are repelled for the third time.
909: Muslims occupy Sardinia.
937: The Church of the Holy Sepulcher is burned down by Muslims, and more churches in Jerusalem are attacked.
1009: Destruction of the Church of the Resurrection in Jerusalem.
1012: Beginning of al-Hakim’s oppressive decrees against Christians.
1071: Muslim Turks attack the Byzantines and occupy much of Anatolia.
1094: Byzantine emperor Alexios I Komnenos asks Western Christendom for help against Muslim Turkish invasions.
1095: Pope Urban II finally declares the First Crusade.
Kasparov: Russia will lose territories after the war. The North Caucasus will likely break away first.
China already eyes the Russian Far East and Eastern Siberia — lands that belonged to China until 1860.
1/