Innovation and Technology
Employees Pack Their Own

AI in the Palm of Your Hand
Breaking the Rules
One of the coolest things about America is the way we sometimes break rules. The clearest sign that generative AI and AI have value at work is the fact that, according to a recent survey by the firm writer.com, over a third (35%) of employees personally pay out of pocket for AI tools used at their job — 32% of this customer base is in financial services and 23% in healthcare/life sciences.
Avoiding the Obvious
My co-authors and I predicted in a 2023 Harvard Business Review article, “Where Should Your Company Start with GenAI,” that those functions or firms that have a high “WINS” intensity would be most likely to rapidly adopt generative AI.
The WINS Effect
WINS stands for words, images, numbers and sounds, and every firm should figure out how much of their cost base is paying for the creation and improvement of WINS. If that work is already digitized, generative AI is vital to that firm’s or function’s productivity. This survey points out something we missed: the WINS effect is so strong that when executives don’t support this new wave, employees will do it on their own.
Only an Idiot Would Think AI is a Magic Bullet
If I hear one more pundit say, “The technology by itself will not solve the problem,” I am going to scream. Saying that any technology, AI included, is a magic bullet is like saying my frying pan will feed me breakfast. Of course, anyone with an ounce of common sense knows that no technology in the history of humankind has been the total solution.
Firms Need to EAT AI
I have a little framework I call EAT AI:
- Education is the first step for any leadership team and organization. People cannot begin to understand what generative AI and AI can do if they don’t have some hands-on experience with it.
- Apply the technology is the next step. When anyone studies a subject, they get knowledge but they only develop skill when they apply that knowledge, and it’s a combination of knowledge and skill that are needed to see the potential value of these technologies.
- T stands for transformation. After an organization has some education and created some skill through application, it is then equipped to imagine a transformed future with the power of these silicon co-workers.
AI Enterprise Policies Are Like a Gun Safety Course
When I was growing up, we had access to many weapons: a thirty-aught-six, 45 magnum pistol, double barrel shotgun, pellet guns, bb guns, compound bows and many more. My cousins and I did a lot of shooting and hunting. However, my uncle would literally take any one of us out behind the barn if we messed around with gun safety — even in jest.
Ignore the Ignorant: The Fact is Generative AI and AI Deliver Value
Forget silly claims made by otherwise smart people like Anthropic’s CEO Dario Amodei who says that in three to six months AI will write 90% of all the software code, or Elon Musk’s claim that by 2040 we will have more humanoid robots than humans. The reality, as this survey from writer.com pointed out, is that people see value in these tools — otherwise they would not pay for them.
Conclusion
An executive’s job is to enable employees to find the best and most productive tools to do their work. Core training, availability, expert users and talent who can engineer new AI tools is what staff wants, and if leaders enable these capabilities, employees will not only deliver more productivity for the firm, but are more likely to stay.
FAQs
Q: What is the WINS effect?
A: WINS stands for words, images, numbers and sounds, and every firm should figure out how much of their cost base is paying for the creation and improvement of WINS.
Q: What is the framework for AI adoption?
A: I have a little framework I call EAT AI: Education, Apply, and Transformation.
Q: What is the importance of AI enterprise policies?
A: AI enterprise policies are like a gun safety course; they are necessary for the effective and safe use of AI technology.
Q: What is the reality of AI adoption?
A: The reality is that people see value in these tools — otherwise they would not pay for them.
Innovation and Technology
Accelerating AI with Co-Processors

Introduction to AI Co-Processors
Most chips today are built from a combination of customized logic blocks that deliver some special sauce, and off-the-shelf blocks for commonplace technologies such as I/O, memory controllers, etc. But there is one needed function that has been missing; an AI co-processor.
In AI, the special sauce has been the circuits that do the heavy-lifting of parallel matrix operations. However, other types of operations used in AI do not lend themselves well to such matrix and tensor operators and silicon. These scalar and vector operators for computing activations and averages are typically calculated on a CPU or a digital signal processor (DSP) to speed vector operations.
Designers of custom AI chips often use a network processor unit coupled with a DSP block from companies like Cadence or Synopsys to accelerate scalar and vector calculations. However, these DSPs also include many features that are irrelevant to AI. Consequently, designers are spending money and power on unneeded features.
Enter AI Co-Processors
Large companies that design custom chips address this by building in their own AI Co-Processor. Nvidia Orin Jetson uses a vector engine called PVA, Intel Gaudi uses its own vector processor within its TPCs, Qualcomm Snapdragon has its vector engine within the Hexagon accelerator, as does the Google TPU.
AI co-processors work alongside AI matrix engines in many accelerators today. But what if you are an automotive, TV, or edge infrastructure company designing your own AI ASIC for a specific application? Until now, you had to either design your own co-processor, or license a DSP block and only use part of it for your AI needs.
The New AI Co-Processor Building Block
Cadence Design has now introduced an AI co-processor, called the Tensilica NeuroEdge, which can deliver roughly the same performance of a DSP but consumes 30% less die area (cost) on an SoC. Since NeuroEdge was derived from the Cadence Vision DSP platform, it is fully supported by an existing robust software stack and development environment.
An AI SoC can have CPUs, AI block like GPUs, Vision processors, NPUs, and now AI co-processors to accelerate the entire AI workload. The new co-processor can be used with any NPU, is scalable, and helps circuit design teams get to market faster with a fully tested and configurable block. Designers will combine CPUs from Arm or RISC-V, NPUs from EDA firms like Synopsys and Cadence, and now the “AICP” from Cadence, all off-the-shelf designs and chiplets.
The AICP was born from the Vision DSP, and is configurable to meet a wide-range of compute needs. The NeuroEdge supports up to 512 8×8 MACs with FP16, 32, and BD16 support. It connects with the rest of the SoC using AXI, or using Cadence’s HBDO (High-Bandwidth Interface). Cadence has high hopes for NeuroEdge in the Automotive market, and is ready for ISO 26262 Fusa certification.
NeuroEdge fully supports the NeuroWeave AI compiler toolchain for fast development with a TVM-based front-end.
My Takeaway
With the rapid proliferation of AI processing in physical AI applications such as autonomous vehicles, robotics, drones, industrial automation and healthcare, NPUs are assuming a more critical role. Today, NPUs handle the bulk of the computationally intensive AI/ML workloads, but a large number of non-MAC layers include pre- and post-processing tasks that are better offloaded. Current CPU, GPU and DSP solutions required tradeoffs, and the industry needs a low-power, high-performance solution that is optimized for co-processing and allows future proofing for rapidly evolving AI processing needs. Cadence is the first to take that step.
Conclusion
In conclusion, the introduction of the Tensilica NeuroEdge AI co-processor by Cadence Design is a significant development in the field of AI processing. It addresses the need for a low-power, high-performance solution that is optimized for co-processing and allows future proofing for rapidly evolving AI processing needs. With its configurable design and support for a wide range of compute needs, NeuroEdge is poised to play a critical role in the development of AI applications in various industries.
FAQs
Q: What is an AI co-processor?
A: An AI co-processor is a specialized processor designed to work alongside AI matrix engines to accelerate scalar and vector calculations in AI applications.
Q: What is the Tensilica NeuroEdge AI co-processor?
A: The Tensilica NeuroEdge AI co-processor is a new AI co-processor introduced by Cadence Design, which delivers roughly the same performance as a DSP but consumes 30% less die area (cost) on an SoC.
Q: What are the benefits of using the NeuroEdge AI co-processor?
A: The benefits of using the NeuroEdge AI co-processor include low power consumption, high performance, and configurability to meet a wide range of compute needs.
Q: What industries can benefit from the NeuroEdge AI co-processor?
A: Various industries such as automotive, TV, edge infrastructure, autonomous vehicles, robotics, drones, industrial automation, and healthcare can benefit from the NeuroEdge AI co-processor.
Q: Is the NeuroEdge AI co-processor supported by a software stack and development environment?
A: Yes, the NeuroEdge AI co-processor is fully supported by an existing robust software stack and development environment, including the NeuroWeave AI compiler toolchain.
Innovation and Technology
Industry-Specific Solutions

With the rise of hybrid and remote work, tools for hybrid and remote work have become essential for businesses to thrive. In today’s fast-paced world, companies need tailored solutions to stay ahead of the competition. Industry-specific solutions cater to the unique needs of each sector, providing a competitive edge.
Main Benefits of Industry-Specific Solutions
Industry-specific solutions offer numerous benefits, including increased efficiency, improved customer satisfaction, and enhanced data security. By leveraging these solutions, businesses can streamline their operations, reduce costs, and improve their bottom line.
Increased Efficiency
Industry-specific solutions automate tasks, freeing up staff to focus on high-value activities. This leads to increased productivity, reduced errors, and faster turnaround times. For instance, in the healthcare sector, electronic health records (EHRs) have improved patient care and reduced administrative burdens.
Improved Customer Satisfaction
Tailored solutions enable businesses to provide personalized experiences, leading to higher customer satisfaction rates. In the retail industry, for example, loyalty programs and personalized marketing campaigns have become essential for building strong customer relationships.
Enhanced Data Security
Industry-specific solutions often include robust security measures, protecting sensitive data from cyber threats. In the financial sector, for instance, secure online payment systems and encryption technologies have become crucial for safeguarding customer information.
Industry-Specific Solutions for Key Sectors
Different industries have unique requirements, and tailored solutions can address these needs.
Healthcare
In the healthcare sector, industry-specific solutions include EHRs, telemedicine platforms, and medical billing software. These solutions improve patient care, streamline clinical workflows, and reduce administrative costs.
Retail
In the retail industry, solutions like inventory management systems, point-of-sale software, and e-commerce platforms have become essential. These solutions help retailers manage their supply chains, optimize pricing, and provide seamless customer experiences.
Financial Services
In the financial sector, industry-specific solutions include online banking platforms, investment management software, and risk management tools. These solutions enable financial institutions to provide secure, efficient, and personalized services to their customers.
Implementing Industry-Specific Solutions
Implementing tailored solutions requires careful planning, execution, and ongoing support.
Assessing Business Needs
The first step in implementing industry-specific solutions is to assess business needs and identify areas for improvement. This involves analyzing current workflows, identifying pain points, and determining the required functionality.
Selecting the Right Solution
Once business needs have been assessed, the next step is to select the right solution. This involves evaluating different vendors, comparing features and pricing, and reading reviews from other customers.
Training and Support
After implementing a tailored solution, it is essential to provide training and support to staff. This ensures a smooth transition, minimizes disruption, and maximizes the benefits of the new solution.
Challenges and Limitations
While industry-specific solutions offer numerous benefits, there are also challenges and limitations to consider.
High Costs
One of the main challenges is the high cost of implementing and maintaining tailored solutions. This can be a barrier for small and medium-sized businesses with limited budgets.
Complexity
Another challenge is the complexity of implementing and integrating industry-specific solutions. This requires significant technical expertise and can be time-consuming.
Scalability
Finally, there is the challenge of scalability. As businesses grow, their solutions must also scale to meet increasing demands. This requires flexible and adaptable solutions that can evolve with the business.
Future of Industry-Specific Solutions
The future of industry-specific solutions is exciting, with emerging technologies like artificial intelligence, blockchain, and the Internet of Things (IoT) set to transform various sectors.
Artificial Intelligence
AI will play a significant role in enhancing industry-specific solutions, enabling businesses to automate tasks, predict customer behavior, and make data-driven decisions.
Blockchain
Blockchain technology will provide secure, transparent, and tamper-proof solutions for industries like finance, healthcare, and supply chain management.
Internet of Things (IoT)
The IoT will connect devices, sensors, and systems, enabling real-time monitoring, automation, and optimization of business processes.
Conclusion
In conclusion, industry-specific solutions are essential for businesses to thrive in today’s fast-paced world. By understanding the benefits, challenges, and limitations of tailored solutions, companies can make informed decisions and stay ahead of the competition. As emerging technologies continue to evolve, the future of industry-specific solutions looks bright, with endless opportunities for innovation and growth.
Frequently Asked Questions (FAQs)
Below are some frequently asked questions about industry-specific solutions:
What are industry-specific solutions?
Industry-specific solutions are tailored software applications designed to meet the unique needs of a particular industry or sector.
Why are industry-specific solutions important?
Industry-specific solutions are important because they provide businesses with a competitive edge, enabling them to streamline operations, improve customer satisfaction, and enhance data security.
How do I implement an industry-specific solution?
To implement an industry-specific solution, assess your business needs, select the right solution, and provide training and support to staff.
What are the challenges of implementing industry-specific solutions?
The challenges of implementing industry-specific solutions include high costs, complexity, and scalability issues.
What is the future of industry-specific solutions?
The future of industry-specific solutions is exciting, with emerging technologies like AI, blockchain, and IoT set to transform various sectors and provide endless opportunities for innovation and growth.
Innovation and Technology
Protect Yourself Against AI Cybercrime
-
Career Advice5 months ago
Interview with Dr. Kristy K. Taylor, WORxK Global News Magazine Founder
-
Diversity and Inclusion (DEIA)5 months ago
Sarah Herrlinger Talks AirPods Pro Hearing Aid
-
Career Advice5 months ago
NetWork Your Way to Success: Top Tips for Maximizing Your Professional Network
-
Changemaker Interviews4 months ago
Unlocking Human Potential: Kim Groshek’s Journey to Transforming Leadership and Stress Resilience
-
Diversity and Inclusion (DEIA)5 months ago
The Power of Belonging: Why Feeling Accepted Matters in the Workplace
-
Global Trends and Politics5 months ago
Health-care stocks fall after Warren PBM bill, Brian Thompson shooting
-
Global Trends and Politics5 months ago
Unionization Goes Mainstream: How the Changing Workforce is Driving Demand for Collective Bargaining
-
Training and Development5 months ago
Level Up: How Upskilling Can Help You Stay Ahead of the Curve in a Rapidly Changing Industry