Building My Productivity System (What Actually Works)
After testing 20+ tools and frameworks, here’s the simple system I use to stay focused, organize everything, and ship work.
export default function PersonalBlogHomepage() { const topics = [ { name: "Systems", sub: "Workflows", icon: "⚙️" }, { name: "Thinking", sub: "Mental Models", icon: "🧠" }, { name: "AI", sub: "Tools & Ideas", icon: "🤖" }, { name: "Building", sub: "Projects", icon: "🧩" }, { name: "Travel", sub: "Experiences", icon: "✈️" }, { name: "Reading", sub: "Notes", icon: "📚" }, { name: "Life", sub: "Lessons", icon: "☕" }, ]; const latestPosts = [ { category: "TOOLS · AI", title: "10 AI Tools I Use Daily (That Actually Save Time)", readTime: "5 min read", bg: "from-stone-100 to-orange-50", art: "desk", }, { category: "THINKING", title: "How I Take Notes for Better Thinking", readTime: "6 min read", bg: "from-orange-50 to-stone-100", art: "notes", }, { category: "TRAVEL", title: "Lessons from My Trip to Japan", readTime: "7 min read", bg: "from-sky-50 to-stone-100", art: "mountains", }, { category: "SYSTEMS", title: "The Framework I Use for Decision Making", readTime: "4 min read", bg: "from-stone-100 to-amber-50", art: "whiteboard", }, ]; return (
Exploring the intersection of technology, thinking, travel, and building a meaningful life.
After testing 20+ tools and frameworks, here’s the simple system I use to stay focused, organize everything, and ship work.
“The best way to predict the future is to build it.”