Blog

  • The Wax and the Wane of the Web

    The Wax and the Wane of the Web

    I offer a single bit of advice to friends and family when they become new parents: When you start to think that you’ve got everything figured out, everything will change. Just as you start to get the hang of feedings, diapers, and regular naps, it’s time for solid food, potty training, and overnight sleeping. When you figure those out, it’s time for preschool and rare naps. The cycle goes on and on.

    The same applies for those of us working in design and development these days. Having worked on the web for almost three decades at this point, I’ve seen the regular wax and wane of ideas, techniques, and technologies. Each time that we as developers and designers get into a regular rhythm, some new idea or technology comes along to shake things up and remake our world.

    How we got here

    I built my first website in the mid-’90s. Design and development on the web back then was a free-for-all, with few established norms. For any layout aside from a single column, we used table elements, often with empty cells containing a single pixel spacer GIF to add empty space. We styled text with numerous font tags, nesting the tags every time we wanted to vary the font style. And we had only three or four typefaces to choose from: Arial, Courier, or Times New Roman. When Verdana and Georgia came out in 1996, we rejoiced because our options had nearly doubled. The only safe colors to choose from were the 216 “web safe” colors known to work across platforms. The few interactive elements (like contact forms, guest books, and counters) were mostly powered by CGI scripts (predominantly written in Perl at the time). Achieving any kind of unique look involved a pile of hacks all the way down. Interaction was often limited to specific pages in a site.

    The birth of web standards

    At the turn of the century, a new cycle started. Crufty code littered with table layouts and font tags waned, and a push for web standards waxed. Newer technologies like CSS got more widespread adoption by browsers makers, developers, and designers. This shift toward standards didn’t happen accidentally or overnight. It took active engagement between the W3C and browser vendors and heavy evangelism from folks like the Web Standards Project to build standards. A List Apart and books like Designing with Web Standards by Jeffrey Zeldman played key roles in teaching developers and designers why standards are important, how to implement them, and how to sell them to their organizations. And approaches like progressive enhancement introduced the idea that content should be available for all browsers—with additional enhancements available for more advanced browsers. Meanwhile, sites like the CSS Zen Garden showcased just how powerful and versatile CSS can be when combined with a solid semantic HTML structure.

    Server-side languages like PHP, Java, and .NET overtook Perl as the predominant back-end processors, and the cgi-bin was tossed in the trash bin. With these better server-side tools came the first era of web applications, starting with content-management systems (particularly in the blogging space with tools like Blogger, Grey Matter, Movable Type, and WordPress). In the mid-2000s, AJAX opened doors for asynchronous interaction between the front end and back end. Suddenly, pages could update their content without needing to reload. A crop of JavaScript frameworks like Prototype, YUI, and jQuery arose to help developers build more reliable client-side interaction across browsers that had wildly varying levels of standards support. Techniques like image replacement let crafty designers and developers display fonts of their choosing. And technologies like Flash made it possible to add animations, games, and even more interactivity.

    These new technologies, standards, and techniques reinvigorated the industry in many ways. Web design flourished as designers and developers explored more diverse styles and layouts. But we still relied on tons of hacks. Early CSS was a huge improvement over table-based layouts when it came to basic layout and text styling, but its limitations at the time meant that designers and developers still relied heavily on images for complex shapes (such as rounded or angled corners) and tiled backgrounds for the appearance of full-length columns (among other hacks). Complicated layouts required all manner of nested floats or absolute positioning (or both). Flash and image replacement for custom fonts was a great start toward varying the typefaces from the big five, but both hacks introduced accessibility and performance problems. And JavaScript libraries made it easy for anyone to add a dash of interaction to pages, although at the cost of doubling or even quadrupling the download size of simple websites.

    The web as software platform

    The symbiosis between the front end and back end continued to improve, and that led to the current era of modern web applications. Between expanded server-side programming languages (which kept growing to include Ruby, Python, Go, and others) and newer front-end tools like React, Vue, and Angular, we could build fully capable software on the web. Alongside these tools came others, including collaborative version control, build automation, and shared package libraries. What was once primarily an environment for linked documents became a realm of infinite possibilities.

    At the same time, mobile devices became more capable, and they gave us internet access in our pockets. Mobile apps and responsive design opened up opportunities for new interactions anywhere and any time.

    This combination of capable mobile devices and powerful development tools contributed to the waxing of social media and other centralized tools for people to connect and consume. As it became easier and more common to connect with others directly on Twitter, Facebook, and even Slack, the desire for hosted personal sites waned. Social media offered connections on a global scale, with both the good and bad that that entails.

    Want a much more extensive history of how we got here, with some other takes on ways that we can improve? Jeremy Keith wrote “Of Time and the Web.” Or check out the “Web Design History Timeline” at the Web Design Museum. Neal Agarwal also has a fun tour through “Internet Artifacts.”

    Where we are now

    In the last couple of years, it’s felt like we’ve begun to reach another major inflection point. As social-media platforms fracture and wane, there’s been a growing interest in owning our own content again. There are many different ways to make a website, from the tried-and-true classic of hosting plain HTML files to static site generators to content management systems of all flavors. The fracturing of social media also comes with a cost: we lose crucial infrastructure for discovery and connection. Webmentions, RSS, ActivityPub, and other tools of the IndieWeb can help with this, but they’re still relatively underimplemented and hard to use for the less nerdy. We can build amazing personal websites and add to them regularly, but without discovery and connection, it can sometimes feel like we may as well be shouting into the void.

    Browser support for CSS, JavaScript, and other standards like web components has accelerated, especially through efforts like Interop. New technologies gain support across the board in a fraction of the time that they used to. I often learn about a new feature and check its browser support only to find that its coverage is already above 80 percent. Nowadays, the barrier to using newer techniques often isn’t browser support but simply the limits of how quickly designers and developers can learn what’s available and how to adopt it.

    Today, with a few commands and a couple of lines of code, we can prototype almost any idea. All the tools that we now have available make it easier than ever to start something new. But the upfront cost that these frameworks may save in initial delivery eventually comes due as upgrading and maintaining them becomes a part of our technical debt.

    If we rely on third-party frameworks, adopting new standards can sometimes take longer since we may have to wait for those frameworks to adopt those standards. These frameworks—which used to let us adopt new techniques sooner—have now become hindrances instead. These same frameworks often come with performance costs too, forcing users to wait for scripts to load before they can read or interact with pages. And when scripts fail (whether through poor code, network issues, or other environmental factors), there’s often no alternative, leaving users with blank or broken pages.

    Where do we go from here?

    Today’s hacks help to shape tomorrow’s standards. And there’s nothing inherently wrong with embracing hacks—for now—to move the present forward. Problems only arise when we’re unwilling to admit that they’re hacks or we hesitate to replace them. So what can we do to create the future we want for the web?

    Build for the long haul. Optimize for performance, for accessibility, and for the user. Weigh the costs of those developer-friendly tools. They may make your job a little easier today, but how do they affect everything else? What’s the cost to users? To future developers? To standards adoption? Sometimes the convenience may be worth it. Sometimes it’s just a hack that you’ve grown accustomed to. And sometimes it’s holding you back from even better options.

    Start from standards. Standards continue to evolve over time, but browsers have done a remarkably good job of continuing to support older standards. The same isn’t always true of third-party frameworks. Sites built with even the hackiest of HTML from the ’90s still work just fine today. The same can’t always be said of sites built with frameworks even after just a couple years.

    Design with care. Whether your craft is code, pixels, or processes, consider the impacts of each decision. The convenience of many a modern tool comes at the cost of not always understanding the underlying decisions that have led to its design and not always considering the impact that those decisions can have. Rather than rushing headlong to “move fast and break things,” use the time saved by modern tools to consider more carefully and design with deliberation.

    Always be learning. If you’re always learning, you’re also growing. Sometimes it may be hard to pinpoint what’s worth learning and what’s just today’s hack. You might end up focusing on something that won’t matter next year, even if you were to focus solely on learning standards. (Remember XHTML?) But constant learning opens up new connections in your brain, and the hacks that you learn one day may help to inform different experiments another day.

    Play, experiment, and be weird! This web that we’ve built is the ultimate experiment. It’s the single largest human endeavor in history, and yet each of us can create our own pocket within it. Be courageous and try new things. Build a playground for ideas. Make goofy experiments in your own mad science lab. Start your own small business. There has never been a more empowering place to be creative, take risks, and explore what we’re capable of.

    Share and amplify. As you experiment, play, and learn, share what’s worked for you. Write on your own website, post on whichever social media site you prefer, or shout it from a TikTok. Write something for A List Apart! But take the time to amplify others too: find new voices, learn from them, and share what they’ve taught you.

    Go forth and make

    As designers and developers for the web (and beyond), we’re responsible for building the future every day, whether that may take the shape of personal websites, social media tools used by billions, or anything in between. Let’s imbue our values into the things that we create, and let’s make the web a better place for everyone. Create that thing that only you are uniquely qualified to make. Then share it, make it better, make it again, or make something new. Learn. Make. Share. Grow. Rinse and repeat. Every time you think that you’ve mastered the web, everything will change.

  • To Ignite a Personalization Practice, Run this Prepersonalization Workshop

    To Ignite a Personalization Practice, Run this Prepersonalization Workshop

    Picture this. You’ve joined a squad at your company that’s designing new product features with an emphasis on automation or AI. Or your company has just implemented a personalization engine. Either way, you’re designing with data. Now what? When it comes to designing for personalization, there are many cautionary tales, no overnight successes, and few guides for the perplexed. 

    Between the fantasy of getting it right and the fear of it going wrong—like when we encounter “persofails” in the vein of a company repeatedly imploring everyday consumers to buy additional toilet seats—the personalization gap is real. It’s an especially confounding place to be a digital professional without a map, a compass, or a plan.

    For those of you venturing into personalization, there’s no Lonely Planet and few tour guides because effective personalization is so specific to each organization’s talent, technology, and market position. 

    But you can ensure that your team has packed its bags sensibly.

    There’s a DIY formula to increase your chances for success. At minimum, you’ll defuse your boss’s irrational exuberance. Before the party you’ll need to effectively prepare.

    We call it prepersonalization.

    Behind the music

    Consider Spotify’s DJ feature, which debuted this past year.

    We’re used to seeing the polished final result of a personalization feature. Before the year-end award, the making-of backstory, or the behind-the-scenes victory lap, a personalized feature had to be conceived, budgeted, and prioritized. Before any personalization feature goes live in your product or service, it lives amid a backlog of worthy ideas for expressing customer experiences more dynamically.

    So how do you know where to place your personalization bets? How do you design consistent interactions that won’t trip up users or—worse—breed mistrust? We’ve found that for many budgeted programs to justify their ongoing investments, they first needed one or more workshops to convene key stakeholders and internal customers of the technology. Make yours count.

    ​From Big Tech to fledgling startups, we’ve seen the same evolution up close with our clients. In our experiences with working on small and large personalization efforts, a program’s ultimate track record—and its ability to weather tough questions, work steadily toward shared answers, and organize its design and technology efforts—turns on how effectively these prepersonalization activities play out.

    Time and again, we’ve seen effective workshops separate future success stories from unsuccessful efforts, saving countless time, resources, and collective well-being in the process.

    A personalization practice involves a multiyear effort of testing and feature development. It’s not a switch-flip moment in your tech stack. It’s best managed as a backlog that often evolves through three steps: 

    1. customer experience optimization (CXO, also known as A/B testing or experimentation)
    2. always-on automations (whether rules-based or machine-generated)
    3. mature features or standalone product development (such as Spotify’s DJ experience)

    This is why we created our progressive personalization framework and why we’re field-testing an accompanying deck of cards: we believe that there’s a base grammar, a set of “nouns and verbs” that your organization can use to design experiences that are customized, personalized, or automated. You won’t need these cards. But we strongly recommend that you create something similar, whether that might be digital or physical.

    Set your kitchen timer

    How long does it take to cook up a prepersonalization workshop? The surrounding assessment activities that we recommend including can (and often do) span weeks. For the core workshop, we recommend aiming for two to three days. Here’s a summary of our broader approach along with details on the essential first-day activities.

    The full arc of the wider workshop is threefold:

    1. Kickstart: This sets the terms of engagement as you focus on the opportunity as well as the readiness and drive of your team and your leadership. .
    2. Plan your work: This is the heart of the card-based workshop activities where you specify a plan of attack and the scope of work.
    3. Work your plan: This phase is all about creating a competitive environment for team participants to individually pitch their own pilots that each contain a proof-of-concept project, its business case, and its operating model.

    Give yourself at least a day, split into two large time blocks, to power through a concentrated version of those first two phases.

    Kickstart: Whet your appetite

    We call the first lesson the “landscape of connected experience.” It explores the personalization possibilities in your organization. A connected experience, in our parlance, is any UX requiring the orchestration of multiple systems of record on the backend. This could be a content-management system combined with a marketing-automation platform. It could be a digital-asset manager combined with a customer-data platform.

    Spark conversation by naming consumer examples and business-to-business examples of connected experience interactions that you admire, find familiar, or even dislike. This should cover a representative range of personalization patterns, including automated app-based interactions (such as onboarding sequences or wizards), notifications, and recommenders. We have a catalog of these in the cards. Here’s a list of 142 different interactions to jog your thinking.

    This is all about setting the table. What are the possible paths for the practice in your organization? If you want a broader view, here’s a long-form primer and a strategic framework.

    Assess each example that you discuss for its complexity and the level of effort that you estimate that it would take for your team to deliver that feature (or something similar). In our cards, we divide connected experiences into five levels: functions, features, experiences, complete products, and portfolios. Size your own build here. This will help to focus the conversation on the merits of ongoing investment as well as the gap between what you deliver today and what you want to deliver in the future.

    Next, have your team plot each idea on the following 2×2 grid, which lays out the four enduring arguments for a personalized experience. This is critical because it emphasizes how personalization can not only help your external customers but also affect your own ways of working. It’s also a reminder (which is why we used the word argument earlier) of the broader effort beyond these tactical interventions.

    Each team member should vote on where they see your product or service putting its emphasis. Naturally, you can’t prioritize all of them. The intention here is to flesh out how different departments may view their own upsides to the effort, which can vary from one to the next. Documenting your desired outcomes lets you know how the team internally aligns across representatives from different departments or functional areas.

    The third and final kickstart activity is about naming your personalization gap. Is your customer journey well documented? Will data and privacy compliance be too big of a challenge? Do you have content metadata needs that you have to address? (We’re pretty sure that you do: it’s just a matter of recognizing the relative size of that need and its remedy.) In our cards, we’ve noted a number of program risks, including common team dispositions. Our Detractor card, for example, lists six stakeholder behaviors that hinder progress.

    Effectively collaborating and managing expectations is critical to your success. Consider the potential barriers to your future progress. Press the participants to name specific steps to overcome or mitigate those barriers in your organization. As studies have shown, personalization efforts face many common barriers.

    At this point, you’ve hopefully discussed sample interactions, emphasized a key area of benefit, and flagged key gaps? Good—you’re ready to continue.

    Hit that test kitchen

    Next, let’s look at what you’ll need to bring your personalization recipes to life. Personalization engines, which are robust software suites for automating and expressing dynamic content, can intimidate new customers. Their capabilities are sweeping and powerful, and they present broad options for how your organization can conduct its activities. This presents the question: Where do you begin when you’re configuring a connected experience?

    What’s important here is to avoid treating the installed software like it were a dream kitchen from some fantasy remodeling project (as one of our client executives memorably put it). These software engines are more like test kitchens where your team can begin devising, tasting, and refining the snacks and meals that will become a part of your personalization program’s regularly evolving menu.

    The ultimate menu of the prioritized backlog will come together over the course of the workshop. And creating “dishes” is the way that you’ll have individual team stakeholders construct personalized interactions that serve their needs or the needs of others.

    The dishes will come from recipes, and those recipes have set ingredients.

    Verify your ingredients

    Like a good product manager, you’ll make sure—andyou’ll validate with the right stakeholders present—that you have all the ingredients on hand to cook up your desired interaction (or that you can work out what needs to be added to your pantry). These ingredients include the audience that you’re targeting, content and design elements, the context for the interaction, and your measure for how it’ll come together. 

    This isn’t just about discovering requirements. Documenting your personalizations as a series of if-then statements lets the team: 

    1. compare findings toward a unified approach for developing features, not unlike when artists paint with the same palette; 
    2. specify a consistent set of interactions that users find uniform or familiar; 
    3. and develop parity across performance measurements and key performance indicators too. 

    This helps you streamline your designs and your technical efforts while you deliver a shared palette of core motifs of your personalized or automated experience.

    Compose your recipe

    What ingredients are important to you? Think of a who-what-when-why construct

    • Who are your key audience segments or groups?
    • What kind of content will you give them, in what design elements, and under what circumstances?
    • And for which business and user benefits?

    We first developed these cards and card categories five years ago. We regularly play-test their fit with conference audiences and clients. And we still encounter new possibilities. But they all follow an underlying who-what-when-why logic.

    Here are three examples for a subscription-based reading app, which you can generally follow along with right to left in the cards in the accompanying photo below. 

    1. Nurture personalization: When a guest or an unknown visitor interacts with  a product title, a banner or alert bar appears that makes it easier for them to encounter a related title they may want to read, saving them time.
    2. Welcome automation: When there’s a newly registered user, an email is generated to call out the breadth of the content catalog and to make them a happier subscriber.
    3. Winback automation: Before their subscription lapses or after a recent failed renewal, a user is sent an email that gives them a promotional offer to suggest that they reconsider renewing or to remind them to renew.

    A useful preworkshop activity may be to think through a first draft of what these cards might be for your organization, although we’ve also found that this process sometimes flows best through cocreating the recipes themselves. Start with a set of blank cards, and begin labeling and grouping them through the design process, eventually distilling them to a refined subset of highly useful candidate cards.

    You can think of the later stages of the workshop as moving from recipes toward a cookbook in focus—like a more nuanced customer-journey mapping. Individual “cooks” will pitch their recipes to the team, using a common jobs-to-be-done format so that measurability and results are baked in, and from there, the resulting collection will be prioritized for finished design and delivery to production.

    Better kitchens require better architecture

    Simplifying a customer experience is a complicated effort for those who are inside delivering it. Beware anyone who says otherwise. With that being said,  “Complicated problems can be hard to solve, but they are addressable with rules and recipes.”

    When personalization becomes a laugh line, it’s because a team is overfitting: they aren’t designing with their best data. Like a sparse pantry, every organization has metadata debt to go along with its technical debt, and this creates a drag on personalization effectiveness. Your AI’s output quality, for example, is indeed limited by your IA. Spotify’s poster-child prowess today was unfathomable before they acquired a seemingly modest metadata startup that now powers its underlying information architecture.

    You can definitely stand the heat…

    Personalization technology opens a doorway into a confounding ocean of possible designs. Only a disciplined and highly collaborative approach will bring about the necessary focus and intention to succeed. So banish the dream kitchen. Instead, hit the test kitchen to save time, preserve job satisfaction and security, and safely dispense with the fanciful ideas that originate upstairs of the doers in your organization. There are meals to serve and mouths to feed.

    This workshop framework gives you a fighting shot at lasting success as well as sound beginnings. Wiring up your information layer isn’t an overnight affair. But if you use the same cookbook and shared recipes, you’ll have solid footing for success. We designed these activities to make your organization’s needs concrete and clear, long before the hazards pile up.

    While there are associated costs toward investing in this kind of technology and product design, your ability to size up and confront your unique situation and your digital capabilities is time well spent. Don’t squander it. The proof, as they say, is in the pudding.

  • User Research Is Storytelling

    User Research Is Storytelling

    Ever since I was a boy, I’ve been fascinated with movies. I loved the characters and the excitement—but most of all the stories. I wanted to be an actor. And I believed that I’d get to do the things that Indiana Jones did and go on exciting adventures. I even dreamed up ideas for movies that my friends and I could make and star in. But they never went any further. I did, however, end up working in user experience (UX). Now, I realize that there’s an element of theater to UX—I hadn’t really considered it before, but user research is storytelling. And to get the most out of user research, you need to tell a good story where you bring stakeholders—the product team and decision makers—along and get them interested in learning more.

    Think of your favorite movie. More than likely it follows a three-act structure that’s commonly seen in storytelling: the setup, the conflict, and the resolution. The first act shows what exists today, and it helps you get to know the characters and the challenges and problems that they face. Act two introduces the conflict, where the action is. Here, problems grow or get worse. And the third and final act is the resolution. This is where the issues are resolved and the characters learn and change. I believe that this structure is also a great way to think about user research, and I think that it can be especially helpful in explaining user research to others.

    Use storytelling as a structure to do research

    It’s sad to say, but many have come to see research as being expendable. If budgets or timelines are tight, research tends to be one of the first things to go. Instead of investing in research, some product managers rely on designers or—worse—their own opinion to make the “right” choices for users based on their experience or accepted best practices. That may get teams some of the way, but that approach can so easily miss out on solving users’ real problems. To remain user-centered, this is something we should avoid. User research elevates design. It keeps it on track, pointing to problems and opportunities. Being aware of the issues with your product and reacting to them can help you stay ahead of your competitors.

    In the three-act structure, each act corresponds to a part of the process, and each part is critical to telling the whole story. Let’s look at the different acts and how they align with user research.

    Act one: setup

    The setup is all about understanding the background, and that’s where foundational research comes in. Foundational research (also called generative, discovery, or initial research) helps you understand users and identify their problems. You’re learning about what exists today, the challenges users have, and how the challenges affect them—just like in the movies. To do foundational research, you can conduct contextual inquiries or diary studies (or both!), which can help you start to identify problems as well as opportunities. It doesn’t need to be a huge investment in time or money.

    Erika Hall writes about minimum viable ethnography, which can be as simple as spending 15 minutes with a user and asking them one thing: “‘Walk me through your day yesterday.’ That’s it. Present that one request. Shut up and listen to them for 15 minutes. Do your damndest to keep yourself and your interests out of it. Bam, you’re doing ethnography.” According to Hall, [This] will probably prove quite illuminating. In the highly unlikely case that you didn’t learn anything new or useful, carry on with enhanced confidence in your direction.”  

    This makes total sense to me. And I love that this makes user research so accessible. You don’t need to prepare a lot of documentation; you can just recruit participants and do it! This can yield a wealth of information about your users, and it’ll help you better understand them and what’s going on in their lives. That’s really what act one is all about: understanding where users are coming from. 

    Jared Spool talks about the importance of foundational research and how it should form the bulk of your research. If you can draw from any additional user data that you can get your hands on, such as surveys or analytics, that can supplement what you’ve heard in the foundational studies or even point to areas that need further investigation. Together, all this data paints a clearer picture of the state of things and all its shortcomings. And that’s the beginning of a compelling story. It’s the point in the plot where you realize that the main characters—or the users in this case—are facing challenges that they need to overcome. Like in the movies, this is where you start to build empathy for the characters and root for them to succeed. And hopefully stakeholders are now doing the same. Their sympathy may be with their business, which could be losing money because users can’t complete certain tasks. Or maybe they do empathize with users’ struggles. Either way, act one is your initial hook to get the stakeholders interested and invested.

    Once stakeholders begin to understand the value of foundational research, that can open doors to more opportunities that involve users in the decision-making process. And that can guide product teams toward being more user-centered. This benefits everyone—users, the product, and stakeholders. It’s like winning an Oscar in movie terms—it often leads to your product being well received and successful. And this can be an incentive for stakeholders to repeat this process with other products. Storytelling is the key to this process, and knowing how to tell a good story is the only way to get stakeholders to really care about doing more research. 

    This brings us to act two, where you iteratively evaluate a design or concept to see whether it addresses the issues.

    Act two: conflict

    Act two is all about digging deeper into the problems that you identified in act one. This usually involves directional research, such as usability tests, where you assess a potential solution (such as a design) to see whether it addresses the issues that you found. The issues could include unmet needs or problems with a flow or process that’s tripping users up. Like act two in a movie, more issues will crop up along the way. It’s here that you learn more about the characters as they grow and develop through this act. 

    Usability tests should typically include around five participants according to Jakob Nielsen, who found that that number of users can usually identify most of the problems: “As you add more and more users, you learn less and less because you will keep seeing the same things again and again… After the fifth user, you are wasting your time by observing the same findings repeatedly but not learning much new.” 

    There are parallels with storytelling here too; if you try to tell a story with too many characters, the plot may get lost. Having fewer participants means that each user’s struggles will be more memorable and easier to relay to other stakeholders when talking about the research. This can help convey the issues that need to be addressed while also highlighting the value of doing the research in the first place.

    Researchers have run usability tests in person for decades, but you can also conduct usability tests remotely using tools like Microsoft Teams, Zoom, or other teleconferencing software. This approach has become increasingly popular since the beginning of the pandemic, and it works well. You can think of in-person usability tests like going to a play and remote sessions as more like watching a movie. There are advantages and disadvantages to each. In-person usability research is a much richer experience. Stakeholders can experience the sessions with other stakeholders. You also get real-time reactions—including surprise, agreement, disagreement, and discussions about what they’re seeing. Much like going to a play, where audiences get to take in the stage, the costumes, the lighting, and the actors’ interactions, in-person research lets you see users up close, including their body language, how they interact with the moderator, and how the scene is set up.

    If in-person usability testing is like watching a play—staged and controlled—then conducting usability testing in the field is like immersive theater where any two sessions might be very different from one another. You can take usability testing into the field by creating a replica of the space where users interact with the product and then conduct your research there. Or you can go out to meet users at their location to do your research. With either option, you get to see how things work in context, things come up that wouldn’t have in a lab environment—and conversion can shift in entirely different directions. As researchers, you have less control over how these sessions go, but this can sometimes help you understand users even better. Meeting users where they are can provide clues to the external forces that could be affecting how they use your product. In-person usability tests provide another level of detail that’s often missing from remote usability tests. 

    That’s not to say that the “movies”—remote sessions—aren’t a good option. Remote sessions can reach a wider audience. They allow a lot more stakeholders to be involved in the research and to see what’s going on. And they open the doors to a much wider geographical pool of users. But with any remote session there is the potential of time wasted if participants can’t log in or get their microphone working. 

    The benefit of usability testing, whether remote or in person, is that you get to see real users interact with the designs in real time, and you can ask them questions to understand their thought processes and grasp of the solution. This can help you not only identify problems but also glean why they’re problems in the first place. Furthermore, you can test hypotheses and gauge whether your thinking is correct. By the end of the sessions, you’ll have a much clearer picture of how usable the designs are and whether they work for their intended purposes. Act two is the heart of the story—where the excitement is—but there can be surprises too. This is equally true of usability tests. Often, participants will say unexpected things, which change the way that you look at things—and these twists in the story can move things in new directions. 

    Unfortunately, user research is sometimes seen as expendable. And too often usability testing is the only research process that some stakeholders think that they ever need. In fact, if the designs that you’re evaluating in the usability test aren’t grounded in a solid understanding of your users (foundational research), there’s not much to be gained by doing usability testing in the first place. That’s because you’re narrowing the focus of what you’re getting feedback on, without understanding the users’ needs. As a result, there’s no way of knowing whether the designs might solve a problem that users have. It’s only feedback on a particular design in the context of a usability test.  

    On the other hand, if you only do foundational research, while you might have set out to solve the right problem, you won’t know whether the thing that you’re building will actually solve that. This illustrates the importance of doing both foundational and directional research. 

    In act two, stakeholders will—hopefully—get to watch the story unfold in the user sessions, which creates the conflict and tension in the current design by surfacing their highs and lows. And in turn, this can help motivate stakeholders to address the issues that come up.

    Act three: resolution

    While the first two acts are about understanding the background and the tensions that can propel stakeholders into action, the third part is about resolving the problems from the first two acts. While it’s important to have an audience for the first two acts, it’s crucial that they stick around for the final act. That means the whole product team, including developers, UX practitioners, business analysts, delivery managers, product managers, and any other stakeholders that have a say in the next steps. It allows the whole team to hear users’ feedback together, ask questions, and discuss what’s possible within the project’s constraints. And it lets the UX research and design teams clarify, suggest alternatives, or give more context behind their decisions. So you can get everyone on the same page and get agreement on the way forward.

    This act is mostly told in voiceover with some audience participation. The researcher is the narrator, who paints a picture of the issues and what the future of the product could look like given the things that the team has learned. They give the stakeholders their recommendations and their guidance on creating this vision.

    Nancy Duarte in the Harvard Business Review offers an approach to structuring presentations that follow a persuasive story. “The most effective presenters use the same techniques as great storytellers: By reminding people of the status quo and then revealing the path to a better way, they set up a conflict that needs to be resolved,” writes Duarte. “That tension helps them persuade the audience to adopt a new mindset or behave differently.”

    This type of structure aligns well with research results, and particularly results from usability tests. It provides evidence for “what is”—the problems that you’ve identified. And “what could be”—your recommendations on how to address them. And so on and so forth.

    You can reinforce your recommendations with examples of things that competitors are doing that could address these issues or with examples where competitors are gaining an edge. Or they can be visual, like quick mockups of how a new design could look that solves a problem. These can help generate conversation and momentum. And this continues until the end of the session when you’ve wrapped everything up in the conclusion by summarizing the main issues and suggesting a way forward. This is the part where you reiterate the main themes or problems and what they mean for the product—the denouement of the story. This stage gives stakeholders the next steps and hopefully the momentum to take those steps!

    While we are nearly at the end of this story, let’s reflect on the idea that user research is storytelling. All the elements of a good story are there in the three-act structure of user research: 

    • Act one: You meet the protagonists (the users) and the antagonists (the problems affecting users). This is the beginning of the plot. In act one, researchers might use methods including contextual inquiry, ethnography, diary studies, surveys, and analytics. The output of these methods can include personas, empathy maps, user journeys, and analytics dashboards.
    • Act two: Next, there’s character development. There’s conflict and tension as the protagonists encounter problems and challenges, which they must overcome. In act two, researchers might use methods including usability testing, competitive benchmarking, and heuristics evaluation. The output of these can include usability findings reports, UX strategy documents, usability guidelines, and best practices.
    • Act three: The protagonists triumph and you see what a better future looks like. In act three, researchers may use methods including presentation decks, storytelling, and digital media. The output of these can be: presentation decks, video clips, audio clips, and pictures. 

    The researcher has multiple roles: they’re the storyteller, the director, and the producer. The participants have a small role, but they are significant characters (in the research). And the stakeholders are the audience. But the most important thing is to get the story right and to use storytelling to tell users’ stories through research. By the end, the stakeholders should walk away with a purpose and an eagerness to resolve the product’s ills. 

    So the next time that you’re planning research with clients or you’re speaking to stakeholders about research that you’ve done, think about how you can weave in some storytelling. Ultimately, user research is a win-win for everyone, and you just need to get stakeholders interested in how the story ends.

  • From Beta to Bedrock: Build Products that Stick.

    From Beta to Bedrock: Build Products that Stick.

    As a product builder over too many years to mention, I’ve lost count of the number of times I’ve seen promising ideas go from zero to hero in a few weeks, only to fizzle out within months.

    Financial products, which is the field I work in, are no exception. With people’s real hard-earned money on the line, user expectations running high, and a crowded market, it’s tempting to throw as many features at the wall as possible and hope something sticks. But this approach is a recipe for disaster. Here’s why:

    The pitfalls of feature-first development

    When you start building a financial product from the ground up, or are migrating existing customer journeys from paper or telephony channels onto online banking or mobile apps, it’s easy to get caught up in the excitement of creating new features. You might think, “If I can just add one more thing that solves this particular user problem, they’ll love me!” But what happens when you inevitably hit a roadblock because the narcs (your security team!) don’t like it? When a hard-fought feature isn’t as popular as you thought, or it breaks due to unforeseen complexity?

    This is where the concept of Minimum Viable Product (MVP) comes in. Jason Fried’s book Getting Real and his podcast Rework often touch on this idea, even if he doesn’t always call it that. An MVP is a product that provides just enough value to your users to keep them engaged, but not so much that it becomes overwhelming or difficult to maintain. It sounds like an easy concept but it requires a razor sharp eye, a ruthless edge and having the courage to stick by your opinion because it is easy to be seduced by “the Columbo Effect”… when there’s always “just one more thing…” that someone wants to add.

    The problem with most finance apps, however, is that they often become a reflection of the internal politics of the business rather than an experience solely designed around the customer. This means that the focus is on delivering as many features and functionalities as possible to satisfy the needs and desires of competing internal departments, rather than providing a clear value proposition that is focused on what the people out there in the real world want. As a result, these products can very easily bloat to become a mixed bag of confusing, unrelated and ultimately unlovable customer experiences—a feature salad, you might say.

    The importance of bedrock

    So what’s a better approach? How can we build products that are stable, user-friendly, and—most importantly—stick?

    That’s where the concept of “bedrock” comes in. Bedrock is the core element of your product that truly matters to users. It’s the fundamental building block that provides value and stays relevant over time.

    In the world of retail banking, which is where I work, the bedrock has got to be in and around the regular servicing journeys. People open their current account once in a blue moon but they look at it every day. They sign up for a credit card every year or two, but they check their balance and pay their bill at least once a month.

    Identifying the core tasks that people want to do and then relentlessly striving to make them easy to do, dependable, and trustworthy is where the gravy’s at.

    But how do you get to bedrock? By focusing on the “MVP” approach, prioritizing simplicity, and iterating towards a clear value proposition. This means cutting out unnecessary features and focusing on delivering real value to your users.

    It also means having some guts, because your colleagues might not always instantly share your vision to start with. And controversially, sometimes it can even mean making it clear to customers that you’re not going to come to their house and make their dinner. The occasional “opinionated user interface design” (i.e. clunky workaround for edge cases) might sometimes be what you need to use to test a concept or buy you space to work on something more important.

    Practical strategies for building financial products that stick

    So what are the key strategies I’ve learned from my own experience and research?

    1. Start with a clear “why”: What problem are you trying to solve? For whom? Make sure your mission is crystal clear before building anything. Make sure it aligns with your company’s objectives, too.
    2. Focus on a single, core feature and obsess on getting that right before moving on to something else: Resist the temptation to add too many features at once. Instead, choose one that delivers real value and iterate from there.
    3. Prioritize simplicity over complexity: Less is often more when it comes to financial products. Cut out unnecessary bells and whistles and keep the focus on what matters most.
    4. Embrace continuous iteration: Bedrock isn’t a fixed destination—it’s a dynamic process. Continuously gather user feedback, refine your product, and iterate towards that bedrock state.
    5. Stop, look and listen: Don’t just test your product as part of your delivery process—test it repeatedly in the field. Use it yourself. Run A/B tests. Gather user feedback. Talk to people who use it, and refine accordingly.

    The bedrock paradox

    There’s an interesting paradox at play here: building towards bedrock means sacrificing some short-term growth potential in favour of long-term stability. But the payoff is worth it—products built with a focus on bedrock will outlast and outperform their competitors, and deliver sustained value to users over time.

    So, how do you start your journey towards bedrock? Take it one step at a time. Start by identifying those core elements that truly matter to your users. Focus on building and refining a single, powerful feature that delivers real value. And above all, test obsessively—for, in the words of Abraham Lincoln, Alan Kay, or Peter Drucker (whomever you believe!!), “The best way to predict the future is to create it.”

  • An Holistic Framework for Shared Design Leadership

    An Holistic Framework for Shared Design Leadership

    Picture this: You’re in a meeting room at your tech company, and two people are having what looks like the same conversation about the same design problem. One is talking about whether the team has the right skills to tackle it. The other is diving deep into whether the solution actually solves the user’s problem. Same room, same problem, completely different lenses.

    This is the beautiful, sometimes messy reality of having both a Design Manager and a Lead Designer on the same team. And if you’re wondering how to make this work without creating confusion, overlap, or the dreaded “too many cooks” scenario, you’re asking the right question.

    The traditional answer has been to draw clean lines on an org chart. The Design Manager handles people, the Lead Designer handles craft. Problem solved, right? Except clean org charts are fantasy. In reality, both roles care deeply about team health, design quality, and shipping great work. 

    The magic happens when you embrace the overlap instead of fighting it—when you start thinking of your design org as a design organism.

    The Anatomy of a Healthy Design Team

    Here’s what I’ve learned from years of being on both sides of this equation: think of your design team as a living organism. The Design Manager tends to the mind (the psychological safety, the career growth, the team dynamics). The Lead Designer tends to the body (the craft skills, the design standards, the hands-on work that ships to users).

    But just like mind and body aren’t completely separate systems, so, too, do these roles overlap in important ways. You can’t have a healthy person without both working in harmony. The trick is knowing where those overlaps are and how to navigate them gracefully.

    When we look at how healthy teams actually function, three critical systems emerge. Each requires both roles to work together, but with one taking primary responsibility for keeping that system strong.

    The Nervous System: People & Psychology

    Primary caretaker: Design Manager
    Supporting role: Lead Designer

    The nervous system is all about signals, feedback, and psychological safety. When this system is healthy, information flows freely, people feel safe to take risks, and the team can adapt quickly to new challenges.

    The Design Manager is the primary caretaker here. They’re monitoring the team’s psychological pulse, ensuring feedback loops are healthy, and creating the conditions for people to grow. They’re hosting career conversations, managing workload, and making sure no one burns out.

    But the Lead Designer plays a crucial supporting role. They’re providing sensory input about craft development needs, spotting when someone’s design skills are stagnating, and helping identify growth opportunities that the Design Manager might miss.

    Design Manager tends to:

    • Career conversations and growth planning
    • Team psychological safety and dynamics
    • Workload management and resource allocation
    • Performance reviews and feedback systems
    • Creating learning opportunities

    Lead Designer supports by:

    • Providing craft-specific feedback on team member development
    • Identifying design skill gaps and growth opportunities
    • Offering design mentorship and guidance
    • Signaling when team members are ready for more complex challenges

    The Muscular System: Craft & Execution

    Primary caretaker: Lead Designer
    Supporting role: Design Manager

    The muscular system is about strength, coordination, and skill development. When this system is healthy, the team can execute complex design work with precision, maintain consistent quality, and adapt their craft to new challenges.

    The Lead Designer is the primary caretaker here. They’re setting design standards, providing craft coaching, and ensuring that shipping work meets the quality bar. They’re the ones who can tell you if a design decision is sound or if we’re solving the right problem.

    But the Design Manager plays a crucial supporting role. They’re ensuring the team has the resources and support to do their best craft work, like proper nutrition and recovery time for an athlete.

    Lead Designer tends to:

    • Definition of design standards and system usage
    • Feedback on what design work meets the standard
    • Experience direction for the product
    • Design decisions and product-wide alignment
    • Innovation and craft advancement

    Design Manager supports by:

    • Ensuring design standards are understood and adopted across the team
    • Confirming experience direction is being followed
    • Supporting practices and systems that scale without bottlenecking
    • Facilitating design alignment across teams
    • Providing resources and removing obstacles to great craft work

    The Circulatory System: Strategy & Flow

    Shared caretakers: Both Design Manager and Lead Designer

    The circulatory system is about how information, decisions, and energy flow through the team. When this system is healthy, strategic direction is clear, priorities are aligned, and the team can respond quickly to new opportunities or challenges.

    This is where true partnership happens. Both roles are responsible for keeping the circulation strong, but they’re bringing different perspectives to the table.

    Lead Designer contributes:

    • User needs are met by the product
    • Overall product quality and experience
    • Strategic design initiatives
    • Research-based user needs for each initiative

    Design Manager contributes:

    • Communication to team and stakeholders
    • Stakeholder management and alignment
    • Cross-functional team accountability
    • Strategic business initiatives

    Both collaborate on:

    • Co-creation of strategy with leadership
    • Team goals and prioritization approach
    • Organizational structure decisions
    • Success measures and frameworks

    Keeping the Organism Healthy

    The key to making this partnership sing is understanding that all three systems need to work together. A team with great craft skills but poor psychological safety will burn out. A team with great culture but weak craft execution will ship mediocre work. A team with both but poor strategic circulation will work hard on the wrong things.

    Be Explicit About Which System You’re Tending

    When you’re in a meeting about a design problem, it helps to acknowledge which system you’re primarily focused on. “I’m thinking about this from a team capacity perspective” (nervous system) or “I’m looking at this through the lens of user needs” (muscular system) gives everyone context for your input.

    This isn’t about staying in your lane. It’s about being transparent as to which lens you’re using, so the other person knows how to best add their perspective.

    Create Healthy Feedback Loops

    The most successful partnerships I’ve seen establish clear feedback loops between the systems:

    Nervous system signals to muscular system: “The team is struggling with confidence in their design skills” → Lead Designer provides more craft coaching and clearer standards.

    Muscular system signals to nervous system: “The team’s craft skills are advancing faster than their project complexity” → Design Manager finds more challenging growth opportunities.

    Both systems signal to circulatory system: “We’re seeing patterns in team health and craft development that suggest we need to adjust our strategic priorities.”

    Handle Handoffs Gracefully

    The most critical moments in this partnership are when something moves from one system to another. This might be when a design standard (muscular system) needs to be rolled out across the team (nervous system), or when a strategic initiative (circulatory system) needs specific craft execution (muscular system).

    Make these transitions explicit. “I’ve defined the new component standards. Can you help me think through how to get the team up to speed?” or “We’ve agreed on this strategic direction. I’m going to focus on the specific user experience approach from here.”

    Stay Curious, Not Territorial

    The Design Manager who never thinks about craft, or the Lead Designer who never considers team dynamics, is like a doctor who only looks at one body system. Great design leadership requires both people to care about the whole organism, even when they’re not the primary caretaker.

    This means asking questions rather than making assumptions. “What do you think about the team’s craft development in this area?” or “How do you see this impacting team morale and workload?” keeps both perspectives active in every decision.

    When the Organism Gets Sick

    Even with clear roles, this partnership can go sideways. Here are the most common failure modes I’ve seen:

    System Isolation

    The Design Manager focuses only on the nervous system and ignores craft development. The Lead Designer focuses only on the muscular system and ignores team dynamics. Both people retreat to their comfort zones and stop collaborating.

    The symptoms: Team members get mixed messages, work quality suffers, morale drops.

    The treatment: Reconnect around shared outcomes. What are you both trying to achieve? Usually it’s great design work that ships on time from a healthy team. Figure out how both systems serve that goal.

    Poor Circulation

    Strategic direction is unclear, priorities keep shifting, and neither role is taking responsibility for keeping information flowing.

    The symptoms: Team members are confused about priorities, work gets duplicated or dropped, deadlines are missed.

    The treatment: Explicitly assign responsibility for circulation. Who’s communicating what to whom? How often? What’s the feedback loop?

    Autoimmune Response

    One person feels threatened by the other’s expertise. The Design Manager thinks the Lead Designer is undermining their authority. The Lead Designer thinks the Design Manager doesn’t understand craft.

    The symptoms: Defensive behavior, territorial disputes, team members caught in the middle.

    The treatment: Remember that you’re both caretakers of the same organism. When one system fails, the whole team suffers. When both systems are healthy, the team thrives.

    The Payoff

    Yes, this model requires more communication. Yes, it requires both people to be secure enough to share responsibility for team health. But the payoff is worth it: better decisions, stronger teams, and design work that’s both excellent and sustainable.

    When both roles are healthy and working well together, you get the best of both worlds: deep craft expertise and strong people leadership. When one person is out sick, on vacation, or overwhelmed, the other can help maintain the team’s health. When a decision requires both the people perspective and the craft perspective, you’ve got both right there in the room.

    Most importantly, the framework scales. As your team grows, you can apply the same system thinking to new challenges. Need to launch a design system? Lead Designer tends to the muscular system (standards and implementation), Design Manager tends to the nervous system (team adoption and change management), and both tend to circulation (communication and stakeholder alignment).

    The Bottom Line

    The relationship between a Design Manager and Lead Designer isn’t about dividing territories. It’s about multiplying impact. When both roles understand they’re tending to different aspects of the same healthy organism, magic happens.

    The mind and body work together. The team gets both the strategic thinking and the craft excellence they need. And most importantly, the work that ships to users benefits from both perspectives.

    So the next time you’re in that meeting room, wondering why two people are talking about the same problem from different angles, remember: you’re watching shared leadership in action. And if it’s working well, both the mind and body of your design team are getting stronger.

  • Design Dialects: Breaking the Rules, Not the System

    Design Dialects: Breaking the Rules, Not the System

    “Language is not merely a set of unrelated sounds, clauses, rules, and meanings; it is a totally coherent system bound to context and behavior.” — Kenneth L. Pike

    The web has accents. So should our design systems.

    Design Systems as Living Languages

    Design systems aren’t component libraries—they’re living languages. Tokens are phonemes, components are words, patterns are phrases, layouts are sentences. The conversations we build with users become the stories our products tell.

    But here’s what we’ve forgotten: the more fluently a language is spoken, the more accents it can support without losing meaning. English in Scotland differs from English in Sydney, yet both are unmistakably English. The language adapts to context while preserving core meaning. This couldn’t be more obvious to me, a Brazilian Portuguese speaker, who learned English with an American accent, and lives in Sydney.

    Our design systems must work the same way. Rigid adherence to visual rules creates brittle systems that break under contextual pressure. Fluent systems bend without breaking.

    Consistency becomes a prison

    The promise of design systems was simple: consistent components would accelerate development and unify experiences. But as systems matured and products grew more complex, that promise has become a prison. Teams file “exception” requests by the hundreds. Products launch with workarounds instead of system components. Designers spend more time defending consistency than solving user problems.

    Our design systems must learn to speak dialects.

    A design dialect is a systematic adaptation of a design system that maintains core principles while developing new patterns for specific contexts. Unlike one-off customizations or brand themes, dialects preserve the system’s essential grammar while expanding its vocabulary to serve different users, environments, or constraints.

    When Perfect Consistency Fails

    At Booking.com, I learned this lesson the hard way. We A/B-tested everything—color, copy, button shapes, even logo colors. As a professional with a graphic design education and experience building brand style guides, I found this shocking. While everyone fell in love with Airbnb’s pristine design system, Booking grew into a giant without ever considering visual consistency.  

    The chaos taught me something profound: consistency isn’t ROI; solved problems are.

    At Shopify. Polaris () was our crown jewel—a mature design language perfect for merchants on laptops. As a product team, we were expected to adopt Polaris as-is. Then my fulfillment team hit an “Oh, Ship!” moment, as we faced the challenge of building an app for warehouse pickers using our interface on shared, battered Android scanners in dim aisles, wearing thick gloves, scanning dozens of items per minute, many with limited levels of English understanding.

    Task completion with standard Polaris: 0%.

    Every component that worked beautifully for merchants failed completely for pickers. White backgrounds created glare. 44px tap targets were invisible to gloved fingers. Sentence-case labels took too long to parse. Multi-step flows confused non-native speakers.

    We faced a choice: abandon Polaris entirely, or teach it to speak warehouse.

    The Birth of a Dialect

    We chose evolution over revolution. Working within Polaris’s core principles—clarity, efficiency, consistency—we developed what we now call a design dialect:

    ConstraintFluent MoveRationale
    Glare & low lightDark surfaces + light textReduce glare on low-DPI screens
    Gloves & haste90px tap targets (~2cm)Accommodate thick gloves
    MultilingualSingle-task screens, plain languageReduce cognitive load

    Result: Task completion jumped from 0% to 100%. Onboarding time dropped from three weeks to one shift.

    This wasn’t customization or theming—this was a dialect: a systematic adaptation that maintained Polaris’s core grammar while developing new vocabulary for a specific context. Polaris hadn’t failed; it had learned to speak warehouse.

    The Flexibility Framework

    At Atlassian, working on the Jira platform—itself a system within the larger Atlassian system—I pushed for formalizing this insight. With dozens of products sharing a design language across different codebases, we needed systematic flexibility so we built directly into our ways of working. The old model—exception requests and special approvals—was failing at scale.

    We developed the Flexibility Framework to help designers define how flexible they wanted their components to be:

    TierActionOwnership
    ConsistentAdopt unchangedPlatform locks design + code
    OpinionatedAdapt within boundsPlatform provides smart defaults, products customize
    FlexibleExtend freelyPlatform defines behavior, products own presentation

    During a navigation redesign, we tiered every element. Logo and global search stayed Consistent. Breadcrumbs and contextual actions became Flexible. Product teams could immediately see where innovation was welcome and where consistency mattered.

    The Decision Ladder

    Flexibility needs boundaries. We created a simple ladder for evaluating when rules should bend:

    Good: Ship with existing system components. Fast, consistent, proven.

    Better: Stretch a component slightly. Document the change. Contribute improvements back to the system for all to use.

    Best: Prototype the ideal experience first. If user testing validates the benefit, update the system to support it.

    The key question: “Which option lets users succeed fastest?”

    Rules are tools, not relics.

    Unity Beats Uniformity

    Gmail, Drive, and Maps are unmistakably Google—yet each speaks with its own accent. They achieve unity through shared principles, not cloned components. One extra week of debate over button color costs roughly $30K in engineer time.

    Unity is a brand outcome; fluency is a user outcome. When the two clash, side with the user.

    Governance Without Gates

    How do you maintain coherence while enabling dialects? Treat your system like a living vocabulary:

    Document every deviation – e.g., dialects/warehouse.md with before/after screenshots and rationale.

    Promote shared patterns – when three teams adopt a dialect independently, review it for core inclusion.

    Deprecate with context – retire old idioms via flags and migration notes, never a big-bang purge.

    A living dictionary scales better than a frozen rulebook.

    Start Small: Your First Dialect

    Ready to introduce dialects? Start with one broken experience:

    This week: Find one user flow where perfect consistency blocks task completion. Could be mobile users struggling with desktop-sized components, or accessibility needs your standard patterns don’t address.

    Document the context: What makes standard patterns fail here? Environmental constraints? User capabilities? Task urgency?

    Design one systematic change: Focus on behavior over aesthetics. If gloves are the problem, bigger targets aren’t “”breaking the system””—they’re serving the user. Earn the variations and make them intentional.

    Test and measure: Does the change improve task completion? Time to productivity? User satisfaction?

    Show the savings: If that dialect frees even half a sprint, fluency has paid for itself.

    Beyond the Component Library

    We’re not managing design systems anymore—we’re cultivating design languages. Languages that grow with their speakers. Languages that develop accents without losing meaning. Languages that serve human needs over aesthetic ideals.

    The warehouse workers who went from 0% to 100% task completion didn’t care that our buttons broke the style guide. They cared that the buttons finally worked.

    Your users feel the same way. Give your system permission to speak their language.

  • Design for Amiability: Lessons from Vienna

    Design for Amiability: Lessons from Vienna

    Today’s web is not always an amiable place. Sites greet you with a popover that demands assent to their cookie policy, and leave you with Taboola ads promising “One Weird Trick!” to cure your ailments. Social media sites are tuned for engagement, and few things are more engaging than a fight. Today it seems that people want to quarrel; I have seen flame wars among birders.  

    These tensions are often at odds with a site’s goals. If we are providing support and advice to customers, we don’t want those customers to wrangle with each other. If we offer news about the latest research, we want readers to feel at ease; if we promote upcoming marches, we want our core supporters to feel comfortable and we want curious newcomers to feel welcome. 

    In a study for a conference on the History of the Web, I looked to the origins of Computer Science in Vienna (1928-1934)  for a case study of the importance of amiability in a research community and the disastrous consequences of its loss. That story has interesting implications for web environments that promote amiable interaction among disparate, difficult (and sometimes disagreeable) people.

    The Vienna Circle

    Though people had been thinking about calculating engines and thinking machines from antiquity, Computing really got going in Depression-era Vienna.  The people who worked out the theory had no interest in building machines; they wanted to puzzle out the limits of reason in the absence of divine authority. If we could not rely on God or Aristotle to tell us how to think, could we instead build arguments that were self-contained and demonstrably correct? Can we be sure that mathematics is consistent? Are there things that are true but that cannot be expressed in language? 

    The core ideas were worked out in the weekly meetings (Thursdays at 6) of a group remembered as the Vienna Circle. They got together in the office of Professor Moritz Schlick at the University of Vienna to discuss problems in philosophy, math, and language. The intersection of physics and philosophy had long been a specialty of this Vienna department, and this work had placed them among the world leaders.  Schlick’s colleague Hans Hahn was a central participant, and by 1928 Hahn brought along his graduate students Karl Menger and Kurt Gödel. Other frequent participants included philosopher Rudolf Carnap, psychologist Karl Popper, economist Ludwig von Mises (brought by his brother Frederick, a physicist),  graphic designer Otto Neurath (inventor of infographics), and architect Josef Frank (brought by his physicist brother, Phillip).  Out-of-town visitors often joined, including the young Johnny von Neumann, Alfred Tarski, and the irascible Ludwig Wittgenstein. 

    When Schlick’s office grew too dim, participants adjourned to a nearby café for additional discussion with an even larger circle of participants.  This convivial circle was far from unique.  An intersecting circle–Neurath, von Mises, Oskar Morgenstern–established the Austrian School of free-market economics. There were theatrical circles (Peter Lorre, Hedy Lamarr, Max Reinhardt), and literary circles. The café was where things happened.

    The interdisciplinarity of the group posed real challenges of temperament and understanding. Personalities were often a challenge. Gödel was convinced people were trying to poison him. Architect Josef Frank depended on contracts for public housing, which Mises opposed as wasteful. Wittgenstein’s temper had lost him his job as a secondary school teacher, and for some of these years he maintained a detailed list of whom he was willing to meet. Neurath was eager to detect muddled thinking and would interrupt a speaker with a shouted “Metaphysics!” The continuing amity of these meetings was facilitated by the personality of their leader, Moritz Schlick, who would be remembered as notably adept in keeping disagreements from becoming quarrels.

    In the Café

    The Viennese café of this era was long remembered as a particularly good place to argue with your friends, to read, and to write. Built to serve an imperial capital, the cafés found themselves with too much space and too few customers now that the Empire was gone. There was no need to turn tables: a café could only survive by coaxing customers to linger. Perhaps they would order another coffee, or one of their friends might drop by. One could play chess, or billiards, or read newspapers from abroad. Coffee was invariably served with a glass of purified spring water, still a novelty in an era in which most water was still unsafe to drink. That water glass would be refilled indefinitely. 

    In the basement of one café, the poet Jura Soyfer staged “The End Of The World,” a musical comedy in which Professor Peep has discovered a comet heading for earth.

    Prof. Peep: The comet is going to destroy everybody!

    Hitler:  Destroying everybody is my business.

    Of course, coffee can be prepared in many ways, and the Viennese café developed a broad vocabulary to represent precisely how one preferred to drink it: melange, Einspänner, Brauner, Schwarzer, Kapuziner. This extensive customization, with correspondingly esoteric conventions of service, established the café as a comfortable and personal third space, a neutral ground in which anyone who could afford a coffee would be welcome. Viennese of this era were fastidious in their use of personal titles, of which an abundance were in common use. Café waiters greeted regular customers with titles too, but were careful to address their patrons with titles a notch or two greater than they deserved. A graduate student would be Doktor, an unpaid postdoc Professor.  This assurance mattered all the more because so many members of the Circle (and so many other Viennese) came from elsewhere: Carnap from Wuppertal, Gödel from Brno, von Neumann from Budapest. No one was going to make fun of your clothes, mannerisms, or accent. Your friends wouldn’t be bothered by the pram in the hall. Everyone shared a Germanic Austrian literary and philosophical culture, not least those whose ancestors had been Eastern European Jews who knew that culture well, having read all about it in books.

    The amiability of the café circle was enhanced by its openness. Because the circle sometimes extended to architects and actors, people could feel less constrained to admit shortfalls in their understanding. It was soon discovered that marble tabletops made a useful surface for pencil sketches, serving all as an improvised and accessible blackboard.

    Comedies like “The End Of The World” and fictional newspaper sketches or feuilletons of writers like Joseph Roth and Stefan Zweig served as a second defense against disagreeable or churlish behavior. The knowledge that, if one got carried away, a parody of one’s remarks might shortly appear in Neue Freie Presse surely helped Professor Schlick keep matters in hand.

    The End Of Red Vienna

    Though Austria’s government drifted to the right after the War, Vienna’s city council had been Socialist, dedicated to public housing based on user-centered design, and embracing  ambitious programs of public outreach and adult education. In 1934 the Socialists lost a local election, and this era soon came to its end as the new administration focused on the imagined threat of the International Jewish Conspiracy. Most members of the Circle fled within months: von Neumann to Princeton, Neurath to Holland and Oxford, Popper to New Zealand, Carnap to Chicago. Prof. Schlick was murdered on the steps of the University by a student outraged by his former association with Jews.  Jura Soyfer, who wrote “The End Of The World,” died in Buchenwald.

    In 1939, von Neumann finally convinced Gödel to accept a job in Princeton. Gödel was required to pay large fines to emigrate. The officer in charge of these fees would look back on this as the best posting of his career; his name was Eichmann.

    Design for Amiability

    An impressive literature recounts those discussions and the environment that facilitated the development of computing. How can we design for amiability?  This is not just a matter of choosing rounded typefaces and a cheerful pastel palette. I believe we may identify eight distinct issues that exert design forces in usefully amiable directions.

    Seriousness: The Vienna Circle was wrestling with a notoriously difficult book—Wittgenstein’s Tractus Logico-Philosophicus—and a catalog of outstanding open questions in mathematics. They were concerned with consequential problems, not merely scoring points for debating. Constant reminders that the questions you are considering matter—not only that they are consequential or that those opposing you are scoundrels—help promote amity.

    Empiricism: The characteristic approach of the Vienna Circle demanded that knowledge be grounded either in direct observation or in rigorous reasoning. Disagreement, when it arose, could be settled by observation or by proof. If neither seemed ready to hand, the matter could not be settled. On these terms, one can seldom if ever demolish an opposing argument, and trolling is pointless.

    Abstraction: Disputes grow worse when losing the argument entails lost face or lost jobs. The Vienna Circle’s focus on theory—the limits of mathematics, the capability of language—promoted amity. Without seriousness, abstraction could have been merely academic, but the limits of reason and the consistency of mathematics were clearly serious.

    Formality: The punctilious demeanor of waiters and the elaborated rituals of coffee service helped to establish orderly attitudes amongst the argumentative participants. This stands in contrast to the contemptuous sneer that now dominates social media.  

    Schlamperei: Members of the Vienna Circle maintained a global correspondence, and they knew their work was at the frontier of research. Still, this was Vienna, at the margins of Europe: old-fashioned, frumpy, and dingy. Many participants came from even more obscure backwaters. Most or all harbored the suspicion that they were really schleppers, and a tinge of the ridiculous helped to moderate tempers. The director of “The End Of The World” had to pass the hat for money to purchase a moon for the set, and thought it was funny enough to write up for publication.

    Openness: All sorts of people were involved in discussion, anyone might join in. Each week would bring different participants. Fluid borders reduce tension, and provide opportunities to broaden the range of discussion and the terms of engagement. Low entrance friction was characteristic of the café: anyone could come, and if you came twice you were virtually a regular. Permeable boundaries and café culture made it easier for moderating influences to draw in raconteurs and storytellers to defuse awkward moments, and Vienna’s cafés had no shortage of humorists. Openness counteracts the suspicion that promoters of amiability are exerting censorship.

    Parody: The environs of the Circle—the university office and the café—were unmistakably public. There were writers about, some of them renowned humorists. The prospect that one’s bad taste or bad behavior might be ridiculed in print kept discussion within bounds. The sanction of public humiliation, however, was itself made mild by the veneer of fiction; even if you got a little carried away and a character based on you made a splash in some newspaper fiction, it wasn’t the end of the world.

    Engagement: The subject matter was important to the participants, but it was esoteric: it did not matter very much to their mothers or their siblings. A small stumble or a minor humiliation could be shrugged off in ways that major media confrontations cannot.

    I believe it is notable that this environment was designed to promote amiability through several different voices.  The café waiter flattered each newcomer and served everyone, and also kept out local pickpockets and drunks who would be mere disruptions. Schlick and other regulars kept discussion moving and on track. The fiction writers and raconteurs—perhaps the most peripheral of the participants—kept people in a good mood and reminded them that bad behavior could make anyone ridiculous.  Crucially, each of these voices were human: you could reason with them. Algorithmic or AI moderators, however clever, are seldom perceived as reasonable. The café circles had no central authority or Moderator against whom everyone’s resentments might be focused. Even after the disaster of 1934, what people remembered were those cheerful arguments.

  • Why Voice AI Is Ready for Prime Time

    Why Voice AI Is Ready for Prime Time

    Why Voice AI Is Ready for Prime Time written by John Jantsch read more at Duct Tape Marketing

    Catch the Full Episode: Episode Overview Voice agents are rapidly evolving from novelty tools into core revenue infrastructure. Instead of functioning as glorified talking FAQs, today’s AI voice systems can serve as qualifiers, schedulers, concierges, onboarding guides, retention reps, and upsell assistants. In this episode of the Duct Tape Marketing Podcast, John Jantsch interviews Ryan […]

    Upskilling Your Team for What’s Next written by John Jantsch read more at Duct Tape Marketing

    Catch the Full Episode:

    Overview

    In this episode of the Duct Tape Marketing Podcast, John Jantsch interviews Rob Levin, serial
    entrepreneur, chairman and co-founder of Work Better Now, and author of
    The New Talent Playbook: The Ultimate Guide for Building Your Dream Team.

    With over 30 years of experience helping small and mid-sized businesses solve persistent
    talent challenges, Rob shares why the traditional hiring “playbook” no longer works. He
    explains how the pandemic, generational shifts, remote work, and artificial intelligence
    have fundamentally changed the talent landscape.

    The conversation explores the hidden talent crisis facing SMBs, why culture is more critical
    than ever, how to rethink KPIs in a remote-first world, and what it really means to become
    an AI-first organization. If you’re still managing talent like it’s 2016, this episode offers
    a roadmap for building a future-ready team.

    Guest Bio: Rob Levin

    Rob Levin is a serial entrepreneur and business growth expert with more than three decades
    of experience helping small and mid-sized businesses thrive. He is the chairman and co-founder
    of Work Better Now, a company that empowers U.S.-based SMBs to access highly skilled remote
    professionals, particularly from Latin America, to overcome hiring bottlenecks and build
    high-performing teams.

    Rob is the author of The New Talent Playbook: The Ultimate Guide for Building Your Dream Team,
    where he outlines a modern approach to talent strategy in an era defined by remote work,
    rapid technological change, and AI disruption.

    Key Takeaways

    1. The Talent Crisis Is Really a Talent Shift

    Despite headlines about layoffs, many small and mid-sized businesses still struggle to fill
    critical roles. The skills needed to succeed in large enterprises often do not translate to
    the owner-minded, adaptable talent required in SMBs.

    2. The Old Hiring Playbook Is Obsolete

    Many business owners are still operating as if it’s 2016. Power dynamics have shifted, top
    performers have more leverage, and younger generations prioritize culture and meaning at work
    more than previous generations.

    3. Culture Is a Strategic Advantage

    A clearly defined set of core values is the foundation of a strong culture—especially in remote
    and hybrid environments. Companies should hire and fire based on core values and intentionally
    build a culture that embraces change.

    4. Remote Teams Require Structure and Over-Communication

    In a remote environment, clarity and communication must be intentional. Weekly meetings,
    consistent updates, and well-defined KPIs are essential to maintaining alignment and accountability.

    5. KPIs Benefit Employees as Much as Employers

    Well-designed KPIs are not just management tools—they give employees clarity on expectations and
    what it means to “win” in their role. A lack of KPIs often signals unclear leadership rather than
    poor employee performance.

    6. Upskilling Is a Competitive Imperative

    As technology and AI reshape roles, companies must identify the new capabilities they need and
    aggressively invest in training. Affordable and high-quality education is widely available, and
    businesses should leverage it.

    7. Business Owners Must Lead the AI Shift

    Before expecting teams to use AI effectively, business owners must gain hands-on experience
    themselves. Understanding AI’s capabilities firsthand enables leaders to redesign workflows,
    not just automate existing tasks.

    8. Move from Doing the Work to Managing AI

    The future of many roles will involve managing, refining, and validating AI output rather than
    executing routine tasks. Organizations must help employees transition from task execution to AI
    supervision and optimization.

    9. Become AI-First, Not AI-Improved

    Rather than using AI to enhance existing workflows, companies should rethink processes from the
    ground up with AI doing much of the heavy lifting. This mindset shift can dramatically improve
    productivity and scalability.

    10. Global Talent Expands Your Competitive Edge

    Expanding your hiring reach beyond local markets—across the U.S., Latin America, and beyond—opens
    access to skilled professionals and helps solve persistent hiring bottlenecks.

    Great Moments from the Episode

    • 00:03 – Introduction to Rob Levin and The New Talent Playbook
    • 01:14 – Why the talent market has fundamentally changed since the pandemic
    • 02:15 – From “They’re lucky to have a job” to employee leverage
    • 04:11 – Why layoffs don’t solve the SMB talent shortage
    • 06:02 – Understanding the hidden talent crisis
    • 08:27 – Identifying new capabilities and upskilling your team
    • 10:53 – Why business owners must take hands-on AI training
    • 11:56 – Becoming an AI-first organization
    • 13:20 – Why culture matters more than ever
    • 14:23 – Managing culture in remote and fractional teams
    • 16:41 – Why KPIs are more for employees than employers
    • 18:26 – Using AI as a thought partner for performance measurement
    • 19:45 – What Rob would update in the AI chapter today
    • 21:28 – Addressing employee fears about AI replacing jobs
    • 22:42 – Where to find The New Talent Playbook and connect with Rob

    Quotes

    “There’s such a long list of changes, but the biggest one is that the old talent playbook just doesn’t work anymore.”

    “KPIs are actually more for the employee than the employer. They give clarity on what winning looks like.”

    “Don’t just use AI to improve a workflow. Redesign the workflow so AI is doing the heavy lifting.”

    “You’re only scratching the surface of what AI can do for your company if you’re not using it as a thought partner.”

    Resources Mentioned

    • The New Talent Playbook: The Ultimate Guide for Building Your Dream Team by Rob Levin
    • Work Better Now – Nearshore talent solutions for SMBs
    • National Federation of Independent Business (NFIB) hiring trend surveys

    Connect with Rob Levin

     

    John Jantsch (00:03.266)

    Hello and welcome to another episode of the Duct Tape Marketing Podcast. This is John Jantsch. My guest today is Rob Levin. He’s a serial entrepreneur and business growth expert with more than 30 years of experience helping small and mid-sized businesses thrive by solving their most persistent talent challenges. He’s the chairman and co-founder of Work Better Now, a company that empowers US-based SMBs to access highly skilled remote professionals, particularly.

    from Latin America to overcome hiring bottlenecks and build teams that drive growth and innovation. But today we’re going to focus on his newest book, the new talent playbook, the ultimate guide for building your dream team. So Rob, welcome to the show.

    Rob Levin (00:46.516)

    Thanks, John. Great to see you.

    John Jantsch (00:48.632)

    So.

    You were before we even got started, you were talking about the speed of change and that’s really what’s going to be my first question. I mean, you’ve worked with, I’ve worked with small businesses for decades. in your view, what’s changed the most about hiring in the last, I was going to say five years, but I I could say five months, I guess. And what, what prompted you to write the new talent, playbook?

    Rob Levin (01:14.184)

    Yeah, and I’m going to if it’s okay, John, I want to go beyond hiring. I just want to talk about talent in general. And a ton has changed. And in fact, what the reason the reason I wrote the book is I still I saw how the talent market changed. And I can talk a little bit about that. But I also saw how business owners were still

    John Jantsch (01:18.638)

    See you soon.

    Rob Levin (01:35.142)

    running the same talent playbooks, if you will, as if it was 2016. And a lot really changed in the pandemic. So let’s talk about what’s changed. There’s such a long list. I’ll mention a few things. Number one, younger, let’s put it this way. And now it’s arguable whether this happens every generation or so or not. But younger generations in the workforce, at least I’m hearing this from business owners like myself, Gen Xers.

    baby boomers, the younger generations of the workforce work differently than the older ones do. And I think a lot of business owners are having trouble understanding that. The biggest change perhaps out of all of them, and I have so many of them, but the one I think to focus in on is…

    It’s and you wouldn’t know this from reading the headlines, but it’s there’s I used to call it a talent crisis. In fact, in the book, I call it a talent crisis. I’m not calling it a talent shift where it’s really hard for small and mid-sized businesses to find the talent that they need. And this cascades to the point where it also means that they may be holding on to employees that are not the right people for them to grow going going forward. And and one way to think about

    how people’s mindsets have not yet changed is you and I are old enough to remember when you used to hear bosses say something like, they’re lucky to have a job, right? And there’s still people with a similar type mentality and that has totally changed. A lot of the power, if you will, and I don’t really like to look at it that way, but it’s a way that people understand has shifted the employee side, particularly those top performers that we all want in our business.

    John Jantsch (03:07.862)

    Right, right.

    John Jantsch (03:20.32)

    Mm-hmm.

    John Jantsch (03:26.638)

    You know, it’s interesting you met at the outset of that. You mentioned the idea that, you know, probably every generation thinks this and I, and I, I suspect there’s some truth to that, but it feels like the gap’s bigger now because it’s, it feels like a bigger shift. Again, I’ve only been through one generation, so to speak. Uh, but it feels like it is, um, you know, talk to me a little bit about the fact that I like, I’m talking to a lot of people, uh, uh, a lot of my peers, a lot of your peers, you know, have kids getting out of college. Um, and.

    They’re saying, you know, it’s terrible out there. The job market’s, you know, absolute disaster out there, you know, for people coming out of college. And yet, you you just referenced the idea that the leverage is actually kind of with the job seeker. So how do you kind of balance that?

    Rob Levin (04:11.624)

    That’s a great, great question. I have two kids in college and I’m worried about their job prospects. I’m actually telling them to start their own businesses. So if you look at the headlines, the headlines are mass layoffs, right? True. The headlines are AI is going to take jobs away, which I believe is true. And it may even start, it may start to be happening right now. That said,

    John Jantsch (04:20.7)

    I’m

    Rob Levin (04:39.634)

    You know, in a business, when you’re running your own business, you don’t have an HR department, you don’t have a training department, or most companies don’t have a training department. What are you dealing with? You need people that have experience, that have an owner’s mentality, you need that in a small business, you don’t get that, you know, somebody working in a large business rarely has that, you don’t necessarily need that skill set. In fact, you probably don’t want that skill set in a larger business.

    And you need somebody you you meet need somebody with at least some experience Those people are hard to find and the thing also thing to remember is like well, you know, you might say well All of these layoffs are happening So these people are now available the skill sets that you need to thrive in a large business are not necessarily the same skill sets That are needed in a small or mid-sized business and the data backs this up You’re probably familiar with NFIB National Federation and it’s been around forever. They do they do a survey or poll. I think it’s

    John Jantsch (05:31.79)

    Sure.

    Rob Levin (05:36.682)

    every month. And you’ll routinely see, I think it’s about a third of small and mid-sized businesses cannot fill roles.

    John Jantsch (05:45.198)

    Thanks

    John Jantsch (05:48.504)

    So one of the things you talk a lot about and you mentioned it a couple of times, I wonder if you could kind of lay out this idea of the hidden talent crisis that you’ve really been speaking so much about.

    Rob Levin (06:02.418)

    Yeah, it’s pretty much what we’re talking about. It’s just really hard to find great talent, at least within the US, and we could talk about.

    One of the chapters of book is about, you know, expanding your reach, not only expanding it so that you can hire people remotely throughout the U.S. or maybe throughout North America, but also Latin America, even even Asia. So you have that and a lot of companies also where they’re struggling is the other thing that’s changing beyond talent is everything else in business, right? So technology is driving so much change. A.I. is, of course, a great example. I don’t have to tell you marketing has changed how much in the past five years.

    John Jantsch (06:34.638)

    Yeah, yeah.

    Rob Levin (06:43.408)

    compared to the past 20 or 30 years, right? And what does this mean for small and mid-sized businesses? It means that they need new capabilities. And their current employees, if they…

    John Jantsch (06:45.102)

    Sure. Yep.

    Rob Levin (06:54.79)

    Hopefully there’s an opportunity to upskill them, which is a big part that I think I dedicate about half of a chapter to upskilling your current employees to bring in those new capabilities in your company. if your people are not upskillable, if you will, then you have a serious problem on your hands, especially if it’s hard to hire the people that have those capabilities that you need to bring into your company.

    John Jantsch (07:10.894)

    Mm-hmm.

    John Jantsch (07:20.558)

    Yeah, so there’s a couple of things to unpack there. I would suggest, you know, a lot of people talking about all these jobs going away. In one hand, they are, but I think what they’re doing is they’re shifting to a new set of, you know, capabilities that somebody needs to have. So yeah, some of the routine stuff that you just needed somebody that, you know, that could put in the hours to do the tasks, those are certainly are going to be things that AI does pretty well. And those jobs are going to go away, but

    by the same sense, this idea then of who’s making decisions about what’s good and what’s bad, what’s the right decision, what’s not, what’s on brand, what’s not. I I think those people are going to remain humans, but they might either need to be different humans than you have today, or as you said, upskill. So how do you take somebody that you hired essentially to do tasks, because that’s how you saw the role, who now really needs to do something that

    you didn’t hire them for, they may be capable of doing, but you didn’t hire them for that. I mean, how do you make that assessment, but then also how do you make that leap?

    Rob Levin (08:27.24)

    Yeah, so let’s do this in a general sense and then we can drill down to AI because I think AI is very specific.

    situation, although AI probably has a lot to do with the new capabilities that a lot of companies, need. So the first thing to do is identify the new capability you need in your company. So, you know, I’m talking to Mr. Marketing here. So, you know, the marketing capabilities have are, are, changing. And the first thing you have to do is recognize, well, what is it that you need? And then the question is, is, you know, do I have somebody on the marketing team that is up skillable? Do they have the.

    Do they have the desire to learn something new? Do they have that ability? Do they have the ability to not only learn it, but then bring that capability internal? And here’s the good news about all of this is that

    the training, you if it’s a new capability, you’re have to look external for training, which is totally fine. In fact, companies should get really aggressive about this because there’s so much good training out there. Much of it is low cost, if not free. You know, for example, on the marketing side, HubSpot, all of the major CRM and marketing platforms are all offering training, teaching you exactly what needs to be done. Because a lot of this a lot of the changes in marketing, of course, are technology based. So again, identifying what you know, what is

    John Jantsch (09:27.224)

    Yes.

    Rob Levin (09:46.146)

    it that I need and then finding the person in your company, giving them the time to do it, obviously paying for any fees that might be there and having an understanding with that person that look, I’m going to invest in the training for you. This is good for you and your career. I do expect that you bring those capabilities in and then when they do that, be prepared to give them a promotion and the raise that they’re probably looking for. Everybody wins. talking about AI, AI in

    particular, my personal opinion on this, having done this myself, is that I think every business owner needs to go through a hands on AI course first, you need to really understand what the capabilities of AI are. Before you can start to look at people on your team. All right, I need you to, you know, pick up this AI capability, let’s say with marketing or with operations or, etc. I think the owner needs to have some level of understanding

    And in my opinion is that you need to do some hands-on AI training yourself first. I think everybody needs to do that.

    John Jantsch (10:53.646)

    Well, I think in a lot of ways, what’s holding some people back is it’s going to require, I think, a total mindset shift. You know, there are definitely people who are looking at AI and just saying, oh, we can do that task that used to be done by this person faster, you know, as opposed to like restructure how they even think about their organization. And so I think, I think in some cases, you know, instead of diving into how does this tool work, it’s more how do I structure my entire organization, you know, for a new reality.

    Rob Levin (11:23.698)

    Right, and that’s why I think.

    that the owners AI training that they should go through has to be hands on because then you’ll actually start to see what the when you actually start to build something with AI, a light bulb will go will probably go off in your head and you’ll see what what what AI is capable of. And then we’re using the term at work better now. We’re using the term AI first. We’re now which which what that means is not to use AI to improve an existing workflow. But let’s have let’s have that workflow totally

    John Jantsch (11:29.934)

    Yeah.

    John Jantsch (11:36.13)

    Right.

    John Jantsch (11:47.726)

    Mm-hmm. Mm-hmm.

    Rob Levin (11:56.304)

    redesign where AI is doing a lot of the heavy lifting. And of course, that’s going to come with a lot of retraining of our team to go from doing the work to managing the AI agent or what bot or whatever you want to call it that’s going to be doing the work. you know, there’s another fundamental thing that really should happen.

    before all of this. And this is a big part of how the talent game has changed a lot over the past 10 years with an emphasis on the past few. So culture in your group that has always been important, it is by far more important than ever. It is so important today. And why is that? Well, number one, I just give you a few data, not data points, but sound bites for this. Number one, the younger generations, and there are, there’s plenty of good workers

    John Jantsch (12:30.051)

    Yes.

    Rob Levin (12:47.082)

    those younger generations. Culture matters a lot to them. Culture, meaning, right? So that alone should wake everybody up and say, hey, this isn’t something maybe I focused on in the past, but I’m gonna start focusing on it now. And I dedicate a whole chapter in the book on it.

    But also, not only just having a healthy culture, but let’s have a culture of accepting change and figuring out how to harness change as opposed to, you know, kind of push it off to the side, which a lot of people are still doing.

    John Jantsch (13:20.366)

    So there’s a couple issues I was going to bring culture up. So perfect segue. There’s a couple of things that I know are dear and dear, dear and dear to you because it really impacts the business work better now structure. So when you mentioned culture, you know, a lot of organizations, small businesses today, you know, this used to just be, you know, a foreign thing, but today have fractional just about everything. They bring in contractors to do certain jobs.

    Certainly Work Better Now’s entire business model is placing employees who are remote. So how do you manage culture? It’s obviously one way to do it in an organization where everybody’s there, they’re all in the seats, you have the company lunches. I mean, you do a lot of the things that can build some of that. How do you manage that when you have part-time people, you have remote people, you have…

    you folks that are from different cultures, you know, for example, as Work Better Now really supports them. I’m curious if you ever get any pushback from that, you know, that very thing.

    Rob Levin (14:23.604)

    We used to get a little bit, it’s going away rapidly. So in terms of our experience, but what I will also tell you is that in my opinion, and this has worked for us, it worked better now, in my opinion, the starting point is defining your core values, right? So in other words, your core values are essentially like, what do want our culture to be?

    John Jantsch (14:40.334)

    All right.

    Rob Levin (14:45.364)

    So for example, some of ours is we put our talent first, we believe in excellence, and so on and so forth. And we recognize on those, we hire based on them. When we have to fire, we fire based on those. So there’s a little bit of clarity there, starting with those core values. Then the next thing you do in a remote environment, and by the way, it doesn’t matter whether somebody’s in three states over or the next continent over, remote’s remote, is we over-communicate.

    We over communicate. we have a weekly staff meeting that we have. We have teams. have updates on teams. We reiterate anything that’s important on email. It’s really, really important to over communicate. Then I’ll also add that KPIs in a remote environment, KPIs are important period, but KPIs for every job and several KPIs when possible for every single role in the company is extremely

    important because at least now you have something you can measure people on. And then also, this is one that I only talk a little bit about it in the book, but it’s been coming up in conversations a lot more lately, is something as simple as clarity.

    You know, I was talking with a business owner last week. can’t remember what the role was that they were discussing in their company. It was actually in my, in one of my CEO peer groups. And I said, you know, the way you’re talking about this, I don’t think you made it very clear. And this is a very polished business owner. I don’t think you made it very clear what your expectations were. And then I don’t think you had the proper check-ins to make sure that this person was on track. So when people are in the same office.

    It’s a little easier, right? There’s the water cooler. You just kind of roll your chair back and say, hey, how are we doing with this project? In a remote environment, you need a little bit more structure. That’s also where the communications come into play.

    John Jantsch (16:41.72)

    Yeah. You you mentioned that KPIs and I think a lot of people don’t realize that those are a two way street as well. You know, I mean, lot of business owners are like, I’m giving you these so that, you know, I know if you’re on track measuring you, but I’ve talked to a lot of employees. They’re like, thank God you gave me these. I have, so I know what I’m supposed to do here. I know how to win. Because I think a lot of times it’s just like, do the work and you know, hope everybody’s happy. And so I think that,

    Rob Levin (17:01.748)

    That’s right.

    John Jantsch (17:11.22)

    we sometimes probably underestimate those KPIs are as much for that employee as they are for us.

    Rob Levin (17:17.492)

    think they’re actually more for the employee. And if anything, when I see a company that doesn’t have KPIs, more often than not, what has happened is that the employer or the manager, whomever it is who has the responsibility of overseeing somebody, has not really figured it out themselves what’s important in its role. So how can you have clarity?

    John Jantsch (17:20.13)

    More? agree.

    John Jantsch (17:36.812)

    Right? Right. Right. Yeah.

    Rob Levin (17:41.172)

    you know, when you yourself don’t know. And it’s not okay to say, I know it when I see it, because it doesn’t work when you’re on the receiving end.

    John Jantsch (17:47.438)

    Yeah. You know, and one of the beauties of AI quite frankly is that you can go to a chat GPT or whatever tool, you know, even if it hasn’t been trained that much and you can actually ask it what here’s our goal. You here’s what we’re trying to do. What should we be measuring? I mean, instead of trying to sit around and go, okay, I need to write all these job descriptions and KPIs or whatnot, you know, just, just have a conversation with these tools and, and it, you know, it,

    may not be tuned 100 % to you because it’s kind of doing the average of what the world does out there, but it may be a great way to start rather than you just saying, don’t know where to start.

    Rob Levin (18:26.514)

    Yeah. You know, I, what, what, one of the things that frustrates me even pre AI, but certainly now in this AI world is when somebody’s like, well, I’m going to do it this way, as opposed to actually trying to research the best practice, which pre AI you can do based on an internet search now with AI, right. it’s, it’s inexcusable to not have tapped into this wealth of knowledge, right.

    John Jantsch (18:42.914)

    Sure.

    John Jantsch (18:51.554)

    Benchmark your industry no matter what the size your business is, right? Yeah, exactly.

    Rob Levin (18:54.098)

    Yeah. And by the way, you know, yes, absolutely, you should be doing this and for every role and that’ll help you come up with the KPIs and projects and even qualitative ways to assess people and communicate what the role is all about. But let’s also be clear, John, and you and I know this and I hope everybody’s understanding this. You’re only scratching the surface about what with what AI can do for your company by using it as a thought partner, which is what we’re talking about.

    John Jantsch (19:21.966)

    Yeah, yeah. I’m curious, what have you learned since you wrote the book and since you’ve been out there talking to people about the book? I asked that question specifically or maybe because I’ve written books and I just always know that like I’ll have conversations or I’ll go on speaking and somebody will say something to me. I’ll go, dang, I wish I would have put that in the book. That’s great. I’m curious if you had any of those a-ha’s.

    Rob Levin (19:45.78)

    Well, it’s slightly different. The biggest aha I have is what we were just talking about. the AI chapter of my book was written a little over a year ago. you know, now what’s in there still applies, which what I said a little over a year ago was experiment and encourage everybody to experiment. By now, yeah, you have to do that, by the way, you should do that. Now it’s take a course and figure out.

    What are some of the biggest challenges you have in your business and how can AI help you with those challenges, not only as a thought partner, but actually in doing the work? then you have to start to think about…

    And if I was writing the book today, this is what would be in it regarding AI is how do you get your team to go from doing the work to managing the AI, refining it, checking the results? Because AI is not going to get it perfect all the time, but it’s going to do a great job in a lot less time. And again, we’re only scratching the surface on what the capabilities are.

    John Jantsch (20:52.152)

    Well, it’s interesting. mean, you could, you could really point to that as maybe the major mind shift that the companies need to have is to start encouraging employees to, to do just what you said. How can you get AI to do this work? Especially a lot of the routine kind of stuff. But I’m sure you’re hearing from people that are, you know, the employee is like, yeah, work myself out of a job. Great. So I do see that fear, you know, is that a lot of companies are just going into people and saying,

    figure out how to use AI to do your job. And I think the implied issue with that is like, then I won’t have a job.

    Rob Levin (21:28.884)

    Right. Which, which, you know, I guess it’s on us employers to, to manage that. And I can tell you what we’re doing at Work Better Now, which is we’re telling everybody, look, this is the direction we’re going in. We’re going to provide the training and then it’s on the employee really to pick up the ball and to do it. And we told everybody we are not, we have no plans on any layoffs. We are expanding, we’re growing. And with AI, we just hopefully are not going to have to add.

    John Jantsch (21:35.939)

    Yeah.

    Rob Levin (21:58.46)

    a lot of headcount, right? And yet, you know, we’ll we should see improved outcomes. And I think this is an opportunity for all of our employees, because we are going to work, I guess you can say kind of like pioneering, you know, company or space in our size. And, you know, we we’re making it very clear, like, look, as long as you figure this out, again, we’re providing the training, you know, your your job is safe. In fact, your job is going to be more important

    John Jantsch (22:12.812)

    Yes.

    Rob Levin (22:28.374)

    than ever.

    John Jantsch (22:29.944)

    Yes, be more productive. Well, Robert, I appreciate you taking the moment to stop by the Ductate Marketing Podcast, anywhere you want to invite people to find out more, to connect with you, of course, but then also find out more about your work and find out more about your writing.

    Rob Levin (22:42.472)

    Yeah, you can just search for New Talent Playbook if you want to pick up a copy of the book or New Talent Playbook Substack or podcast. Just Google that in and it’ll pop right up. And of course, if you are looking for offshore talent, near shore talent in our case, that’s WorkBetterNow.com.

    John Jantsch (22:59.286)

    Well again, appreciate you stopping by and hopefully you’ve dug out of that snowstorm in New York.

    Rob Levin (23:04.936)

    Yeah, thanks, John, and great to see you. Thanks for having me on show.

    powered by

  • Upskilling Your Team for What’s Next

    Upskilling Your Team for What’s Next

    Upskilling Your Team for What’s Next written by John Jantsch read more at Duct Tape Marketing

    Catch the Full Episode: Overview In this episode of the Duct Tape Marketing Podcast, John Jantsch interviews Rob Levin, serial entrepreneur, chairman and co-founder of Work Better Now, and author of The New Talent Playbook: The Ultimate Guide for Building Your Dream Team. With over 30 years of experience helping small and mid-sized businesses solve […]

    Upskilling Your Team for What’s Next written by John Jantsch read more at Duct Tape Marketing

    Catch the Full Episode:

    Overview

    In this episode of the Duct Tape Marketing Podcast, John Jantsch interviews Rob Levin, serial
    entrepreneur, chairman and co-founder of Work Better Now, and author of
    The New Talent Playbook: The Ultimate Guide for Building Your Dream Team.

    With over 30 years of experience helping small and mid-sized businesses solve persistent
    talent challenges, Rob shares why the traditional hiring “playbook” no longer works. He
    explains how the pandemic, generational shifts, remote work, and artificial intelligence
    have fundamentally changed the talent landscape.

    The conversation explores the hidden talent crisis facing SMBs, why culture is more critical
    than ever, how to rethink KPIs in a remote-first world, and what it really means to become
    an AI-first organization. If you’re still managing talent like it’s 2016, this episode offers
    a roadmap for building a future-ready team.

    Guest Bio: Rob Levin

    Rob Levin is a serial entrepreneur and business growth expert with more than three decades
    of experience helping small and mid-sized businesses thrive. He is the chairman and co-founder
    of Work Better Now, a company that empowers U.S.-based SMBs to access highly skilled remote
    professionals, particularly from Latin America, to overcome hiring bottlenecks and build
    high-performing teams.

    Rob is the author of The New Talent Playbook: The Ultimate Guide for Building Your Dream Team,
    where he outlines a modern approach to talent strategy in an era defined by remote work,
    rapid technological change, and AI disruption.

    Key Takeaways

    1. The Talent Crisis Is Really a Talent Shift

    Despite headlines about layoffs, many small and mid-sized businesses still struggle to fill
    critical roles. The skills needed to succeed in large enterprises often do not translate to
    the owner-minded, adaptable talent required in SMBs.

    2. The Old Hiring Playbook Is Obsolete

    Many business owners are still operating as if it’s 2016. Power dynamics have shifted, top
    performers have more leverage, and younger generations prioritize culture and meaning at work
    more than previous generations.

    3. Culture Is a Strategic Advantage

    A clearly defined set of core values is the foundation of a strong culture—especially in remote
    and hybrid environments. Companies should hire and fire based on core values and intentionally
    build a culture that embraces change.

    4. Remote Teams Require Structure and Over-Communication

    In a remote environment, clarity and communication must be intentional. Weekly meetings,
    consistent updates, and well-defined KPIs are essential to maintaining alignment and accountability.

    5. KPIs Benefit Employees as Much as Employers

    Well-designed KPIs are not just management tools—they give employees clarity on expectations and
    what it means to “win” in their role. A lack of KPIs often signals unclear leadership rather than
    poor employee performance.

    6. Upskilling Is a Competitive Imperative

    As technology and AI reshape roles, companies must identify the new capabilities they need and
    aggressively invest in training. Affordable and high-quality education is widely available, and
    businesses should leverage it.

    7. Business Owners Must Lead the AI Shift

    Before expecting teams to use AI effectively, business owners must gain hands-on experience
    themselves. Understanding AI’s capabilities firsthand enables leaders to redesign workflows,
    not just automate existing tasks.

    8. Move from Doing the Work to Managing AI

    The future of many roles will involve managing, refining, and validating AI output rather than
    executing routine tasks. Organizations must help employees transition from task execution to AI
    supervision and optimization.

    9. Become AI-First, Not AI-Improved

    Rather than using AI to enhance existing workflows, companies should rethink processes from the
    ground up with AI doing much of the heavy lifting. This mindset shift can dramatically improve
    productivity and scalability.

    10. Global Talent Expands Your Competitive Edge

    Expanding your hiring reach beyond local markets—across the U.S., Latin America, and beyond—opens
    access to skilled professionals and helps solve persistent hiring bottlenecks.

    Great Moments from the Episode

    • 00:03 – Introduction to Rob Levin and The New Talent Playbook
    • 01:14 – Why the talent market has fundamentally changed since the pandemic
    • 02:15 – From “They’re lucky to have a job” to employee leverage
    • 04:11 – Why layoffs don’t solve the SMB talent shortage
    • 06:02 – Understanding the hidden talent crisis
    • 08:27 – Identifying new capabilities and upskilling your team
    • 10:53 – Why business owners must take hands-on AI training
    • 11:56 – Becoming an AI-first organization
    • 13:20 – Why culture matters more than ever
    • 14:23 – Managing culture in remote and fractional teams
    • 16:41 – Why KPIs are more for employees than employers
    • 18:26 – Using AI as a thought partner for performance measurement
    • 19:45 – What Rob would update in the AI chapter today
    • 21:28 – Addressing employee fears about AI replacing jobs
    • 22:42 – Where to find The New Talent Playbook and connect with Rob

    Quotes

    “There’s such a long list of changes, but the biggest one is that the old talent playbook just doesn’t work anymore.”

    “KPIs are actually more for the employee than the employer. They give clarity on what winning looks like.”

    “Don’t just use AI to improve a workflow. Redesign the workflow so AI is doing the heavy lifting.”

    “You’re only scratching the surface of what AI can do for your company if you’re not using it as a thought partner.”

    Resources Mentioned

    • The New Talent Playbook: The Ultimate Guide for Building Your Dream Team by Rob Levin
    • Work Better Now – Nearshore talent solutions for SMBs
    • National Federation of Independent Business (NFIB) hiring trend surveys

    Connect with Rob Levin

     

    John Jantsch (00:03.266)

    Hello and welcome to another episode of the Duct Tape Marketing Podcast. This is John Jantsch. My guest today is Rob Levin. He’s a serial entrepreneur and business growth expert with more than 30 years of experience helping small and mid-sized businesses thrive by solving their most persistent talent challenges. He’s the chairman and co-founder of Work Better Now, a company that empowers US-based SMBs to access highly skilled remote professionals, particularly.

    from Latin America to overcome hiring bottlenecks and build teams that drive growth and innovation. But today we’re going to focus on his newest book, the new talent playbook, the ultimate guide for building your dream team. So Rob, welcome to the show.

    Rob Levin (00:46.516)

    Thanks, John. Great to see you.

    John Jantsch (00:48.632)

    So.

    You were before we even got started, you were talking about the speed of change and that’s really what’s going to be my first question. I mean, you’ve worked with, I’ve worked with small businesses for decades. in your view, what’s changed the most about hiring in the last, I was going to say five years, but I I could say five months, I guess. And what, what prompted you to write the new talent, playbook?

    Rob Levin (01:14.184)

    Yeah, and I’m going to if it’s okay, John, I want to go beyond hiring. I just want to talk about talent in general. And a ton has changed. And in fact, what the reason the reason I wrote the book is I still I saw how the talent market changed. And I can talk a little bit about that. But I also saw how business owners were still

    John Jantsch (01:18.638)

    See you soon.

    Rob Levin (01:35.142)

    running the same talent playbooks, if you will, as if it was 2016. And a lot really changed in the pandemic. So let’s talk about what’s changed. There’s such a long list. I’ll mention a few things. Number one, younger, let’s put it this way. And now it’s arguable whether this happens every generation or so or not. But younger generations in the workforce, at least I’m hearing this from business owners like myself, Gen Xers.

    baby boomers, the younger generations of the workforce work differently than the older ones do. And I think a lot of business owners are having trouble understanding that. The biggest change perhaps out of all of them, and I have so many of them, but the one I think to focus in on is…

    It’s and you wouldn’t know this from reading the headlines, but it’s there’s I used to call it a talent crisis. In fact, in the book, I call it a talent crisis. I’m not calling it a talent shift where it’s really hard for small and mid-sized businesses to find the talent that they need. And this cascades to the point where it also means that they may be holding on to employees that are not the right people for them to grow going going forward. And and one way to think about

    how people’s mindsets have not yet changed is you and I are old enough to remember when you used to hear bosses say something like, they’re lucky to have a job, right? And there’s still people with a similar type mentality and that has totally changed. A lot of the power, if you will, and I don’t really like to look at it that way, but it’s a way that people understand has shifted the employee side, particularly those top performers that we all want in our business.

    John Jantsch (03:07.862)

    Right, right.

    John Jantsch (03:20.32)

    Mm-hmm.

    John Jantsch (03:26.638)

    You know, it’s interesting you met at the outset of that. You mentioned the idea that, you know, probably every generation thinks this and I, and I, I suspect there’s some truth to that, but it feels like the gap’s bigger now because it’s, it feels like a bigger shift. Again, I’ve only been through one generation, so to speak. Uh, but it feels like it is, um, you know, talk to me a little bit about the fact that I like, I’m talking to a lot of people, uh, uh, a lot of my peers, a lot of your peers, you know, have kids getting out of college. Um, and.

    They’re saying, you know, it’s terrible out there. The job market’s, you know, absolute disaster out there, you know, for people coming out of college. And yet, you you just referenced the idea that the leverage is actually kind of with the job seeker. So how do you kind of balance that?

    Rob Levin (04:11.624)

    That’s a great, great question. I have two kids in college and I’m worried about their job prospects. I’m actually telling them to start their own businesses. So if you look at the headlines, the headlines are mass layoffs, right? True. The headlines are AI is going to take jobs away, which I believe is true. And it may even start, it may start to be happening right now. That said,

    John Jantsch (04:20.7)

    I’m

    Rob Levin (04:39.634)

    You know, in a business, when you’re running your own business, you don’t have an HR department, you don’t have a training department, or most companies don’t have a training department. What are you dealing with? You need people that have experience, that have an owner’s mentality, you need that in a small business, you don’t get that, you know, somebody working in a large business rarely has that, you don’t necessarily need that skill set. In fact, you probably don’t want that skill set in a larger business.

    And you need somebody you you meet need somebody with at least some experience Those people are hard to find and the thing also thing to remember is like well, you know, you might say well All of these layoffs are happening So these people are now available the skill sets that you need to thrive in a large business are not necessarily the same skill sets That are needed in a small or mid-sized business and the data backs this up You’re probably familiar with NFIB National Federation and it’s been around forever. They do they do a survey or poll. I think it’s

    John Jantsch (05:31.79)

    Sure.

    Rob Levin (05:36.682)

    every month. And you’ll routinely see, I think it’s about a third of small and mid-sized businesses cannot fill roles.

    John Jantsch (05:45.198)

    Thanks

    John Jantsch (05:48.504)

    So one of the things you talk a lot about and you mentioned it a couple of times, I wonder if you could kind of lay out this idea of the hidden talent crisis that you’ve really been speaking so much about.

    Rob Levin (06:02.418)

    Yeah, it’s pretty much what we’re talking about. It’s just really hard to find great talent, at least within the US, and we could talk about.

    One of the chapters of book is about, you know, expanding your reach, not only expanding it so that you can hire people remotely throughout the U.S. or maybe throughout North America, but also Latin America, even even Asia. So you have that and a lot of companies also where they’re struggling is the other thing that’s changing beyond talent is everything else in business, right? So technology is driving so much change. A.I. is, of course, a great example. I don’t have to tell you marketing has changed how much in the past five years.

    John Jantsch (06:34.638)

    Yeah, yeah.

    Rob Levin (06:43.408)

    compared to the past 20 or 30 years, right? And what does this mean for small and mid-sized businesses? It means that they need new capabilities. And their current employees, if they…

    John Jantsch (06:45.102)

    Sure. Yep.

    Rob Levin (06:54.79)

    Hopefully there’s an opportunity to upskill them, which is a big part that I think I dedicate about half of a chapter to upskilling your current employees to bring in those new capabilities in your company. if your people are not upskillable, if you will, then you have a serious problem on your hands, especially if it’s hard to hire the people that have those capabilities that you need to bring into your company.

    John Jantsch (07:10.894)

    Mm-hmm.

    John Jantsch (07:20.558)

    Yeah, so there’s a couple of things to unpack there. I would suggest, you know, a lot of people talking about all these jobs going away. In one hand, they are, but I think what they’re doing is they’re shifting to a new set of, you know, capabilities that somebody needs to have. So yeah, some of the routine stuff that you just needed somebody that, you know, that could put in the hours to do the tasks, those are certainly are going to be things that AI does pretty well. And those jobs are going to go away, but

    by the same sense, this idea then of who’s making decisions about what’s good and what’s bad, what’s the right decision, what’s not, what’s on brand, what’s not. I I think those people are going to remain humans, but they might either need to be different humans than you have today, or as you said, upskill. So how do you take somebody that you hired essentially to do tasks, because that’s how you saw the role, who now really needs to do something that

    you didn’t hire them for, they may be capable of doing, but you didn’t hire them for that. I mean, how do you make that assessment, but then also how do you make that leap?

    Rob Levin (08:27.24)

    Yeah, so let’s do this in a general sense and then we can drill down to AI because I think AI is very specific.

    situation, although AI probably has a lot to do with the new capabilities that a lot of companies, need. So the first thing to do is identify the new capability you need in your company. So, you know, I’m talking to Mr. Marketing here. So, you know, the marketing capabilities have are, are, changing. And the first thing you have to do is recognize, well, what is it that you need? And then the question is, is, you know, do I have somebody on the marketing team that is up skillable? Do they have the.

    Do they have the desire to learn something new? Do they have that ability? Do they have the ability to not only learn it, but then bring that capability internal? And here’s the good news about all of this is that

    the training, you if it’s a new capability, you’re have to look external for training, which is totally fine. In fact, companies should get really aggressive about this because there’s so much good training out there. Much of it is low cost, if not free. You know, for example, on the marketing side, HubSpot, all of the major CRM and marketing platforms are all offering training, teaching you exactly what needs to be done. Because a lot of this a lot of the changes in marketing, of course, are technology based. So again, identifying what you know, what is

    John Jantsch (09:27.224)

    Yes.

    Rob Levin (09:46.146)

    it that I need and then finding the person in your company, giving them the time to do it, obviously paying for any fees that might be there and having an understanding with that person that look, I’m going to invest in the training for you. This is good for you and your career. I do expect that you bring those capabilities in and then when they do that, be prepared to give them a promotion and the raise that they’re probably looking for. Everybody wins. talking about AI, AI in

    particular, my personal opinion on this, having done this myself, is that I think every business owner needs to go through a hands on AI course first, you need to really understand what the capabilities of AI are. Before you can start to look at people on your team. All right, I need you to, you know, pick up this AI capability, let’s say with marketing or with operations or, etc. I think the owner needs to have some level of understanding

    And in my opinion is that you need to do some hands-on AI training yourself first. I think everybody needs to do that.

    John Jantsch (10:53.646)

    Well, I think in a lot of ways, what’s holding some people back is it’s going to require, I think, a total mindset shift. You know, there are definitely people who are looking at AI and just saying, oh, we can do that task that used to be done by this person faster, you know, as opposed to like restructure how they even think about their organization. And so I think, I think in some cases, you know, instead of diving into how does this tool work, it’s more how do I structure my entire organization, you know, for a new reality.

    Rob Levin (11:23.698)

    Right, and that’s why I think.

    that the owners AI training that they should go through has to be hands on because then you’ll actually start to see what the when you actually start to build something with AI, a light bulb will go will probably go off in your head and you’ll see what what what AI is capable of. And then we’re using the term at work better now. We’re using the term AI first. We’re now which which what that means is not to use AI to improve an existing workflow. But let’s have let’s have that workflow totally

    John Jantsch (11:29.934)

    Yeah.

    John Jantsch (11:36.13)

    Right.

    John Jantsch (11:47.726)

    Mm-hmm. Mm-hmm.

    Rob Levin (11:56.304)

    redesign where AI is doing a lot of the heavy lifting. And of course, that’s going to come with a lot of retraining of our team to go from doing the work to managing the AI agent or what bot or whatever you want to call it that’s going to be doing the work. you know, there’s another fundamental thing that really should happen.

    before all of this. And this is a big part of how the talent game has changed a lot over the past 10 years with an emphasis on the past few. So culture in your group that has always been important, it is by far more important than ever. It is so important today. And why is that? Well, number one, I just give you a few data, not data points, but sound bites for this. Number one, the younger generations, and there are, there’s plenty of good workers

    John Jantsch (12:30.051)

    Yes.

    Rob Levin (12:47.082)

    those younger generations. Culture matters a lot to them. Culture, meaning, right? So that alone should wake everybody up and say, hey, this isn’t something maybe I focused on in the past, but I’m gonna start focusing on it now. And I dedicate a whole chapter in the book on it.

    But also, not only just having a healthy culture, but let’s have a culture of accepting change and figuring out how to harness change as opposed to, you know, kind of push it off to the side, which a lot of people are still doing.

    John Jantsch (13:20.366)

    So there’s a couple issues I was going to bring culture up. So perfect segue. There’s a couple of things that I know are dear and dear, dear and dear to you because it really impacts the business work better now structure. So when you mentioned culture, you know, a lot of organizations, small businesses today, you know, this used to just be, you know, a foreign thing, but today have fractional just about everything. They bring in contractors to do certain jobs.

    Certainly Work Better Now’s entire business model is placing employees who are remote. So how do you manage culture? It’s obviously one way to do it in an organization where everybody’s there, they’re all in the seats, you have the company lunches. I mean, you do a lot of the things that can build some of that. How do you manage that when you have part-time people, you have remote people, you have…

    you folks that are from different cultures, you know, for example, as Work Better Now really supports them. I’m curious if you ever get any pushback from that, you know, that very thing.

    Rob Levin (14:23.604)

    We used to get a little bit, it’s going away rapidly. So in terms of our experience, but what I will also tell you is that in my opinion, and this has worked for us, it worked better now, in my opinion, the starting point is defining your core values, right? So in other words, your core values are essentially like, what do want our culture to be?

    John Jantsch (14:40.334)

    All right.

    Rob Levin (14:45.364)

    So for example, some of ours is we put our talent first, we believe in excellence, and so on and so forth. And we recognize on those, we hire based on them. When we have to fire, we fire based on those. So there’s a little bit of clarity there, starting with those core values. Then the next thing you do in a remote environment, and by the way, it doesn’t matter whether somebody’s in three states over or the next continent over, remote’s remote, is we over-communicate.

    We over communicate. we have a weekly staff meeting that we have. We have teams. have updates on teams. We reiterate anything that’s important on email. It’s really, really important to over communicate. Then I’ll also add that KPIs in a remote environment, KPIs are important period, but KPIs for every job and several KPIs when possible for every single role in the company is extremely

    important because at least now you have something you can measure people on. And then also, this is one that I only talk a little bit about it in the book, but it’s been coming up in conversations a lot more lately, is something as simple as clarity.

    You know, I was talking with a business owner last week. can’t remember what the role was that they were discussing in their company. It was actually in my, in one of my CEO peer groups. And I said, you know, the way you’re talking about this, I don’t think you made it very clear. And this is a very polished business owner. I don’t think you made it very clear what your expectations were. And then I don’t think you had the proper check-ins to make sure that this person was on track. So when people are in the same office.

    It’s a little easier, right? There’s the water cooler. You just kind of roll your chair back and say, hey, how are we doing with this project? In a remote environment, you need a little bit more structure. That’s also where the communications come into play.

    John Jantsch (16:41.72)

    Yeah. You you mentioned that KPIs and I think a lot of people don’t realize that those are a two way street as well. You know, I mean, lot of business owners are like, I’m giving you these so that, you know, I know if you’re on track measuring you, but I’ve talked to a lot of employees. They’re like, thank God you gave me these. I have, so I know what I’m supposed to do here. I know how to win. Because I think a lot of times it’s just like, do the work and you know, hope everybody’s happy. And so I think that,

    Rob Levin (17:01.748)

    That’s right.

    John Jantsch (17:11.22)

    we sometimes probably underestimate those KPIs are as much for that employee as they are for us.

    Rob Levin (17:17.492)

    think they’re actually more for the employee. And if anything, when I see a company that doesn’t have KPIs, more often than not, what has happened is that the employer or the manager, whomever it is who has the responsibility of overseeing somebody, has not really figured it out themselves what’s important in its role. So how can you have clarity?

    John Jantsch (17:20.13)

    More? agree.

    John Jantsch (17:36.812)

    Right? Right. Right. Yeah.

    Rob Levin (17:41.172)

    you know, when you yourself don’t know. And it’s not okay to say, I know it when I see it, because it doesn’t work when you’re on the receiving end.

    John Jantsch (17:47.438)

    Yeah. You know, and one of the beauties of AI quite frankly is that you can go to a chat GPT or whatever tool, you know, even if it hasn’t been trained that much and you can actually ask it what here’s our goal. You here’s what we’re trying to do. What should we be measuring? I mean, instead of trying to sit around and go, okay, I need to write all these job descriptions and KPIs or whatnot, you know, just, just have a conversation with these tools and, and it, you know, it,

    may not be tuned 100 % to you because it’s kind of doing the average of what the world does out there, but it may be a great way to start rather than you just saying, don’t know where to start.

    Rob Levin (18:26.514)

    Yeah. You know, I, what, what, one of the things that frustrates me even pre AI, but certainly now in this AI world is when somebody’s like, well, I’m going to do it this way, as opposed to actually trying to research the best practice, which pre AI you can do based on an internet search now with AI, right. it’s, it’s inexcusable to not have tapped into this wealth of knowledge, right.

    John Jantsch (18:42.914)

    Sure.

    John Jantsch (18:51.554)

    Benchmark your industry no matter what the size your business is, right? Yeah, exactly.

    Rob Levin (18:54.098)

    Yeah. And by the way, you know, yes, absolutely, you should be doing this and for every role and that’ll help you come up with the KPIs and projects and even qualitative ways to assess people and communicate what the role is all about. But let’s also be clear, John, and you and I know this and I hope everybody’s understanding this. You’re only scratching the surface about what with what AI can do for your company by using it as a thought partner, which is what we’re talking about.

    John Jantsch (19:21.966)

    Yeah, yeah. I’m curious, what have you learned since you wrote the book and since you’ve been out there talking to people about the book? I asked that question specifically or maybe because I’ve written books and I just always know that like I’ll have conversations or I’ll go on speaking and somebody will say something to me. I’ll go, dang, I wish I would have put that in the book. That’s great. I’m curious if you had any of those a-ha’s.

    Rob Levin (19:45.78)

    Well, it’s slightly different. The biggest aha I have is what we were just talking about. the AI chapter of my book was written a little over a year ago. you know, now what’s in there still applies, which what I said a little over a year ago was experiment and encourage everybody to experiment. By now, yeah, you have to do that, by the way, you should do that. Now it’s take a course and figure out.

    What are some of the biggest challenges you have in your business and how can AI help you with those challenges, not only as a thought partner, but actually in doing the work? then you have to start to think about…

    And if I was writing the book today, this is what would be in it regarding AI is how do you get your team to go from doing the work to managing the AI, refining it, checking the results? Because AI is not going to get it perfect all the time, but it’s going to do a great job in a lot less time. And again, we’re only scratching the surface on what the capabilities are.

    John Jantsch (20:52.152)

    Well, it’s interesting. mean, you could, you could really point to that as maybe the major mind shift that the companies need to have is to start encouraging employees to, to do just what you said. How can you get AI to do this work? Especially a lot of the routine kind of stuff. But I’m sure you’re hearing from people that are, you know, the employee is like, yeah, work myself out of a job. Great. So I do see that fear, you know, is that a lot of companies are just going into people and saying,

    figure out how to use AI to do your job. And I think the implied issue with that is like, then I won’t have a job.

    Rob Levin (21:28.884)

    Right. Which, which, you know, I guess it’s on us employers to, to manage that. And I can tell you what we’re doing at Work Better Now, which is we’re telling everybody, look, this is the direction we’re going in. We’re going to provide the training and then it’s on the employee really to pick up the ball and to do it. And we told everybody we are not, we have no plans on any layoffs. We are expanding, we’re growing. And with AI, we just hopefully are not going to have to add.

    John Jantsch (21:35.939)

    Yeah.

    Rob Levin (21:58.46)

    a lot of headcount, right? And yet, you know, we’ll we should see improved outcomes. And I think this is an opportunity for all of our employees, because we are going to work, I guess you can say kind of like pioneering, you know, company or space in our size. And, you know, we we’re making it very clear, like, look, as long as you figure this out, again, we’re providing the training, you know, your your job is safe. In fact, your job is going to be more important

    John Jantsch (22:12.812)

    Yes.

    Rob Levin (22:28.374)

    than ever.

    John Jantsch (22:29.944)

    Yes, be more productive. Well, Robert, I appreciate you taking the moment to stop by the Ductate Marketing Podcast, anywhere you want to invite people to find out more, to connect with you, of course, but then also find out more about your work and find out more about your writing.

    Rob Levin (22:42.472)

    Yeah, you can just search for New Talent Playbook if you want to pick up a copy of the book or New Talent Playbook Substack or podcast. Just Google that in and it’ll pop right up. And of course, if you are looking for offshore talent, near shore talent in our case, that’s WorkBetterNow.com.

    John Jantsch (22:59.286)

    Well again, appreciate you stopping by and hopefully you’ve dug out of that snowstorm in New York.

    Rob Levin (23:04.936)

    Yeah, thanks, John, and great to see you. Thanks for having me on show.

    powered by

  • 10 Movie Endings That Changed the Game

    10 Movie Endings That Changed the Game

    A good ending does more than just wrap up a story, it leaves the audience guessing and wanting more, often influencing decades of filmmaking to follow. Whether through a shocking twist, moral ambiguity, or structural experimentation, these finales shifted the cinematic landscape in measurable ways. These are the movie endings that changed the game and left a permanent mark on how stories are told on screen.

    The post 10 Movie Endings That Changed the Game appeared first on Den of Geek.

    Nathan Fillion built plenty of credibility with sci-fi fans back in 2002 with his starring role as Captain Malcolm “Mal” Reynolds in the one-season cult hit Firefly, and his geek star has never really fallen since. From his role as Captain Hammer in Dr. Horrible’s Sing Along Blog to his turn as Guy Gardner in Superman, he’s the superhero of every cosplaying Comic-Con attendee out there. But that doesn’t necessarily mean all of his adoring fans have watched many episodes of his long-running ABC cop dramedy The Rookie.

    That may be about to change with the March 2 installment, which will feature improv comedians from Game Changer, a hilarious and varied game show on the niche streamer Dropout (formerly CollegeHumor). Dropout operates at peak geekdom with shows like Dimension 20 and its compelling live D&D campaigns and Um, Actually in which hardcore fans of video games, fantasy lore, and all of the nerdiest IPs nitpick their favorite franchises. Having Dropout regulars like Vic Michaelis, Jacob Wysocki, and CEO Sam Reich on The Rookie with geek royalty like Fillion seems like a match made in fan heaven.

    cnx.cmd.push(function() {
    cnx({
    playerId: “106e33c0-3911-473c-b599-b1426db57530”,

    }).render(“0270c398a82f44f49c23c16122516796”);
    });

    The crossover is not without controversy, however. Besides being hardcore nerds, the typical Dropout demographic leans to the left, and many of the streamer’s chronically online viewers have been very vocal about their disappointment in seeing their beloved comedians appear on a “copaganda” show like The Rookie. It’s possible that Fillion fans had similar feelings when Captain Mal signed onto the cop show in the first place, never mind his eight-season run as an NYPD consultant on ABC’s Castle.

    But Dropout’s star is on the rise, and exposure on a mainstream network like ABC could bring in plenty of new subscribers. Some of its regular stable of comedians have springboarded into bigger projects already with Very Important People host Vic Michaelis starring in Ponies on Peacock and Game Changer veteran Jeremy Culhane joining the cast of Saturday Night Live, among others. And the premise of the crossover episode as depicted in the latest trailer seems genuinely hilarious.

    Plus, let’s not forget that The Rookie has another regular cast member that sci-fi fans may recognize. Melissa O’Neil, who plays officer Lucy Chen on the cop show, originally gained recognition as a Broadway performer before landing her television debut on Syfy’s Dark Matter (not to be confused with the more recent show of the same name on Apple TV) from the makers of Stargate SG-1.

    Will genre fans become regular viewers of The Rookie because of Game Changer‘s involvement in the show? If nothing else, they might just watch the crossover episode, but even if viewers tune in just to witness their favorite improv comedians doing their thing, the fan convention regulars will probably enjoy seeing their beloved Firefly captain again. And who knows? Maybe some of the Dropout employees geeked out a little on set, too.

    The Rookie season 8 episode 9 “Fun and Games” airs Monday, March 2 at 10 p.m. ET on ABC.

    The post The Rookie Crossover with Game Changer Is a Fan Convention Geek’s Dream appeared first on Den of Geek.