<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Practical Tech For Business</title>
    <description>Simplifying tech decisions for busy business owners. Published by Tenth Gear Consulting</description>
    
    <link>https://newsletter.tenthgearconsulting.com/</link>
    <atom:link href="https://rss.beehiiv.com/feeds/LTLtgfoDtQ.xml" rel="self"/>
    
    <lastBuildDate>Thu, 6 Aug 2026 14:36:00 +0000</lastBuildDate>
    <pubDate>Thu, 03 Apr 2025 19:11:28 +0000</pubDate>
    <atom:published>2025-04-03T19:11:28Z</atom:published>
    <atom:updated>2026-08-06T14:36:00Z</atom:updated>
    
      <category>Business</category>
      <category>News</category>
      <category>Technology</category>
    <copyright>Copyright 2026, Practical Tech For Business</copyright>
    
    <image>
      <url>https://media.beehiiv.com/cdn-cgi/image/fit=scale-down,format=auto,onerror=redirect,quality=80/uploads/publication/logo/f510be31-fd92-4fd4-94cd-efae718484c2/newsletter_logo.jpg</url>
      <title>Practical Tech For Business</title>
      <link>https://newsletter.tenthgearconsulting.com/</link>
    </image>
    
    <docs>https://www.rssboard.org/rss-specification</docs>
    <generator>beehiiv</generator>
    <language>en-us</language>
    <webMaster>support@beehiiv.com (Beehiiv Support)</webMaster>

      <item>
  <title>Practical Tech: April 2025</title>
  <description>DIY AI App development is a possibility now but thread carefully</description>
      <enclosure url="https://media.beehiiv.com/cdn-cgi/image/fit=scale-down,format=auto,onerror=redirect,quality=80/uploads/asset/file/6a3f6104-1e70-49fd-b577-3292841148aa/6cq8g31ad1rma0cnzm59pwk8yc.jpg" length="172396" type="image/jpeg"/>
  <link>https://newsletter.tenthgearconsulting.com/p/practical-tech-april-2025</link>
  <guid isPermaLink="true">https://newsletter.tenthgearconsulting.com/p/practical-tech-april-2025</guid>
  <pubDate>Thu, 03 Apr 2025 19:11:28 +0000</pubDate>
  <atom:published>2025-04-03T19:11:28Z</atom:published>
    <dc:creator>Olga Kudrina</dc:creator>
  <content:encoded><![CDATA[
    <div class='beehiiv'><style>
  .bh__table, .bh__table_header, .bh__table_cell { border: 1px solid #C0C0C0; }
  .bh__table_cell { padding: 5px; background-color: #FFFFFF; }
  .bh__table_cell p { color: #2D2D2D; font-family: 'Helvetica',Arial,sans-serif !important; overflow-wrap: break-word; }
  .bh__table_header { padding: 5px; background-color:#F1F1F1; }
  .bh__table_header p { color: #2A2A2A; font-family:'Trebuchet MS','Lucida Grande',Tahoma,sans-serif !important; overflow-wrap: break-word; }
</style><div class='beehiiv__body'><p class="paragraph" style="text-align:left;"><i>Published by </i><span style="color:#0c4a6e;"><span style="text-decoration:underline;"><i><a class="link" href="https://tenthgearconsulting.com/?utm_source=newsletter.tenthgearconsulting.com&utm_medium=newsletter&utm_campaign=practical-tech-february-2025" target="_blank" rel="noopener noreferrer nofollow" style="color: #0c4a6e">Tenth Gear Consulting</a></i></span></span></p><h2 class="heading" style="text-align:left;" id="creating-your-own-app-remember-you-">Creating your own app? Remember, you don’t know what you don’t know.</h2><p class="paragraph" style="text-align:left;">App creation and experimentation by non-technical users had been slowly growing. AI-assisted coding and deployment allowed deep domain experts the freedom to explore and create. You just talk to AI and it makes and publishes the app, who needs devs?</p><p class="paragraph" style="text-align:left;">Is it really that easy?</p><h3 class="heading" style="text-align:left;" id="the-80-problem">The 80% problem</h3><p class="paragraph" style="text-align:left;">Reading through support forums reveals a pattern - user creates and publishes the app, then runs into an odd problem that AI agent cannot solve (or in some cases, makes worse). </p><p class="paragraph" style="text-align:left;">Because they lack the technical background, the helpful suggestions posted by others are not really helpful and the whole experience goes sour quick. </p><p class="paragraph" style="text-align:left;">But that’s not the worst that can happen. A non-technical user who shared their experience building and publishing the app found himself hacked, with API key stolen and credits for AI usage calls used up. The situation was caused by a significant security holes created by code generator and security keys exposed in plain text.</p><p class="paragraph" style="text-align:left;">And while you can ask the agent to correct the issues, you need to know what they may be to even notice the problem and ask the right questions.</p><p class="paragraph" style="text-align:left;">You don’t know what you don’t know.</p><p class="paragraph" style="text-align:left;">Of course, even technology companies have issues with their software full of bugs and security holes. But they are well equipped to manage the fallout, handle risk and have the remediation know-how. </p><p class="paragraph" style="text-align:left;">Experiment, find and test out use cases - but before releasing your code into the wild, find a technology expert to advise you. Better yet, have a sidekick with some level of technical background to help you with best practices. </p><p class="paragraph" style="text-align:left;">After all, you wouldn’t be changing electrical panel by yourself after watching a single video.</p><h3 class="heading" style="text-align:left;" id="dont-lose-your-progress">Don’t lose your progress</h3><p class="paragraph" style="text-align:left;">A good example of software construction rule is to save the incremental changes to your app in the repository - so when AI agent goes rogue and wipes out the code that was working - or a new model gets released and decides to change everything, you can still go back.</p><h3 class="heading" style="text-align:left;" id="costs-will-increase">Costs will increase</h3><p class="paragraph" style="text-align:left;">Since you have to pay for AI usage, it’s important to be realistic about your costs. Getting to 80% may cost relatively little, but as your app grows, the cost will increase exponentially with size and complexity.</p><h3 class="heading" style="text-align:left;" id="be-realistic-about-longevity">Be realistic about longevity</h3><p class="paragraph" style="text-align:left;">“No worries about 80% issue, I’ll just hire someone to fix the last 20%”.</p><p class="paragraph" style="text-align:left;">Realistically when a human engineer look at your AI generated code, edits would be required. A typical reasons may be overcomplicating the code logic which makes maintenance expensive, security gaps and badly performing algorithms. In some cases it may be easier to rewire entire sections from scratch. </p><p class="paragraph" style="text-align:left;">So treat your app development as a real-life working prototype or you will be disappointed when taking it to finish takes longer than planned. </p><p class="paragraph" style="text-align:left;"></p><h2 class="heading" style="text-align:left;" id="how-to-wrangle-data">How to wrangle data</h2><p class="paragraph" style="text-align:left;">It’s a given that any organization regardless of size or industry would have terrible data. It accumulates in the dusty corners of your daily operations and while everybody knows that something needs to be done to make it useful, it just feels like an impossible task.</p><p class="paragraph" style="text-align:left;">And AI pressure does not make it easier. </p><p class="paragraph" style="text-align:left;">Here are three practical steps you can take this month:</p><h3 class="heading" style="text-align:left;" id="standardize-your-terminology">Standardize your terminology</h3><p class="paragraph" style="text-align:left;">If your company is over few years old, I guarantee there is at least one piece of data with two different labels. You develop internal slang or perhaps things were named historically and that name no longer makes any sense. Having consistent labeling worth the effort:</p><ul><li><p class="paragraph" style="text-align:left;">You will help new hires to understand what they are working with faster</p></li><li><p class="paragraph" style="text-align:left;">You will make it easier for analytics</p></li><li><p class="paragraph" style="text-align:left;">You can find duplicated and outdated data</p></li></ul><h3 class="heading" style="text-align:left;" id="build-a-clean-pipeline">Build a clean pipeline</h3><p class="paragraph" style="text-align:left;">It may not be always possible to fix “bad data” - legacy software, complicated processes that nobody wants to touch, things outside of your control like vendor feeds. </p><p class="paragraph" style="text-align:left;">Instead of trying to “fix” the data at the source, create a brand new “clean” data feed from your existing sources, preparing it for the modern needs.</p><h3 class="heading" style="text-align:left;" id="data-classification">Data Classification</h3><p class="paragraph" style="text-align:left;">If you don’t classify your data, start small. Even basic three category classification significantly simplifies data governance activities. </p><p class="paragraph" style="text-align:left;">At very least, define these categories:</p><ul><li><p class="paragraph" style="text-align:left;">Source of truth (most authoritative version)</p></li><li><p class="paragraph" style="text-align:left;">Security level (public, internal, confidential, restricted)</p></li><li><p class="paragraph" style="text-align:left;">Retention requirements </p></li></ul><h2 class="heading" style="text-align:left;" id="running-an-ecommerce-business-pay-a">Running an e-commerce business? Pay attention to new image capabilities.</h2><p class="paragraph" style="text-align:left;">I remember the days of automating the product photo editing: removing backgrounds, cleaning up lighting. </p><p class="paragraph" style="text-align:left;">Then came AI models. Adding multiple product photos allowed to swipe backgrounds and scenes - it took multiple steps but was so much quicker.</p><p class="paragraph" style="text-align:left;">And now the recently released OpenAI model can do this in one shot.</p><p class="paragraph" style="text-align:left;">The affordability of these automations unlock new possibilities for your product media. Generating uniquely customized scenes, seasonal variants and running A/B tests on imagery will continue to get easier. A truly innovative ideas may finally be implemented on scale.</p><p class="paragraph" style="text-align:left;">Start planning an experiment to test how different visuals may affect the customer’s response.</p><h2 class="heading" style="text-align:left;" id="watching-word-press-turbulence-cont">Watching: WordPress turbulence continues</h2><p class="paragraph" style="text-align:left;">Automattic, the commercial arm of WordPress and major contributor to open source project had announced 16% layoffs among the legal battle with WPEngine.</p><p class="paragraph" style="text-align:left;">Why it matters: the instability of last year trouble in WordPress community shows no signs of settling down. As we suggested before, it would be prudent to investigate alternative solutions as part of business continuation process.</p><h2 class="heading" style="text-align:left;" id="this-month-we-asked">This month we asked:</h2><h3 class="heading" style="text-align:left;" id="what-came-first-investing-in-tech-o">What came first - Investing in Tech or SMB Growth?</h3><p class="paragraph" style="text-align:left;">We dig though Salesforce SMB trends report to answer this question </p><div class="embed"><a class="embed__url" href="https://tenthgearconsulting.com/articles/growing-stagnating-smb-technology-pattern/" target="_blank"><div class="embed__content"><p class="embed__title"> The SMB Tech Mindset: How Strategic Technology Adoption Drives Business Growth </p><p class="embed__description"> Discover why growing SMBs outperform competitors through strategic tech investment. Learn the four-step tech growth flywheel that transforms stagnant businesses into market leaders. </p><p class="embed__link"> tenthgearconsulting.com/articles/growing-stagnating-smb-technology-pattern </p></div><img class="embed__image embed__image--right" src="https://tenthgearconsulting.com/photos/growing-stagnating-smb-technology-pattern_hu0e07131ed7afe5007198c407f70f8116_30016_1024x0_resize_q75_h2_box_2.webp"/></a></div><h3 class="heading" style="text-align:left;" id="is-innovation-just-for-startups">Is innovation just for startups?</h3><p class="paragraph" style="text-align:left;">We looked at unique advantages small businesses have.</p><div class="embed"><a class="embed__url" href="https://tenthgearconsulting.com/articles/small-business-tech-innovation/" target="_blank"><div class="embed__content"><p class="embed__title"> Small Business, Big Impact: Leveraging Tech for Innovation </p><p class="embed__description"> Discover practical tech innovation strategies to grow your SMB. Learn how to leverage technology for competitive advantage and increased profits. </p><p class="embed__link"> tenthgearconsulting.com/articles/small-business-tech-innovation </p></div><img class="embed__image embed__image--right" src="https://tenthgearconsulting.com/photos/small-business-tech-innovation_hud3788c3f93e0bbc91b309fc4b8e572c1_16794_1024x0_resize_q75_h2_box_2.webp"/></a></div><h1 class="heading" style="text-align:left;" id="thank-you-for-being-a-subscriber">Thank you for being a subscriber!</h1><p class="paragraph" style="text-align:left;">Have a question? Reach out anytime - all <span style="color:#0c4a6e;"><span style="text-decoration:underline;"><i><a class="link" href="mailto:okudrina@tenthgearconsulting.com" target="_blank" rel="noopener noreferrer nofollow" style="color: #0c4a6e">emails</a></i></span></span> are answered.</p></div><div class='beehiiv__footer'><br class='beehiiv__footer__break'><hr class='beehiiv__footer__line'><a target="_blank" class="beehiiv__footer_link" style="text-align: center;" href="https://www.beehiiv.com/?utm_campaign=704be53f-82ff-4350-aaa7-f1d5948b5933&utm_medium=post_rss&utm_source=practical_tech_for_business">Powered by beehiiv</a></div></div>
  ]]></content:encoded>
</item>

      <item>
  <title>Practical Tech: March 2025</title>
  <description>AI Powered search is here - is your business ready?</description>
      <enclosure url="https://media.beehiiv.com/cdn-cgi/image/fit=scale-down,format=auto,onerror=redirect,quality=80/uploads/asset/file/aff82d32-5f37-4776-b9b2-f40e7cc70828/v9gmk9yx0nrm80cnz0kaa4dja8.jpg" length="183981" type="image/jpeg"/>
  <link>https://newsletter.tenthgearconsulting.com/p/practical-tech-march-2025</link>
  <guid isPermaLink="true">https://newsletter.tenthgearconsulting.com/p/practical-tech-march-2025</guid>
  <pubDate>Sun, 02 Mar 2025 04:11:46 +0000</pubDate>
  <atom:published>2025-03-02T04:11:46Z</atom:published>
    <dc:creator>Olga Kudrina</dc:creator>
  <content:encoded><![CDATA[
    <div class='beehiiv'><style>
  .bh__table, .bh__table_header, .bh__table_cell { border: 1px solid #C0C0C0; }
  .bh__table_cell { padding: 5px; background-color: #FFFFFF; }
  .bh__table_cell p { color: #2D2D2D; font-family: 'Helvetica',Arial,sans-serif !important; overflow-wrap: break-word; }
  .bh__table_header { padding: 5px; background-color:#F1F1F1; }
  .bh__table_header p { color: #2A2A2A; font-family:'Trebuchet MS','Lucida Grande',Tahoma,sans-serif !important; overflow-wrap: break-word; }
</style><div class='beehiiv__body'><p class="paragraph" style="text-align:left;"><span style="color:#2d2d2d;font-family:Helvetica, Arial, sans-serif;font-size:16px;"> </span><i>Published by </i><span style="color:inherit;"><span style="text-decoration:underline;"><i><a class="link" href="https://tenthgearconsulting.com?utm_source=newsletter.tenthgearconsulting.com&utm_medium=newsletter&utm_campaign=practical-tech-february-2025" target="_blank" rel="noopener noreferrer nofollow" style="color: #0c4a6e">Tenth Gear Consulting</a></i></span></span></p><h1 class="heading" style="text-align:left;" id="while-focusing-on-seo-dont-ignore-a">While focusing on SEO, don’t ignore AEO</h1><p class="paragraph" style="text-align:left;">Have you noticed that the nature of finding information online is changing? </p><p class="paragraph" style="text-align:left;">You heard the long standing advice - if you want your business to be found by potential customers, concentrate on SEO (Search Engine Optimization) and ranking it at the top of the search results.</p><p class="paragraph" style="text-align:left;">But now instead of googling and then scrolling to click on the high ranking link, your customers are increasingly turning to AI-generated summary snippets, voice search or just asking chatbots. It’s more user-friendly to get the answer directly (or ask AI to generate a complex research report) but this trend dramatically reduces direct traffic from search engines.</p><p class="paragraph" style="text-align:left;">And unless you also focus on AEO (Answer Engine Optimization), your business may become invisible.</p><h2 class="heading" style="text-align:left;" id="aeo-vs-seo">AEO vs SEO</h2><p class="paragraph" style="text-align:left;">While SEO focuses on achieving a higher rank in search results, the goal of AEO is to have your online presence understood by a new generation of AI-powered search engines - and your content selected as the best and most accurate answer. It’s still about authority and building your brand, so don’t think that SEO is no longer relevant.</p><p class="paragraph" style="text-align:left;">But how are the best answers selected? </p><p class="paragraph" style="text-align:left;">If you want to get your site linked in the AI summary snippets, you must help the algorithm to understand and rank your content.</p><h2 class="heading" style="text-align:left;" id="optimizing-for-aeo">Optimizing for AEO </h2><p class="paragraph" style="text-align:left;">Optimizing for AEO means making things easier for humans and robots. </p><div class="embed"><a class="embed__url" href="https://tenthgearconsulting.com/articles/business-ai-search-readiness/" target="_blank"><div class="embed__content"><p class="embed__title"> AI Search Readiness: Future-Proofing Your Business for Answer Engines </p><p class="embed__description"> Learn how the shift to AI-powered answer engines impacts business visibility, and discover practical steps to ensure your company remains discoverable </p><p class="embed__link"> tenthgearconsulting.com/articles/business-ai-search-readiness </p></div><img class="embed__image embed__image--right" src="https://tenthgearconsulting.com/photos/business-ai-search-readiness_hu174382eedfc06bad44efc331f69082a9_75070_1024x0_resize_q75_h2_box_2.webp"/></a></div><ul><li><p class="paragraph" style="text-align:left;">Do you answer common questions using language people actually use? </p></li><li><p class="paragraph" style="text-align:left;">Are those questions listed in your headings - with concise answers underneath?</p></li><li><p class="paragraph" style="text-align:left;">Can humans scan and understand what you are saying quickly - and does that provide a complete answer?</p></li><li><p class="paragraph" style="text-align:left;">Do you have a structured data markup on all essential pages so AI can understand your content better?</p></li><li><p class="paragraph" style="text-align:left;">Are important people, places and concepts related to your business represented in this structured data?</p><p class="paragraph" style="text-align:left;"></p></li></ul><p class="paragraph" style="text-align:left;"></p><h1 class="heading" style="text-align:left;" id="ai-practical-use-cases-not-just-for">AI practical use cases: not just for asking questions</h1><p class="paragraph" style="text-align:left;">It’s always helpful to see the real examples of how people use the tools - not only does it give you ideas to replicate in your own business, it sparks imagination on what else is possible.</p><p id="what-do-other-businesses-use-ai-for" class="paragraph" style="text-align:left;">What do other businesses use AI for - right now, without complex vendor contracts and with the straightforward monthly fees?</p><h2 class="heading" style="text-align:left;" id="content-creation-and-optimization">Content Creation and Optimization</h2><p class="paragraph" style="text-align:left;">Think beyond creating draft blog posts and website content. Consider generating product descriptions, social media content and marketing brochures. </p><p class="paragraph" style="text-align:left;">Try generating training materials and SOP or creating automated policy reviews. </p><h2 class="heading" style="text-align:left;" id="data-analysis">Data Analysis</h2><p class="paragraph" style="text-align:left;">Use AI to extract messy data from PDFs, websites and documents in Excel. Analyze sales and the impact of your marketing efforts, identifying patterns and trends. Review pricing and analyze best areas for cost cutting.</p><h2 class="heading" style="text-align:left;" id="content-summarization">Content Summarization</h2><p class="paragraph" style="text-align:left;">No time to read all the latest business books on your list? Extract the most important advice as applicable to your specific business situation.</p><p class="paragraph" style="text-align:left;">Need to analyze a large volume of documents quickly? Load them to NotebookLM to generate summaries and ask questions.</p><h2 class="heading" style="text-align:left;" id="customer-service">Customer Service</h2><p class="paragraph" style="text-align:left;">Optimize writing emails (and manage conflict resolution) by feeding drafts to AI and generating polite and helpful email copy for your customers. </p><p class="paragraph" style="text-align:left;">Keep answering the same questions? Outsource basic customer inquiries to the chatbot. </p><h2 class="heading" style="text-align:left;" id="automation">Automation</h2><p class="paragraph" style="text-align:left;">Create custom automation processes for your business - think employee onboarding and training, inventory management and sales processes. </p><h2 class="heading" style="text-align:left;" id="software">Software</h2><p class="paragraph" style="text-align:left;">It was never easier to DIY. Make minor updates to your website - or create a brand new one, just by talking to the AI. </p><p class="paragraph" style="text-align:left;">Create custom data feeds between your legacy software - or a quick Proof of Concept app to test-drive your idea. </p><p class="paragraph" style="text-align:left;">Have an old app you rely on - but nobody knows what it does? Generate missing documentation for your existing business applications. </p><h2 class="heading" style="text-align:left;" id="operations">Operations</h2><p class="paragraph" style="text-align:left;">Quickly create financial forecasts and marketing plans. Optimize your pricing. Brainstorm new ideas and sales strategies. Run a competitor analysis and find your unique advantage.</p><h2 class="heading" style="text-align:left;" id="photo-and-video">Photo and Video</h2><p class="paragraph" style="text-align:left;">Improve your product photography, generate images for content, and touch up professional headshots.</p><h2 class="heading" style="text-align:left;" id="start-experimenting-today">Start experimenting today</h2><p class="paragraph" style="text-align:left;">In past issues we’ve touched the topic of cost-cutting. Using AI effectively can be an additional piece of that budget puzzle - what can you do today to improve your business?</p><h1 class="heading" style="text-align:left;" id="nobody-wants-to-touch-legacy-system">Nobody wants to touch legacy systems - but the help is here.</h1><p class="paragraph" style="text-align:left;">Businesses that have been around for a while are more likely to run on legacy software - created out of necessity back when SaaS was not a thing, and so heavily tailored to the specifics of the operations, the replacement feels like an impossible task. Especially since the documentation had been lost.</p><p class="paragraph" style="text-align:left;">Usually reverse engineering old code logic is a long and expensive task - I worked on the apps that took weeks, if not months, to analyze. But now you can use multiple AI-powered coding agents to generate a high-level summary of the application and expand from there.</p><p class="paragraph" style="text-align:left;">It’s not perfect yet - but in my tests the completion curve is significantly accelerated, which helps to bring the costs down.</p><p class="paragraph" style="text-align:left;">Re-evaluate your legacy apps - is it time for the upgrade? </p><p class="paragraph" style="text-align:left;"> </p><h1 class="heading" style="text-align:left;" id="security-alert-even-brief-exposure-">Security alert: even brief exposure compromises your data.</h1><p class="paragraph" style="text-align:left;">The known expression “Internet is forever” had never been so true - you never know when AI comes looking and indexing. </p><p class="paragraph" style="text-align:left;">Research from Lasso Security exposed a use case where a private software code collection on GitLab (online code management system commonly used by software developers) was accidentally made public for a very short time - and AI tool Copilot copied and indexed it.</p><p class="paragraph" style="text-align:left;">The problem is once AI copies the information, it’s very difficult to completely remove it. Anything your business puts online by mistake, even briefly, is compromised.</p><p class="paragraph" style="text-align:left;">Mistakes do happen, so it may be a good time to review your security policy outlining data handling guidelines and preventive measures to prevent accidental exposure.</p><p class="paragraph" style="text-align:left;"></p><h1 class="heading" style="text-align:left;" id="thank-you-for-being-a-subscriber">Thank you for being a subscriber!</h1><p class="paragraph" style="text-align:left;">Have a question? Reach out anytime - all <span style="color:#0c4a6e;"><span style="text-decoration:underline;"><i><a class="link" href="mailto:okudrina@tenthgearconsulting.com" target="_blank" rel="noopener noreferrer nofollow" style="color: #0c4a6e">emails</a></i></span></span> are answered.</p><p class="paragraph" style="text-align:left;"></p><p class="paragraph" style="text-align:left;"></p></div><div class='beehiiv__footer'><br class='beehiiv__footer__break'><hr class='beehiiv__footer__line'><a target="_blank" class="beehiiv__footer_link" style="text-align: center;" href="https://www.beehiiv.com/?utm_campaign=3b408387-5bc3-4faa-b85a-c6e7848bdd1e&utm_medium=post_rss&utm_source=practical_tech_for_business">Powered by beehiiv</a></div></div>
  ]]></content:encoded>
</item>

      <item>
  <title>Practical Tech: February 2025</title>
  <description>Doing more with less while preparing for strategy shifts.</description>
      <enclosure url="https://media.beehiiv.com/cdn-cgi/image/fit=scale-down,format=auto,onerror=redirect,quality=80/uploads/asset/file/c989a9bd-196e-4f69-972f-b60f30b9d771/chrw7fa401rmc0cnz0jbd0t0aw.jpg" length="106373" type="image/jpeg"/>
  <link>https://newsletter.tenthgearconsulting.com/p/practical-tech-february-2025</link>
  <guid isPermaLink="true">https://newsletter.tenthgearconsulting.com/p/practical-tech-february-2025</guid>
  <pubDate>Sat, 01 Feb 2025 05:00:00 +0000</pubDate>
  <atom:published>2025-02-01T05:00:00Z</atom:published>
    <dc:creator>Olga Kudrina</dc:creator>
  <content:encoded><![CDATA[
    <div class='beehiiv'><style>
  .bh__table, .bh__table_header, .bh__table_cell { border: 1px solid #C0C0C0; }
  .bh__table_cell { padding: 5px; background-color: #FFFFFF; }
  .bh__table_cell p { color: #2D2D2D; font-family: 'Helvetica',Arial,sans-serif !important; overflow-wrap: break-word; }
  .bh__table_header { padding: 5px; background-color:#F1F1F1; }
  .bh__table_header p { color: #2A2A2A; font-family:'Trebuchet MS','Lucida Grande',Tahoma,sans-serif !important; overflow-wrap: break-word; }
</style><div class='beehiiv__body'><p class="paragraph" style="text-align:left;"> <i>Published by </i><a class="link" href="https://tenthgearconsulting.com" target="_blank" rel="noopener noreferrer nofollow"><i>Tenth Gear Consulting</i></a></p><p class="paragraph" style="text-align:left;">By now you probably heard of DeepSeek that trained an AI model at significantly lower cost that OpenAI (and on a less powerful hardware) that hit similar benchmarks. </p><p class="paragraph" style="text-align:left;">Their secret? </p><p class="paragraph" style="text-align:left;">They did more with less, becoming another scrappy company that beat a well funded and better known competitor. </p><p class="paragraph" style="text-align:left;">This was a real-life reminder that innovation often sparked by limited resources, questioning existing status quo can lead to better decisions and being smaller and more agile is an advantage. </p><h1 class="heading" style="text-align:left;" id="getting-a-handle-on-tech-cost-incre">Getting a handle on tech cost increases</h1><p class="paragraph" style="text-align:left;">Efficiency in IT budgets is the goal for 2025. Per Gartner’s published <a class="link" href="https://www.gartner.com/en/newsroom/press-releases/2025-01-21-gartner-forecasts-worldwide-it-spending-to-grow-9-point-8-percent-in-2025" target="_blank" rel="noopener noreferrer nofollow">report</a>, the spending is estimated to grow 14% on software, 23% on data centers and 9% I IT services (with almost 10% average spend increase across all categories due to somewhat reasonable 4% communication services bump).</p><p class="paragraph" style="text-align:left;">What’s worse, the growth in IT products and services may not directly translate to ROI - just because AI will be bundled everywhere doesn’t mean your business can magically benefit from it in a reasonably measurable way.</p><p class="paragraph" style="text-align:left;">So how do you become scrappy?</p><h2 class="heading" style="text-align:left;" id="challenge-old-advice">Challenge old advice</h2><p class="paragraph" style="text-align:left;">“You must run your software on Windows OS”</p><p class="paragraph" style="text-align:left;">If your situation allows switching to Linux/Unix and other open source alternatives would significantly reduce the cost- from servers (almost 50% less) to databases to desktop computers the savings will add up. </p><p class="paragraph" style="text-align:left;">“You must purchase SSL certificate from DigiCert”. </p><p class="paragraph" style="text-align:left;">Depending on your business and industry regulations, a domain level validation certificate from LetsEncrypt (cost - 0) could be sufficient. </p><p class="paragraph" style="text-align:left;">“Your servers should be hosted on AWS or Azure.”</p><p class="paragraph" style="text-align:left;">Your needs may be covered by purchasing VPS from Digital Ocean - at almost half the cost, better <a class="link" href="https://www.digitalocean.com/reports/cloud-performance-report#priceperformance" target="_blank" rel="noopener noreferrer nofollow">CPU price performance</a> and transparent easy to understand costs. Just like with insurance, it pays to shop around.</p><p class="paragraph" style="text-align:left;">What other assumptions do you follow? </p><h2 class="heading" style="text-align:left;" id="cut-through-marketing-hype-ask-toug">Cut through marketing hype - ask tough questions</h2><p class="paragraph" style="text-align:left;">Tech is not magic - but you may think it is by listening to some sales pitches! Be skeptical and informed on how something works on a high level so you can ask tough questions. </p><p class="paragraph" style="text-align:left;">“Use AI to solve all customer support calls” may mean ”Your customers will hate you” or “Your company will be more efficient”. How to tell the difference? By knowing what to ask and insist on metrics.</p><h2 class="heading" style="text-align:left;" id="dont-be-afraid-to-diy-with-some-hel">Don’t be afraid to DIY - with some help</h2><p class="paragraph" style="text-align:left;">Paying 15$ for a subscription here and there makes sense, right? </p><p class="paragraph" style="text-align:left;">In the past the idea of bringing anything in-house or DIY was unadvisable - of course you would save more money hosting everything in the cloud and using SaaS providers and if you don’t, terrible things will happen. </p><p class="paragraph" style="text-align:left;">But this may be changing. Especially if you have an internal team with appropriate skillset or interest in learning them.</p><p class="paragraph" style="text-align:left;">With advent of AI coding tools (Bolt, Windsurf and Lovable Dev are just few examples) it’s possible to create a function-specific app via text prompt that solves your problem faster and at lower cost - and deploy it automatically. </p><p class="paragraph" style="text-align:left;">Modern server management tools reduce the time and complexity required to run them.</p><p class="paragraph" style="text-align:left;">There is a learning curve for sure - but it may be time to evaluate if building up these skills worth gaining more control over cost and ownership.</p><p class="paragraph" style="text-align:left;"></p><h1 class="heading" style="text-align:left;" id="tech-radar-the-operator-and-ax">Tech Radar - the Operator and AX</h1><p class="paragraph" style="text-align:left;">The mobile device revolution changed the way we use the internet thanks to the always available portable pocket computer and narrow purpose apps.</p><p class="paragraph" style="text-align:left;">We are now looking into another wave of innovation. OpenAI had rolled out the research version of the Operator - a tool that can use the web to complete an unscripted task for you. </p><p class="paragraph" style="text-align:left;">What does that mean for your business future? <a class="link" href="https://tenthgearconsulting.com/articles/ai-agents-as-customers/" target="_blank" rel="noopener noreferrer nofollow">Your next customer may not be human</a>.</p><p class="paragraph" style="text-align:left;"></p><h1 class="heading" style="text-align:left;" id="business-model-emerging-risk">Business Model Emerging Risk</h1><p class="paragraph" style="text-align:left;">Y combinator - a startup incubator with impressive track record of noticing and supporting emerging tech companies - is good at observing trends.</p><p class="paragraph" style="text-align:left;">So their call for startups is an excellent trend study - and in 2025 they are betting on vertical AI agents - LLM deeply skilled in a single domain, such as accounting, law, compliance or marketing. </p><p class="paragraph" style="text-align:left;">Realistically such specialized services are hard to automate. The knowledge and expertise is just part of the equation - real world is messy, people like to deal with other humans and there are certain legal and ethical implications.</p><p class="paragraph" style="text-align:left;">On the other hand, if we imagine such challenges are solved, it will be difficult to justify premium pricing if a similar service is available at fraction of the cost at 24/7 availability. </p><p class="paragraph" style="text-align:left;">Could that put your business at risk? Business books are full of examples where companies with significant market advantage failed to recognize the trend and disappeared forever. I would advocate that your strategic 5 year planning should include possible pivots, including leveraging AI and creating previously impossible products and services. </p><p class="paragraph" style="text-align:left;">Multiple solutions that I’ve developed over the years would have been much more efficient and quicker with the current technology. </p><p class="paragraph" style="text-align:left;"></p><h1 class="heading" style="text-align:left;" id="thank-you-for-being-a-subscriber">Thank you for being a subscriber!</h1><p class="paragraph" style="text-align:left;">Have a question? Reach out anytime - all <span style="color:inherit;"><span style="text-decoration:underline;"><i><a class="link" href="mailto:okudrina@tenthgearconsulting.com" target="_blank" rel="noopener noreferrer nofollow" style="color: #0c4a6e">emails</a></i></span></span> are answered.</p><p class="paragraph" style="text-align:left;"> </p></div><div class='beehiiv__footer'><br class='beehiiv__footer__break'><hr class='beehiiv__footer__line'><a target="_blank" class="beehiiv__footer_link" style="text-align: center;" href="https://www.beehiiv.com/?utm_campaign=80492681-6d43-4770-a235-98e2ebd2dde7&utm_medium=post_rss&utm_source=practical_tech_for_business">Powered by beehiiv</a></div></div>
  ]]></content:encoded>
</item>

      <item>
  <title>Practical Tech: January 2025</title>
  <description>Annual tech checkup for your business</description>
      <enclosure url="https://media.beehiiv.com/cdn-cgi/image/fit=scale-down,format=auto,onerror=redirect,quality=80/uploads/asset/file/9d4d2ace-2f07-4b3e-8665-aef705f60079/rxsw6ff731rm80cnz0gtgsyzdc.jpg" length="148114" type="image/jpeg"/>
  <link>https://newsletter.tenthgearconsulting.com/p/practical-tech-january-2025</link>
  <guid isPermaLink="true">https://newsletter.tenthgearconsulting.com/p/practical-tech-january-2025</guid>
  <pubDate>Wed, 01 Jan 2025 05:00:00 +0000</pubDate>
  <atom:published>2025-01-01T05:00:00Z</atom:published>
    <dc:creator>Olga Kudrina</dc:creator>
  <content:encoded><![CDATA[
    <div class='beehiiv'><style>
  .bh__table, .bh__table_header, .bh__table_cell { border: 1px solid #C0C0C0; }
  .bh__table_cell { padding: 5px; background-color: #FFFFFF; }
  .bh__table_cell p { color: #2D2D2D; font-family: 'Helvetica',Arial,sans-serif !important; overflow-wrap: break-word; }
  .bh__table_header { padding: 5px; background-color:#F1F1F1; }
  .bh__table_header p { color: #2A2A2A; font-family:'Trebuchet MS','Lucida Grande',Tahoma,sans-serif !important; overflow-wrap: break-word; }
</style><div class='beehiiv__body'><p class="paragraph" style="text-align:left;"> <i>Published by </i><i><a class="link" href="https://tenthgearconsulting.com" target="_blank" rel="noopener noreferrer nofollow">Tenth Gear Consulting</a></i></p><h1 class="heading" style="text-align:left;" id="actionable-taking-inventory-and-ass">Actionable: taking inventory and assessing the risk</h1><p class="paragraph" style="text-align:left;"></p><p class="paragraph" style="text-align:left;">Start of the year is a good time to evaluate your tech disaster planning, analyze potential exposure and review contingency plan.</p><p class="paragraph" style="text-align:left;">While you can’t foresee all risk, it pays to be defensive. Identify areas where</p><ul><li><p class="paragraph" style="text-align:left;">your business depends on the platforms and systems you do not control</p></li><li><p class="paragraph" style="text-align:left;">the critical data is stored outside of your reach</p></li><li><p class="paragraph" style="text-align:left;">your business decisions and operations are driven by restricted technical capabilities</p></li></ul><p class="paragraph" style="text-align:left;">Here are few examples:</p><h2 class="heading" style="text-align:left;" id="marketing"><b>Marketing</b></h2><p class="paragraph" style="text-align:left;">If social media marketing is part of your lead generation strategy, what would happen to the funnel if the channel disappears?</p><p class="paragraph" style="text-align:left;">7 million businesses grappled with this exact question while TikTok ban was discussed. </p><p class="paragraph" style="text-align:left;">Hacking and account bans are devastating but well known threats. Losing years of hard work due to political decision is a new and unexpected angle. </p><p class="paragraph" style="text-align:left;">If you haven’t already, setting up systems to own your content, be able to present it on your website and own your followers contact list is a prudent task. </p><h2 class="heading" style="text-align:left;" id="website"><b>Website</b></h2><p class="paragraph" style="text-align:left;">Ongoing WordPress leadership discourse threatens the stability of the platform which in turn increases the risk of disruption to business operations. </p><p class="paragraph" style="text-align:left;">Consider the impact of broken plugins and installs, lack of critical security updates and patches and reduced speed of feature development - and how it can affect your business continuity.</p><p class="paragraph" style="text-align:left;">Having a fully fleshed out “just in case” migration plan is prudent.</p><h2 class="heading" style="text-align:left;" id="data"><b>Data</b></h2><p class="paragraph" style="text-align:left;">Last month Bench, an accounting startup that provided SaaS for small/midsize businesses shut down without any warning. While customers can still download their data, they have until March to do so - but the situation could have been made much worse if download was not readily available during the critical end of year time. </p><p class="paragraph" style="text-align:left;">Who has your data? Relying on SaaS may make it feel that backups are the relic from the past, but companies can and do go under or experience catastrophic failures, hacking and data loss.</p><p class="paragraph" style="text-align:left;">Do you have a local copy? How old is it? Not all data is valuable - but the exercise to list and categorize your data is.</p><h2 class="heading" style="text-align:left;" id="vendor-lockin"><b>Vendor lock-in</b></h2><p class="paragraph" style="text-align:left;">Having multiple vendors to support your business processes is convenient and cost effective, but perform annual evaluation on how easy would it be for you to leave them and what the cost of transition may be.</p><p class="paragraph" style="text-align:left;">Why planning to leave? The reason may be external - unsustainable cost increases, vendor focus shift to enterprise customers, decision to take product or service in a different direction resulting in a loss of an important feature.</p><p class="paragraph" style="text-align:left;">The reason may also be internal - as your company grows and changes, previously sufficient solution is now a blocker.</p><p class="paragraph" style="text-align:left;">This exercise helps to identify incoming change point after which the balance of convenience and cost tips.</p><h2 class="heading" style="text-align:left;" id="looking-for-inspiration-for-your-an"><b>Looking for inspiration for your annual check?</b></h2><p class="paragraph" style="text-align:left;">Grab this <a class="link" href="https://tenthgearconsulting.com/documents/annual-business-tech-health-check.pdf" target="_blank" rel="noopener noreferrer nofollow">document</a> to start.</p><h1 class="heading" style="text-align:left;" id="deep-dive">Pulse check: do you have AI usage policy?</h1><p class="paragraph" style="text-align:left;">Regardless how you feel about AI, it is becoming unavoidable thanks to bundling inside business software. </p><p class="paragraph" style="text-align:left;">For example, Google had announced the plans to include Gemini AI in all Google Business and Enterprise plans, noting that “for now” a very small customers will not be affected. The plan comes with mandatory $2 increase. </p><p class="paragraph" style="text-align:left;">And of course Microsoft has CoPilot.</p><p class="paragraph" style="text-align:left;">While the promise is increased productivity, ensure that risks are evaluated and policy and training is in place. </p><p class="paragraph" style="text-align:left;">Here are few suggestions to start: </p><ul><li><p class="paragraph" style="text-align:left;">Define acceptable AI usage policy in your company - outline specific actions for which AI can be used.</p></li><li><p class="paragraph" style="text-align:left;">Create a list of standardized AI generation tools and a process to request additions or replacements</p></li><li><p class="paragraph" style="text-align:left;">Be clear on the consequences for not following the policy.</p></li><li><p class="paragraph" style="text-align:left;">Design ongoing training for your staff on using AI and how to do so responsibly and securely. Consider rapid changes in the field</p></li></ul><p class="paragraph" style="text-align:left;">Need help to craft initial policy? Grab a sample <a class="link" href="https://tenthgearconsulting.com/documents/ai-usage-policy-foundation.pdf" target="_blank" rel="noopener noreferrer nofollow">here</a>.</p><p class="paragraph" style="text-align:left;"></p><h1 class="heading" style="text-align:left;" id="deep-dive">Emerging Risk: malicious URLs with a dash of AI</h1><p class="paragraph" style="text-align:left;">The promising business lead may be a trap. </p><p class="paragraph" style="text-align:left;">In the past one way to determine if the company is legit was to check their website and social media presence. Suspicious companies were easy to spot - but that’s no longer the case. Age of AI unlocks not just fake auto generated people but companies - with the polished website full of content and daily posts on LinkedIn. </p><p class="paragraph" style="text-align:left;">When such company reaches out to you to discuss an attractive business deal and schedules a video call, it doesn’t raise an alarm. Neither is the invite link that requires you to download a video call client for software you never heard of. </p><p class="paragraph" style="text-align:left;">Except now a newly installed malicious application can steal private information, putting your entire business at risk.</p><p class="paragraph" style="text-align:left;">This threat scenario has been already spotted in the wild by the Cado Security Labs. While the angle is new, the prevention is the same:</p><ul><li><p class="paragraph" style="text-align:left;">Don’t download software you don’t know - even if for talking to a potential client about one in a million deal of a lifetime. Use well known video clients like Zoom, Teams, Webex instead.</p></li><li><p class="paragraph" style="text-align:left;">Never trust links even if they arrive form a known contact - that too is easy to spoof.</p><p class="paragraph" style="text-align:left;"> </p></li></ul><p class="paragraph" style="text-align:left;">Expect more social engineering scams to arrive. In the age of AI, nothing is what it seems.</p><h1 class="heading" style="text-align:left;" id="deep-dive">Quick tip: optimizing consulting spend</h1><p class="paragraph" style="text-align:left;">Before hiring outside domain experts, ask your crew to define the problems.</p><p class="paragraph" style="text-align:left;">The people in the trenches doing the work have a better understanding of your business’s bottlenecks - and are uniquely equipped to suggest improvements to processes and functions.</p><p class="paragraph" style="text-align:left;">Once the problems are defined, reach out to experts. This way consultants will spend time solving problems instead of discovering what is already known. </p><h1 class="heading" style="text-align:left;" id="thank-you-for-being-a-subscriber">Thank you for being a subscriber!</h1><p class="paragraph" style="text-align:left;">Have a question? Reach out anytime - all <a class="link" href="mailto:okudrina@tenthgearconsulting.com" target="_blank" rel="noopener noreferrer nofollow">emails</a> are answered.</p><p class="paragraph" style="text-align:left;"></p><p class="paragraph" style="text-align:left;"> </p><p class="paragraph" style="text-align:left;"></p><p class="paragraph" style="text-align:left;"></p><h1 class="heading" style="text-align:left;" id="deep-dive"> </h1><p class="paragraph" style="text-align:left;"></p><p class="paragraph" style="text-align:left;"></p></div><div class='beehiiv__footer'><br class='beehiiv__footer__break'><hr class='beehiiv__footer__line'><a target="_blank" class="beehiiv__footer_link" style="text-align: center;" href="https://www.beehiiv.com/?utm_campaign=0efec8dd-6ce8-45a2-9961-5db3e91fbbab&utm_medium=post_rss&utm_source=practical_tech_for_business">Powered by beehiiv</a></div></div>
  ]]></content:encoded>
</item>

  </channel>
</rss>
