By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Study: 40% of Time Saved from AI Is Spent Fixing Errors
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Study: 40% of Time Saved from AI Is Spent Fixing Errors
News

Study: 40% of Time Saved from AI Is Spent Fixing Errors

News Room
Last updated: 2026/01/15 at 3:57 PM
News Room Published 15 January 2026
Share
Study: 40% of Time Saved from AI Is Spent Fixing Errors
SHARE

Key Takeaways

  • A new study has found that AI is creating a lot of additional work for employees, with 40% of time saved being spent on fixing errors.
  • Frequent AI users are the ones most commonly fixing mistakes, according to the study.
  • The study points to the increasingly common problem of businesses using AI to increase workloads rather than streamlining operations.

The questionable return-on-investment for AI just took another hit, with a recent study pointing to the technology creating a lot of correction work for employees that use it.

Modern AI technology has been a real give and take over the last few years. While its ability to streamline operations is obviously impressive, the nitty gritty details often get lost along the way, leading to some brutal AI errors and hallucinations.

Study: AI Time Savings Spent Fixing Low-Quality Results

According to the study from Workday, titled Beyond Productivity: Measuring the Real Value of AI, 40% of the time saved by utilizing modern AI models is currently being used to rework and correct its errors.

Even worse, most frequent users (77%) are double and triple checking the work as much as, if not more, than projects completed by humans.

 

This just in! View
the top business tech deals for 2026 👨‍💻
See the list button

“In practice, the highest productivity drag concentrates among employees who use AI most frequently. While usage and time savings are widespread, the quality of that time—and the degree to which it translates into net value—varies significantly.” – Workday study

(function() {

const getFormElements = () => ([
{
type: ‘text’,
name: ‘name’,
label: ‘Name’,
placeholder: ‘Name’,
required: true,
},
{
type: ’email’,
name: ’email’,
label: ‘Email Address’,
placeholder: ‘Email Address’,
required: true,
},
]);

const getFormStates = (successLink) => {
let successMessage=”We have received your submission, thank you for signing up.”;

if (successLink) {
successMessage = successMessage + ‘Download Here’;
}

return {
success: {
msg: successMessage,
delay: 0
},
error: {
msg: ‘Please enter a valid email address.’,
delay: 0
}
};
};

const getConfirmAction = (successLink) => ({
name: ‘subscription’,
waitForAsyncResponse: true,
callback: function (event, payload, cb) {
var emailAddress = payload[‘data’][1][‘value’];
// RFC 5322 compliant email regex pattern
const emailRegex = /^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
var valid = emailRegex.test(emailAddress);
cb(valid);
if (valid && successLink) {
window.open(successLink);
}
}
});

var defaultConfig = {
generic: {
theme: ‘custom’,
colors: {
background: ‘var(–flexi-lytics-bg-color)’,
text: ‘var(–flexi-lytics-fg-color)’,
close: ‘#a6a8c7’,
actionBackground: ‘var(–flexi-lytics-btn-bg-color)’,
actionText: ‘var(–flexi-lytics-btn-text-color)’,
fieldBackground: ‘#fff’
}
},
};

function initializeNewsletterWidget() {
if (typeof jstag === ‘undefined’) {
setTimeout(initializeNewsletterWidget, 100);
return;
}

window.lyticsIters = window.lyticsIters || {};

let lyticsFormID;

jstag.on(“pathfora.publish.done”, function renderNewsletterWidget() {
if (window.lyticsInitialising) {
setTimeout(renderNewsletterWidget, 100);
return;
}

window.lyticsInitialising = true;

const newsletterContainer = document.querySelector(‘.lytics-newsletter-Xt68ddg7’);

const newsletterOnLoad = (event, payload, newsletterName, newsletterLogo, title, ctaType, download) => {
const newsletterLogoEl = newsletterContainer.querySelector(‘.newsletter-logo’);
const widgetText = newsletterContainer.querySelector(‘.pf-widget-text’);

if (!newsletterContainer) return;

if (newsletterLogo !== ” && !newsletterLogoEl) {
newsletterLogo = ‘' + newsletterName + '‘;
newsletterContainer.insertAdjacentHTML(‘afterbegin’, newsletterLogo);
}

if (title !== ”) {
widgetText.querySelector(‘h2’).remove();
title = “

” + title + “”;
widgetText.insertAdjacentHTML(‘afterbegin’, title);
}

const footerText=”Brought to you by”;
const footerOpen = “

“;
const footerClose = “”
let legalText = “

By signing up to receive our newsletter, you agree to ourn n Privacy Policyn .n You can unsubscribe at any time.n “;
let footerLogo = ‘https://images.tech.co/wp-content/uploads/2025/08/11050011/techoco-logo.svg’;

if (footerLogo !== ”) {
footerLogo = ‘Tech.co‘;
}

if (download) {
legalText = “

By downloading, you’ll also sign up to our newsletter and agree to ourn n Privacy Policyn .n You can unsubscribe at any time.n “;
}

const smallPrint = legalText + footerOpen + footerText + footerLogo + footerClose;

const newsletterForm = newsletterContainer.querySelector(‘form’);

newsletterForm.insertAdjacentHTML(‘beforeend’, smallPrint);

isSuspicious().then(result => {
if (result) {
let susText=”

Form cannot be loaded. If using a VPN, “;
susText = susText + ‘please disable and refresh page.’;
newsletterForm.querySelectorAll(‘div.pf-form-required’).forEach(el => el.remove());
newsletterForm.querySelector(‘button’).remove();
newsletterForm.insertAdjacentHTML(‘afterbegin’, susText);
} else {
const observer = new IntersectionObserver((entries, observerInstance) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
document.dispatchEvent(
new CustomEvent(
‘lyticsNewsletterWidgetLoad’, {
detail: {
event,
payload,
name: newsletterName,
cta: ctaType,
}
}
)
);
observerInstance.disconnect();
}
});
});
observer.observe(newsletterContainer);
}
});

window.lyticsInitialising = false;
};

lyticsFormID = ‘form-module-inside_lane’;

if (document.getElementById(lyticsFormID)) {
if (!window.lyticsIters[lyticsFormID]) {
window.lyticsIters[lyticsFormID] = 1;
} else {
window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;
}
}

if (window.lyticsIters[lyticsFormID] >= 1) {
lyticsFormID = lyticsFormID + ‘-‘ + window.lyticsIters[lyticsFormID];
}

var formModule0 = new pathfora.Form({
id: lyticsFormID,
layout: ‘inline’,
className: ‘sign-up-newsletter’,
position: ‘.lytics-newsletter-Xt68ddg7’,
msg: “Join our community of 20,000+ fleet owners and operators by signing up today to our Inside Lane newsletter

  • Essential logistics and fleet industry news
  • Special features and interviews from industry experts
  • Offers and discounts”,
    okMessage: ‘Subscribe’,
    theme: ‘custom’,
    branding: false,
    confirmAction: getConfirmAction(false),
    formStates: getFormStates(false),
    formElements: getFormElements(),
    onLoad: function(event, payload) {
    newsletterOnLoad(
    event,
    payload,
    ‘Inside Lane’,
    ‘https://images.tech.co/wp-content/uploads/2025/08/11050013/inside-lane-logo.svg’,
    ‘Get the latest logistics and fleet industry insights and news straight to your inbox’,
    “Lytics_inline”,
    false );
    }
    });

    lyticsFormID = ‘form-module-mint_pillow’;

    if (document.getElementById(lyticsFormID)) {
    if (!window.lyticsIters[lyticsFormID]) {
    window.lyticsIters[lyticsFormID] = 1;
    } else {
    window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;
    }
    }

    if (window.lyticsIters[lyticsFormID] >= 1) {
    lyticsFormID = lyticsFormID + ‘-‘ + window.lyticsIters[lyticsFormID];
    }

    var formModule1 = new pathfora.Form({
    id: lyticsFormID,
    layout: ‘inline’,
    className: ‘sign-up-newsletter’,
    position: ‘.lytics-newsletter-Xt68ddg7’,
    msg: “Join our community of 20,000+ hotel owners and operators by signing up to The Mint Pillow newsletter today

    • Essential hotel industry news
    • Special features and interviews from industry experts
    • Offers and discounts”,
      okMessage: ‘Subscribe’,
      theme: ‘custom’,
      branding: false,
      confirmAction: getConfirmAction(false),
      formStates: getFormStates(false),
      formElements: getFormElements(),
      onLoad: function(event, payload) {
      newsletterOnLoad(
      event,
      payload,
      ‘Mint Pillow’,
      ‘https://images.tech.co/wp-content/uploads/2025/08/11050008/mint-pillow-logo.svg’,
      ‘Get the latest hotel industry advice straight to your inbox’,
      “Lytics_inline”,
      false );
      }
      });

      lyticsFormID = ‘form-module-the_prep’;

      if (document.getElementById(lyticsFormID)) {
      if (!window.lyticsIters[lyticsFormID]) {
      window.lyticsIters[lyticsFormID] = 1;
      } else {
      window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;
      }
      }

      if (window.lyticsIters[lyticsFormID] >= 1) {
      lyticsFormID = lyticsFormID + ‘-‘ + window.lyticsIters[lyticsFormID];
      }

      var formModule2 = new pathfora.Form({
      id: lyticsFormID,
      layout: ‘inline’,
      className: ‘sign-up-newsletter’,
      position: ‘.lytics-newsletter-Xt68ddg7’,
      msg: “Join our community of 20,000+ restaurant owners by signing up to The Prep newsletter today

      • Essential restaurant and hospitality industry news
      • Special features and interviews from industry experts
      • Offers and discounts”,
        okMessage: ‘Subscribe’,
        theme: ‘custom’,
        branding: false,
        confirmAction: getConfirmAction(false),
        formStates: getFormStates(false),
        formElements: getFormElements(),
        onLoad: function(event, payload) {
        newsletterOnLoad(
        event,
        payload,
        ‘The Prep’,
        ‘https://images.tech.co/wp-content/uploads/2025/08/11050005/the-prep-logo.svg’,
        ‘Get the latest restaurant and hospitality advice straight to your inbox’,
        “Lytics_inline”,
        false );
        }
        });

        lyticsFormID = ‘form-module-tech_co’;

        if (document.getElementById(lyticsFormID)) {
        if (!window.lyticsIters[lyticsFormID]) {
        window.lyticsIters[lyticsFormID] = 1;
        } else {
        window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;
        }
        }

        if (window.lyticsIters[lyticsFormID] >= 1) {
        lyticsFormID = lyticsFormID + ‘-‘ + window.lyticsIters[lyticsFormID];
        }

        var defaultFormModule = new pathfora.Form({
        id: lyticsFormID,
        layout: ‘inline’,
        className: ‘sign-up-newsletter’,
        position: ‘.lytics-newsletter-Xt68ddg7’,
        msg: “Stay informed on the top business tech stories with Tech.co’s weekly highlights reel.

        • Essential tech industry news
        • Special features and interviews from industry experts
        • Offers and discounts”,
          okMessage: ‘Subscribe’,
          theme: ‘custom’,
          branding: false,
          confirmAction: getConfirmAction(false),
          formStates: getFormStates(false),
          formElements: getFormElements(),
          onLoad: function(event, payload) {
          newsletterOnLoad(
          event,
          payload,
          ‘Tech.co’,
          ”,
          ‘Get the latest tech news, straight to your inbox’,
          “Lytics_inline”,
          false );
          }
          });

          const userAudiences = jstag.getSegments();

          // Find the first matching segment from modules.target that exists in userAudiences
          const findMatchingSegment = (modules) => {
          // Loop through modules.target in priority order
          for (const module of modules.target) {
          // Check if this module’s segment exists in userAudiences
          if (userAudiences.includes(module.segment)) {
          return module;
          }
          }
          // If no match found, return the default module
          return modules.target.find(module => module.segment === ‘all’);
          };

          var modules = {
          target: [
          {
          segment: ‘b2b_brands_sites_dynamic_newsletter_sign_up_inside_lane_’,
          widgets: [formModule0],
          key: 0 },
          {
          segment: ‘b2b_brand_sites_dynamic_newsletters_sign_up_mint_pillow’,
          widgets: [formModule1],
          key: 1 },
          {
          segment: ‘b2b_brands_sites_dynamic_newsletter_sign_up_the_prep’,
          widgets: [formModule2],
          key: 2 },
          {
          segment: ‘all’,
          widgets: [defaultFormModule],
          key: ‘default’
          }
          ]
          };

          // Find the matching module and create a new modules object with only that module
          const matchingModule = findMatchingSegment(modules);
          const filteredModules = {
          target: matchingModule ? [matchingModule] : []
          };

          pathfora.initializeWidgets(filteredModules, defaultConfig);

          // Remove loading spinner after widget initialization
          const loadingSpinner = newsletterContainer.previousElementSibling;

          if (loadingSpinner) {
          loadingSpinner.classList.add(‘hidden’);
          }
          });
          }

          initializeNewsletterWidget();
          })();

The Paradox of AI Productivity

There’s no denying that AI is going to change the business landscape, whether we like it or not. Adoption is through the roof, with this study showing that 87% of employees are using AI at least a few times a week.

On top of that, 85% of employees report saving one to seven hours per week using AI, which sounds great until you look a bit deeper, because unfortunately, speed doesn’t always equal productivity.

With so many employees spending those hours correcting and improving low-quality results, the increase in capacity rarely leads to long-term success.

The Best Use of AI for Business

As the study points out, and experts have noted in the past, AI should be used to improve the work of employees, rather than replace them. Because simply increasing capacity and leaving it up to your team to use it correctly is a recipe for disaster.

“Too many AI tools push the hard questions of trust, accuracy, and repeatability back onto individual users…AI should do the complex work under the hood so people can focus on judgment, creativity, and connection. That’s how organizations turn AI‑powered speed into durable, human‑led advantage.” – Gerrit Kazmaier, president, product and technology, Workday

Simply put, you need to give your employees the best AI tools to do their jobs and provide upskilling so they can handle it, rather than trying to reduce your workforce with advanced models you don’t understand.

The post Study: 40% of Time Saved from AI Is Spent Fixing Errors appeared first on Tech.co.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Spotify gets another price increase in the US, but exactly who is benefitting? Spotify gets another price increase in the US, but exactly who is benefitting?
Next Article The Floating Point Error | HackerNoon The Floating Point Error | HackerNoon
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Taiwan to invest 0B in US semiconductor manufacturing |  News
Taiwan to invest $250B in US semiconductor manufacturing | News
News
French firm Pasqal announces U.S. headquarters at South Chicago’s quantum computing park
French firm Pasqal announces U.S. headquarters at South Chicago’s quantum computing park
News
SsunhsnhnfSnsnnufungSvs
News
Microsoft campus library closes in broader shift to AI-powered ‘digital learning experiences’
Microsoft campus library closes in broader shift to AI-powered ‘digital learning experiences’
Computing

You Might also Like

Taiwan to invest 0B in US semiconductor manufacturing |  News
News

Taiwan to invest $250B in US semiconductor manufacturing | News

2 Min Read
French firm Pasqal announces U.S. headquarters at South Chicago’s quantum computing park
News

French firm Pasqal announces U.S. headquarters at South Chicago’s quantum computing park

5 Min Read

SsunhsnhnfSnsnnufungSvs

0 Min Read
Starlink's  Roam Plan Just Got Double the Data, but There's a Catch
News

Starlink's $50 Roam Plan Just Got Double the Data, but There's a Catch

3 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?