If you’re attending, I’d love to connect — whether to talk ideas, share perspectives, or just say hello.
A new chapter, but very much on the same road I’ve been traveling.
If you’re attending, I’d love to connect — whether to talk ideas, share perspectives, or just say hello.
A new chapter, but very much on the same road I’ve been traveling.
Our focus is Data & AI, and the team is as global as it is talented. In my first week alone I’ve already met great people across China, the U.S., India, Turkey, and Malaysia.
Our focus is Data & AI, and the team is as global as it is talented. In my first week alone I’ve already met great people across China, the U.S., India, Turkey, and Malaysia.
www.youtube.com/@LuckyFamily...
www.xiaohongshu.com/user/profile...
www.youtube.com/@LuckyFamily...
www.xiaohongshu.com/user/profile...
🖌️ Scenario — consistent character design
🎨 Photoshop — final polish, my go to for 20+ years
✏️ Google Gemini — small expressive tweaks
It’s amazing what’s possible when tech meets storytelling.
🖌️ Scenario — consistent character design
🎨 Photoshop — final polish, my go to for 20+ years
✏️ Google Gemini — small expressive tweaks
It’s amazing what’s possible when tech meets storytelling.
How are you giving your AI coding agents just enough structure without killing creativity?
How are you giving your AI coding agents just enough structure without killing creativity?
1️⃣ Define rules once (agents.md)
2️⃣ Break work into atomic steps
3️⃣ Use code examples
4️⃣ Enforce guardrails
5️⃣ Iterate with feedback loops
6️⃣ ‼️ Review commits like any other developer
1️⃣ Define rules once (agents.md)
2️⃣ Break work into atomic steps
3️⃣ Use code examples
4️⃣ Enforce guardrails
5️⃣ Iterate with feedback loops
6️⃣ ‼️ Review commits like any other developer
AI coding agents shine when you give them instructions + constraints.
AI coding agents shine when you give them instructions + constraints.
Code: 2 extra lines.
English: multiple sentences, careful ordering, and qualifiers.
Programming languages pack precision into tiny syntax.
❗Well-defined type systems are key here.
Code: 2 extra lines.
English: multiple sentences, careful ordering, and qualifiers.
Programming languages pack precision into tiny syntax.
❗Well-defined type systems are key here.
const a = 2, b = 2.5;
const c = (a * b) / 4;
Short. Exact. No ambiguity.
Plain English? Long, careful sentences to avoid confusion. Word soup. 🍲
const a = 2, b = 2.5;
const c = (a * b) / 4;
Short. Exact. No ambiguity.
Plain English? Long, careful sentences to avoid confusion. Word soup. 🍲
Happy Friday 🌞
Go burn through your Claude usage limits. 🏎️
Happy Friday 🌞
Go burn through your Claude usage limits. 🏎️
My setup now:
💬 Claude Code in VSCode for deep, conversational building
⚡ Cursor for lightning-fast manual refactors
Individually = impressive.
Together = fastest, cleanest workflow I’ve ever had.
My setup now:
💬 Claude Code in VSCode for deep, conversational building
⚡ Cursor for lightning-fast manual refactors
Individually = impressive.
Together = fastest, cleanest workflow I’ve ever had.
Claude might be my main driver…
…but Cursor is still the fastest, smartest editor I’ve used.
Change an enum → Cursor predicts casing, tense, properties — across the project.
I just hit Tab. ✨
Claude might be my main driver…
…but Cursor is still the fastest, smartest editor I’ve used.
Change an enum → Cursor predicts casing, tense, properties — across the project.
I just hit Tab. ✨
📚 Tangent: People worry AI will cut juniors out of the loop.
But if AI like Claude can teach while assisting, we might see AI mentorship grow talent instead of replacing it.
📚 Tangent: People worry AI will cut juniors out of the loop.
But if AI like Claude can teach while assisting, we might see AI mentorship grow talent instead of replacing it.
Before Claude, my specs were thousands of lines.
Now? About thirty.
Not side-by-side pair programming — over-the-shoulder.
Sometimes I drive. Sometimes Claude does. Sometimes… it has the better idea.
Before Claude, my specs were thousands of lines.
Now? About thirty.
Not side-by-side pair programming — over-the-shoulder.
Sometimes I drive. Sometimes Claude does. Sometimes… it has the better idea.
The impact was instant.
✅ Code quality jumped
✅ “Cancerous growth” patterns? Gone
✅ More features in weeks than I expected in a month
Preview 2 is ahead of schedule. 🚀
The impact was instant.
✅ Code quality jumped
✅ “Cancerous growth” patterns? Gone
✅ More features in weeks than I expected in a month
Preview 2 is ahead of schedule. 🚀
From the first session, I noticed something different — it understood my codebase.
Not just the file I was in… but the structure, workflow, and ripple effects of changes.
From the first session, I noticed something different — it understood my codebase.
Not just the file I was in… but the structure, workflow, and ripple effects of changes.
It’s less like prompting an AI…
More like a Slack thread with a brilliant friend who’s also a lightning-fast, world-class developer.
It’s less like prompting an AI…
More like a Slack thread with a brilliant friend who’s also a lightning-fast, world-class developer.
Claude Code is built for conversation-driven coding.
Open it in the terminal → watch it think in real time. Interrupt mid-flow, steer it, and it keeps the context tight.
Claude Code is built for conversation-driven coding.
Open it in the terminal → watch it think in real time. Interrupt mid-flow, steer it, and it keeps the context tight.
I knew Claude existed, but never tried it.
Jimmy made it sound like something from another world… so I gave it a shot.
I knew Claude existed, but never tried it.
Jimmy made it sound like something from another world… so I gave it a shot.