# Steven Grech — Full Content > This is the full-content version of llms.txt for deep AI indexing. For a summary version, see https://stevengrech.com/llms.txt ## About Steven Grech is a product, UX, and AI leader with 20+ years of experience designing digital experiences for global brands including Compare the Market, Flydubai, and The Economist. - Website: https://stevengrech.com - Contact: steve@stevengrech.com - LinkedIn: https://www.linkedin.com/in/stevengrech/ ## Services - **Product Strategy & Transformation**: Driving product transformations, defining processes, building teams, setting Agile methodologies, and creating product visions & roadmaps. - **UX Design & Research**: Designing customer-centric digital products from concept to delivery through research-driven design. - **AI Strategy & Implementation**: Leveraging AI to create smarter products, automate workflows, and unlock data-driven insights. ## Blog Posts (Full Content) ### The Death of the Two-Week Sprint: How AI is Breaking the Velocity Illusion - URL: https://stevengrech.com/blog/death-of-the-two-week-sprint-ai-velocity - Plain text: https://stevengrech.com/blog/death-of-the-two-week-sprint-ai-velocity/text - Published: 2026-03-21 - Tags: Product Management, AI Development, Agile, Future of Work - Summary: For a decade, the two-week sprint was the "cost of doing business." But in the age of vibe coding and AI agents, it's becoming an architectural bottleneck. Discover why product leaders are moving from batch processing to Continuous Evolution. For over a decade, the two-week sprint has been the holy grail of product development. It provided a predictable cadence, a way to manage stakeholder expectations, and a structured environment for engineering teams to "focus". But let’s be honest: in many organisations, the sprint has become a convenient place for delivery to hide. As a product & UX leader, I’ve sat in countless "grooming" sessions where a seemingly simple request, like adding a light/dark mode toggle, is met with a "that’ll take a full sprint to design, test, and deploy." We’ve accepted this overhead as the "cost of doing business." 🤷‍♂️ That era is ending...if not now, definitely in the next couple of years. With the rise of "vibe coding" tools like Lovable , Replit , Google's Stitch (aka Figma killer...not yet!) and the integration of Claude Code via the Model Context Protocol (MCP), the friction between an idea and its execution is evaporating, especially for the smaller and simpler products and features. If a prompt can do in seconds what used to take ten working days, the two-week sprint isn’t just slow, it’s an architectural bottleneck . The Fallacy of the Two-Week Cycle The sprint was designed to manage human cognitive load and manual handovers. We needed time for the designer to create the UI, the developer to write the CSS, the QA engineer to test it on three browsers, and the DevOps lead to push it to production. Each step was a manual bridge that required a meeting or five, many tickets, and a status update or three. When you use a tool like Lovable or Replit, you realise that the "sprint" was never about the complexity of the task, it was about the latency of the process . If I can prompt an AI to "add a theme provider with a toggle in the top-right corner that persists in local storage," and see it live in a sandbox in 45 seconds, the traditional Jira-led workflow starts to look like a relic of the industrial age. We need to stop measuring "Velocity" in story points and start measuring it in "Idea-to-Live Latency." Does The AI Vibe Scale to High-Stakes Enterprise? It is easy to assume this logic only applies to nimble startups or simple SaaS landing pages. What about the giants? Organisations in Fintech or Online Betting and Casino handle millions of customers per month and process billions of events in real-time. In these environments, a bug isn't just a nuisance, it’s a multi-million-pound liability. Even here, I see that the sprint is failing. In online gambling and fintech sectors, the "Two-Week Sprint" often creates a dangerous batching effect. Waiting 14 days to deploy a fix to a payment gateway or an odds-calculation engine is an eternity, even if companies have included an emergency release process for such occurances which could still take a couple of days, rather than hours. Is this good enough? We are seeing pioneers move towards Continuous Evolution (CeV) over "old school" batch processing. Digital-native firms such as Monzo , Starling and Intercom have pushed far beyond traditional release cycles through automation, continuous delivery and end-to-end product engineering. They are also investing in AI to reduce engineering friction and speed feedback loops. In betting, major operators such as betPawa are starting to use AI in a similar way making this move to continous delivery and end-to-end product engineering. Design-to-Code is disappearing Historically, the handoff from Figma to code was a major sprint blocker. Now, with MCP integrations for e.g. via Claude Code, an AI agent can read a Figma file, understand the design tokens which are also plugged into a design system, and generate the pull request automatically, generating react code in real time for engineers to review and edit. The "Oh this will take x sprint(s) task" will soon become a "Zero-Day background process." We're getting there, especially for the more complex tasks and features. The End of Manual QA Sprints? A significant portion of the two-week cycle is often dedicated to testing. We've seen that AI agents can now write, run, and debug Playwright or Cypress tests in real-time as the code is being generated. If the testing is autonomous and instantaneous, the traditional "QA phase" at the end of a sprint becomes redundant and QA is simply part of the process and not a bottleneck. What Disrupting the Sprint Actually Looks Like If we aren’t working in two-week cycles, how do we work? I do believe we are moving towards Continuous Evolution with the way AI is progressing the past year or so. The sprint is and will be replaced by a flow of high-intent prompts and real-time reviews. From Planning to Prompting: Instead of a three-hour backlog grooming session, Product Managers will work with "Live Prototypes" to refine requirements on the fly. Gone are the days of the PRD and long docs to "read" 😉 From Reviews to Real-Time: Waiting for a "Sprint Review" on Friday is a waste of 10 days of progress. In an AI-disrupted world, stakeholders give feedback on working code the moment the prompt is executed, and/or the moment the prototype is vibe coded and sent for user testing. From Roles to Orchestration: The traditional UX/Dev/QA silos collapse. The "Product and or UX Person" becomes a conductor, using AI to bridge the gaps that used to require three different specialists. The Actionable Path Forward for Product & UX Leaders To prepare for this shift, we must rethink our organisational structures. Here are my thoughts on this and how teams can adapt... 1. Embrace "Smallest Functional Units" Get rid of the idea that a feature needs to be a "Sprint Item." Move your team towards pushing updates as they are ready via your squad or trio set up. If an AI can build the dark mode toggle in an hour, it should be in production by lunch, not at the end of the fortnight! And in that fortnight, release the 8 features you where going to release as they are ready and not as one batch release. 2. Invest in AI-Ready Infrastructure AI can only work fast if your CI/CD pipeline is robust. You cannot leverage the speed of tools like Replit if your deployment process still requires four manual approvals. Your tech debt is now directly throttling your AI advantage. 3. Re-train UX Teams for "Generative Design" As UX leaders, we should stop focusing on pixel-perfect handovers and start focusing on "Design Systems as Code." This is where we are at at betPawa with our pawabloX design system. Essentially, when the AI knows your design tokens via an MCP connection, it can build interfaces that are "on-brand" by default, eliminating the need for constant design review loops, and thus working smarter and not harder, or working harder on the stuff that now really matters. Let's start flowing and stop sprinting! ### FAQ **Q: Why is AI making the two-week sprint obsolete?** A: The traditional two-week sprint is becoming an architectural bottleneck because AI tools like Lovable and Replit Agent can execute tasks in seconds that previously required a ten-day cycle. The 'sprint' was designed to manage manual human handovers and cognitive load, both of which are being eliminated by AI automation. **Q: How should product teams measure velocity in the age of AI?** A: Instead of 'Velocity' in story points, product leaders should measure success using 'Idea-to-Live Latency.' This metric focuses on the actual time it takes to move from a concept to a live product feature, emphasizing speed and efficiency over structured batch processing. **Q: Can AI-driven development scale to high-stakes enterprise environments?** A: High-stakes industries like Fintech and Online Betting are moving toward 'Continuous Evolution' by using AI to automate regression testing, compliance checks, and load testing. This allows them to bypass the dangerous batching effects of sprints and deploy fixes or features in real-time. **Q: What specific parts of the development lifecycle is AI currently automating?** A: AI is streamlining three major areas: design-to-code handoffs (via MCP integrations), manual QA testing (through autonomous test generation), and real-time documentation that evolves alongside the codebase. **Q: How can product leaders prepare for the shift away from traditional sprints?** A: To adapt, leaders should embrace 'Smallest Functional Units' by pushing updates as they are ready, invest in robust AI-friendly CI/CD pipelines, and re-train UX teams to focus on generative design systems rather than pixel-perfect manual handovers. --- ### From Craft to Orchestration: How AI is Redefining Human-Centred Design - URL: https://stevengrech.com/blog/from-craft-to-orchestration-how-ai-is-redefining-human-centred-design - Plain text: https://stevengrech.com/blog/from-craft-to-orchestration-how-ai-is-redefining-human-centred-design/text - Published: 2026-02-23 - Tags: HCD, AI, Product Design - Summary: AI hasn’t killed Human-Centred Design, it has killed the unnecessary grind. From Craft to Orchestration: How AI is Redefining Human-Centred Design It has been barely two years since generative AI burst into the mainstream, yet the landscape of digital product design has shifted more in these 12 months than in the previous decade. Human-Centred Design (HCD) is the philosophy that sits proudly on the homepage of my new website , which I recently crafted with the help of https://lovable.dev/ . I wanted a simple, neat and clean layout and it delivered everything including a Supabase DB, Customer CMS, SSL integration, SEO optimisation (traditional & AI), Analytics, Speed optimisation including image compression and a neat integration into Gemini to edit and also help me ideate blog posts such as this one. I managed all this and the migration from my old WordPress template (RIP WordPress?) with 112 messages to my lovable bots. A fraction of messages in comparison to some threads on Slack discussing a minor feature update! For the past year I've been watching AI tools like Figma Make, Replit, Lovable etc generate functional UIs from text prompts and write complex front-end code in seconds . If the AI is doing the "designing", where exactly does the human fit in? Is HCD still a relevant skill or do we file it in the nostalgic bucket? The answer isn't that HCD is dying. It’s that HCD is rapidly evolving from a discipline of execution to a discipline of orchestration . And frankly, it’s about time. The Collapse of the "Grind" In the "pre-AI" era (which was, incredibly, only a fews ago!), a massive percentage of a designer’s cognitive load was spent on necessary but low-value grind . Moving pixels five increments to the left. Re-creating the same card component for the hundredth time, with slight inconsistencies every single time... Manually translating a design file into specs for developers. We called it "craft", but often, it was just friction. The traditional " Double Diamond " design process, while effective, was frequently agonisingly slow...and I was always shouting the loudest about Double Diamond, even going as far as creating a Triple Track Agile / Triple Diamond process back in my Betano days...oh how times change! We would spend weeks in discovery, weeks in wireframing, and weeks in high-fidelity prototyping, only to find out during user testing that our initial assumption was (slightly) off. The cost of being wrong was high because the time to build was so significant, even though we were selling it as low-cost activity, as we didn't start any coding. The great news is... AI hasn't killed HCD ; it has killed the uneccessary grind . It has collapsed the distance between "having an idea" and "holding a testable feature / product." The New Reality: AI-Augmented Velocity Today, my teams and I at pawaTech, are not just designing faster; we are operating in a completely different paradigm and we're still learning what this new paradigm means to the business and to our customers' experience. We have moved from linear workflows aka Double Diamond processes a year ago, to hyper-speed feedback loops, moving from prototype to user testing results, in some cases, in a 24 hour window. Our current stack reflects this shift toward velocity and validation: We utilise Figma Make (among other tools like Replit) for rapid prototyping - all stakeholders get involved, and sometimes UX get stuck in to help refine a few things as Figma Make is far from perfect, even when using actual Figma files. The real breakthrough happens when we bridge the gap to code. Our talented engineering teams connecting our Design System to Claude Code via MCP (Model Context Protocol) , we are / will be automating significant portions of front-end code generation. It sounds crazy when I say that we will not just hand off static Figma files to engineers anymore, we will collaborate on functional code almost immediately... One year ago, going from ideating to validated user research might have taken six weeks . Today, we do it in one to two days . This allows us to fail fast, learn faster, and double down on what actually works for the user. Everyone used to proudly state, work smarter not harder ... AI has finally shown us that this can actually happen. Why the "Human" is Now More Important Than Ever When you look at that velocity, the gloom and doom on the news, it’s easy to think the machines have taken over or will take over eventually. This is incorrect. AI models are probabilistic engines, they are masters of pattern matching. Left to their own devices, they will generate interfaces that are "statistically probable", designs that look like everything else that already exists. They are technically functional but emotionally hollow . In an ocean of AI-generated mediocrity , Human-Centred Design becomes your only real competitive advantage. As we automate the "making", the role of the product designer (some roles are also shifting to Design Engineer) shifts up the value chain toward these three critical pillars: 1. Problem Precision over Solution Generation Because AI can give me 50 decent solutions in minutes, my value is no longer in "coming up with the answer". My value is in defining the problem with extreme precision. The "Human" part of HCD is now about being a better investigator , strategist , and empathiser . We need to ask the uncomfortable questions that the AI doesn't know how to ask. We now need to wear our Product, Commercial, Design, Marketing and Engineering hats and ensure AI understands what we want to solve and why, which leads to point 2... 2. Orchestration and Judgment Designers are no longer just designers ; they are an orchestrator of agents. The new skills lies in looking at the AI's output and applying human judgment: "That pattern is efficient, but it feels cold," or "This flow is logical to a machine, but confusing to a stressed-out user in the real world." 3. Ethics, Intent, and Nuance AI has no lived experience even if it fakes it or starts hallucinating about it. It doesn't understand anxiety, joy, financial stress, or cultural nuance . It cannot make ethical judgment calls about dark patterns or accessibility needs beyond basic compliance checks. Product designers must remain the guardians of user intent , ensuring we aren't just shipping products faster, but shipping better products. Final Thoughts... So, is Human-Centred Design still the key skill? Yes. In fact, it is the only skill that truly matters in the long run. The tools will change, today it's Claude, Replit, Lovable and Figma, tomorrow it will be something else entirely. But the fundamental need to align technology with human needs is eternal . ### FAQ **Q: How is AI changing Human-Centred Design (HCD)?** A: Human-Centred Design is shifting from a discipline of execution (manual pixel-pushing) to one of orchestration. While AI handles the 'grind' of building and coding, humans now focus on high-value tasks like problem definition, strategic judgment, and empathy. **Q: Does AI make the design process faster?** A: AI tools like Figma Make, Replit, and Claude have collapsed the design process, reducing the time from ideation to validated user research from six weeks to just one or two days. This allows teams to fail fast and iterate much more quickly than traditional linear workflows. **Q: Is Human-Centred Design still a relevant skill in the age of AI?** A: The human designer remains essential because AI lacks lived experience and emotional intelligence. Humans provide critical value through problem precision, ethical judgment, and an understanding of human nuances like anxiety or joy that machines cannot replicate. --- ### Go Slow with Effort to Go Faster Effortlessly - URL: https://stevengrech.com/blog/go-slow-with-effort-to-go-faster-effortlessly - Plain text: https://stevengrech.com/blog/go-slow-with-effort-to-go-faster-effortlessly/text - Published: 2026-01-07 - Tags: Sport & Business - Summary: Go Slow with Effort to Go Faster Effortlessly: A Paradigm for Sport and Business. A quick update to the below article I wrote in 2023 given the shift the world is making in the AI era. Now, with AI, this mindset matters even more. AI can dramatically compress execution time, remove friction, and help teams move from idea to output faster than ever, but it also amplifies poor thinking, weak foundations, and bad habits at scale. In other words, if your strategy is unclear, your product instincts are weak, your operating model is messy, or your craft is shallow, AI will not save you; it will simply help you make mistakes faster . The winners will be the people and organisations who still do the slow, effortful work upfront: sharpening judgment, mastering fundamentals, designing better systems, and asking better questions. Get that right, and AI becomes a powerful accelerator... not a shortcut, but a force multiplier that helps you move faster, with more precision and far less wasted motion. In a world obsessed with speed and instant gratification, the idea of slowing down to achieve better results might seem counterintuitive. However, the adage "go slow to go fast" has been a cornerstone in various disciplines, from athletics to business . Another concept that complements this is "put in the effort so you can do things effortlessly." Merging these two ideas, we arrive at a compelling philosophy: "Go slow with effort, to go faster effortlessly. " The Athletic Perspective: Technique Over Speed In sports like running, cycling, and swimming, athletes often focus on speed as the ultimate goal. However, experts argue that to truly excel, one must first master technique . According to an article on Runner's World, slowing down during training allows you to focus on form, which in turn helps you speed up in the long run. This is where the concept of "going slow with effort" comes into play . Slowing down doesn't mean slacking off; it means dedicating time and energy to perfect your technique. For instance, in swimming, the SwimGym Fast Lane blog suggests that focusing on the minutiae of your stroke can make a world of difference in your performance . The effort you put into mastering these techniques will eventually allow you to swim faster, almost effortlessly! A Personal Case Study: Open Water Swimming As someone deeply involved in open water swimming, I can personally attest to the power of the "go slow with effort to go faster effortlessly" philosophy. My journey in swimming has been a testament to the importance of technique and deliberate practice. I've spent countless hours in the pool and open water, focusing on the nuances of my stroke, my breathing, and my body positioning . This wasn't about leisurely swimming; it was about conscious, focused effort aimed at mastering technique, mainly thanks to one of my coaches, Julian Harding of Aquahub in Malta. The payoff from this type of training is incredible . In 2019, I completed the Round Gozo swim with four other swimmers, including our World Record holder and open water swimmer, Neil Agius. The swim was a gruelling 37km open water event in aid of reducing plastic consumption and waste with Wave of Change Malta. I continue to participate in marathon and ultra-marathon swims, like the 17km OceanFestival event organised by Neil Agius in Malta in July 2022. These feats were not just about endurance; they were about the ability to maintain a good pace over an extended period. Without the slow, deliberate technique work I had put in, there's no way I could have maintained speed over such distances ! It's a principle that has not only shaped my athletic pursuits but also influenced how I approach projects in business and life. The Devil's in the Details: Technique in Swimming and Business Transformation In swimming, the devil is truly in the details. Every aspect of your technique, from head position to hand entry into the water, to arm alignment during the pull phase, to the way you roll and breathe, matters immensely. It's not just about moving your arms and legs; it's about the intricate coordination of your entire body . This level of detail is strikingly similar to what's required for transforming companies for growth . Whether you're launching a new department, restructuring teams, or redesigning products and platforms, the amount of change needed for lasting transformation is immense. And just like in swimming, it takes time and commitment . I've experienced this philosophy first-hand in both swimming and business . I spent six frustrating and challenging months transitioning my swimming stroke from a sprinter's (water polo) style to a long-distance, ultra-marathon stroke with Julian Harding and applying this consistently in every swim, be it during training or races. The payoff was not just the ability to swim long distances "effortlessly" — and by "effortlessly," I mean the culmination of intense effort that makes the task appear easy to outsiders — but also an improvement in my sprinting speed. In business, the word "slow" is often taboo, but it shouldn't be . The concept of "going slow with effort to go faster effortlessly" is not about dragging your feet; it's about being intentional and strategic. Before you can speed up, you need a well-thought-out strategy . This involves taking the time to consult with colleagues across all levels and departments. Understand the interconnectedness of the changes you're making . Just as altering your arm's entry position in swimming can change your body alignment and prevent injuries, so too can a well-thought-out change in one business area have a ripple effect across the entire organisation. In the same way that an athlete invests time in mastering technique, businesses should invest in team learning and development . This doesn't mean just a one-off training session but a continuous effort to upskill your team. The more skilled they are, the more effortlessly they can perform their tasks, leading to faster and more efficient outcomes . In swimming, every part of the body must work in harmony for optimal performance. Similarly, in business, departments must work together seamlessly . This requires transparent communication and collaboration. It might take time to set up these cross-departmental channels, but the payoff is a more agile and responsive organisation. Transparency fosters trust, and trust speeds up decision-making . By being transparent about strategies, challenges, and even failures, you create an environment where everyone is aligned and focused. This is the organisational equivalent of a swimmer who has mastered their technique so well that they can glide through the water effortlessly . It's about laying a strong foundation, investing in your team, and setting up efficient channels of communication and collaboration. Once these elements are in place, you'll find that your business can operate faster, more efficiently, and, yes, more effortlessly. "This philosophy is a much-needed antidote to the hustle culture that glorifies speed at the expense of quality and well-being. It serves as a reminder that true excellence is a marathon, not a sprint." The philosophy of " go slow with effort to go faster effortlessly " serves as a powerful paradigm for achieving excellence in both sport and business. It encourages a focus on technique and foundation-building, advocating for the kind of effort that leads to effortless execution. By embracing this approach, athletes can improve their performance, and businesses can scale more sustainably. So the next time you find yourself rushing towards a goal, remember: sometimes, slowing down is the fastest way to get there. External links & further reading [https://stevengrech.com/round-gozo-swim-endurance-mindset/](https://stevengrech.com/round-gozo-swim-endurance-mindset/) [https://waveofchangemalta.com/](https://waveofchangemalta.com/) [https://aquahubmalta.com/](https://aquahubmalta.com/) [https://reganbach.medium.com/go-slow-to-go-fast-8c3055e723ed](https://reganbach.medium.com/go-slow-to-go-fast-8c3055e723ed) [https://suebehaviouraldesign.com/kahneman-fast-slow-thinking/](https://suebehaviouraldesign.com/kahneman-fast-slow-thinking/) [https://www.runnersworld.com/uk/training/a776622/how-slowing-down-can-help-you-speed-up/](https://www.runnersworld.com/uk/training/a776622/how-slowing-down-can-help-you-speed-up/) [https://swimgym.com/fast-lane/tortoise-vs-hare](https://swimgym.com/fast-lane/tortoise-vs-hare) ### FAQ **Q: What does it mean to 'go slow with effort' in training?** A: The philosophy of 'going slow with effort' involves slowing down to master technique and form before prioritizing speed. This deliberate practice allows you to build a strong foundation, which eventually leads to faster, more efficient performance that appears effortless. **Q: How can the 'go slow to go fast' philosophy be applied to business transformation?** A: In business, this approach means taking the time to build a solid strategy, consult with colleagues across all levels, and invest in continuous team development. By laying this groundwork and ensuring departments work in harmony, an organization can achieve more agile and sustainable growth. **Q: Why is transparency important for organizational efficiency?** A: Transparent communication and cross-departmental collaboration are essential for creating an agile organization. Much like a swimmer's body working in harmony, clear communication builds trust and speeds up decision-making, allowing the entire business to move more efficiently. **Q: Why should athletes prioritize technique over speed initial training?** A: Technique training is crucial because it allows athletes to focus on the minutiae of their movements, such as body positioning and breathing. Mastering these details prevents injury and enables the athlete to maintain a high level of speed and performance over long distances. --- ### My Must-Read Books for Product Managers - URL: https://stevengrech.com/blog/recommended-must-read-product-management-books - Plain text: https://stevengrech.com/blog/recommended-must-read-product-management-books/text - Published: 2024-11-25 - Tags: Product Management, Product Design, Product Development - Summary: A reading list for product managers at all levels, including several recent must-reads that can add fresh perspectives to your role. Below is a reading list for product managers at all levels ( **in no particular order**), including several recent must-reads that can add fresh perspectives to your role as a product manager and product owner. I'd also recommend product designers and product developers to dive into some of these books. You'll see quite a few key themes emerging from the below books. Here's a quick list - Move beyond the feature factory mindset - Focus on continuous discovery and customer-centricity - Build a product-trio (product, design, engineering) fostering collaboration across functions - Leverage various types of data to validate your assumptions - Test and learn – continuous experimentation is needed - Focus on impact and goal alignment (OKRs) - Build stickiness into your products - Create empowered and accountable teams ### Inspired: How to Create Products Customers Love by Marty Cagan ![](https://media.licdn.com/dms/image/v2/D4D12AQFqsf2jxpBqjQ/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931229309?e=1737590400&v=beta&t=DkyDzQ_aJuBGydz0OkQzmjmB8_kvCa42HTQVxPAzF9U) Originally published in 2008 with a second edition some 10 years later, Inspired remains foundational for those seeking to understand the basics of product management and the art of building products customers love. Cagan's insights on creating empowered teams and focusing on customer needs are just as relevant today as ever. > *"The best product teams are not simply feature factories. They know how to discover and deliver products that solve real customer problems in ways that meet the needs of the business."* **Buy from** [Amazon US](https://amzn.to/4fA2eRn), [Amazon UK](https://amzn.to/40WJ8Ay), [Amazon DE](https://amzn.to/48XDQXo) ### Designing for Growth by Jeanne Liedtka and Tim Ogilvie ![](https://media.licdn.com/dms/image/v2/D4D12AQEhttglECetHg/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931421947?e=1737590400&v=beta&t=N5U89xsUf0jl2UaeJGtpRc2e07WktgWncuN7NQlFO-Q) Design thinking is a critical component of the product management lifecycle. The authors share a four-phase framework: "what is?", "what if?", "what wows?" and "what works?" providing a toolkit to ideate, prototype, and scale customer-centric products. It's a great resource for all managers that sit within the product-trio to infuse creativity and innovation into structured product development. > *"Design thinking is about accelerating innovation to create better solutions to the challenges facing business and society."* **Buy from** [Amazon US](https://amzn.to/4eDjYK7), [Amazon UK](https://amzn.to/3ANCAJK), [Amazon DE](https://amzn.to/3ZgPh96) ### The Lean Product Playbook by Dan Olsen ![](https://media.licdn.com/dms/image/v2/D4D12AQEL2jDx8Y-VeA/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931499124?e=1737590400&v=beta&t=CCY2hw_DkjQ66F7Cn1-_rWUo8_PmX_WquS8q5sDHHzU) Olsen's book offers a hands-on approach to achieving product-market fit through lean principles. He provides a structured guide on iteration, customer feedback, and step-by-step tactics for creating products that hit the mark. It's a book every product manager should revisit as the market continually redefines what "fit" means. The book also shares some great models, including a very useful one called the AARRR framework created by Dave McClure – it takes you down the flow from acquisition to retention, referral and revenue of your product. > *"Adapt what is useful, reject what is useless, and add what is specifically your own." Bruce Lee* **Buy from** [Amazon US](https://amzn.to/4fxlijh), [Amazon UK](https://amzn.to/40VOfAJ), [Amazon DE](https://amzn.to/4eDfB1Y) ### Escaping the Build Trap by Melissa Perri ![](https://media.licdn.com/dms/image/v2/D4D12AQEc306VnM3OAw/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931527518?e=1737590400&v=beta&t=dd3Cz3yl62qSjB3C6KDAAOit7dPs0PPGAwaXpv_0_K8) Perri examines the common pitfall of focusing on output over outcomes and provides a pathway for creating a product-led organisation. Melissa highlights how this "build trap" aka feature-factory, often stems from a misunderstanding of product management's role, a lack of alignment between strategy and execution, and an over-reliance on roadmaps that prioritise outputs over outcomes. For managers seeking to move beyond feature-focused development to delivering genuine value, this book is a must-read and goes hand-in-hand with Teresa Torres' book, Continuous Discovery Habits. > *"Building the wrong thing really well is still building the wrong thing."* **Buy from** [Amazon US](https://amzn.to/4fD3gfm), [Amazon UK](https://amzn.to/4fTcNyC), [Amazon DE](https://amzn.to/3CE0vfi) ### Continuous Discovery Habits by Teresa Torres ![](https://media.licdn.com/dms/image/v2/D4D12AQHEl7TCTIBiiA/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931556100?e=1737590400&v=beta&t=VHZ4q_SSgMi7JHUQKQO954ZU2s_a7Sr2lMYqvbFiC1Y) Teresa Torres offers a transformative approach for product teams aiming to integrate customer insights consistently throughout the product development process. With her "Opportunity Solution Tree," Torres provides a visual framework to help teams explore, prioritise, and validate customer problems and solutions. She emphasises the importance of building regular discovery habits, like conducting ongoing customer interviews and experimenting frequently to stay aligned with user needs. This book is essential for product managers looking to make customer discovery a core part of their workflow, fostering a culture of continuous learning and customer-centric decision-making. > *"The best way to mitigate risk is to tackle it head-on with fast, small bets."* **Buy from** [Amazon US](https://amzn.to/4i0p1Yi), [Amazon UK](https://amzn.to/3CwoeOg), [Amazon DE](https://amzn.to/3ZfwA5Q) ### OKRs: Measure What Matters by John Doerr & Radical Focus by Christina Wodtke ![](https://media.licdn.com/dms/image/v2/D4D12AQFNUwi7kE14_g/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931585252?e=1737590400&v=beta&t=JOk1ySCBH4XBstIJYjV3pklwqOPHhKZn4RtettlrI2w) These classics on OKRs (Objectives and Key Results) are invaluable for product managers aiming to set and track ambitious yet achievable goals. Both Doerr and Wodtke explain how OKRs help teams focus on what's most important, align efforts, and track progress with clear, measurable outcomes. Wodtke's book is however better, in my humble opinion, at helping bridge the gap between theoretical OKR frameworks and their practical application. I've personally dealt with OKRs and their implementation challenges and these books helped with some of the key challenges – from aligning on shared OKRs, breaking down company silos to implement OKRs by making OKRs cross-functional and focusing on outcomes and not outputs which helped move away from feature-factory syndrome. Change isn't easy; it takes time. > *"Ideas are easy. Execution is everything."* **Buy Measure What Matters from** [Amazon US](https://amzn.to/3CJXxpt), [Amazon UK](https://amzn.to/4fJZLDW), [Amazon DE](https://amzn.to/4fJZLDW) **Buy Radical Focus from** [Amazon US](https://amzn.to/3Z61QCV), [Amazon UK](https://amzn.to/49doDl1), [Amazon DE](https://amzn.to/3V9brId) ### The Product Book by Carlos González de Villaumbrosia and Josh Anon ![](https://media.licdn.com/dms/image/v2/D4D12AQEA3xivKZiGnw/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931725807?e=1737590400&v=beta&t=J0gualWMvkCZYOBP5Uni3syj9gs_iwjSwS--wVXzhzo) This is an all-encompassing guide for those entering the field or seasoned product managers looking for a refresher. Covering everything from defining product vision and working with cross-functional teams to using data for informed decision-making, this book gives aspiring and seasoned product managers practical tools to drive and manage successful products while also strengthening their strategic, technical and leadership skills. > *"A good product manager is the CEO of the product."* **Buy this book from:** [Amazon US](https://amzn.to/3Znixvh), [Amazon UK](https://amzn.to/3Z3mbZG), [Amazon DE](https://amzn.to/4fHLbNl) ### Hooked: How to Build Habit-Forming Products by Nir Eyal ![](https://media.licdn.com/dms/image/v2/D4D12AQFw_Y1yM4sw4w/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931748223?e=1737590400&v=beta&t=StqOJbCjGfgoiHCR7obUwH6OQptf6ys_A8eVibOdnNQ) In this book, Eyal introduces the "Hook Model," a framework for creating products that engage users through a cycle of trigger, action, reward, and investment while also diving into the ethical considerations surrounding them. Behavioural design, when applied correctly, can help product and design teams create products that meet users' needs and also foster long-term engagement – something Hooked focuses on. > *"To change behaviour, products must ensure the user feels in control. People are more likely to engage with products that empower them rather than restrict them."* **Buy this book from:** [Amazon US](https://amzn.to/4f1YtTP), [Amazon UK](https://amzn.to/4i1GoI2), [Amazon DE](https://amzn.to/495lm7b) ### The Lean Startup by Eric Ries ![](https://media.licdn.com/dms/image/v2/D4D12AQHRYcj6Zlp1Xw/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931769528?e=1737590400&v=beta&t=JqR7aWAaUPEkHNIyQGG3UAPTu6XgNMPD7m_3skFtN24) The Lean Startup has always been one of my go-to books, whether I'm wearing the product manager hat or the entrepreneur hat. It gives you a structured yet adaptable path to bring impactful products to market. The book introduces lean principles that emphasise rapid experimentation, iterative development, and learning from customers in the "build-measure-learn" cycle. Ries's scientific approach to product development remains applicable to startups and established enterprises alike. > *"The only way to win is to learn faster than anyone else."* **Buy this book from:** [Amazon US](https://amzn.to/3CJLuZr), [Amazon UK](https://amzn.to/3ZjQm07), [Amazon DE](https://amzn.to/495X64S) ### Experimentation Works by Stefan Thomke ![](https://media.licdn.com/dms/image/v2/D4D12AQGUjFUXq5mCGw/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931791893?e=1737590400&v=beta&t=eUpYiaS76eXgSEN-Qlt0uGHzvdPbnqMvv1NbGE1_s1c) This book doesn't just focus on experimentation being a driver for innovation and business success; it also focuses on how companies can foster a culture of testing, learning and adapting by running experiments…and as a well known strategist once said, "culture eats strategy for breakfast", and culture (& mindset), when it comes to testing is critical to embedding experimentation in an organisation's decision-making process. > *"Experimentation isn't just a tactic, it's a philosophy of how to learn."* **Buy this book from:** [Amazon US](https://amzn.to/413Dr3Q), [Amazon UK](https://amzn.to/3ZoSSlT), [Amazon DE](https://amzn.to/495X64S) ### Outcomes Over Output by Josh Seiden ![](https://media.licdn.com/dms/image/v2/D4D12AQFj1fxDcqPLMQ/article-inline_image-shrink_1500_2232/article-inline_image-shrink_1500_2232/0/1731931823305?e=1737590400&v=beta&t=GoNCZndr7-BFqcaMVNQTagfubX5U7YTbjPj65RzKSv8) This one is definitely a challenge in product management across industries, be it ecommerce, fintech, online gambling, online media etc… **being fixated on release cycles and shipping features**. Seiden's call to focus on outcomes is refreshing and helps teams focus more on creating value for the business and meeting customer needs. This book reminds product managers to align their work with customer impact rather than output alone. I recommend pairing this with the OKR books above. > *"Outcomes are the changes in customer behaviour that drive business results."* **Buy this book from:** [Amazon US](https://amzn.to/4g1Y9Fn), [Amazon UK](https://amzn.to/3CSubVS), [Amazon DE](https://amzn.to/3CM0Mgb) ### FAQ **Q: How can product managers move beyond a feature factory mindset?** A: Product managers can escape the "build trap" by focusing on outcomes (customer value and business results) rather than outputs (the number of features shipped). This shift requires aligning strategy with execution and moving away from feature-focused roadmaps. **Q: What is a product trio in product development?** A: The "product trio" refers to a collaborative partnership between product management, design, and engineering. This cross-functional alignment fosters better communication and ensures that a product is viable, usable, and technically feasible. **Q: What is the Opportunity Solution Tree in product management?** A: Teresa Torres' "Opportunity Solution Tree" is a visual framework that helps product teams explore, prioritize, and validate customer problems and solutions. It is a key tool for creating a culture of continuous discovery and customer-centric decision-making. **Q: What frameworks help in achieving product-market fit?** A: Product-market fit can be achieved through lean principles like the "build-measure-learn" cycle and the AARRR framework (Acquisition, Activation, Retention, Referral, Revenue). These methods emphasize rapid experimentation, customer feedback, and iterative development. **Q: How do you build habit-forming products according to Nir Eyal?** A: The "Hook Model" is a four-step framework—Trigger, Action, Reward, and Investment—designed to create habit-forming products by fostering long-term user engagement through behavioral design. --- ### From Data to Design: Building Customer-Centric Products That Deliver Results - URL: https://stevengrech.com/blog/from-data-to-design-building-customer-centric-products-that-deliver-results - Plain text: https://stevengrech.com/blog/from-data-to-design-building-customer-centric-products-that-deliver-results/text - Published: 2024-10-17 - Tags: Data, Product Design, Product Development, Product Optimisation - Summary: Given the data landscape has evolved, here's an updated take on when data and digital product design unite. Back in 2017 I had written an article titled "[When data and digital product design unite](https://stevengrech.com/data-digital-product-design-unite/)". Given the data landscape has shifted quite rapidly in the last seven years and AI has entered the realm, I thought of giving it an update. The phrase "data-driven" has become ubiquitous, but what does it truly mean for **product teams**, **engineers**, **data scientists**, and **designers**? And have companies really become "data driven"?! It's about more than just crunching numbers… it's about using **real-time insights** to craft intuitive, personalised experiences that keep customers engaged and drive business outcomes. Data isn't just an operational tool, far from it, it's the cornerstone of strategic product development. ## The Evolution of Data-Driven Design: From Analytics to Real-Time Personalisation Luke Wroblewski once said, *"It's becoming increasingly hard to do large-scale digital product design without integrating an understanding of data."* This is even truer fifteen years later, with advancements in **machine learning (ML)**, **natural language processing (NLP)**, and **real-time data streaming**. Companies across industries are leveraging **AI-powered search engines, recommendation algorithms, and predictive analytics** to deliver more **personalised**, **responsive**, and **engaging** user experiences. The journey from data to design can be viewed through a progressive lens, from using basic historical data for analytics to leveraging real-time, predictive, and even **prescriptive data**. This journey involves several key stages, each of which plays a role in building a data-rich, user-centric product strategy. ### 1. Laying the Groundwork with Analytics…let's walk first! The first step in building data-driven products is understanding how users interact with your platform and product. Basic **clickstream analytics** and **content analysis** help teams identify patterns, track conversions, and uncover bottlenecks. While these insights provide a foundation, they should be viewed as **building blocks** for deeper, more advanced data strategies. For example, during my time at [Maxymiser](https://www.linkedin.com/company/maxymiser/), we worked with leading media and e-commerce companies to analyse user behaviour across various **conversion funnels**. This helped us identify critical drop-off points and informed the redesign of customer journeys. In one instance, by adjusting the layout of a streaming service's content recommendation engine, we saw a **20% increase in user engagement** and **ad revenues** within a month. The success of these early strategies lies in collaboration: **product teams** working with **data analysts** to interpret insights and translate them into actionable design improvements. Whether you're optimising a checkout flow or redesigning an onboarding experience, this initial stage is critical to **understanding user intent** and improving basic metrics. For understanding how users interact with your product, several tools can help with **clickstream analytics**, **conversion tracking**, and **user behavior analysis**: Google Analytics 4, Contentsquare, Amplitude, Fullstory, Quantum Metric to name a few. ### 2. Real-Time Data…let's be Proactive The next step is to transition from **reactive** insights (based on historical data) to **proactive** responses powered by **real-time data**. This is where technologies like **Apache Kafka** and **Elasticsearch** play a crucial role, enabling platforms to process data as it arrives, making it possible to adjust experiences on the fly. In real-time data processing, the choice of technology can make or break the user experience, especially under high traffic. A number of online gaming companies are using **real-time data streaming** to enhance user engagement during live betting events and while playing online casino games. Traditionally, online gaming platforms rely on historical data to offer recommendations, however integrating a **real-time analytics engine** that tracks live odds, user behaviour, and external events to provide more **contextually relevant betting suggestions** can lead to a boost in user retention. Depending on the volume of data that can be processed, e.g. thousands of interactions per second, the key is to ensure your infrastructure can handle scalable, low-latency data processing, with the aim of ensuring users receive dynamic, up-to-date information tailored to their preferences. This often involves deploying **distributed systems,** like Kafka, that can **scale horizontally** to accommodate spikes in traffic, ensuring seamless user experiences even during high-load scenarios. For handling **real-time data processing** and **scalable, low-latency data streaming**, these tools are industry standards: Apache Kafka, Elastic (their stack – Elasticsearch, Logstash, Kibana), and depending on if you're leveraging any of these companies already: Amazon Kinesis, Google Cloud Dataflow and Microsoft Azure Stream Analytics. ### 3. Always Be Testing* *The rule of point 3 is that point 3 doesn't just apply to point 3…it applies also to points 1, 2 and 4! Not quite as exciting as fight club, however I know there are plenty of battles to be had with A/B Testing!* Design is not a one-off process… it's iterative. Using **A/B testing** (let's call it **Product Optimisation**), teams can validate new design features, assess their impact on key metrics, and refine them based on real-world data. This is particularly effective when combined with **real-time data**, allowing teams to pivot strategies quickly and adapt to user behaviours as they evolve. For instance, a sports betting platform can use product optimisation to refine promotional offers during live events by **using data from their real-time engine.** In this way, the business can adapt the tests in near real-time, quickly identifying which offers resonate most with different user segments and drive better user engagement and commercial uplifts. This agility will allow you to maximise conversions without waiting for post-event analysis…a big difference to traditional marketing campaigns that often took weeks to analyse or a number of days for a dashboard to be built, however I won't get into the usefulness of dashboards here! To get the most from product optimisation (aka A/B Testing), product teams need to be **data agile**. This means setting up frameworks where tests can be easily deployed, monitored, and adjusted, leveraging real-time feedback loops to make data-driven decisions quickly. *\*note to a classic written by Bryan Eisenberg* For **A/B testing** and **product optimisation**, the following tools are the most current and popular: Dynamic Yield by Mastercard, Adobe Target, Maxymiser, Optimizely, VWO ### 4. AI-Enhanced Personalisation The final frontier of data-driven design lies in **AI-powered personalisation**, where predictive analytics help craft highly tailored experiences. Platforms like **Netflix, Spotify, and Amazon** have consistently set the standard, using machine learning algorithms to recommend content, products, or services based on real-time behaviour, past interactions, and broader contextual data. Today, we're seeing recommendation engines move beyond simply recommending a product, a game, a match based on past data or user segment data. We're seeing **AI-powered recommendation engines** that personalise user experiences by learning from **user behaviour patterns (e.g. betting patterns), past preferences, and live data**. By integrating Natural Language Processing **(NLP) models** and **predictive analytics**, one could predict which events / products etc users were likely to engage with, presenting tailored suggestions across different channels in real-time. This isn't just about improving the User Experience, it's really about enhancing the lifetime value of your customer ensuring the right content is presented to them at the right time in the most relevant way. Any real time data processing systems require a solid data foundation. Teams need to invest in **data quality**, ensuring datasets are accurate, complete, and accessible. Additionally, building **cross-functional teams** of **product managers, data scientists, designers and engineers** is crucial to successfully deploying these advanced features. AI models are only as good as the data they learn from, and this requires constant refinement and iteration…similar to us humans really! For building **AI-powered personalisation** and **predictive analytics**, here are the most cutting-edge tools: Amazon Personalize, Google Cloud Vertex AI, H2O.ai and DataRobot ### A Unified Approach to Data-Driven Design True data-driven design is about integrating **real-time, historical, and predictive data** into a rounded product strategy. It's a collaborative effort that brings together teams across **product, engineering, data, and design** along with other teams (commercial, marketing, ops…) to build customer-centric products that adapt and evolve with user behaviour. Achieving this requires more than just technology…it requires **culture**. Companies need to foster a mindset where **continuous learning** and **data literacy** are at the forefront. When teams are empowered to understand and use data, they can make better, faster decisions that drive growth. Encouraging teams to **experiment, fail fast, and learn** can turn data into a key driver of innovation across the organisation. > "*culture eats strategy for breakfast" Peter Drucker* This article originally featured [on LinkedIn](https://www.linkedin.com/pulse/from-data-design-building-customer-centric-products-deliver-grech-skgee/). ### FAQ **Q: What does it mean to be a data-driven product team?** A: Data-driven design involves using real-time insights, historical data, and predictive analytics to create personalized, intuitive user experiences that drive business outcomes. It moves beyond basic number crunching to make data the cornerstone of strategic product development. **Q: How has data-driven design evolved from simple analytics?** A: The process typically follows four stages: laying the groundwork with basic analytics, transitioning to proactive real-time data processing, implementing iterative A/B testing, and finally reaching AI-enhanced personalization using machine learning. **Q: What is the benefit of using real-time data in product design?** A: Real-time data processing, using tools like Apache Kafka, allows platforms to adjust user experiences on the fly based on current behavior rather than relying solely on historical data. This enables proactive responses, such as updated betting suggestions or live content recommendations, during high-traffic events. **Q: How does AI improve personalization in digital products?** A: AI and machine learning allow for predictive personalization, where algorithms learn from user patterns, preferences, and live data to suggest the right content at the most relevant time. This increases customer lifetime value by moving beyond generic user segments to individual-level experiences. **Q: What are the top tools for data-driven product optimization?** A: For basic analytics, tools like Google Analytics 4 and Amplitude are standards; for real-time streaming, Apache Kafka and Amazon Kinesis are popular; for A/B testing, Optimizely and Adobe Target are leaders; and for AI personalization, Amazon Personalize and Google Cloud Vertex AI are top choices. --- ### Transforming The Product Org — Exploring the Product Trio Model - URL: https://stevengrech.com/blog/transforming-the-product-org-product-trio-model - Plain text: https://stevengrech.com/blog/transforming-the-product-org-product-trio-model/text - Published: 2024-05-09 - Tags: Customer Experience, Online Gaming, Product Design, Product Development - Summary: Companies often undergo significant organisational transformations as they scale and adapt to customer and market needs. Companies often undergo significant organisational transformations as they scale and adapt to customer and market needs. I've experienced and driven some of these transformations in product orgs over the years, and the one team setup that has really increased team performance and output is linked to [Teresa Torres](https://www.linkedin.com/in/teresatorres/)' Product Trio model. The Product Trio in its basic form, is **the collaboration between three core roles: Product Manager, Design Lead, and Engineering Lead**. This is very dependent on how large these cross-functional teams are, so essentially, it's the ongoing and consistent collaboration of product, engineering and design teams. This cross-functional team takes ownership of the entire product development process, jointly managing ideation, testing, and execution. **The Product Trio is designed to ensure product decisions align closely with customer needs, market demands and the company's mission in life**, avoiding traditional silos by fostering a unified understanding of goals. ### Dynamics of the Product Trio A Product Trio functions through **a series of collaborative activities including joint customer interviews, opportunity mapping, and iterative testing**, be it via usability testing and conversion optimisation. Each member plays a unique role: - **Product Managers** Focus on product viability and market alignment. While also undertaking all other tasks of a PM, including alignment across other departments internally such as commercial & ops… - **Design Leads** Ensure usability and a user-friendly interface and lead UX research and overall design direction. - **Engineering Leads** Assess the technical feasibility of product solutions. The trio does not isolate tasks but instead collaborates on all aspects to promote a shared understanding of challenges and solutions. This happens at roadmapping and product strategy level, down to actual execution of new and existing product updates. ![](https://media.licdn.com/dms/image/D4D12AQGUWK4U9aJoVQ/article-inline_image-shrink_1000_1488/0/1715255036703?e=1720656000&v=beta&t=cZv_5EBXAOhpGx1jTw0J5EEneLjo7eRTx2PB4mf8F-0) ### Team Transformation with the Product Trio Model When companies adopt the Product Trio model, they often undergo a significant organisational transformation. **This change brings Engineering, Product, and Design under unified leadership**. In iGaming, for instance, Sportsbook product leadership typically manages these functions together to foster cohesion across customer experience and technical feasibility. However, platform-related operations, tech ops and infrastructure often remain separate under engineering leadership due to their specialised nature. Similarly, in the casino product vertical, product, engineering, and design are managed collectively, ensuring alignment from concept to execution, with the exception of platform in some cases, where technical teams may have unique control yet are working closely with the product trio to ensure the platform's roadmap is in sync with the product vertical direction. **This transformation redefines accountability and promotes a holistic perspective**. By removing silos, the trio enables faster decision-making and a unified vision across departments. Engineers gain a better understanding of user needs, designers comprehend technical constraints, and product managers benefit from close collaboration with both. **The end result is a more cohesive team** that iterates rapidly, iterates efficiently, and aligns product decisions with customer and market demands. > "When a product trio works together to develop a shared understanding of their customer, they are in a much better position to create products that customers love." Teresa Torres ### Challenges of Implementing the Product Trio Model While the Product Trio model offers significant benefits, such as enhanced collaboration and faster decision-making, it also comes with its own set of challenges. **One major hurdle is the initial realignment of roles and responsibilities**, which can disrupt existing workflows and **require significant cultural shifts within the organisation**. Additionally, **the need for intense collaboration can sometimes lead to decision paralysis if not managed properly**. Ensuring all trio members are on equal footing and possess strong communication skills is crucial to mitigate these risks. Moreover, **companies must be ready to invest in continuous training and support** to maintain the effectiveness of the trio, especially in rapidly changing industries such as igaming and fintech. In my article, [Go Slow with Effort to Go Faster Effortlessly](https://www.linkedin.com/pulse/go-slow-effort-faster-effortlessly-paradigm-sport-business-grech/) I touch upon the time and commitment needed to tackle any type of transformation. ### Case Studies from Various Industries In the fintech space, [Stripe](https://stripe.com/) leveraged the Product Trio to speed up decision-making and streamline their development of new features. Their Trio engaged customers frequently, identifying user pain points around payments processing and testing various design solutions to simplify and accelerate transactions. Through iterative testing and fast prototyping, Stripe improved their API's usability and added innovative features for more seamless integration with clients' existing systems. [Shopify](https://www.shopify.com/), a leader in e-commerce, utilised the Product Trio model to refine its platform's checkout process. By interviewing customers jointly and creating experience maps, their Trio identified several friction points leading to cart abandonment. Through collaborative decision-making, they prioritised feasible, high-impact solutions that really reduced the checkout time and improved conversion rates. [Netflix](https://www.netflix.com/) exemplifies how the Product Trio can enhance user experience by prioritising customer-centric solutions. Their Trio relies heavily on opportunity mapping and testing assumptions to deliver content recommendations that cater to different tastes globally. This model helps Netflix continuously refine its algorithms, personalise content effectively, and engage users for longer viewing times. In the iGaming space, [Betano (Kaizen Gaming)](https://kaizengaming.com/) adopted the Product Trio set up in each of its product verticals bringing product, design and engineering together under one team, speeding up product discovery through to execution, while delivering better solutions for their customers globally. ### Integration with Agile and Lean Methodologies Many companies either adopt an agile mindset or lean principles. In Agile product development, the Product Trio acts as a cohesive unit, supporting short sprints by iterating on new features and enhancements based on customer feedback. With all three roles collaborating, the Product Trio can quickly pivot based on sprint review insights. Their continuous feedback loops align seamlessly with Agile's emphasis on incremental development and responsiveness to change. Under Lean principles, the Product Trio ensures that development resources are focused on value-adding activities by **engaging customers early and often**. Lean's "build-measure-learn" cycle is naturally supported by the Trio's continuous testing and validation of product ideas. By minimising waste and prioritising high-value features, the Trio helps teams avoid overengineering and concentrate on solving pressing customer problems. Conversion Rate Optimisation, or what I prefer to call, Product Optimisation, is a key element of lean principles: **testing, learning and shipping solutions as fast as possible**. ### Will your company adopt the Product Trio Model? This model involves a transformative shift in product management, enabling companies to respond rapidly to market changes and build customer-centric products. Whether in igaming, fintech, e-commerce, or online media, this framework has proven its adaptability and effectiveness across industries. Its successful integration with Agile and Lean methodologies further underscores its relevance in modern product management. It's important to highlight that **adopting the Product Trio model is part of a long-term strategy for business transformation**. Organisations should be prepared for an ongoing process that requires patience, persistent effort, and a willingness to adapt. This transformation is not just about changing how teams are structured but also about **evolving the company culture to embrace continuous learning and improvement**. > "Your success in life isn't based on your ability to simply change. It is based on your ability to change faster than your competition, customers and business." Mark Sanborn To gain deeper insights into this approach and how continuous discovery drives successful product strategies, I've listed a number of links below, including an unaffiliated link to Teresa's book. **Sources** Teresa Torres book (link not affiliated!) [https://www.amazon.com/Continuous-Discovery-Habits-Discover-Products/dp/1736633309](https://www.amazon.com/Continuous-Discovery-Habits-Discover-Products/dp/1736633309) - [https://www.producttalk.org/2021/05/product-trio/](https://www.producttalk.org/2021/05/product-trio/) - [https://www.producttalk.org/2021/06/decision-making-in-a-product-trio/](https://www.producttalk.org/2021/06/decision-making-in-a-product-trio/) - [https://www.producttalk.org/2021/06/roles-in-a-product-trio/](https://www.producttalk.org/2021/06/roles-in-a-product-trio/) - [https://maze.co/blog/making-better-product-decisions-with-teresa-torres/](https://maze.co/blog/making-better-product-decisions-with-teresa-torres/) - [https://userpilot.com/blog/continuous-discovery-framework-teresa-torres/](https://userpilot.com/blog/continuous-discovery-framework-teresa-torres/) ### FAQ **Q: What is a Product Trio in product management?** A: A Product Trio is a collaborative team structure consisting of three core roles: a Product Manager, a Design Lead, and an Engineering Lead. Together, they take joint ownership of the entire product development process, including ideation, testing, and execution. **Q: What are the roles and responsibilities within a Product Trio?** A: The Product Manager focuses on product viability and market alignment, the Design Lead ensures usability and leads UX research, and the Engineering Lead assesses the technical feasibility of solutions. All three roles work together consistently to ensure product decisions align with customer needs and company goals. **Q: What are the benefits of using the Product Trio model?** A: Adopting the Product Trio model can lead to faster decision-making, a more unified team vision, and better alignment between technical feasibility and customer experience. It helps eliminate silos by ensuring engineers, designers, and product managers have a shared understanding of challenges and goals. **Q: How does a Product Trio work with Agile and Lean methodologies?** A: Product Trios support Agile by acting as a cohesive unit that iterates on features based on customer feedback during short sprints. In Lean environments, the trio supports the 'build-measure-learn' cycle by engaging customers early to minimize waste and focus on high-value, feasible solutions. **Q: What are the common challenges of implementing a Product Trio?** A: Implementation challenges include the initial disruption of roles and workflows, the need for a significant cultural shift, and potential decision paralysis. Success requires strong communication skills, continuous training, and a long-term commitment to business transformation. --- ### Navigating the Labyrinth: Overcoming Common Product Pitfalls - URL: https://stevengrech.com/blog/navigating-the-labyrinth-overcoming-common-product-pitfalls-in-the-online-gaming-industry - Plain text: https://stevengrech.com/blog/navigating-the-labyrinth-overcoming-common-product-pitfalls-in-the-online-gaming-industry/text - Published: 2023-10-27 - Tags: Online Gaming, Product Management - Summary: The online gaming industry is a complex arena teeming with opportunities and challenges. Let's unpack the common pitfalls. The online gaming industry, particularly in the casino and sportsbook categories, is a complex arena teeming with opportunities and challenges. The stakes are high, both in terms of revenue and customer engagement. **With new technological trends and ever-shifting regulatory landscapes, the margin for error is minimal**. This calls for a foolproof product strategy, but what does that entail? **Let's unpack the common challenges companies face within the industry** and ones that I have personally come across at various gaming companies, and outline key strategies for overcoming these hurdles. Let's dive into the labyrinth… # The Challenges. The Opportunities. ## The Product Management Team Building a stellar product management team ensures that **they act as the hub of product design and development, coordinating between various aspects of the business** while constantly keeping their eyes on the customer. You know what Product Managers are not? They are not project managers; What **they are is the glue that connects all the dots and various roles along the product life cycle**, from ideation through to release and continual product updates; they are product visionaries and strategists who understand the pulse of the market, the evolving tech landscape, and, most importantly, the nuanced needs and behaviours of the customers. Their role requires balancing design understanding with data driven insights; commercial acumen, technical prowess, and a knack for human psychology while also being a great communicator. **It is far from an easy task**. Everything begins and ends with people, and staffing your product team with knowledgeable and driven individuals is one of the major challenges whether you're in Europe or the USA. Yet when done well, will reap major rewards in the short and especially the long run, depending on the level of product-driven transformation that's needed in the business. > "One thing design and development teams need from the product management teams (PMs / POs), is time to design and build quality products, time-and-time again!" Me ## Product Vision and Strategy The online gaming industry is continually growing globally, with various data aggregation companies showing the global market to expand exponentially in the next five years, especially with the recent opening of the US market. **But a big market doesn't automatically mean big profits**, especially in casino and sportsbook where marketing and operations spending are a substantial part of the L-side of your P&L. Product teams must always break out of their own silos, often colloquially called 'bubbles', and be **fully tied in to the pulse of the business, in operations, commercial, data, finance, tech, marketing** and so on, to ensure that the product is not only driving a brilliant experience, but also driving commercial KPIs and optimising every Euro, Dollar, Brazilian Real (etc) spent on marketing. Crafting a compelling and executable product vision and strategy that appeals to your target demographic is crucial. This involves a deep understanding of market trends, regulatory needs, customer preferences, and the unique value proposition your gaming products offer in each local market. Product localisation is always a critical part of any product strategy in my books as you'll always be competing with the local champions. > "I would rather gamble on our vision than make a "me, too" product" Steve Jobs ## Adaptive Roadmapping In an industry governed by regulations that can change at the drop of a hat, adaptability is key. **An effective roadmap is not set in stone; it's more like a GPS** that recalibrates based on real-time data. **Regular reviews, monthly and quarterly, allows the team to assess and reprioritise**, ensuring alignment with the product strategy and facilitating quick responses to market changes. **A roadmap is there to also ensure you are constantly focused on shipping product updates**, whether you're on a two week release cycle or a half yearly release cycle mixed in with ongoing product optimisation (Conversion Rate Optimisation) releases to validate what your business is delivering. ![](https://stevengrech.com/wp-content/uploads/2023/10/DALL%C2%B7E-2023-10-24-17.27.41-Photo-of-a-large-roadmap-spread-across-a-wooden-table.-The-roadmap-has-multiple-paths-that-branch-out-and-reconnect-symbolizing-flexibility.-Colourfu-650x433.png) A Product Roadmap Interpretation by **DALL·E 3** ## Research-Backed Decision Making **Data isn't just numbers; it's the voice of your customer**. I'm a firm believer in research-backed decision making, and wherever I've consulted or worked at, this is one of the first aspects of the product management toolkit that I tackle… **ensuring there's data, clean data, to inform and challenge decision making**. Accumulating and analysing data through various means, be it user interviews, A/B tests, click data and / or market research, provides an **evidence-based foundation for your roadmap**, for new ideas entering and for those recent product updates i.e. never let your product become a graveyard for unused features. Test them and if they're not utilised or serve any regulatory purpose, save real estate and remove them. The aim is to add product updates and make changes that serve actual, quantifiable needs, not just speculative wants. ## Optimisation as the North Star Product optimisation is the ongoing process of making your product relevant. Given that I also have a background in Product Optimisation, my stance is that **optimisation should take centre stage in the product life cycle, continually testing and learning as your product roadmap evolves**. This involves regularly revisiting your KPIs, user engagement metrics, and overall customer experience. **Fast, data-driven iterations can help you stay ahead of the competition** while constantly elevating the user experience. And no, you won't be doing double the work in terms of product development, as you'll be validating what your team builds in a fraction of the time and budget, and not only that, the team will know that what they're building is expected to improve a certain KPI by x% on launch while also planning future feature tests to improve that particular product update, rather than letting it stagnate. And from a failure perspective, the whole concept of failing fast is put to good use via product optimisation, which is why I always celebrated failing tests, as this means that we not only saved the company from a negative ROI, but also from a negative CX! **The gaming industry is very much about squeezing conversions responsibly**, and product optimisation is one of the ways of optimising your product. ### User Acquisition and Retention is Not Just a Marketing Thing **A good game attracts players, but a great product keeps them**. The user life cycle in the gaming industry can be remarkably short if you don't have strategies to not just acquire but also retain customers, and not only retention via bonus wars with the competition. Features like loyalty programs, engagement triggers, gamified and personalised experiences, tournaments, multiplayer experiences etc… can make a huge difference to your customer retention metrics. ### Going Global and Staying Local **Different markets have different tastes**. Different markets have different compliance needs. While the sportsbetting product and its features might be a hit in the UK, it might utterly fail to impress the audience in America or Canada. **Being culturally sensitive and aware when expanding internationally is essential for product teams**. Localisation isn't just about language; it's about adapting your products' user experience to meet regional expectations along with your product's portfolio (games / markets…). ### Product & Legal Synergies **In the regulated markets, compliance isn't a hurdle; it's a necessity**. Any gaming product has to be developed with an in-depth understanding and innate flexibility to adapt to both domestic and international laws and regulations. The product team and Legal and Compliance departments should work in synergy to **ensure that innovation and compliance go hand in hand** and not to the detriment of the other. ## In Conclusion… Product management is a formidable undertaking, full of diverse challenges that require detailed solutions. Yet, as intricate as this labyrinth might seem, each turn offers an opportunity for innovation, growth, and remarkable customer experiences. So the question isn't whether challenges will arise; it's whether you're equipped to navigate them as a team and as a business. > It is not the most intellectual of the species that survives; it is not the strongest that survives; but the species that survives is the one that is able to adapt to and to adjust best to the changing environment in which it finds itself… so says Charles Darwin in his "Origin of Species." ### FAQ **Q: What is the role of a product management team in the gaming industry?** A: A product management team acts as the central hub of design and development, serving as the 'glue' that connects ideation, technical execution, and market strategy while keeping a constant focus on customer needs. **Q: How should a product roadmap be managed in the online gaming sector?** A: An effective roadmap should be adaptive like a GPS, utilizing monthly and quarterly reviews to reprioritize tasks based on real-time data, regulatory changes, and market shifts. **Q: Why is product optimization important for casinos and sportsbooks?** A: Product optimization involves continuous testing and data-driven iterations to ensure features remain relevant, improve KPIs, and validate developer efforts before significant budget is spent. **Q: How can gaming companies successfully expand into new global markets?** A: To succeed internationally, product teams must focus on localization, which goes beyond language to include adapting the user experience, game portfolios, and compliance features to meet specific regional expectations. **Q: What is research-backed decision making in product development?** A: Decision-making should be backed by clean data from user interviews, A/B tests, and market research to ensure that every product update serves a quantifiable need rather than a speculative want. --- ### The Art of the 'Embarrassing' Launch: Why Perfection is the Enemy of Good Enough - URL: https://stevengrech.com/blog/the-art-of-the-embarassing-product-launch-perfection-enemy-of-good - Plain text: https://stevengrech.com/blog/the-art-of-the-embarassing-product-launch-perfection-enemy-of-good/text - Published: 2023-10-10 - Tags: Start Up - Summary: The Art of the 'Embarrassing' Launch: Why Perfection is the Enemy of Good Enough. A look at launching MVPs vs MLPs. # The Art of the 'Embarrassing' Launch: Why Perfection is the Enemy of Good Enough > **_"If you're not embarrassed by the first version of your product, you've launched too late."_** This quote by Reid Hoffman, co-founder of LinkedIn, is often cited as gospel in the startup world, yet it is also widely misunderstood. **It serves as both inspiration and a stark warning to aspiring entrepreneurs**. But what does it mean in practice, and how should one apply it when starting up? ## The Attraction of the Minimum Viable Product (MVP) The concept of the Minimum Viable Product (MVP) – I prefer to use the term Minimum Loveable Product (MLP) – has been spoken about far and wide. The idea is simple: get a working, 'good enough' version of your product or service into the market as quickly as possible. **The aim isn't perfection, but speed and adaptability.** Focusing on launching a Minimum Loveable Product adds another layer to the MVP concept, emphasising that products should not "just be viable" but also **have an appealing aspect to customers from the get-go**. If you're a chef, you'd never _just_ serve a 'viable' dish! Launching an MLP allows you to start collecting real-world data and feedback, invaluable for refining your product offering. **In today's fast-paced digital landscape, this agility can mean the difference between success and failure**. But what about industries or services where the stakes are high and rushing something could cause more harm than good? ## When 'Just Launch It' Isn't Enough Imagine you're in the business of building something complex, like a boating ecommerce or online gaming product. Or think about healthcare tech, aviation tech, or fintech. In such domains, **releasing an 'embarrassing' first version can have significant consequences, including damaging your brand's reputation, legal repercussions, or even jeopardising safety**. The commonality among these sectors is regulation. Thorough testing and quality assurance is critical. In these cases, the Reid Hoffman quote might be a bit too aggressive and risky, however **one shouldn't use this as an excuse to slow down**! ## Striking a Balance This brings us to a philosophical point: balance. Striving for a perfect launch can lead to analysis paralysis. On the other hand, rushing to market without adequate preparation can result in avoidable mistakes that may haunt your brand for years. The trick is to find a middle ground. An approach that I've found to be useful (I think this is the second plug of one of my previous articles!!) is the **"[Go Slow with Effort to Go Faster Effortlessly](https://stevengrech.com/go-slow-with-effort-to-go-faster-effortlessly/)"** methodology. This strategy encourages taking the necessary time to **lay a solid foundation but also recognises the value of a calculated, albeit not flawless, initial launch**. ## Practical Steps to Implement - **Market Research:** Before anything, know your market and your competitors. Can you offer something new or better? Definitely, doesn't have to be disruptive. - **Legal & Regulatory Checklist**: If you're in a regulated industry, make sure all your Ts are crossed and Is are dotted. - **Test, Test, Test:** Whether it's a beta launch or a friends-and-family round, testing is crucial. Collect data, adjust, and test again. - **Feedback Loop:** Once you launch the MLP, ensure you have tools in place for gathering and analysing customer feedback efficiently. - **Iterate:** You've launched. Congrats! Now get back to work. Use the data and insights you've gathered to test, learn, refine and improve. Rinse, repeat! ## Concluding thoughts… Reid Hoffman's quote is a compelling call to action for many entrepreneurs, including myself, but **take it with a pinch of salt**. It's a brilliant rule of thumb for most, but just that – a rule of thumb. **Tailor your approach** to the needs of your industry, the expectations of your customers, and the regulatory landscape you operate in. After all, the first step is just that – a step. **It's what you do afterwards, how you adapt and evolve, that truly defines your journey.** _PS. thanks to Voltaire's wisdom for his quote "Le mieux est l'ennemi du bien," aka "Perfection is the Enemy of Good"._ ### FAQ **Q: What is a Minimum Loveable Product (MLP)?** A: A Minimum Loveable Product (MLP) goes beyond just being 'viable' by ensuring the product has an appealing aspect that customers will enjoy from the very first version. It moves past basic functionality to create an initial user experience that is genuinely engaging. **Q: Is it always a good idea to launch a product quickly?** A: While speed is important, 'embarrassing' launches can be risky in highly regulated industries like healthcare, fintech, or aviation. In these sectors, rushing a product could lead to legal issues, safety concerns, or long-term brand damage. **Q: How can I balance speed with quality when launching a startup?** A: To find the right balance, entrepreneurs should conduct thorough market research, complete legal and regulatory checklists, and implement a feedback loop. Using a strategy like 'Go Slow with Effort to Go Faster Effortlessly' helps ensure a solid foundation before a calculated initial launch. **Q: What should I do after launching the first version of my product?** A: After the initial launch, you should immediately begin gathering and analyzing customer feedback. Use these real-world data insights to test, learn, refine, and improve the product in a continuous cycle of iteration. --- ### The Ultimate 8-Step Guide to Product Design for Startups - URL: https://stevengrech.com/blog/the-ultimate-8-step-guide-to-product-design-for-startups - Plain text: https://stevengrech.com/blog/the-ultimate-8-step-guide-to-product-design-for-startups/text - Published: 2023-10-04 - Tags: Product Design, Product Development, Start Up - Summary: Why 8 and not 6, or 10? Research shows how good product design principles can in fact improve ROI! *Why 8 and not 6, or 10, I hear you ask? In Pythagorean numerology (a pseudoscience) the* **_number 8 represents victory, prosperity and overcoming_** *. Eight (八, hachi, ya) is also considered a lucky number in Japan as it gives the idea of growing prosperous, because the letter (八) broadens gradually.* **_Research also shows how good product design principles can in fact improve ROI!_** Embarking on a new product journey is a calculated endeavour, one that takes you from the initial eureka moment to the hustle and bustle of the marketplace. For startups, particularly in the software / digital realm, **product design is the linchpin that offers a comprehensive solution to customer-centric issues**. ### The Foundational Elements When you're setting up your startup's product design framework, there are several core aspects that demand your attention. These range from **understanding the specific needs of your target customers** to the **limitations imposed by your resources** and the **ticking clock of your development schedule**. The design process should be custom-fitted to the unique goals and constraints of your project i.e. the 8 steps below are far from a simple linear process within a startup, they're as dynamic as it gets, **offering some perspective within the chaos**! ### The Fluid Nature of Development **Product design is far from a linear journey**. It's a dynamic, iterative cycle where steps often intermingle and loop back on themselves. Fresh insights can pop up at any stage, enriching the project and sometimes even altering its course. **The cycle remains open-ended**; even after you've rolled out a Minimum Viable Product (MVP) – what I like to call the Minimum Loveable Product (MLP), the door is always open for further refinements and feature additions. ### Striking the Balance: User Needs vs Business Goals Your product should be a harmonious blend of what your target audience desires and what aligns with your business objectives. This calls for a nuanced understanding of your customers' expectations and a strategic approach to fulfilling them **without compromising your business goals**. ### The 8-Step Deep Dive ### Step 1: Identify Problems and Assemble Your Team The first step is all about **problem identification**. What issue is your product going to solve in its first year of life and beyond? Once that's clear, you'll need to put together a team that's suited to tackle the challenges ahead and of course, in-line with your start-up's budget and strategy especially if you're going down the **bootstrapped / lean startup route**. This phase is also ripe for brainstorming; every team member should contribute ideas, no matter how out-of-the-box they may seem. Some of them could be tackled at a later date in the product lifecycle when the product and business matures slightly, if there's the customer-need. ### Step 2: Brand is King. Own your execution! This is where you officially set the wheels in motion. I love to **start from the brand**, its persona, how it wants to present itself to the world and how the product, marketing and everything else will evolve and revolve around it. Take this time to also **bring all the team together to align their expectations and responsibilities**. Ensuring everyone owns their execution is a safeguard against costly misunderstandings and a forum for laying down key performance indicators (KPIs). I know this sounds all corporate for a startup, however, **it's critical for everyone in the team to know what they are doing, why, by when and what the intended outcome is post launch**. ### Step 3: Know Your Market – Competitive Analysis Operating in a bubble can be as detrimental as operating off assumptions – we all know that **assumptions are the mother of all f*ck ups**! A thorough analysis of your competitors can offer you a 360-degree view of the market landscape. This step helps you identify what sets your product apart and could reveal potential weaknesses in your competitors' strategies. ### Step 4: Set Requirements & Narrate User Stories This step involves translating the user requirements and expectations into relatable stories. These narratives help in visualising how the user, or various types of users, interact with the product and what they aim to achieve, thereby **offering a clearer picture of user needs and product functionalities.** ![](https://stevengrech.com/wp-content/uploads/2023/10/amelie-mourichon-sv8oOQaUb-o-unsplash-650x433.jpg) ### Step 5: The Blueprint Phase – Sketching and Wireframing Sketching and wireframing are the **initial steps in bringing your product to life**. They serve as the architectural plans for your design, laying out the spatial relationships between various elements on a page. Even though they're in Step 5 here, I generally have sketches during the branding phase of the project, low fidelity sketches at the very least. ### Step 6: The Design Prototype – Your Product's First Physical Form Prototyping is where your product takes its first tangible form. I like this to be in clickable format whenever possible, however given the time and resource constraints of a startup, **a bunch of screens tied into the user stories and requirements could be enough for you and your team**, especially if you have a product human in the founding team to push things along. The prototype serves as a practical, **hands-on guide for your development team** and a testing ground for your concepts. ### Step 7: Validation – team, family and friends! Before you move from staging to production and live to the world, it's crucial to have an internal review with the original team and if possible, friends and family including some potential customers. Their **feedback can help you identify any glaring issues** and **offer new perspectives that you might have missed**. This ties into my "[Go slow with effort to go faster effortlessly](https://www.linkedin.com/pulse/go-slow-effort-faster-effortlessly-paradigm-sport-business-grech/)" concept i.e. don't rush the launch and your launch marketing without fully testing that the product works, as it could harm your brand from the get-go and in the long run. Once validation is 'complete' (validation is an ongoing journey!!), **push that big red button**… ### Step 8: The Final Frontier – User Feedback The ultimate test of your product's mettle is how it fares with its intended users. Usability testing can provide rapid insights into user experience and interaction. In my previous start-up I started collecting feedback from day one, not just from a product perspective, but also from a marketing and customer support point of view. > A 360-degree view of things, especially in the beginning, will ensure you're focused on the burning issues and not on the noise of new features while chasing flashy unicorns. ### In Summary Designing a tech startup product is a multifaceted, ever-evolving challenge that requires a diverse skill set and a significant investment of resources. Each project has its own unique set of requirements, and the design cycle doesn't stop when the product hits the market. Happy Creating! ### FAQ **Q: Why is product design important for a startup?** A: Product design is the linchpin for startups that provides a comprehensive solution to customer-centric issues. Research also indicates that applying good product design principles can significantly improve a company's ROI. **Q: Is the product design process linear?** A: Product design is a dynamic, iterative cycle rather than a linear process. Steps often intermingle or loop back as fresh insights appear, and the cycle remains open-ended for refinements even after a Minimum Viable Product (MVP) is launched. **Q: What are the 8 steps in the product design process?** A: The 8-step framework includes: 1) Identifying problems and assembling a team, 2) Establishing brand and alignment, 3) Conducting competitive analysis, 4) Setting requirements and user stories, 5) Sketching and wireframing, 6) Creating a design prototype, 7) Validating with internal teams and peers, and 8) Gathering final user feedback. **Q: How does competitive analysis help product design?** A: Competitive analysis provides a 360-degree view of the market landscape, helping you identify what sets your product apart and revealing potential weaknesses in your competitors' strategies. **Q: What is the purpose of a design prototype?** A: Prototypes serve as a tangible, hands-on guide for the development team and act as a testing ground for concepts. In a startup environment, these can range from clickable formats to a series of screens tied to user stories. --- ### Round Gozo Swim – the endurance mindset - URL: https://stevengrech.com/blog/round-gozo-swim-endurance-mindset - Plain text: https://stevengrech.com/blog/round-gozo-swim-endurance-mindset/text - Published: 2019-08-06 - Tags: Personal - Summary: On the 29th June 2019 I completed a 36.4km swim around Gozo's magnificent coast. Here's a brief overview of this amazing experience. **On the 29th June 2019 I completed a 36.4km swim around Gozo's magnificent coast. Here's a brief overview of this amazing experience that thought me lessons about the importance of the endurance mindset which includes plenty of grit and resilience when taking on challenges way outside of your (current) comfort zone.** ## Saying yes and kick starting a new adventure In February 2019 I decided to join the [WaveofChange Malta](https://www.waveofchangemalta.com/) cause and swim around the Island of Gozo on 29th June in aid of turning the tide on plastic waste in Malta and Gozo. The round Gozo swim would be no mean feat – a 36km open water route, starting the swim at 03:15 whilst swimming around Gozo's rugged and wild coastline which is known for its currents and jellyfish swarms in June. This swim has definitely been filed under one of the most challenging life events I've ever undertaken, from both a physical and mental perspective. To put things in to perspective, a 10km swim is the equivalent of running a marathon, 42.2km, so this feat was the equivalent of running ~3.5 marathons, or 148km non-stop! ## Training to swim 3.5 marathons The first challenge was ensuring I found the right time-balance between family, work and training in the pool and sea leading up to the big event. This also included eating the right foods to fuel my diet for the swim, so I shifted my eating habits at the start of 2019 towards the [Planetary Health Diet](https://eatforum.org/learn-and-discover/the-planetary-health-diet/)![](https://stevengrech.com/wp-content/uploads/2019/08/20190627_212713-e1565091867955-650x433.jpg), with slightly less meat – I really recommend this way of eating (aka diet!) – see image to the right of my fuel for the round Gozo swim which was 100% vegan. I consumed close to 1 kg of dates. There were many firsts and mini celebrations for me during training as my longest ever swim up to March 2019 was ~7km! So when I swam 10km in April, I had a mini celebration and continued to celebrate my new distance personal bests up to the final training swim of 22km. Now I can celebrate my longest distance to date of 36km. ## The swim – round Gozo On the swim around Gozo, I focused my mind on taking it feed-by-feed and getting through each of the 45 minute segments as I only breath to my left and didn't want to focus on landmarks unless I asked my team where I was (see the video below, were I asked my team where I was – half way!) The back-wash along the cliffs, the jellyfish – got stung around 5 times – and the currents from Ramla onward were major challenges, however the biggest physical and mental challenge came at around 23km when my left ![steven grech swimmer sunrise](https://stevengrech.com/wp-content/uploads/2019/08/FB_IMG_1561884382860-640x433.jpg) shoulder started to ache with pain becoming intolerable at around the 26km mark. I tried to change my stroke, took Catafast but nothing really helped, so I worked with the pain as much as I could for the last 10km (~ 4.5 hours of pain). I was continuously visualising arriving and touching the wall at Hondoq ir-Rummien for the last 10km to keep me going, whilst also crying underwater at some points due to the emotions and pain. I chose to work with the pain and channel this emotional energy into my stroke to keep on going. I completed the 36.4km swim in just over 12 hours (see image and Garmin data below). > **"Pain is inevitable, suffering is optional"** Haruki Murikami ### **My swim captured by a Garmin Fenix 5** ![steven grech round gozo swim garmin](https://stevengrech.com/wp-content/uploads/2019/08/Steve-round-gozo-swim-650x433.png) Details on this swim are available in the link below. The watch was worn by Andrew Grech, who was mostly on my support boat: [https://connect.garmin.com/modern/activity/3834654112](https://connect.garmin.com/modern/activity/3834654112) One thing is for sure – I definitely couldn't have done this swim without the support of my family, and on the big day, my extraordinary team of gentlemen, Matthew Gusman (skipper), Andrew Grech (support swimmer and feeder) and my coach Julian Harding (observer) amongst all the other individuals that were involved in the organisation of this amazing event. Having a great team around you when the going gets tough is what will help you endure that much more and push yourself as hard as you can. On to the next one… ### FAQ **Q: How long is the swim around Gozo?** A: The swim around the coast of Gozo is approximately 36.4 kilometers long, which is the physical equivalent of running about 3.5 marathons. **Q: What diet is best for long-distance endurance swimming?** A: The swimmer used a vegan diet for fuel, specifically following the Planetary Health Diet and consuming nearly 1 kg of dates during the event. **Q: What are the biggest challenges when swimming around Gozo?** A: Key challenges included navigating rough back-wash along cliffs, managing jellyfish stings, fighting strong currents, and overcoming intense shoulder pain that started around the 26km mark. **Q: How long does it take to swim around Gozo?** A: The 36.4km swim was completed in just over 12 hours, starting at 03:15 in the morning. **Q: How do you mentally prepare for an ultra-endurance swim?** A: The swimmer used mental techniques such as focusing on 45-minute segments, visualizing the finish line at Hondoq ir-Rummien, and channelling emotional energy to manage physical pain. --- ### When data and digital product design unite - URL: https://stevengrech.com/blog/data-digital-product-design-unite - Plain text: https://stevengrech.com/blog/data-digital-product-design-unite/text - Published: 2019-04-20 - Tags: Product Design - Summary: Using data, from historical data through to predictive analytics, to inform digital product design and content strategy. Around eight years ago, Luke Wroblewski said *"It's becoming increasingly hard to do large-scale digital product design without integrating an understanding of data… Data analytics can help create and optimize opportunities. Designers versed in data may uncover trends or insights that not only yield better products but new product or business ideas as well."* This holds true even more today. We're seeing several **digital products being driven by data**, placing their customers at the heart of the experience by understanding what the customer wants and needs, whether done using **historical data or in real-time, using predictive and perspective data-models to predict what their customers "should" be doing** and in turn presenting highly relevant content and digital product features in real-time. [![](https://stevengrech.com/wp-content/uploads/2018/08/DDU-dilbert.jpg)](https://stevengrech.com/wp-content/uploads/2018/08/DDU-dilbert.jpg) Below I list four stages of what I call **"Data Design Unity", or DDU** – using data, from historical data through to predictive and perspective data, to inform a company's digital product design and content strategy. A list that, although is numbered, **companies can dive in at any stage**, including the fourth stage which takes time, money, solid technical infrastructure and extremely good data…and talent to execute! ## **1. Using click and content analytics to inform digital product design changes** This is the stage where most "quick-wins" can be found. If, for example, Google Analytics has been set up accurately and you're tracking key goals to conversion on your digital product, you'll be able to **analyse your conversion funnels**, whatever they may be – from product page to basket to payment; from new registration to first deposit; from hotel room search through to booking – and see where the drop-outs occur. If you're using other tools such as Crazyegg or Clicktale, you'll be able to see a visual view of these drop outs and **pin point any errors or bad design decisions in the flow and adjust the design accordingly**. There are plenty of other metrics User Experience (UX) designers can consider with their data colleagues, _however I won't get into the detail here given that each stage in this post deserves its own article_. The amount of analysis one can do with these click and content analytics tools is brilliant if it is **paired with actionable insights** **that are then converted into brilliant designs** which can be tested with users in a lab, online or using A/B and Multivariate Testing (MVT) tools. If you're not ready to move to stages two and three then you can always launch the new design and analyse historical data to see how / if conversions have improved, especially if your traffic volumes are lower than average. I do recommend moving to the next two stages as **the first three stages work together** and I consider them to be the building blocks of great digital product design…along with talented UX & design folk of course. ## **2. Testing your digital product with real users online and in a user testing lab** User testing and user feedback allows your product team(s) to understand how users are really using your digital product, be it an app or a website. UX architects, designers, consultants etc. (not unicorns) know that **identifying flaws in your product at an early stage and revising their designs will save their company money** in the short and long run whilst **driving growth** for their company. In the short term, it will ensure that you are dedicating your time and money to the right features and designs and in the long term you know that **human-centred design methods** will give your company a significant advantage over others that are not design-centric. According to [Jeneanne Rae, this significant advantage amounts to 228% return over a 10 year period](https://hbr.org/2014/04/design-can-drive-exceptional-returns-for-shareholders). If you're thinking of doing online user testing or in-lab user testing, **I would recommend doing both**, as both methods have their advantages, from cost-savings and the ability to test a larger pool of users online, to more in-depth probing from in-lab testing. Usertesting.com and Loop11.com are a couple of online user testing tools I've used. This leads us onto stage three and the mantra of "**always be testing**"… ## **3. A/B testing and Multivariate Testing (MVT) your product** Any new design revision from stage one and/or two would be a perfect fit for A/B or MVT. Even if your design revision hasn't been informed by data and purely by experience, these conversion optimisation techniques **will let you know whether your design is driving conversion and growth or not.** If your design revisions are not complex and traffic on your website / application is low then I'd recommend A/B (/C…) testing. If you want to test multiple elements on a page, have come up with a solid hypothesis for your test and have high volumes of traffic, then I'd highly recommend MVT. **MVT can be as simple or as complex as you need it to be**, for example, on a media website serving videos, you can test various elements on the video page that increase the number of videos viewed by a user / user segment, time spent on the video (adverts watched) along with testing various algorithms that drive the videos shown through the recommendation engine, i.e. which algorithm is driving the most video views and increasing advertising revenue at the same time – relevance is always key. The tools I'd recommend are Oracle Maxymiser _(slight bias – worked here),_ Visual Website Optimiser and Optimizely. These tools can also be used to test your personalisation features and strategy, which leads us neatly onto stage four. ## **4. Personalising your customer's experience** **There's no "one size fits all" when it comes to digital product design** and this is where Data Design Unity comes to the fore. **Personalisation can and should be applied across every touch point of the user journey**, from SMS/email through to the landing page and product features and content your digital product serves up. The personalisation journey can start with, for example, name-checking the customer in your communications and digital product(s) or using their location (is the user at home or out of the house?) and device type to **serve localised and relevant content**. However, before you embark on building these personalisation features into your platform and product, **ensure they're tested** (MVT) as you might find that some customers / segments, don't like to be name-checked thus negatively impacting conversion and growth. **If you don't test, you won't know**. Personalising your digital product ensures that you **move away from broadcasting the same design and content to a broad range of user types and tastes** forcing the user to make the drill-down, **to allowing the user experience to be more about discovery of new unknown relevant content**. The discovery of new unknown content and personalisation happens through the use of a recommendation engine, something that Amazon, Netflix, Spotify, YouTube and many other digital companies bank on to improve their key metrics. In fact, a top online media company claims that over 75% of video views come from their recommendation engine. This brings me to one of **my proudest Data Design Unity experiences** when I designed YakoCasino's product and vision in 2015. I utilised all four DDU stages from the start by immediately focusing on data-driven-design principles – the "Netflix of online casinos". Similar to Netflix, YakoCasino's game recommendation engine and Content Management System built a personalised homepage (casino lobby) for each player in real-time based on their historical data, showing customers **trending games based on their location and device**: **[![](https://stevengrech.com/wp-content/uploads/2018/08/toppicks_YakoCasino.jpg)](https://stevengrech.com/wp-content/uploads/2018/08/toppicks_YakoCasino.jpg) Their top picks**: **[![](https://stevengrech.com/wp-content/uploads/2018/08/Top-picks_yako-casino.jpg)](https://stevengrech.com/wp-content/uploads/2018/08/Top-picks_yako-casino.jpg) Because you played game 'x':** [![](https://stevengrech.com/wp-content/uploads/2018/08/because-you-played-game-yako-casino.jpg)](https://stevengrech.com/wp-content/uploads/2018/08/because-you-played-game-yako-casino.jpg) Among other standard and personalised features such as "continue playing", "favourites" and casino games split by "themes". Netflix and other successful digital companies have also **applied machine learning models to their digital product and content**, automating the creation of personalised pages created in real-time for their customers and in turn using this interaction data to train the scoring model by taking into consideration what their customers see, how they interact with the recommended content, and what they play and do afterwards. **A constant loop of learning and doing.** Real-time, predictive and perspective analytics driving product design and content is what one might call **the "holy grail" of Data Design Unity**. It takes time, money, solid technical infrastructure, extremely good data and extraordinary talent to execute! It's when a company's Data Officer, Product/Design Officer, Technology Officer and other teams come together to **create something truly spectacular and innovative**. **What's your Data Design Unity story?** ### FAQ **Q: What is Data Design Unity (DDU)?** A: Data Design Unity (DDU) is a four-stage framework that integrates historical, predictive, and perspective data to inform a company’s digital product design and content strategy. It aims to put the customer at the heart of the experience by using data insights to optimize features and business ideas. **Q: How can analytics improve digital product design?** A: Click and content analytics like Google Analytics and Crazyegg help identify 'quick-wins' by analyzing conversion funnels to see where users drop out. These insights allow UX designers to pinpoint errors or bad design decisions and adjust the flow to improve conversions. **Q: What are the benefits of user testing in product development?** A: User testing, whether online or in a lab, helps teams identify design flaws at an early stage, which saves money and drives growth. According to research, using human-centered design methods can provide a significant advantage, potentially yielding a 228% return over a decade. **Q: When should I use A/B testing versus Multivariate Testing (MVT)?** A: A/B testing is best for simple design revisions or websites with lower traffic volumes, while Multivariate Testing (MVT) is recommended for testing multiple elements simultaneously on high-traffic sites. Both methods validate whether design changes are actually driving growth and higher conversion rates. **Q: How does personalization impact the user experience?** A: Personalization moves a product from a generic 'one size fits all' model to an experience focused on discovery. By using recommendation engines and data like location or device type, products can serve highly relevant content in real-time, similar to how Netflix or Spotify operate. --- ### How will the online gaming industry change over the next 5 years? - URL: https://stevengrech.com/blog/how-will-the-online-gaming-industry-change-over-the-next-5-years - Plain text: https://stevengrech.com/blog/how-will-the-online-gaming-industry-change-over-the-next-5-years/text - Published: 2019-04-15 - Tags: Online Gaming - Summary: The online gaming space will see more of a focus on differentiated customer experiences and new betting products. > The online gaming space will see more of a focus on differentiated customer experiences and the addition of new betting products and unique gaming content by taking advantage of sustaining innovations. ## **What have the last five years in gaming looked like?** In a nutshell, we have seen more of a focus and concerted effort on **data driven decision making**, **digital product design** and **digital product optimisation and personalisation**. Both the larger operators and innovative startups are moving beyond driving a ton of traffic from various traffic sources to a standard casino & sportsbook experience with standard features, the same casino game providers, same betting odds and markets, and hoping customers will convert mainly due to the big bonuses on offer. We've started to see a shift and a focus on **creating differentiated online casinos and sportsbooks** with unique content, quick and easy payments supported by a unique and fast customer experience which allows customers to feel at ease and safe whilst having fun. Regulation across Europe has also continued to keep operators on their toes ensuring their products and marketing strategies abide by new rules and regulations especially in the UK. ## **So, what about the next five years?** In the next five years we will see operators focus more on providing their customers with a **unique product experience** through the use of clean data (both big and small) and utilising the latest in emerging sustaining technologies such as Artificial Intelligence, Machine Learning, Voice, VR & AR – more on these below. In the short term (next year to two years), we'll see more operators diversifying their product portfolios, **adopting new betting products** such as esports and also investing in their own unique betting content either in-house or through strategic partnerships. We've recently seen Mr Green partner up with Colossus Bets to diversify their sports betting product through jackpot bets. Customers have grown accustomed to certain experiences when shopping at Amazon, watching movies on Netflix and listening to music on Spotify. They don't think about the device they are using, they just expect the same **seamless experience across devices** – an experience that saves them time and allows them to **achieve their goals with ease and minimal thought**. The online gaming operators who want to be ahead of the rest in the next five years will need to match these world class digital products in order to really stand out from the overcrowded marketplace by offering their customers the experience they deserve and want. ### **More of a focus on data** **Understanding player behaviour and what makes them tick** will be critical for success in the next five years. The importance of collecting and utilising one set of data from UX click data and user research to deeper business intelligence data to make informed product and content decisions. We will see more operators using **real-time data to connect to their products**, serving relevant and personalised content in real-time. Using insights from this data in a more prescriptive and predictive way will help shape customer experiences in the industry. I've [written more about data driven design in this article](https://www.linkedin.com/pulse/when-data-digital-product-design-unite-steven-grech/). ### **Artificial Intelligence & Machine Learning** > With AI and ML we'll see more of a focus on customer satisfaction, customer protection and business automation. The **financial services industry** is seeing the use of **ML track their customers' happiness**. By analysing their user activity, smart machines can spot potential account closure before it occurs. They can also track spending patterns and customer behaviours to offer tailored financial advice. This could translate to **better responsible gaming** in the gaming industry, **spotting problem gamblers** before problems arise and **offering helpful advice in real time**. The use of AI and ML will be applied to product experiences, with more operators **personalising their products and content** as well as designing fluid User Interfaces that react and change based on previous user behaviour and predicted user behavioural models. **More than 80 percent of TV shows on Netflix are found through its recommendation engine**. Machine learning is integral to this process at Netflix, as the platform caters to more than 100 million subscribers. Due to its impact on customer retention, Netflix has valued the ROI of these algorithms at £1 billion a year. One area I'd also expect to see AI and ML applied to is in the **automation of casino management and sportsbook management**. What if casino managers and executives could focus more on the strategy and leave the extraction of player data, cleaning of the data, setting up and applying custom bonuses to each player e.g. cash back bonuses, and then notifying the player if they want to be notified to smart machines? Same applies for automating customer support beyond first line support connecting player questions to smart machines that can query and bring back more complex answers on bonus questions and issues with deposits and withdrawals. The machines won't take over (just yet), however they will definitely help us humans focus more on the strategic elements of business whilst these smart machines work through the day-to-day tasks. ### **Voice** Thanks to speech recognition reaching 95% accuracy in some cases, the mainstream is now rapidly adopting smart speakers and assistants. Amazon's Echo install base went from more than 10 million to more than 30 million units in 2017, while developers are seizing on incentives to build voice skills. New ways to shop, listen to music, get the news and bet will emerge from this natural interface. Paddy Power has built voice skills in Amazon Echo late last year and Unibet (Kindred) launched their own voice-controlled sports betting app. **Voice activated experiences will continue to emerge in online gaming** in the next five years allowing customers to log in to websites, deposit and play games without the need to physically interact with their devices, whether they're playing a slot, live casino or **placing a bet on their favourite sports team**! Will NetEnt, Microgaming, PlayN'Go, Scientific Games and other casino content and sportsbook content providers like Kambi, SBTech and others build voice support into their products? We'll wait and see, however this won't stop operators from building their own custom voice interfaces that integrate with their betting products. Will Voice kill traditional online casinos and sportsbooks? Not for now, however the traditional way of interacting with casino and sportsbook products is definitely going to change with the arrival of better voice technology. This emerging technology is definitely one that could disrupt the online gaming market and shift the focus away from website engagement and mobile apps. ### **Augmented Reality & Virtual Reality** Augmented reality has been around for some time now; however, we will see more of it in the online gaming space in the next five years. From a casino point of view, we could see casino bonus hunts taken "offline", taking advantage of the mobile generation giving them clues as to where these surprise 'bonuses' are hidden on a map and once discovered and opened they are rewarded with a bonus which they can use in the casino bridging the offline and online worlds and creating a Pokemon-esk experience for players. Virtual Reality has also made some progress in the past couple of years, however **content and product design are still at its infancy stage** in online gaming and it will take a couple more years to truly take off once more game providers besides NetEnt and Microgaming create more content for this medium and the hardware is adopted by more players. ### **Blockchain & Cryptocurrencies** Blockchain and Crypto have been all the rage in the last few years and one outstanding example is Coinbase's userbase quadrupling since the start of 2017. We'll only see more blockchain driven products entering the market, be it from a payments and fraud and anti-money laundering point of view and also from a casino and sportsbook platform perspective. The use of Cryptocurrencies in gaming has been around for some time with bitcoin and we'll see more operators accepting Cryptocurrencies as a payment method. Initial Coin Offerings (ICOs) could also act as an alternative investment vehicle for innovative start-ups in the industry to pursue their vision as long as the necessary blockchain infrastructure to legally derisk this space is put into place. Given the infancy of blockchain and crypto and its application in online gaming, we'll see who, how, where and when the early adopters take advantage of this emerging technology. **What are your thoughts on the next five years in online gaming?** _This article was first published on LinkedIn in June 2018 – [https://www.linkedin.com/pulse/how-online-gaming-industry-change-over-next-5-years-steven-grech/](https://www.linkedin.com/pulse/how-online-gaming-industry-change-over-next-5-years-steven-grech/)_ ### FAQ **Q: How is the online gaming industry changing?** A: Operators are shifting away from generic experiences and big bonuses toward data-driven personalization, unique gaming content, and seamless digital product design across all devices. **Q: How will AI and Machine Learning be used in online gambling?** A: AI and machine learning will be used to improve customer satisfaction, automate casino management, and enhance responsible gaming by identifying potential problem gamblers in real time. **Q: What role will voice technology play in the future of betting?** A: With the rise of smart speakers, voice-activated experiences will allow players to log in, deposit, and place bets using natural language interfaces without needing to touch their devices. **Q: How will blockchain and cryptocurrency impact online gaming?** A: Blockchain is expected to improve payment processing, fraud prevention, and anti-money laundering efforts, while more operators will likely adopt cryptocurrencies as a standard payment method. **Q: Will AR and VR be used in online casinos?** A: Augmented Reality (AR) could bridge the offline and online worlds through features like 'bonus hunts' on mobile maps, while Virtual Reality (VR) will grow as more game providers develop content for the medium. ## Portfolio (Full Content) ### Betano (Kaizen Gaming) - URL: https://stevengrech.com/portfolio/kaizen-gaming - Client: Betano (Kaizen Gaming) - Role: Director of Product - Summary: Part of top management, I (re)created the Product Organisation from the ground up, driving 7x casino turnover growth in two years. #### Challenge Joined Kaizen Gaming (750 employees) and (re)create the Product Organisation from the ground up across multiple product verticals. #### Solution Led business transformation by defining product vision, implementing Triple Track Agile, growing the design team from 5 to 20+, and driving growth in the Gaming Business Unit. #### Results Doubled Casino Turnover (10-figures) then tripled it (11-figures) — x7 multiplier in two years. Grew team to 110+ people. Kaizen Gaming won EGR Operator of the Year 2022. Scaling to Excellence: Redefining Product and Design at Betano (Kaizen Gaming) When I joined Betano (Kaizen Gaming), the organisation was at a pivotal crossroads. With roughly 750 employees, the company had established a strong foothold in the GameTech industry, but its internal structures were struggling to keep pace with its rapid international expansion. The challenge wasn’t just about adding more people; it was about fundamentally reimagining how we built products, how we understood our users, and how we aligned our business goals with a scalable delivery model. Over the course of three years, I had the privilege of leading a business-wide transformation that saw us evolve from a localised operator into a global powerhouse. This is the story of how we rebuilt the Product and Design organisation from the ground up, scaled the team to over 110 people, and drove a 7x multiplier in Casino Turnover, ultimately culminating in Betano (Kaizen Gaming) being named EGR Operator of the Year 2022 . The Challenge: Growth Outpacing Structure When I stepped into the role, Betano (Kaizen Gaming) had the spirit of a startup but the requirements of a multinational enterprise. We faced several systemic hurdles: Fragmented Product Ownership: Product verticals were siloed, leading to inconsistent user experiences and duplicated efforts across different markets. Design Under-capacity: A team of only five designers was supporting an organization of 750 people. Design was often treated as a "make it pretty" service at the end of the development cycle rather than a strategic partner. Delivery Bottlenecks: The existing development methodologies weren’t optimised for high-velocity experimentation. We were shipping, but we weren't necessarily learning or innovating at the required pace. Revenue Plateau: While the Gaming Business Unit (Casino) was profitable, it hadn't yet reached its full potential. We needed a strategy to move from 10-figure turnovers to the next tier of global competition. The Approach: Rebuilding the Foundation My strategy was built on three pillars: People, Process, and Vision. To achieve exponential growth, we couldn't just work harder; we had to work differently. 1. Implementing Triple Track Agile To break the cycle of "building for the sake of building," I introduced Triple Track Agile . Most organisations focus on two tracks: Discovery and Delivery. By adding a third track, Problem Validation , we ensured that we were solving the right problems before committing design and engineering resources. Track 1: Problem Validation: Continuous research and data analysis to identify user pain points. Track 2: Design & Solution Discovery: Rapid prototyping and usability testing to refine solutions. Track 3: Development & Delivery: High-velocity engineering focused on scalable, high-quality code. 2. Scaling Design into a Strategic Powerhouse You cannot build a world-class product with a design-to-developer ratio of 1:50. I spearheaded a recruitment drive to grow the design team from 5 to over 20 specialists. This wasn't just about headcount; it was about diversifying expertise. We brought on board User Researchers, Interaction Designers, and Design Ops leads. We established a centralised Design System that allowed us to maintain brand consistency across multiple markets while significantly reducing the time-to-market for new features. 3. Defining the Product Vision across Verticals I worked closely with the executive leadership to define a unified Product Vision. We shift the needle from being "feature-led" to "experience-led." For the Gaming Business Unit, this meant focusing on personalisation, gamification, and localising the experience for diverse regulatory environments without compromising on a core, high-performance platform. "Transformation isn't a project; it's a culture shift. We had to move from a culture of 'What are we building?' to 'Why are we building it, and how does it move the needle for the user?'" The Execution: Driving the Casino Business Unit With the new organisational structure in place, I turned my focus to the Gaming Business Unit . The goal was aggressive: scale a 10-figure turnover business into an 11-figure juggernaut. We executed a multi-pronged growth strategy: Data-Driven Personalisation: We leveraged machine learning to offer tailored game recommendations, significantly increasing user retention and session length. Market Expansion: We localised the product for new jurisdictions with surgical precision, ensuring compliance while maintaining the core "Kaizen" feel. Platform Stability & Speed: We optimised the transition between the Sportsbook and Casino, creating a seamless "one-wallet, one-experience" ecosystem. The Results: A 7x Multiplier and Global Recognition The transformation of the Product and Design organisation acted as the catalyst for unprecedented business growth. Within three years, the impact was undeniable: Revenue Growth: Through strategic product interventions, we doubled Casino turnover (10-figures) in the first year and tripled it again (11-figures) in the second, representing a 7x multiplier in total turnover. Organisational Scale: I successfully grew and led a multidisciplinary team of over 110 professionals across product, design, and business functions. Operational Efficiency: The implementation of Triple Track Agile reduced our "failed feature" rate by 40%, as we were validating ideas far more effectively before development. Industry Excellence: The ultimate validation came in 2022, when Betano (Kaizen Gaming) was awarded the EGR Operator of the Year , the highest honor in the global gaming industry and continued on a winning track thereafter. Actionable Takeaways for Leaders Reflecting on this journey, there are three key lessons that any product leader can apply to their own organisation: 1. Fix the Foundation Before Building the Skyscraper It is tempting to rush into new features to drive growth. However, if your internal processes are broken, you are merely scaling inefficiency. Invest in Design Ops and clear Product Discovery frameworks early. 2. Design is a Multiplier, Not a Cost Center Under-investing in design is one of the most expensive mistakes a company can make. By quadrupling the design team, we didn't just make the product look better; we created a deeper emotional connection with our users, which directly translated into the 7x turnover growth. 3. Empower with "The Why" Scaling a team to 110+ people requires moving away from micro-management and toward mission-based alignment. Give your teams a clear vision and the right frameworks, and empower them to own the outcomes. Are you looking to transform your product organisation or scale your digital business? Let’s connect and discuss how we can build a culture of excellence and drive exponential growth. --- ### Betsson NordicBet - URL: https://stevengrech.com/portfolio/nordicbet-product-migration - Client: Betsson Group - Role: Head of Product - Summary: Led the redesign, development and migration of NordicBet's casino and sportsbook product to Betsson Group's central platform. #### Challenge Redesign, develop and migrate NordicBet's casino and sportsbook product to Betsson Group's central platform. #### Solution Led UX strategy, design and development for the new NordicBet.com across all devices, implementing personalisation campaigns and CRO services. #### Results Improved NRC to NDC conversion rate by 150%. Drove double digit growth across multiple KPIs with 1-2-1 personalisation. Built Digital team from 2 to 8 people. This wasn't a consultancy gig but a full time role at Betsson Group in 2014 and 2015. I led the redesign, development and migration of NordicBet's casino and sportsbook product to Betsson Group's central platform. I was also looking after the brand's UX and product strategy whilst launching new Customer Experience driven services such as Conversion Rate Optimisation and personalisation. What was achieved Defined and launched a new blog for NordicBet in Sweden, Norway, Finland and Denmark driving organic traffic growth. Led and defined a 1-2-1 personalisation campaign for NordicBet's Casino in October '14 driving double digit growth across multiple KPIs (rounds played, turnover, deposits and active playing days). Spearheaded the User Experience Design strategy, design & development and user testing for the new NordicBet.com for mobile, tablet and desktop. Launched in November 2014. Improved New Registered Customers (NRC) to New Depositing Customers (NDC) conversion rate by 150% across all traffic sources. Built new Digital team from 2 people to 8 people in the first two months. Developed a new User Centred Design (UCD) process. Led the UX Strategy for NordicBet's Sportsbook. Website: www.nordicbet.com --- ### Co-founder YakoCasino - URL: https://stevengrech.com/portfolio/co-founder-yakocasino - Client: YakoCasino - Role: Co-founder & CEO/CPO - Summary: Started YakoCasino from the ground-up in 2015 as CEO/CPO, designing the brand, casino product and company vision. #### Challenge Build a personalised online casino from scratch: "the Netflix of online casinos". #### Solution Founded YakoCasino, designed the brand and product vision, created a Game Recommendation Engine, and led design, development and marketing with teams across the UK and Cyprus. #### Results Launched in August 2015 with ~3K First Time Depositors, achieving 6-figure Net Gaming Revenues per month from day one and Merged with L&L Europe Group in 2018. Started YakoCasino from the ground-up in 2015 as the company's CEO / CPO, designing the brand, casino product and company vision, launching in August 2015 with ~3K First Time Depositors. YakoCasino immediately drew 6-figure Net Gaming Revenues per month. Migrated the business from the EveryMatrix platform to L&L Europe's platform in July 2017, moving out of day-to-day management of the company in August 2017 . Discovered the name "Yako", which is Swahili for "Your", whilst searching for a brand name that would encompass the vision of "the gaming industry's first personalised online casino; the Netflix of online casinos". Created the Game Recommendation Engine (GRE) specification which drove the personalisation of YakoCasino on the EveryMatrix platform. Personalisation features included "Top picks for you", "Trending now" and "because you played …" style recommendations. Designed & user tested the low fidelity wireframes for YakoCasino. Led the design and development with teams in the UK and Cyprus developing a fully custom front-end and CMS (Expression Engine) on EveryMatrix APIs. Defined YakoCasino's data strategy using Google Analytics, CrazyEgg, Optimizely and QlikView. Recruited a team of 8 people in Customer Support, CRM and Casino management. Led the digital marketing strategy from SEO to affiliate management. Managed third party supplier relationships, contracts and negotiations with designers, developers, platform operator, game vendors and payment providers. --- ### Gonami Yacht Charter E-commerce - URL: https://stevengrech.com/portfolio/gonami-yacht-charter - Client: Gonami - Role: Start up Consulting - Summary: B2C & B2B yacht charter e-commerce platform launched in March 2024. #### Challenge Design and launch an innovative yacht charter booking platform for both B2C and B2B markets. #### Solution Worked closely with the founders as a start-up consultant to design the product strategy, user experience and go-to-market plan for the Gonami platform. #### Results Successfully launched Gonami.com in March 2024 as a fully functional e-commerce yacht charter platform. Gonami is a B2C & B2B yacht charter e-commerce platform. As a start-up consultant, I worked with the founders to design and launch this innovative yacht charter booking platform. Project Overview Client: Gonami Launch: March 2024 Services: Start up Consulting Website: Gonami.com Gallery --- ### Product Optimisation at MrGreen - URL: https://stevengrech.com/portfolio/mr-green-product-optimisation - Client: Mr Green - Role: Product Optimisation - Summary: Delivered MrGreen's Conversion Rate Optimisation strategy including ideation workshops, data analysis, and A/B tests. #### Challenge Deliver a Conversion Rate Optimisation strategy for MrGreen.com to improve the registration to deposit flow. #### Solution Conducted ideation workshops, data analysis, heuristics review, and designed a product optimisation roadmap with wireframes for CRO tests. #### Results Delivered a comprehensive CRO strategy and two live tests focusing on the registration to deposit flow in UK and Austrian markets for Casino and Sports products. I delivered Mr Green's Conversion Rate Optimisation strategy which included: Ideation workshops with various teams including Customer Support, Product, Technology, Payments and Fraud, Marketing & Affiliates, Data & BI with the aim of collating business and product requirements Data analysis of MrGreen.com's user journeys and click data to uncover any dead-ends that needed optimising Heuristics experience analysis of MrGreen.com Product optimisation roadmap Wireframes and specifications of the Conversion Rate Optimisation tests Besides delivering the Product Optimisation Strategy for MrGreen.com, LeanConvert also delivered two tests for MrGreen focusing on the registration to deposit flow in the UK and Austrian markets for both Casino and Sports betting products. Website: www.mrgreen.com --- ### On the Blockchain with KnowMeNow (Arritech) - URL: https://stevengrech.com/portfolio/on-the-blockchain-with-knowmenow - Client: KnowMeNow (Arritech) - Role: Start up Consulting - Summary: iGaming consultant and adviser creating new product features for the KnowMeNow KYC blockchain app, sold to Arritech. #### Challenge Define product features and business models for a KYC blockchain app adapted to the iGaming industry. #### Solution Provided iGaming consultancy and advisory services, creating new product features and defining potential business models for the blockchain-based KYC platform. #### Results Delivered a product strategy and service design for KnowMeNow's iGaming-focused KYC blockchain application. Worked with the KnowMeNow team as their iGaming consultant and adviser creating new product features for the KnowMeNow KYC blockchain app and defining potential new business models which are adapted to the iGaming industry. KnowMeNow sold to Arritech. --- ### Digital Product Innovation — Aspire Global - URL: https://stevengrech.com/portfolio/digital-product-innovation-aspire-global - Client: Aspire Global - Role: Product Design - Summary: Led product strategy, design and development for Aspire Global's digital product innovation. #### Challenge Drive digital product innovation across Aspire Global's gaming brands. #### Solution Led product strategy, design and development for brands including Karamba, delivering innovative digital experiences. #### Results Successfully delivered digital product innovation across Aspire Global's portfolio of gaming brands. Led the product strategy, product design and product development for Aspire Global's digital product innovation across their gaming brands including Karamba. --- ### Credit Suisse ETF Product Strategy - URL: https://stevengrech.com/portfolio/credit-suisse-etf-product-strategy - Client: Credit Suisse - Role: Product Design - Summary: Led the development of Credit Suisse ETF's European product strategy to create a world-class online presence. #### Challenge Create a world-class online presence for Credit Suisse ETFs that would out-compete Deutsche Bank, iShares and all other global ETF websites. #### Solution Led the development of Credit Suisse ETF's European product strategy. Conducted in-depth competitor research, stakeholder research across the UK, US, Asia, and Europe, user research split between retail and institutional investors, product architecture, product design (UI) and a multilingual SEO strategy across 4 languages. #### Results Delivered a comprehensive product strategy and redesigned online platform for Credit Suisse ETFs. The ETF business was later acquired by BlackRock (iShares). Making the eCommerce shift! My team and I led the development of Credit Suisse ETF's European product strategy with the objective of creating a world-class online presence that would out-compete Deutsche Bank, iShares and all other global ETF websites. We conducted in-depth competitor research ; stakeholder research across the UK, US, Asia, and Europe; user research split between retail investors and institutional investors; product architecture and product design (UI) and a multilingual Search Engine Optimisation (SEO) strategy (4 languages). --- ### Optimising & Personalising Channel 4 - URL: https://stevengrech.com/portfolio/optimising-personalising-channel-4 - Client: Channel 4 - Role: Product Optimisation - Summary: Worked with Channel 4 to optimise and personalise the experience through BI-driven near 1-2-1 personalisation. #### Challenge Optimise and personalise the experience of key pages on Channel 4's platform for different user segments. #### Solution Integrated Channel 4's Business Intelligence with Maxymiser's API to deliver near 1-2-1 personalisation, targeting users with the right content at the right time. #### Results Drove advertising revenue growth through personalised content experiences whilst improving user engagement and video views. During my time as Head of Online Media at Maxymiser (OracleMaxymiser) my team and I worked with Channel 4 to optimise and personalise the experience of a number of key pages for their various user segments. This project saw the integration of Channel 4's Business Intelligence (BI) with Maxymiser's API driving near 1-2-1 personalisation "on the fly". The goals of our campaigns were to present different user segments with different designs and content to drive advertising revenue whilst also ensuring the content recommended through their video recommendation engine was complementing and adding value to the users' experience. Channel 4's users, like all online media users, behave differently with some users preferring short form content, others binge watching through various series whilst other users visiting a few times per month watching longer form content. Each user goal is different so we ensured that we are targeting each user with the right content and the right time supported by the right algorithms to drive more video views whilst ensuring their advertising wasn't getting in the way of the user experience. --- ### Designing Eurotunnel's Booking Engine - URL: https://stevengrech.com/portfolio/designing-eurotunnels-booking-engine - Client: Eurotunnel Le Shuttle - Role: Product Design - Summary: Defined Eurotunnel's product strategy including stakeholder research, user research, personas, and user testing. #### Challenge Redesign Eurotunnel's online booking engine to improve conversion and user experience. #### Solution Led the UX strategy and design for Eurotunnel's booking engine redesign, focusing on simplifying the booking flow and improving usability. #### Results Delivered a redesigned booking engine with improved user experience and conversion rates. Defining Eurotunnel's product strategy During the product strategy phase, my team and I worked on various strategy streams to define the new architecture and user journeys through Eurotunnel's online booking engine. Stakeholder research We interviewed approximately 12 stakeholders across multiple departments at Eurotunnel Le Shuttle ensuring we had a 360 degree view of the business, understanding the company's challenges and pain points. User research & personas We conducted around 50 interviews with Eurotunnel's customers in England and France with the aim of understanding how they perceived the Eurotunnel brand, used their online booking engine, and what they would request from the brand. We segmented the customer data creating 12 personas. User testing User testing sessions were conducted with real Eurotunnel customers to validate the new designs and identify usability issues before development.