/* Main container for the infographic */ .tech-infographic-container { background-color: #000; /* Black background */ color: #fff; /* Default text color for the container */ padding: 40px 50px 40px 50px;/* Padding inside the black box */ display: flex; /* Use flexbox for horizontal layout */ align-items: center; /* Vertically align items in the center */ justify-content: center; /* Horizontally center content if there's extra space */ gap: 30px; /* Space between the number and the text content */ max-width: 900px; /* Limit the overall width of the infographic */ margin: 40px auto; /* Center the infographic on the page */ border-radius: 8px; /* Slightly rounded corners for the black box */ box-sizing: border-box; /* Include padding in width calculation */ } /* Styling for the large number */ .infographic-number { font-size: 6em; /* Very large font size for the number */ font-weight: bold; /* Make it bold */ color: #D97757; /* Orange color for the number (similar to image) */ line-height: 1; /* Keep line height tight for the number */ flex-shrink: 0; /* Prevent the number from shrinking */ padding-right: 20px; /* Add some space to the right of the number */ } /* Styling for the text content on the right */ .infographic-text-content { flex-grow: 1; /* Allow text content to take up available space */ text-align: left; /* Align text to the left within its container */ } /* Styling for the main description paragraph */ .infographic-description { font-size: 1.2em; /* Readable font size for description */ margin-bottom: 15px; /* Space below description */ line-height: 1.4; color: #fff; /* Ensure description text is white */ } /* Styling for the source line */ .infographic-source { font-size: 0.9em; /* Smaller font size for source */ color: #FFD700; /* Yellow/gold color for source text (similar to image) */ margin-top: 0; display: flex; /* Use flex for link and icon alignment */ align-items: center; /* Vertically align link and icon */ gap: 5px; /* Space between link and icon */ } /* Styling for the link within the source */ .infographic-source a { color: #FFD700 !important; /* Ensure link is yellow/gold */ text-decoration: none !important; /* Underline the link */ font-weight: bold; /* Make link text bold */ } .infographic-source a:hover { color: #FFA500 !important; /* Slightly darker yellow/orange on hover */ opacity: 0.9; } /* Styling for the play icon (SVG) */ .infographic-source .play-icon { display: inline-flex; /* Use inline-flex to align SVG properly */ align-items: center; justify-content: center; color: #FFD700; /* Color of the play icon */ font-size: 1.2em; /* Size of the icon relative to parent font size */ } /* Responsive adjustments for smaller screens (e.g., mobile phones) */ @media (max-width: 600px) { .tech-infographic-container { flex-direction: column; /* Stack items vertically on small screens */ text-align: center; /* Center all content when stacked */ padding: 30px 15px; /* Adjust padding for mobile */ gap: 20px; /* Reduce gap when stacked */ } .infographic-number { font-size: 4.5em; /* Smaller font size for number on mobile */ padding-right: 0; /* Remove right padding */ margin-bottom: 10px; /* Add space below number when stacked */ } .infographic-text-content { text-align: center; /* Center text content on mobile */ } .infographic-description { font-size: 1em; /* Adjust description font size for mobile */ } .infographic-source { justify-content: center; /* Center the source line on mobile */ } }
🎁 Free

Why Most Niche Software Vendors Will Soon Perish

AI is making many execs at smaller companies nervous. They should be.
4-min read
SHARE
Why Most Niche Software Vendors Will Soon Perish

Historically, there have been two types of software. All-in-one solutions try to be everything to everybody. Oracle, SAP, Salesforce, Microsoft, Adobe, and Google are prime examples. By contrast, smaller best-of-breed applications specialize in a single niche. Here are just a few of today's popular ones:

  • Wispr Flow is probably the best dictation tool around as of this writing.
  • Grammarly purports to be the ultimate writing assistant. Perhaps, but it doesn't analyze data.
  • Plenty of folks swear by Riverside for podcasting, but you'll need a tool like Canva to design a sophisticated logo for your show.

One type of software isn't inherently better than the other; they're just different. As I've seen dozens of times in my consulting career, there are pros and cons to each.

The AI Disruption Tsunami

Large, diversified vendors are far more apt to survive tectonic shifts like the AI-driven one we're seeing now. There is, however, one key caveat: they must quickly embrace new technologies.

πŸ‘©β€πŸ’»
Parallels
The same principle applies to programming languages. Python and JavaScript have remained industry stalwarts for many reasons. At the top of the list: they've contsantly evolved.

Make no mistake: size matters. Riverside may crush Adobe Audition, but it's far easier to envision a world without the former than the latter. Behemoths have grown bigger over the past three decadesβ€”and not merely by organic growth. Oracle's list of acquisitions is extensive. Ditto for Salesforce.

This begs the questions:

  • What does the AI-driven future mean for best-of-breed software vendors?
  • Will they continue to flourish, or are their days numbered?

I'll answer those questions by addressing another:

How does a souped-up AI tool with no particular speciality fare against a best-of-breed application today?

For my analysis, I'll focus on one of my areas of expertise: data visualization.

To read the rest of this post, subscribe or sign in with your 🎁 Free account.

It'll only take a moment.

Before You Go…
If you'd like to support my writing efforts, I'd appreciate it.

TIP THE AUTHOR