Urgent.News

the world's headlines, one feed

Editions

AI

Meta CTO says employees should use AI productivity gains to do more work, calls request for extra days off "very dumb"

Bosworth gave his Victorian workhouse-style opinion on what employees should do with their free time from AI-related productivity gains at a July Q&A, reports Business Insider. Read Entire Article

Meta CTO says employees should use AI productivity gains to do more work, calls request for extra days off "very dumb"

Meta CTO Andrew Bosworth has expressed his disdain for employees seeking additional time off due to increased productivity from AI technologies. At a recent Q&A session, Bosworth dismissed the idea of resuming the canceled Meta Days holiday program, labeling the question "very dumb." Instead, he encouraged employees to leverage their freed-up time to "do even more and cooler stuff for the users who use our products every day."

Bosworth also suggested that employees should consider how their parents would perceive their career choices if they requested more time off. The company has recently laid off thousands of employees, while its AI spending has reached $92.43 billion over the past four quarters, indicating that employee well-being is not a top priority for Meta.

Written by urgent.news from TechSpot's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at techspot.com →

More in AI

NEXUS AI - Claude Code Tutorial

Most Claude Code tutorials stop at "here's how to install it." That's like teaching someone to drive by showing them the ignition.

  • Claude Code installs via npm install -g @anthropic-ai/claude-code requiring Node.js 18+
  • Tutorial builds AI-powered document Q&A app using Claude Code, FastAPI, and OpenAI gpt-4o-mini
  • Claude Code generates project boilerplate, tests, CI config, and handles errors iteratively