95% of companies see no return on their generative AI investments, despite usage doubling since 2023. A recent MIT Media Lab study reveals a troubling paradox: the more employees use AI, the more productivity… decreases. The cause? “Workslop” - AI-generated documents that look professional but actually create 2 hours of additional work per incident. For a company of 10,000 employees, this phenomenon represents an annual loss of $9 million.
For those who don't have 6 minutes to read this entire article, we've made an infographic that summarizes the essentials, or a 7-minute audio summary, and we've even added a Workslop cost calculator for your company. Aren't we nice at Agerix? 😎
When Office AI Becomes Counterproductive: The “Workslop” Phenomenon Costing Millions
Workslop Infographic
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
line-height: 1.6;
}
#workslop-infographic .ws-container {
max-width: 100%;
background: white;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
overflow: hidden;
}
#workslop-infographic .ws-header {
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
color: white;
padding: 30px 20px;
text-align: center;
position: relative;
}
#workslop-infographic .ws-title {
font-size: clamp(1.5rem, 5vw, 2.5rem);
margin-bottom: 10px;
font-weight: bold;
}
#workslop-infographic .ws-subtitle {
font-size: clamp(0.9rem, 2.5vw, 1.2rem);
opacity: 0.95;
}
#workslop-infographic .ws-section {
padding: 30px 20px;
border-bottom: 2px solid #f0f0f0;
}
#workslop-infographic .ws-section:last-child {
border-bottom: none;
}
#workslop-infographic .ws-section-title {
color: #2d3436;
margin-bottom: 20px;
font-size: clamp(1.2rem, 3vw, 1.8rem);
font-weight: bold;
}
#workslop-infographic .ws-stat-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 20px 0;
}
#workslop-infographic .ws-stat-card {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
padding: 20px;
border-radius: 15px;
text-align: center;
transition: transform 0.3s ease;
}
#workslop-infographic .ws-stat-card:hover {
transform: translateY(-3px);
}
#workslop-infographic .ws-stat-number {
font-size: clamp(2rem, 5vw, 3rem);
font-weight: bold;
color: #e74c3c;
display: block;
margin: 10px 0;
}
#workslop-infographic .ws-stat-label {
color: #555;
font-size: clamp(0.85rem, 2vw, 1.1rem);
}
#workslop-infographic .ws-warning-box {
background: #fff5f5;
border-left: 5px solid #e74c3c;
padding: 15px;
margin: 20px 0;
border-radius: 10px;
}
#workslop-infographic .ws-definition-box {
background: #f8f9fa;
padding: 20px;
border-radius: 15px;
margin: 20px 0;
border: 2px solid #dfe6e9;
}
#workslop-infographic .ws-cost-calculator {
background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
padding: 25px 20px;
border-radius: 15px;
margin: 20px 0;
}
#workslop-infographic .ws-cost-title {
font-size: clamp(1.1rem, 3vw, 1.5rem);
color: #2d3436;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
}
#workslop-infographic .ws-cost-breakdown {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
#workslop-infographic .ws-cost-item {
text-align: center;
flex: 1 1 150px;
}
#workslop-infographic .ws-cost-amount {
font-size: clamp(1.5rem, 4vw, 2rem);
font-weight: bold;
color: #d63031;
display: block;
margin: 10px 0;
}
#workslop-infographic .ws-perception-chart {
background: #f8f9fa;
padding: 20px;
border-radius: 15px;
margin: 20px 0;
}
#workslop-infographic .ws-bar-container {
margin: 15px 0;
}
#workslop-infographic .ws-bar-label {
font-weight: bold;
margin-bottom: 8px;
color: #2d3436;
font-size: clamp(0.9rem, 2vw, 1rem);
}
#workslop-infographic .ws-bar-wrapper {
background: #e0e0e0;
border-radius: 10px;
overflow: hidden;
position: relative;
height: 35px;
}
#workslop-infographic .ws-bar-fill {
height: 100%;
background: linear-gradient(90deg, #e74c3c, #c0392b);
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 10px;
color: white;
font-weight: bold;
font-size: clamp(0.8rem, 2vw, 1rem);
}
#workslop-infographic .ws-solutions {
background: linear-gradient(135deg, #a8e6cf, #81c784);
padding: 25px 20px;
border-radius: 15px;
margin: 20px 0;
}
#workslop-infographic .ws-solution-item {
background: white;
padding: 15px;
margin: 12px 0;
border-radius: 10px;
border-left: 4px solid #27ae60;
}
#workslop-infographic .ws-solution-title {
font-weight: bold;
color: #27ae60;
margin-bottom: 8px;
font-size: clamp(0.95rem, 2.5vw, 1.2rem);
}
#workslop-infographic .ws-solution-text {
color: #555;
font-size: clamp(0.85rem, 2vw, 1rem);
}
#workslop-infographic .ws-footer {
background: #2d3436;
color: white;
padding: 25px 20px;
text-align: center;
}
#workslop-infographic .ws-source {
opacity: 0.9;
font-size: clamp(0.75rem, 2vw, 0.9rem);
line-height: 1.5;
}
#workslop-infographic .ws-icon {
font-size: clamp(1.5rem, 4vw, 2rem);
display: block;
margin-bottom: 10px;
}
/* Responsive adaptations */
@media (max-width: 768px) {
#workslop-infographic .ws-header {
padding: 25px 15px;
}
#workslop-infographic .ws-section {
padding: 25px 15px;
}
#workslop-infographic .ws-stat-grid {
grid-template-columns: 1fr;
}
#workslop-infographic .ws-cost-breakdown {
flex-direction: column;
}
#workslop-infographic .ws-bar-wrapper {
height: 30px;
}
}
@media (max-width: 480px) {
#workslop-infographic .ws-container {
border-radius: 10px;
}
#workslop-infographic .ws-section {
padding: 20px 12px;
}
}
</style>
📊 The AI Paradox in Business
📈 2x
Doubling of AI usage since 2023
❌ 95%
Of companies see NO return on investment
⚠️ 40%
Of employees received "workslop" last month
🤖 What is "Workslop"?
Definition: AI-generated content that appears professional on the surface, but lacks substance and creates more work for colleagues who receive it.
⚡ The problem: Instead of saving time, workslop transfers effort from the creator to the recipient, who must decode, correct or redo the work.
💰 The Hidden Cost of Workslop
Annual Financial Impact
⏱️ 1h56
Time lost per incident
💵 $186
Monthly cost per employee
🏢 $9M
Annual loss for 10,000 employees
😔 Impact on Colleague Perception
32% of people who received workslop are less likely to want to work with the sender again
✅ Solutions for Leaders
1. Avoid Blind Directives
Don't impose AI everywhere all the time. Define specific use cases and best practices.
2. Cultivate the "Pilot" Mindset
Encourage intentional AI use to enhance creativity, not to avoid work.
3. Strengthen Collaboration
Treat AI as a collaborative tool, not a shortcut. Maintain excellence standards.
4. Establish Guardrails
Create clear standards for acceptable use and train teams on best practices.
Test how much workslop costs YOUR company
Wondering how much workslop costs YOUR company?
Use our calculator based on MIT study data:
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif;
line-height: 1.6;
}
.wsc-container {
max-width: 100%;
background: linear-gradient(135deg, #71a416 0%, #5c8511 100%);
border-radius: 20px;
padding: 5px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.wsc-inner {
background: white;
border-radius: 15px;
padding: 35px;
}
.wsc-header {
text-align: center;
margin-bottom: 30px;
}
.wsc-title {
font-size: clamp(1.5rem, 4vw, 2rem);
color: #2d3436;
margin-bottom: 10px;
font-weight: bold;
}
.wsc-subtitle {
color: #636e72;
font-size: clamp(0.9rem, 2vw, 1.1rem);
}
.wsc-form {
background: #f8f9fa;
padding: 30px;
border-radius: 15px;
margin-bottom: 35px;
}
.wsc-input-group {
margin-bottom: 25px;
}
.wsc-label {
display: block;
margin-bottom: 8px;
color: #2d3436;
font-weight: 600;
font-size: clamp(0.9rem, 2vw, 1rem);
}
.wsc-input-wrapper {
position: relative;
display: flex;
align-items: center;
gap: 10px;
}
.wsc-input {
width: 100%;
padding: 12px;
border: 2px solid #dfe6e9;
border-radius: 10px;
font-size: 16px;
transition: border-color 0.3s;
}
.wsc-input:focus {
outline: none;
border-color: #71a416;
}
.wsc-input-info {
color: #636e72;
font-size: 0.85rem;
margin-top: 5px;
}
.wsc-slider-container {
margin: 20px 0;
}
.wsc-slider {
width: 100%;
height: 8px;
border-radius: 5px;
background: #dfe6e9;
outline: none;
-webkit-appearance: none;
}
.wsc-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: linear-gradient(135deg, #71a416, #5c8511);
cursor: pointer;
box-shadow: 0 2px 10px rgba(113, 164, 22, 0.4);
}
.wsc-slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: linear-gradient(135deg, #71a416, #5c8511);
cursor: pointer;
box-shadow: 0 2px 10px rgba(113, 164, 22, 0.4);
}
.wsc-slider-value {
text-align: center;
font-size: 1.5rem;
font-weight: bold;
color: #71a416;
margin: 10px 0;
}
.wsc-calculate-btn {
width: 100%;
padding: 15px;
background: linear-gradient(135deg, #71a416, #5c8511);
color: white;
border: none;
border-radius: 10px;
font-size: 1.1rem;
font-weight: bold;
cursor: pointer;
transition: transform 0.3s, box-shadow 0.3s;
}
.wsc-calculate-btn:hover {
transform: translateY(-2px);
box-shadow: 0 5px 20px rgba(113, 164, 22, 0.4);
}
.wsc-results {
display: none;
animation: fadeIn 0.5s;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.wsc-results.active {
display: block;
}
.wsc-alert {
background: linear-gradient(135deg, #fff5f5, #ffe0e0);
border-left: 5px solid #d63031;
padding: 25px;
border-radius: 10px;
margin-bottom: 30px;
}
.wsc-alert-title {
color: #d63031;
font-size: 1.3rem;
font-weight: bold;
margin-bottom: 10px;
}
.wsc-metrics-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 25px;
margin-bottom: 30px;
}
.wsc-metric-card {
background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
padding: 25px;
border-radius: 15px;
text-align: center;
}
.wsc-metric-label {
color: #636e72;
font-size: 0.9rem;
margin-bottom: 10px;
}
.wsc-metric-value {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: bold;
color: #2d3436;
}
.wsc-metric-value.cost {
color: #d63031;
}
.wsc-metric-value.time {
color: #e17055;
}
.wsc-metric-value.productivity {
color: #fdcb6e;
}
.wsc-breakdown {
background: #f8f9fa;
padding: 25px;
border-radius: 15px;
margin-bottom: 25px;
}
.wsc-breakdown-title {
font-weight: bold;
color: #2d3436;
margin-bottom: 20px;
font-size: 1.1rem;
}
.wsc-breakdown-item {
display: flex;
justify-content: space-between;
padding: 12px 0;
border-bottom: 1px solid #dfe6e9;
}
.wsc-breakdown-item:last-child {
border-bottom: none;
padding-top: 15px;
margin-top: 10px;
border-top: 2px solid #71a416;
font-weight: bold;
font-size: 1.1rem;
}
.wsc-comparison {
background: linear-gradient(135deg, #dfe6e9, #b2bec3);
padding: 25px;
border-radius: 15px;
margin-bottom: 25px;
}
.wsc-comparison-title {
font-weight: bold;
color: #2d3436;
margin-bottom: 20px;
font-size: 1.1rem;
}
.wsc-comparison-text {
color: #2d3436;
line-height: 1.9;
}
.wsc-cta {
background: linear-gradient(135deg, #71a416, #5c8511);
color: white;
padding: 30px;
border-radius: 15px;
text-align: center;
}
.wsc-cta-title {
font-size: 1.3rem;
margin-bottom: 10px;
}
.wsc-cta-text {
opacity: 0.95;
margin-bottom: 20px;
}
.wsc-cta-button {
display: inline-block;
padding: 12px 30px;
background: white;
color: #71a416;
text-decoration: none;
border-radius: 10px;
font-weight: bold;
transition: transform 0.3s;
}
.wsc-cta-button:hover {
transform: translateY(-2px);
background: #f8f9fa;
}
@media (max-width: 768px) {
.wsc-inner {
padding: 25px;
}
.wsc-form {
padding: 25px;
}
.wsc-metrics-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.wsc-inner {
padding: 20px;
}
.wsc-form {
padding: 20px;
}
.wsc-breakdown {
padding: 20px;
}
.wsc-comparison {
padding: 20px;
}
.wsc-alert {
padding: 20px;
}
.wsc-cta {
padding: 25px;
}
}
</style>
⚠️ Workslop Impact on Your Company
📊 Calculation Details
Affected Employees -
Total Incidents/Month -
Time Lost per Incident 1h56 (study average)
Average Hourly Rate -
Annual Impact -
💡 Putting it in Perspective
-
Transform this cost into investment
Agerix helps you use AI productively: training, best practices, and tailored governance.
Let's Talk
document.getElementById('wsc-frequency-value').textContent = this.value;
});
function calculateWorkslop() {
// Get values
const employees = parseInt(document.getElementById('wsc-employees').value);
const avgSalary = parseInt(document.getElementById('wsc-salary').value);
const percentage = parseInt(document.getElementById('wsc-percentage').value) / 100;
const frequency = parseFloat(document.getElementById('wsc-frequency').value);
// Study constants
const hoursPerIncident = 1.93; // 1h56min
const workHoursPerYear = 2080; // US average
const workHoursPerMonth = workHoursPerYear / 12;
// Calculations
const affectedEmployees = Math.round(employees * percentage);
const totalIncidentsPerMonth = affectedEmployees * frequency;
const hourlyRate = avgSalary / workHoursPerYear;
const hoursLostPerMonth = totalIncidentsPerMonth * hoursPerIncident;
const monthlyCost = hoursLostPerMonth * hourlyRate;
const annualCost = monthlyCost * 12;
const fteLost = hoursLostPerMonth / workHoursPerMonth;
// Number formatting
const formatCurrency = (num) => {
return new Intl.NumberFormat('en-US', {
style: 'currency',
currency: 'USD',
maximumFractionDigits: 0
}).format(num);
};
const formatNumber = (num) => {
return new Intl.NumberFormat('en-US', {
maximumFractionDigits: 0
}).format(num);
};
// Display results
document.getElementById('wsc-monthly-cost').textContent = formatCurrency(monthlyCost);
document.getElementById('wsc-annual-cost').textContent = formatCurrency(annualCost);
document.getElementById('wsc-hours-lost').textContent = formatNumber(hoursLostPerMonth) + 'h';
document.getElementById('wsc-fte-lost').textContent = fteLost.toFixed(1);
document.getElementById('wsc-affected-employees').textContent = formatNumber(affectedEmployees) + ' employees';
document.getElementById('wsc-total-incidents').textContent = formatNumber(totalIncidentsPerMonth);
document.getElementById('wsc-hourly-rate').textContent = formatCurrency(hourlyRate);
document.getElementById('wsc-annual-impact').textContent = formatCurrency(annualCost);
// Custom alert text
let alertText = '';
if (annualCost > 1000000) {
alertText = `Your company is losing over ${formatCurrency(Math.floor(annualCost/1000000))} million per year due to workslop. That's equivalent to ${Math.round(fteLost)} full-time positions!`;
} else if (annualCost > 500000) {
alertText = `Workslop costs your company ${formatCurrency(annualCost)} per year. That represents ${Math.round(fteLost)} full-time employees dedicated solely to fixing poorly done work.`;
} else if (annualCost > 100000) {
alertText = `With ${formatCurrency(annualCost)} in annual losses, workslop represents a significant hidden cost equivalent to ${fteLost.toFixed(1)} FTEs.`;
} else {
alertText = `Even in a small organization, workslop generates ${formatCurrency(annualCost)} in losses per year. That's budget that could be invested in real projects.`;
}
document.getElementById('wsc-alert-text').textContent = alertText;
// Comparisons
let comparisonText = '';
const monthlyPerEmployee = monthlyCost / employees;
if (employees > 1000) {
const projectBudget = annualCost / 150000;
comparisonText = `With ${formatCurrency(annualCost)} per year, you could fund ${Math.floor(projectBudget)} major digital projects. `;
} else if (employees > 100) {
const trainingBudget = annualCost / 2000;
comparisonText = `This amount could train ${Math.floor(trainingBudget)} employees in AI best practices. `;
} else {
comparisonText = `For a team of ${employees} people, that's ${formatCurrency(monthlyPerEmployee)} per employee per month. `;
}
// Additional comparisons
if (fteLost >= 1) {
comparisonText += `The ${fteLost.toFixed(1)} FTEs lost could be reassigned to high-value tasks. `;
}
const percentBudget = (annualCost / (avgSalary * employees)) * 100;
if (percentBudget > 1) {
comparisonText += `Workslop represents ${percentBudget.toFixed(1)}% of your total payroll.`;
}
document.getElementById('wsc-comparison-text').textContent = comparisonText;
// Show results
document.getElementById('wsc-results').classList.add('active');
// Scroll to results
document.getElementById('wsc-results').scrollIntoView({ behavior: 'smooth', block: 'nearest' });
}
// Initial calculation on load
window.addEventListener('load', function() {
// No automatic calculation, wait for user click
});
</script>
”Workslop”: When ChatGPT Becomes Your Worst Colleague
Monday Morning Scenario at Agerix
Picture this scene, perhaps all too familiar: It’s 9 AM. Betty, project manager, opens a 15-page report sent by Thomas on the competitive analysis requested Friday. The document is impeccable: structured headings, well-formatted paragraphs, colorful charts. Yet after 20 minutes of reading, Betty frowns. The figures don’t match the French market, the competitors analyzed operate in North America, and the strategic recommendations seem… generic.
Thomas used ChatGPT to “save time.” Result: Betty will have to spend 3 hours redoing the analysis, organize a clarification meeting, and probably ask another colleague to take over the work. Welcome to the era of “workslop.”
The Perverse Mechanics of Cognitive Load Transfer
Workslop represents a perverse innovation in the history of workplace laziness. Unlike classic procrastination where one simply postpones a task, workslop creates the illusion of completed work while subtly transferring the cognitive load to the recipient.
This issue fits into a broader context where content production without added value is becoming endemic, with AI often serving as an excuse to avoid the effort of reflection and contextualization necessary for any quality work.
It’s like receiving IKEA furniture where someone has mixed pieces from three different models while claiming to have “prepared the assembly.” Not only do you have to disassemble everything, but you first have to understand what was done before you can even begin the real work.
Most Affected Sectors: Tech and Consulting on the Front Lines

Our data analysis reveals that certain sectors are particularly vulnerable:
Professional services suffer from a double effect: pressure to quickly produce “impressive” deliverables combined with the complexity of topics covered. A junior consultant can easily generate a 50-page report on digital transformation… that says nothing relevant about the client’s specific situation.
The technology sector, ironically, is a victim of its enthusiasm for innovation. Developers generate code that “compiles” but doesn’t meet specifications, product managers create roadmaps disconnected from technical reality, and support teams produce documentation so generic it becomes useless.
The Domino Effect on Team Trust
Beyond the direct financial costs ($186 per month per affected employee), workslop erodes something more precious: trust between colleagues.
When a manager receives an “analysis report” obviously generated by AI for the third time, their perception of the colleague fundamentally changes:
- 54% judge them less creative (“They can’t even think for themselves anymore”)
- 42% find them less trustworthy (“If they cheat on this, what else?”)
- 37% consider them less intelligent (“They don’t even see it’s inappropriate”)
This degradation of perception is particularly toxic in creative or strategic professions where human added value is supposed to be at the heart of the service.
”Pilots” vs “Passengers”: Two AI Philosophies
The study identifies two AI user profiles, and the difference is crucial:
“Pilots” (high agency, high optimism) use AI as a co-pilot. They generate drafts they rework, request alternative perspectives they critically evaluate, or automate repetitive tasks to focus on added value. Their AI use is 75% more frequent but paradoxically less visible - because the final result is always relevant and contextualized. These professionals embody the positive transformation of digital professions through AI, understanding that the tool amplifies their skills rather than replacing them.
“Passengers” (low agency, low optimism) see AI as a way to avoid work. They copy-paste responses without adapting them, generate content without proofreading, and hope “it will pass.” Ironically, they create more work for everyone.
Pragmatic Solutions: How to Avoid the Workslop Trap
These pragmatic solutions draw on our experience with productive AI integration in development processes, where we’ve found that the difference between success and failure often comes down to a few simple but rigorously applied principles.
1. The “3R” Rule for AI Usage
- Reflect before prompting (What is my real objective?)
- Review systematically (Does this content make sense in our context?)
- Take Responsibility (My name is on this document, I own the content)
2. Establish “AI Zones” and “Human Zones”
Some tasks lend themselves well to AI: first draft code, text reformulation, structured data analysis. Others require a human touch: strategic decisions, personalized feedback, analysis of complex and ambiguous situations.
3. Train in the Art of Prompting AND Post-Processing
Knowing how to prompt is good. Knowing what to do with the result is better. Training should include:
- How to evaluate the relevance of an AI response
- How to adapt generated content to specific context
- How to identify AI “hallucinations” and biases
This approach is particularly important for SMEs adopting artificial intelligence without the resources of large corporations to guide these new uses.
4. Value Transparency
Rather than hiding AI use (which leads to workslop), encourage transparency: “I used ChatGPT to structure my ideas, then adapted with our specific context.” This approach allows benefiting from AI while maintaining trust.
The Future: Towards Mature Human-AI Collaboration

Workslop is not inevitable, it’s a growth symptom. Like any new technology, generative AI is going through a chaotic adoption phase where bad practices coexist with brilliant innovations.
The winning companies will be those that have developed “AI hygiene” - a set of practices, standards and reflexes that maximize added value while minimizing adverse effects.
Because ultimately, AI is neither good nor bad in itself. It’s an amplifier: it amplifies the intelligence and creativity of “pilots,” but it also amplifies the laziness and lack of rigor of “passengers.”
The real question is not “Should we use AI?” but “How do we create a culture where AI truly augments our capabilities rather than replacing them with an appearance of competence?”
Conclusion: The Hidden Cost of Ease
Workslop reminds us of an uncomfortable truth: there are no shortcuts to quality. AI can accelerate certain processes, improve certain tasks, but it cannot replace reflection, context and human judgment. This issue echoes other forms of hidden debts that burden IT budgets, where today’s apparent savings turn into tomorrow’s financial sinkholes.
For leaders and managers, the message is clear: investing in AI without investing in training and guidance for its use creates perfect conditions for a workslop epidemic. And at $9 million per year for an average company, it's a luxury no organization can afford.
At Agerix, we support companies in their digital transformation while always keeping humans at the center. Because true artificial intelligence is knowing when not to use it.
FAQ on Workslop and Generative AI
Workslop refers to AI-generated deliverables that look professional but lack real relevance. These deceptive outputs create the illusion of completed work while forcing colleagues to check, correct, and redo tasks, resulting in a clear loss of time and money.
Beyond financial losses, workslop undermines credibility. Being seen as dependent on AI reduces trust, creativity, and perceived intelligence within teams. This domino effect weakens collaboration and organizational cohesion over time.
An AI pilot uses artificial intelligence as a co-pilot, reviews results, and adapts outputs to context. An AI passenger simply copy-pastes AI results without validation. The former increases value, while the latter creates workslop and burdens colleagues with extra corrections.
The direct cost of workslop can reach $186 per month per employee, or $9 million annually for a large company. Hidden costs include declining quality, employee demotivation, and the erosion of internal trust, which further amplifies productivity issues.
AI hygiene means establishing clear practices: thoughtful AI use, proper training, validation processes, transparency, and accountability. These habits transform AI into a productivity booster rather than a source of fake efficiency.