Hacker News new | past | comments | ask | show | jobs | submit login
World’s largest four-day work week trial finds few are going back (bloomberg.com)
557 points by SirLJ on Feb 21, 2023 | hide | past | favorite | 363 comments



When was a mathematician, I worked as hard as I could until I was mentally exhausted. I actually calculated how much I worked per week over a period of two years.

On actual "hard thinking", like working through logic, I spent about 7 hours. There was another 7 hours writing and clarifying topics, and another 6 hours or so on classes, seminars (sort of like meetings, but productive). That gives a total of 20 hours per week on work. Beyond that, I was not productive and so I didn't do any math-related work.

If you add the administrative overhead of a job, that might be another 5 hours at most, so about 3 full workdays. I think if you are truly just doing productive, meaningful technical work, beyond 3 full days most people can't do it. People can do it for short periods of time, but more than 3 days leads to universal burnout.

Now, I'm just talking about mentally demanding, technical work. I can work longer if the work isn't very mentally demanding, but even so, not for more than 4-5 hours a day. And now I'm an independent content creator, so every additional hour I work is proportional to profit.

My conclusions after observing a ton of people in technical and nontechnical jobs is that beyond working 20-25 hours a week, having people do more is useless, especially when it comes to fostering people in the long-term (short term is different).

I feel the only reason why we have 9-5, Monday to Friday jobs is because of infantile narcissists who have no other purpose in life than to go to work and push people like machines.


> My conclusions after observing a ton of people in technical and nontechnical jobs is that beyond working 20-25 hours a week, having people do more is useless...

I'm not so sure about this. I was working in a remote "full-stack" (but really 90% front-end role) for 14 months from the start of January 2021 to the end of February 2022. I tracked my hours religiously the entire time I was employed there (not required, but just for my own sake). I had a spreadsheet containing the date, start/end times (rounded to the nearest quarter on an hour), task name, and notes.

When I left the company, my team lead thought I was one of the hardest working people he had ever worked with. He thought I had to be working 60-hour weeks to be doing what I was doing. I showed him the spreadsheet and calculated the average hours worked per week - came out somewhere between 38~39 hours.

My role wasn't a senior one so, for the most part, the vast majority hours were spent coding, but of course some was spent in meetings as well. But these were all real hours of real time spent working. It was all very doable and not useless time spent futzing around (I would also stop tracking my time for any break I took - no exceptions).

Granted, I think being the type of person that acclimates well to remote work made this all doable. I would not have been this productive in office.


Where these discussions trip up is different kinds of programming tasks vary in how mentality draining they are.

Some days I can spend 10 long hours working through straightforward problems and come home energized. Other days I mentally check out after spending 3-4 hours beating my head against a really difficult problem then go home and have little desire to do anything but zone out and recover.


Funnily enough, I find myself the exact opposite. Give me a really hard engaging problem and I can work 16 hours and barely realize any time has passed, but spending even 1-2 hours on something rote saps my energy for the entire day. My tolerant is even lower for the particularly challenging combination of tasks that are both uninteresting but also tedious.


I don’t think we are talking about the same kind of difficult vs straightforward problems.

Think professional chess players. While prepping they can spend very long hours playing/studding high level chess but tournaments are another level. Challenging is fun, the limits of human ability are always stressful. People can run for 11 hours in an ultra marathon but they can’t do it at 13+ mph pace of a half marathon.


Exactly. To me the difference is in scope, familiarity, and stress.

While I'm doing the task: 1) Do I have to hold 15 interdependencies in my head? 2) Is this something I did a million times in the past and do I already know exactly what the failure modes look like? 3) Is this something high-stress, e.g., is this the big project that's supposed to make my team look good or net me a promotion?

Wiring in a UI for a sophisticated CRUD can take 10 hours but it doesn't _really_ have that many interfaces, I've done it a million times, and nobody getes excited about it. It's just something you do.

Building a billing pipeline for a product is something I've never done before, is very-high-stakes for the business, and can go wrong in a bazillion ways, many of which are not my fault. There's no way I can imagine getting more than an hour or two of work on this per day.


rote work is not what was talked about though, yes rote is boring and tiring, a hard engaging problem (engaging meaning something you are interested in I take it) can keep one occupied. This is what I describe as the artistic personality type in programming, doing great impressive work when interested, awful crap work when not interested.

but what about a hard problem that you do not make any progress on and you are sure what you did should solve it and what is wrong, why is it not working? You can't say it's uninteresting, but it is debilitating.


The payback of such stints can be brutal though, and it won't necessarily happen the next day either.


So true.

Annual tax return? Expense reclaim forms? Administrative faculty meetings? - All so bad that the most productive folks can turn into procrastinators.


Once in a while it might be true. But this post is about job. Doing that for 8-16 hrs often will burn out and later I'd avoid such jobs.


I was like that, now it kinda only works for something I'm really passionate about


There’s a thing in the wedding photography gig called a wedding hangover. Basically most of us are absolutely dead the next day after “just” an 8-12 hour wedding.

It seems stupid to a lot of people, but that many hours being hyper vigilant and stressed wrecks you. I did landscaping work as a teen on very hot days and that’s nothing compared to a wedding.


I concur. I shot a couple weddings and was absolutely burnt out at the end. Lots of stress; being in the right place at the right time with the right gear set to the right settings with all the expectations of the bride and groom and family.

I’m sure it gets easier, but it’s a grind.


I'm afraid that in my case it never got easier - maybe the opposite, actually. As you get better you expect more from yourself and your clients do as well.

Part of it in my case may be the fact I'm an introvert and just being "on" around so many people is tiring.


That's fine but many people can't, and don't, do this. Most people I've worked with have varying degrees of how long they can pay attention and how much they can get done in a day.

It's also not just about quantity buy quality. I'm certainly not suggesting that you were doing subpar work or anything, just that there is a spectrum there. For example I had a teammate who made incredibly disruptive and positive changes to how and what my team worked on. Yet he would also arrive at work with barely a second to spare before standup and most days he would leave _at least_ an hour early. Some days he was clearly not doing much work and even pretty brazen about it if confronted about it (he wasn't a dick about it just be like, "Oh, I'm just trying to look busy"). When he did work (which was more often than I'm making it seem), he was very serious and focused about it and would put in extra time when he was really into what he was working on (this of course was not to make up all the leaving early, haha).


I feel like frontend work has some unique characteristics as opposed to hardcore backend one, at least for me. I feel like the parts of the brain that deal with visual and the analytical are not overlapping much so if I alternate between the two I can do a lot more hours of continuing work, resting one while the other centre is busy. Definitely can't do that doing hard algorithmic work, where I would clock out in just a few hours.

But I think there is something else though - frontend work is usually less abstracted and more menial - a lot of repeating various tasks, moving stuff around, fine tuning it by eye etc.

When I encounter something like this on the backend I would step back and spend time actually automating that with a function/library/package/framework and only then come back to the task at hand. Thus my time is usually more "concentrated" with making decisions, logic and calculations.

But frontends are usually so vast and complex pieces of software that its harder for me to abstract and automate away ideas, and its easier to just plow away through some visual task rather than step back, distil the logic into an abstraction and then go and use that abstraction effectively. That does happen but at least for me a lot less often than backend logic.

I would aim to distil the backend code down to its business logic and almost nothing else where possible, grinding away replication, but I (and people I've tended to work with it seems) don't seem to strive for that on the frontend for some reason, at least not in the same degree.

Which ultimately makes this environment quite a lot less mentally challenging to work in. You can "zone out" doing something and let muscle memory do its thing, whereas if I ever start to feel that working on the backend code, I have an alarm in my mind shouting "something's wrong! there's a missing abstraction!"


A trick I've used for 20+ years that I think helps me put in ~8 hours of real work per day is to reserve some easy tasks for "after lunch work". It doesn't have to be literally after lunch, but whenever your brain is tired or doesn't want to try too hard. That's when you write a couple of the boring tests or do some easy refactoring. When you're in that kind of mood, doing those kinds of familiar low-friction tasks is relaxing and refreshing. Pretty soon you're ready for something harder. And it's a way to fit in the "hygiene" jobs that are easy to neglect. It helps to keep a little list in a text file somewhere, so you don't have to go searching for them.


> It was all very doable and not useless time spent futzing around (I would also stop tracking my time for any break I took - no exceptions).

I have a similar experience working remotely. I can be productive 40+ hours a week without getting drained.

But this includes making rather long breaks between blocks of work. Usually this ends up in blocks of ~2-3hours with breaks of ~1hour in between. Although this works out my end of work is rather late (typically I work from 8am to 7pm) which leaves little time to do private things.

So in conclusion, although this works out I am looking into reducing my work hours to 30 hours per week to have a bit more time for myself.


I'm somewhat similar, except that I use those breaks to do private things, like spending time with others, getting a workout in, doing chores, etc.

As a result I have much less useless idle time compared to working in an office and my days feel like there's so much more time in them. When it's 7pm for me there's nothing important left to do, whereas with an office job I would probably have to cram a dozen things into the next three hours before 10pm.

So yeah I don't mind "ending late".


> came out somewhere between 38~39 hours

Also worked more than 40 hrs full concentration work for few weeks, but that soon burned me out. Now I can't do that more than a day and don't ever want in future.


> I would also stop tracking my time for any break I took - no exceptions

Depending on how granular your tracking was, that may be the trick. It is possible that you did not count in the time needed to recover and transition time. Let say that a task took 1.5h to complete, but you didn't count in 15 minutes you needed in between to relax and gather thought or perhaps you didn't count in another 15 minutes that you needed between two separate tasks. Can you elaborate this?


I find it depends heavily onto the task. Some let's say "organizational" work (moving stuff around, adding new machines to cluster etcetera) that just requires to be done but not "hard"? Can do for hours, will get a bit slower just coz of boredom. So the first 4 hours are still more effective than next 4 hours but not as much so, especially when I take break in the middle (bless WFH)

Programming or designing something complex to program ? Way shorter. So I usually mix and match


That reasoning is complicated IMO by the fact that many jobs involve projects and tasks that are perceived as very important, yet will never be started, let alone continued, let alone completed.

That's a pretty big deal as-is. It can easily make the boss feel justified--OK this employee said we need to do this thing, they said they want to take it on, but it's not being done. The boss is in the loop and may feel like the employee wants to be pushed, checked in on, and so on.

But even then, add to this the stronger element of subjective mental torture often found at work, where the infantile pusher is none other than the self.

This element will stick the butt in the chair and turn the individual into a workaholic who sees no point in leaving to go home, because they are staying until it gets done. So still--50, 60, 80 hours in the office. Frustration, try harder. See some progress. OK, keep doing this.

Mix in a little bit of competitive thinking on the part of others ("wait, _they_ are working 50 hours even though we green-lit 25 hour weeks?") and this gets hour-reduction going sideways.

(This also relates fairly easily to persona-based theories of personality dynamics)


So much about work is about the perception of what you do and not about what is really being done. Add to that, that even when one is actually providing lots of value, it may not be perceived as important by whoever you report to - but the firefighting du jour is.


>I feel the only reason why we have 9-5, Monday to Friday jobs is because of infantile narcissists who have no other purpose in life than to go to work and push people like machines.

Hanlon's razor applies here.

As does Chesterton's Fence for that matter

The 40 hour work week was won in actual blood from labor activists long before any of us were conceptions. The fact that we still live within it, is simply a proof of counter-revolution being pervasive such that the world has structured itself around this.

We should continue to demand the value that efficiency has brought us go where it rightfully sits, with labor.


>We should continue to demand the value that efficiency has brought us go where it rightfully sits, with labor.

Labor lost most power with the rise in globalization. It was much easier to strike and affect businesses when they had a limited hiring pool restricted to one country. Now they can just move to another country where labor is less demanding.


While that is true to a limited extent, labour is doing much better in plenty of countries where people have demanded - and gotten - far more than in the US also post-globalisation. Labour has lost power mainly in those countries where people bought into the employers narrative and stopped or scaled back the fighting.

Much of it correlates with media ownership support or hostility - e.g. in Norway the second largest media group was founded by the unions and remains owned by a charitable foundation, and so there has consistently been a strongly pro-union voice in media.


My question is why didn’t US labor try things like that?

It seems to me that in the early radio era this was possible.


Good question, and I don't know. There certainly were newspapers etc. aligned with organized labour in the US too, but I don't think anything as organized.

Many other places as well now have relatively weak unions forced to deal with a largely hostile press (UK being one) andd could have benefited from something similar.


> Labor lost most power with the rise in globalization. It was much easier to strike and affect businesses when they had a limited hiring pool restricted to one country. Now they can just move to another country where labor is less demanding.

I find this argument often used in defense of nationalism or protectionism, which is why it's interesting when the nationalists will turn around and argue against this same argument when you reveal its true nature restated, which is:

Labor, as predicted by Marx and other socialist philosophers, lost power with the rise of global capitalism. Just as Kropotkin wrote, capitalism goes country to country, forcing locals of each place to depend on it for goods as well as extracting from them cheap labor until they industrialize and become a part of the global middle class, the sustaining of which requires finding a new place to pillage for cheap labor.

As the transnational organizations doing this (say, Chiquita, or maybe BP) grow, as you said, their global political power increases, and not just because under this system, political power can be tied directly to capital volume.

But because people like Marx and Kropotkin wrote this and argued in favor of the worker taking back power, suddenly the nationalists are saying "wait wait no, we wanted to use this argument to get more nationalist government power, not more global working class power!"


Is that a bad thing? To raise one nation after another into the middle class?


I think yes because that's not exactly what happens, local capital class members will leverage political power to do things in nations that try opt out of global capitalism like staging coups or refusing to trade at all. See Venezuela, Cuba, Guatamala, Congo, etc.

Furthermore there's no guarantee the locals will actually be "brought into the middle class." It's entirely likely a nation will get simply stuck as a cheap labor force for other nations indefinitely, see India and the Philippines.

Finally, the cycle doesn't just end at "nation is done being exploited for cheap labor and instead now had a middle class and imports cheap labor," there's late stage capitalism which is where the usa is at where the inherent contradictions cause systemic collapse. See: the American crises in healthcare, infrastructure, housing, homelessness, individual savings, and rapidly plummeting incomes.

Then of course the obvious question: what happens when there's no more cheap labor to exploit?

Or the other side of the question: what happens when automation has driven the value of human labor down to pennies?

Capitalism doesn't have an answer for these questions because under a capitalist system (and indeed some Marxist ones too), you must justify your existence through labor and labor utility.


Intertia is a big part of the 40 hour standard; I'd anticipate legal structures that start penalising companies that offer different hours.

One of the situations I hear a lot of chatter about is people working 2+ jobs because they can't find the hours to make ends meet. Picking on US retail hours, there seems to have been a 2nd quiet revolution that has gotten the average hours down to 30/week without quite as much bloodshed [0].

It isn't that obvious that the efforts of labour activists have had that much impact. It is unlikely that they have managed to hold back the laws of supply and demand over the long term. If companies got much better results at 60 hours/week or 20 hours/week that is how long people would be working.

Eg, look at how quickly we ended up with mass working form home. It has been a possibility for ~20 years, and it took one shock and suddenly it seems to be embedded as far as it is likely to go. No bloodshed. That is a much bigger win than a 40 hour workweek. I'll sign whatever hours you want me to pretend to work if I can do it from my bedroom. 168 hour/week contract WFH? Works for me I suppose.

[0] https://fred.stlouisfed.org/series/AWHAERT/


> if you are truly just doing productive, meaningful technical work, beyond 3 full days most people can't do it.

Ok but an important detail is the distribution of those hours. You probably didn't do 7 consecutive hours of exhausting hard thinking work in one day, nor probably 3.5 hours across 2 days... you'll be able to confirm, but sounds to me like an important key part of most meaningful, intensively intellectual (or physical) work lots of people do is that those hours are more-or-less spread across the whole work week, so in your example, kind of 1h30m per day on a 5-day week or closer to 2h/day on a 4-day week.

I would fully agree with the latter part of your comment. Even if you argue that you'd not get more than 3 days of actual work done during a week, it doesn't necessarily follow that your work week should have been 3 days long; more like your daily timetable should probably be shorter and you should not have to wait in your office, mentally tired and not being productive, until the clock says it's 5pm and so you can now go home.


I'm a PM and I work from home - far and away the biggest advantage IMHO isn't the lack of commute (though that's great), but rather the flexibility in schedule.

My most productive hours are 6-9am - I can crank through what would take me most of 9am-5pm in that time period. That's wasted when I have to get ready and commute during that time period. When optimizing for most efficient working times, 40 hours a week is really 20-30 depending on meetings.


The one thing I would go to the office for are sprint ceremonies. On my best functioning teams, we would plan and make sure everyone knew what was needed and solutions brainstormed until we had an agreed approach.

Then you stay at home and just execute. And you can used your best hours to smash stuff out and then enjoy the rest of the day.


Hot take: Sprint ceremonies are what I hate the most about our profession. In-office sprint ceremonies make it even worse.

Please end this madness.

One guy from customer success I had lunch with once told me: "wait, so you guys have team meetings every morning, every single day? but why? that sounds terrible. I would hate that"

And yeah! I agree! but this has been the norm in the entire industry for the last ~10 years and you have no say in it.

I once went a month by actively not paying attention to the daily meetings just to prove they're worthless and I didn't miss anything important. Weekly meetings are much better at keeping employees engaged without feeling like a burden/waste of everyone's time.

This whole daily stand-ups and sprint ceremonies are useless bullshit. Quality software got shipped way before those were concocted and shoved into our worklives by agile "consultants" who have nothing better to do in their lives than selling employee micromanagement and control schemes to clueless managers making them feel more empowered over their workers, and creating more bullshit jobs like scrum masters or agile coaches just to give credibility to these management frameworks.


Stand-ups aren't really for devs, but for the team leads and PMs trying to track work. If they take more than ~5 min or so, people aren't prepared and that should be a red flag for team leads. That said, every day is often overkill, and most of the value can be gotten by keeping tickets up to date. But "ceremony" is often a tool to get people to keep things up to date by formalizing the expectation that it'll get picked up if they're not. The more disciplined a team is, the less you need that ceremony.


I challenge PMs and leads to do a project, maybe just a small one, where you don't hold a group meeting even once over the course of the project.

I've led a 9 month project building an entire SaaS project this way. It was definitely hard work making sure my tickets were in good order, that i had a good design feedback loop with the designer (really just the CEO plopping components into figma), and that I had another feedback loop with the engineers (of which I was also one in this case) so we could accurately predict what would get done when.

The tools were relatively simple: figma for designs, linear for tickets, slack for messaging. This is across several time zones with differences up to 12 hours. I found that by using our tools well we were able to get a good product delivered in good time at good cost, with good quality of life for all involved.

I used to hate standups and think "well, I guess it's probably making someone else's job easier?" Sure, it was making the product manager's job of reporting what was happening to their boss easier. But turns out, maybe that can be supplanted by using your tools well. When will the xyz feature be done? Looks like middle of sprint based on estimates.

It seems so simple I don't really know if we just got lucky this one time or what, but this was across nearly a whole year and such a big project I kinda feel like we hit upon something with our method.


I've been on "all" sides of that table, and I've had teams where I had to force daily calls to get people to stay focused, and teams where I could chase people individually, but the aggregate amount of team members time I've needed to spend to stay up to date have tended to stay relatively similar.

Key thing being, if your standup is a large proportion of the time you spend closing those feedback loops, it's likely your standups are much to long or your one on one follow-up may be on the low side. But there are also all kinds of exceptions - a team of very senior people who know each other can often do with less, for example.

Lest you think I like meetings, one of the most effective "meeting killers" I put in place at a past team was a weekly report where I got HR to give me average salary numbers across the different job functions and added up the salary cost per work item, with meetings broken out.

The number of meetings plummeted when people saw the opportunity cost in dollars as a proportion of salaries to put a dozen engineers in a room for an hour. I absolutely loathe pointless meetings. But it's important to be aware of what function a given meeting actually serves before deciding whether or not it's pointless.


We have JIRA etc for tracking work. That should always be the single source of truth; verbal communication isn't useful in the long run (someone might have missed standup, people forget, etc).

Even so, I've had daily stand-ups at the last several companies for years now. It is a consistently pointless exercise. To make it worse, several companies have also required posting our daily statuses in slack channels, just so the managers who were too busy to attend standup can see what people were going to say in standup, even though the exact same information is already in JIRA. The signal-to-noise ratio is way, way off.


"Should be" being the operative term. I've yet to work anywhere where tickets consistently up to date, and often ceremony like standup is where we find out that something was left out. If you consistently manage to do so across your team without it, then, hey, that's amazing.


The thing is, the daily standup is the reason why your board isn't up to date. People don't bother being strict about it because every single day they can just mention that they need to update it yet and it's okay because that's why we have standup- so only the select people who attend get the real status of things.


On if you treat it as ok for the board not to be up to date on the call.


That just goes back to my original point. If the tickets are up to date on the call, there's no reason to have a daily standup. If someone isn't keeping their tickets up to date, you don't need to hold an entire team hostage in a meeting just to remind them.


And my point there is that sometimes it turns out that knowing it will be discussed at a call is the most effective way of getting people to actually do things.

It depends very much on how disciplined your team members are. It turns out - from experience - that a whole lot of "sorry, I'm too busy now, will do it shortly" disappears when there's a clear, known deadline and you need to give an update in front of a group.

You can surely find other ways. You can chew out people who don't heed the reminders, or bring it up in performance reviews, and do all kinds of things. Or you can just have people take five minutes, and at the same time occasionally it tends to throw up other things that are useful too. Which approach will work best depends very much on the team. W

The point is that the reasons for ceremony is often not the ceremony itself, but how it alters behaviour.

At the same time, of course there are also managers who engage in cargo cult management, for whom the point of the ceremony is the ceremony, so I'm not saying there aren't plenty of pointless standups being carried out.


What's stopping PMs to remind people on slack to update their tickets? In my previous job we had a task blocked in our calendar every Tuesday 10AM to 12 PM just for updating Jira and Gitlab tickets.

Having people gather in circles physically or jumping on calls every single day just for this bullshit that can be done async is absolutely insane.


There are plenty of things you can try, some of which might even work better for some teams, and worse for others. The point is not that you can't do without a standup, but that whether or not you individually perceive the standup as a benefit isn't necessarily relevant. The relevant question is really whether or not the standup is the least disruptive tool to ensure your team keeps everything up to date. As I said in my original comment: The more disciplined a team is, the less you need that ceremony.


To answer your question, no, the daily stand-up is not the least disruptive tool. There's much better alternatives that can be tried and tailored to each team but nobody does because the stand-up is so entrenched in the industry nobody bothers.


I've tried many, over 25+ years of managing teams, and for some teams there are better alternatives, for some the stand-up works best. I absolutely agree with trying and tailoring options, and I have and I have ended up both with and without daily standups as a direct consequence of testing what works for a given team.


My most productive time is similar to yours, from about 7 to 11am.


11 pm - 3 AM


+1. I really find that I hit my stride around 1am. Lovely for personal projects. Unfortunate for professional work.


Same. I was built for the graveyard shift in a day shift world.


What are you accomplishing daily at 6-9 am when most people aren't logged in? I know there's like a lot of individual work but when do you work with other people? Do you just work less efficiently during the day you mean?


> the only reason why we have 9-5, Monday to Friday jobs is because of infantile narcissists who have no other purpose in life than to go to work and push people like machines.

the current system is mainly because henry ford decided that it was the most he could make people do line work before productivity decreased and injuries increased. that of course was better working conditions of 10 hour days that the labor unions had negotiated before that. it's not impossible to forsee it going down to 32 hours or working more at home since the nature of work is different.

https://www.npr.org/2021/11/05/1052968060/how-the-40-hour-wo...


That article is whitewashing. There were demands for 8 hour work days decades before Ford. 10 hours had become widespread, sure, and some only asked for 10, but Robert Owen's slogan "eight hours labour, eight hours recreation, eight hours rest" dates to 1817, and had been picked up by unions and socialist groups over the following decades.

May 1st as an international day for workers demonstrations even came about as a result of the aftermath of the Chicago Haymarket Massacre in 1886 during one of the demonstrations for the 8 hour day. The then AFL proposed May 1st demonstrations as part of relaunching the fight for the 8 hour day.

That some employers saw the writing on the wall and cut it to 8 with less pressure applied than others was in large part because the multiple decades long, sometimes bloody, fight for earlier cuts had shown it did not affect production anywhere near as much as opponents had claimed.


I don't see how anything of what you said is incompatible with the article. the unions got 10 hours, probably wanted better but that's all they could negotiate. ford wanted the most profit he could get and he found that through 8 hour work days it would be the most profitable for him. he, of course like much of the capitalist class(of course not all but most of the ultra-wealthy capital owners are sociopaths), didn't care that much about workers.


The article says "The first demand of organized labor was 10 hours - the 10-hour movement. " This is at best wildly misleading. The first demands for 10 hours was not for 10 hours labour, but for 8 hours work broken up with 2 hours for meals, and that dates back to the late 1700's. And the demands for the 8 hour day then became prominent at a time where 12, 14 or even 16 hours, and 6 day work weeks was still not uncommon.

It then implies that the 8 hour work day then suddenly came about after "businesses begin studying how to increase worker productivity. And they start to find a downside to even the 10-hour day."

But by the time Ford made his change, it had been one of the key rallying cries of organised labour had been demanding for a century, and Owen had tried it at New Lanark a century before, and Ford was by no means the first, just one of the most high profile.

It's a common trend in the US of trying to write unions out of the history of the eight hour day. People died fighting for the eight hour day. Pinkerton - who to this day are involved in anti-union efforts - and police more than once shot workers demonstrating for it.


Personally, I have been observing my own technical work habits a lot recently. What I have noticed agrees with your narrative but disagrees with your point. Here's the rundown:

* I can sustain hard mental labor (including but not limited to work) for about 50 hours per week total

* I don't know when I'm going to be in the best state to do that work, and it depends on a lot of factors

* Some of those factors are external, some depend on the project, etc.

* Sometimes, that mental labor needs to go somewhere else, and that subtracts from my overall work budget. That includes things like weird social situations, fixing something around the house, etc.

* I also spend a lot of time passively daydreaming about the last thing I worked on. This is often productive, but also often isn't.

* My productive output also varies a lot on those factors: some weeks, I can produce 60 hours of work, and others only 15-20

I think if you have bursty work patterns like this, it is actually beneficial to have more office days rather than fewer, to "catch" as much productive time and daydreaming time as possible. However, it's an even better argument for remote work, because that minimizes other forms of mental labor, like driving.


The productivity in office suits certain work styles that are people heavy. The argument for and against remote work isn't as dependent on the productivity time as people think. Sure, some people are unproductive for periods between 9am - 5pm. Most people are not. That's why those times work. I am myself very productive during those times but only for analytical work. When I need to code, I have to be home with ANC earphones and get lost in the iterations (assuming I'm not stuck somewhere).

The whole idiocy around 5 days a week 9-5 is because people think you have to be in office all that time. People can and do take random half days, hours off to go to the dentist or the doctor or to the post office or whatever the fuck. That's how it has always been. There are very few jobs that require you to literally never fuck off if there's nothing going on. Work adjusts around you if you're a productive person. Some of us can get stuck with shitty bosses and everyone empathizes with that, but for the vast majority of folks, the boss absolutely does not give a flying fuck about when you come in as long as he knows you're disciplined.


I think I'm like this. I've pushed myself fairly hard with technical work in the past, and got up to about 80 hours a week for weeks at a time, but about 50 is my useful maximum without diminishing returns.


To add to your anecdote: Darwin wrote On the Origin of Species with a day that ran: Breakfast and a walk; 90 minutes of writing; spending time with his wife reading their letters and a novel; another 90 minutes of writing; and lunch.

After lunch was attending to his correspondence, reading with his wife, then dinner and games.

For all the talk of "crushing" and "changing the world" I doubt that anything almost anyone here works on or ever has worked on will have the same impact as Origin. The cult of productivity is unhinged, madness.


Darwin was born to a rich family and the book was published when he was 50. I guess I see the point you're trying to make, but his life was very much not like the average person. It was also over 150 years ago; the world he lived in was so far different from 2023 it's absurd. I don't understand why you would use an example of someone extra-ordinary, a geo/biologist no less, in a critique of hustle culture.

Edit: I'd also recommend reading about his health and overwork. https://en.wikipedia.org/wiki/Health_of_Charles_Darwin


There's also that we once had a society where one person in a household worked 8 hours a day and one did house chores (including raising kids) for 8 hours a day.

In a modern, fair society, that should translate into both people working 4 hours a day and house chores 4 hours a day.

Unfortunately the reality right now is we're pushing both people to each work 12 hours a day AND do 4 hours of chores on top of that.


Who is pushing for people to work extended hours? Assuming you’re talking about the tech industry and US market.

I find this sentiment to be pretty rare.


> Who is pushing for people to work extended hours? Assuming you’re talking about the tech industry and US market.

US tech industry can have some bad hours, but other industries in the US can be much worse. Talk to some nurses, Wall Street people, delivery drivers, they all have it much worse than most tech people.

As for other countries, China's unofficially standard work schedule in tech is now 996 (9am-9pm, 6 days a week), Japan's finance work schedule has been 9am-midnight for a long time, most other Asian countries aren't much better.


If you just factor in an hour commute each way that many people have that's already 10 hours. In most professional jobs its not great to be the guy in the door at 9 and out at 5 on the dot if you want a promotion. So that 8 hours turns to 9 and add in the commute you are at 10 or 11 hours of work.


I'm sorry to be so disagreeable, I understand your point including commute times into "hours of work", but I don't think that's what was being referred to here. (I also think there's a pervasive tendency to overstate commute times - 1 hour is an extremely long commute, a quick Google search shows the US average is ~27 minutes, which is still long, but...):

> In most professional jobs its not great to be the guy in the door at 9 and out at 5 on the dot if you want a promotion.

In my time in tech roles on the East Coast, I haven't encountered this sentiment. Maybe if there was extreme inflexibility in one's schedule, I could see it frustrating some people, but for the most part I've only ever seen (1) people getting promoted for their work and the impression of their work or (2) active ladder climbing, which can be done within the confines of an 8 hour day. The most common reason I see people work above and beyond their hours is a primarily-self-generated sense of compulsion that's mostly disconnected from the expectations of their supervisors or peers.

Maybe I'm lucky.


There’s also the argument that you could live off of one salary and downsize / live frugally (two-income trap), but things are more expensive (e.g. the world is more safe now, but that also makes it more expensive).


We have sort-of done this (salary disparity means that we are on more than half what we originally were). I do find it hard though in many ways. I've done intellectual things all my life, got a PhD in maths etc. and now I'm basically a housewife. I do get some time to myself, but I miss the connection to other people that you get with work. Ideally I think I'd like to work perhaps 5-10 hours a week but there aren't really jobs around that are interesting doing those sorts of hours. I tried a couple of things (consultancy, university teaching) but they didn't really work for various reasons.

With one person working, you're also increasing risk. If that person loses their job and can't easily find another one, you're more likely to be stuck. We think that's pretty unlikely and we've made sure we have a safety net, but it's definitely something to consider if you go down this route. Once you have children in school who are settled and happy, then moving for a new job becomes a much bigger deal. I'm very conscious that the longer I don't work, the harder it will probably be for me to find work again.


> you could live off of one salary and downsize / live frugally

I mean, sure, I do now, but I'm single and have no kids, and I make a tech industry salary.

Just some back of the envelope calculations suggests it's pretty damn impossible to raise kids on one salary now.


I agree with the 20 - 25 hours of productive mental work per week. So much of my day is wasted with meetings that could be an email. The worst are recurring weekly meetings. Why?

Tomorrow I have meeting starting from 9am. From 9-5 I only have 1.5 hours that are not meetings and they are not concurrent, they are 3 30 minute blocks between meetings. I have an insane deadline I am trying to make in 2 weeks. How am I supposed to get any work done if I am constantly in meetings? I feel like companies should designate at most 2 hours a day as meeting hours, after that let tech workers build tech, its not right to fill days with meetings and then expect us to produce at night.

My last job had almost no meetings it was awesome. I really only worked maybe 20 hours a week but it was solid deep work. Its been a year and the company CTO still reaches out occasionally to see if I want a position for various projects they have coming up.

If you let developers just work when they are in work mode you will get solid results.


This resonates with Sara Billeys advice for PhDs : https://sites.math.washington.edu/~billey/advice/timely.fash...

She recommends 20 hours of research a week. But there is a high bar to what qualifies an hour.

Maybe relevant for HN community is that they count programming as half time (ie 2 hours programming is 1 hour of work).

When mathematicians say they “work” it’s different than what normal people say is “work”.

An analogy is people who do a full proper pull-up versus people who “cheat” to pull themselves up, but both types of people are counting them as pull ups.


It’s Curious, I wonder if as the portion of time people spend on hard problems increases the rate of burnout increases.

10 years ago a much larger percentage of my day was spent on non-taxing activities that have since been automated.


This speaks to the "labor" argument made above. More efficiency means harder work, but it must also be less work, unless we are trying to extract more from workers.

OTOH, it might not be so bad to extract more from workers. More money and all.


Exactly - if you can do more, you can get paid more.


You can get paid more, or the value can be passed on to shareholders. Depends.


I think so


As a software developer, I can 100% support your findings.

Even counting deep concentration periods (flow, whatever you want to call it) this holds true.


Coming from the sales side 9-5 is useful as people know when to find me, IE office hours. The service side of business, waiting on others.


The main reason for meddle management existence is a recursive loop.

The narcissts produce unsolveable problems, intertribal conflict and other pressure related sypmtoms. After they poisoned the workspace, they themselves become necessary to work around the problems and coping behaviour they created. They are literaly self-employed.


> I feel the only reason why we have 9-5, Monday to Friday jobs is because of infantile narcissists who have no other purpose in life than to go to work and push people like machines.

Not really though, this is deeply culturally ingrained in everybody. You may not like a 40 hour workweek, but you like to own a Tesla, and you are envious of rich people, and you judge people who are homeless or don't have work or don't "apply themselves". (using "you" to mean "people")

The issue is deeply cultural, and cannot be blamed on any single evil entity or person. If everybody wanted this, it would be so. The question is, why does not everybody want this? This is largely due to cultural forces, which can be manipulated through marketing and politics, but are mostly upheld by every single individual going with the flow.


> I think if you are truly just doing productive, meaningful technical work, beyond 3 full days most people can't do it. People can do it for short periods of time, but more than 3 days leads to universal burnout.

This is similar to my experience.

Back in 2020 I decided to make a career switch from accounting to software engineering. I began studying in the morning, at lunch, and in the evening while working a full-time job. I quickly discovered that I could only study in the morning with a lighter review in the evening.

Eventually, I got to the point where I had to walk away from work and study full-time because it was so mentally exhausting. Around that time, I started learning Greek as well. I attended classes once per week and observed that I had to lighten my CompSci studying workload on days I had Greek class. Otherwise, I would have a high degree of difficulty learning Greek that evening.

I was hitting my mental exhaustion limit after 5 hours of intense, technical learning every day. If I tried to push past that point, I would burn myself out and become noticeably less productive. This was something I had never realized while in school with frequent built in breaks (and perhaps more energy from being younger).

When I was studying for the CPA exam in the library for 8 hours per day, I thought I was being highly efficient the entire time. However, looking back on it, I was spending a good portion of that time taking breaks and doing lighter review of material I already knew, which was not too taxing (pun intended) on my mental energy.

Now, I’m well aware of my upper limits of hard work and find that forcing myself past that point isn’t worth the trade-off of mental exhaustion. I realistically believe that I could switch to a 4 day work week and accomplish the same amount while being more energized in the long-run. I’d love to get the opportunity to test my hypothesis.

As a side note: I found when I was studying full-stack material, switching between backend and front end work when I began to tire of one slowed the rate of my mental exhaustion.


Your conclusions don’t follow. Most people are not doing exclusively mentally demanding technical work, which you admit, so why would you limit the work week based on that? And non strenuous work takes a nontrivial amount of time? I’m regularly solidly productive for 30-40 hours a week (tracked with RescueTime app).

Today I did around a dozen PRs (among other things like design reviews) that were tiny changes (cleanup, or migration config flags over various repos). It wasn’t hard work, but it’s important work that has to get done. Shortening the week doesn’t magically get this done faster.


A lot of time spent doing "hard" things is unproductive. So many times I've worked on a hard bug long fruitless hours just to come back the next day and spotting the problem almost immediately. Quick cleanup tasks are important yes, but most of the time you can delegate those to newer employees that can actually learn from them.


Just because the journey feels unproductive doesn’t mean you can cut the journey in half and get to the destination. Who says your brain would have still found the bug without the time invested in it that you’re interpreting as “unproductive”? Who says if you r brain didn’t need that investment in the big just a break that a break working on other productive things wouldn’t have been just as good as a day at the beach?

Also I do give my newer employees smaller easier tasks, but they still need review, mentoring, etc. which is just another “not hard activity that takes time”. One again the idea that you can just cut work hours with no impact seems silly unless you’re working like 70 hours, or unless you’re already just a voluntarily unproductive worker. Maybe that’s an underdiscusssd angle to this; some people just don’t know how to productively organize their time.


I’m doing a phd in informatics. 4 hours per weekday of actual work is what I have found to be my sustainable limit. Not sure I could even do this 5 days a week, more like 3 or 4.


what about useful jobs which are not productive (in terms of monetization of the time units worked) nor physically demanding?

I guess 4 days work for a librarian doesn't mean anything meaningful and the said librarian productivity doesn't plummet like in a "writing math papers" scenario.

Or for an emergency doctor, a fireman, a shop owner, a sportsman etc. etc.

A friend of mine is an air traffic controller, they work 8 hours straight in 3 8 hours shifts during the 24h they need to cover constantly (meaning they don't even stop for a lunch break, only a few short 10 minutes breaks to stretch or to go to the bathroom) for 5 days straight and then they stay 3 days and 1/2 home, so they work 17-18 days a month.

Anyway 9-5 (which is more like 8-~16 in my Country on average, with an hour long lunch break, so ~36 hours/week in total) was won by workers with actual real social battles and 9-5 is the time of the day where the presence of natural light is more probable.

We could switch to working 23:00-6:00 but I guess it wouldn't be so good for the morale.

Also, I generally really work no more than 1-2 hours per day, the rest is spent thinking about the problem, reading documentation, watching a tutorial, participating in a meeting when I do not have to talk an I can keep the camera turned off and the mic on mute, but mostly is doing something else entirely, completely disconnected from my duties, to enable my brain to absorb the problem and have a fresh view on it sometimes later.

Best ideas happen when you're not actively thinking about them.


I read somewhere that the 9-5 workweek was first implemented before the emancipation of women. whether it’s true or not I do not know, but it’s an interesting artifact to consider


Actually, it was the 1800s lol, though in the 1920s it became common

https://www.spiceworks.com/hr/workforce-management/articles/...


Until the 1960s people worked on Saturday in my country.

Economically giving people more time to spend money was a great idea.


What you write might be true for working only with your mind, but it is absolutely possible to work efficiently all day every day for several months in other fields, that are not only grunt style work. And when it comes to seasonal work, it is the most reasonable way to do it. You can work also work long hours efficiently if you are forced to it.


> > My conclusions after observing a ton of people in technical and nontechnical jobs is that beyond working 20-25 hours a week, having people do more is useless...

If there are people who can't run a mile and those who can run over 100, what makes you think everyone universally can sustain 20-25 hours of focussed work per week?


If I do 20-25 hours a week, and nobody else can outperform me in productive output, I don't really care how much hours they put in.

I've had jobs where I was productive maybe 4 hours a week, and got excellent reviews. So I always wondered if I got that, WTF were the other devs doing?


Are you suggesting the number of focused hours per week can be trained just like running a mile?


Yes. Most people are lazy. Make sure you get 8-9 hours of sleep, prep your meals for the day, and slowly increase the number of focused hours over time (progressive overload). "Burnout" is a myth if you focus on good recovery. (of course this doesn't apply to everyone, as some people may have certain medical conditions or other important commitments)


+1

That is true for deep work like:

- solving mathematical problems

- coding non-trivial stuff

- teaching non-trival stuff

The challange is shallow work e.g.

- replying to emails

- meetings

- scheduling meetings

And than there is no-work:

- checking your phone

- lunch

- walking and chatting before the next meeting

Shallow and no-work can easily eat anywhere between 20 and infinity :)


Even "shallow work" isn't done as well during the extra time.

Besides - doing meetings well is not shallow work at all; scheduling is a pain etc and emails are written better when people aren't tired.


for programming work I would say 20-25 hours a week on complicated things, and an extra 5 - 10 hours on simple things.

The complicated things are stressing and you need to relax a bit afterwards, and then you can take easy stuff, like maybe an evaluation of what one might do to speed up some process without actually writing the code, just a report. Or simple fixing of design issues, code cleanup stuff like that.


To be honest, I cant do more than 5H of good technical work per day either


thanks for you input, i'd just want to add a pinch of chaos and averages into the mix.. a 9-5 is also an escape from problems elsewhere, or a somehow balanced dance/wave (morning, commute, work, come back), it's not just late stage capitalism imo

thanks again


I’ve gone down to 4 days, taking Fridays off to look after my son, and I certainly won’t be going back to 5 days until he’s in school. Looking after a toddler all day isn’t exactly a day off, but it is extremely rewarding, and something I’d recommend to any parent thinking about dropping down a day.

It definitely has some downsides however, I’m the only one in the team that’s off that day, so there’s usually meetings and information that I miss out on, as well as a 20% cut in pay, but I’m very lucky to be in a position where we could afford it, and the time with my son is worth it.


Based on most of the studies i’ve seen, at least for office/information jobs, that pay cut is unjustified. People mostly get as much done in 4 days as 5.


Usual counterpoint is that you're not being paid just for the things you get done, but also for availability - for being there when there's a need to handle something unexpected. This has real value to a business, so you being available for 80% of the time justifies some degree of pay cut.


If only I was paid for all those "on call" hours when I was a sysadmin :)


Our team is paid no overtime, because we're considered "able to tend any emergencies and organize themselves if required" at off-hours too.

Well, our system almost never creates that kind of emergency, but we think this is a fair assumption.


> Our team is paid no overtime, because we're considered "able to tend any emergencies and organize themselves if required" at off-hours too.

Imagine a private business accepting these terms from a client.


The private business in question will suddenly find enough time to fix the repeating problems, in that case, eliminating the need for overtime.


My point is this would be an unfair clause, no private business would sign terms that would force them to work for free. Yet, somehow it's enforced and acceptable for private individuals.


In our case it's not enforced, and we're not under any 5 nines obligation.

On the other hand, we're a bunch of lazy sysadmins and don't prefer to work if it's not necessary. As a result, we design our systems for resilience, so any problem both doesn't get big, and can wait the next morning, or next Monday 99% of the time.

Also, we definitely love what we do, hence we sometimes choose to take some work off of our colleagues' hand on a slow night. So, I personally prefer to read a tech doc, learn something and apply to on our systems if I have nothing better to do instead of watching TV.

IOW, we're not losing sleep doing our job.

TL;DR: It's acceptability depends on the circumstances a lot. If the employer is abusing you with that stick, that's bad. Otherwise, I see no problem.


What kind of fucked up country lets you be on call without getting paid for it?


The kind that leads the world in software development and also happens to have the highest ceiling for take-home pay.


Which makes not being paid overtime for being on call even more appalling.


You know the answer to that.


The usual counterpoint to that is that for highly skilled work 95% of what you do can be done by someone else who takes 1/2 to 2/3 your salary and it's the last 5% that you're actually being paid the big bucks for. This is stuff that you have to do rarely but it brings a lot of value; whether you have 5 days every week or 4 days every week to get that out of the way doesn't matter, because you do it for a couple hours a week at most.


If that's the case, then there should be a clear understanding that I am completely unavailable from the moment I leave the office for the day.


That's usually the understanding everyone has by default, unless you're doing some specific job that requires greater availability (and are compensated for it), or... you're eroding this understanding yourself by doing something unwise, like replying to company e-mails or IMs after hours.

One rule I learned to stick to: never install apps for company e-mail and IM chats on your personal smartphone. Just don't. Otherwise, you never truly "leave the office for the day".


We've had to explicitly tell just-out-of-college new hires to stop at the end of the workday. The reasons are different for each but a lot of them have gone home and kept working without being asked or expected to.


Plenty of places just assume you can do on-call or it's required, including high-tech companies. I'm not compensated outside of normal salary/equity for on-call hours. If I don't get paged, great. But if it's a heavy week I don't get anything extra.

I'd love to join a union to be able to reasonably bargain against this.


...that's how I've been forever, aside from those few jobs that required more availability. In those cases, it was part of my job description, so agreed upon by all parties before I took the job.


Are you doing unpaid overtime?


Maybe for some jobs. But for the majority of software jobs? Not really.


I can't really tell. I mean, there's enough people on HN who say they do pair programming at work, and some even that they do whole projects almost exclusively in some sort of group coding sessions - to me this seems like a bizarro world, so what do I know about majority of software jobs?

For me personally, every software job I've done so far - including both the ones where I was one of few (or even the only) coders in the company, and ones where I was but a small cog in a multinational corporation - all of them had an availability component. Usually in the form of being there to answer some question, or help someone who's blocked or slowed down by an issue I'm the best suited to resolve (or the only one in the team/branch/company who can).


I've only had successful paired programming in one situation and it was amazing. I believe it worked because we were friends and at the same knowledge level. In three days, we ripped through a project that should have taken a month. Our 'C' code was perfect because there was always someone looking at it in real time and catching the errors on the spot.

I do not think that I will ever encounter this level of productivity ever again.


It’s beautiful when that happens.


I've done a lot of pair programming with mentees and it's very rewarding. They usually learn a lot and it helps building a relationship with them. Bonus points if they see you struggling with a problem/bug.


It depends. There are some people who bring a lot of value by just being there to answer the occasional questions. When I'm oncall and I know that some colleagues are on vacation, I'm definitely more tense. In an ideal world, knowledge would be spread within the team, but with turnover it's hard to reach and maintain that state.


Honestly I don't even care. If I could take an extra day off at only 20% cut from my pay check I'd do it in a heart beat.


It may be "justified" while five days remains the norm, as it may be possible to get similarly-capable employees to take the position for lower pay, to get that extra day off every week. This should provide a pretty big benefit to companies that can leverage it while five is still typical (assuming that the shift to four is in fact going to become a trend)


Thinking like an employer - how can i leverage social norms to get same or more work for less pay. If you’re not an employer, why are you thinking about it this way?


Oh, sure, I think employees ought to organize to increase wages in general. But absent that, the value of perks like a four-day work week (while it remains an unusual perk, at least) do factor into wage negotiations, and individuals can't do much to resist that on their own (aside from... not get the job and keep working five days somewhere else). I'm talking "is", not, "ought", in describing it the way I did.


You will remember the moments you spend with your son - and kids grow up fast.

The days at work - those no one will remember.


Yes! When you lie on your deathbed, will you say "I wish I'd spent more time at the office"?


“Find a job you enjoy doing, and you will never have to work a day in your life.”

I personally find it much more rewarding figuring out a technical problem than watching a crying baby.


An employer that not only requires years and years of primary, secondary and tertiary education, the majority of your waking hours, the responsibility to deliver what you promised and all the pain and stress that implies, but on top of all that, requires you to be passionate about the whole thing sounds like hell on earth to me.

Employment is a transaction. You get my honest effort, experience and an amount of time agreed upon beforehand. In return I get money so I can live the life I want. That's the end of it.


“A crying baby” you imagine for the sake of being contrarian != your son.

Also toddler, not a baby. A toddler spends most of their time exploring and learning, discovering the world. A perfect example of a still free, undomesticated human being. A perfect spiritual teacher, in the body of the closest human being you’ll ever have :)

By the way, the job quote is one of the broken propaganda stories of capitalism. Even when you like your job you’re still slaving away for money. You believing that’s a great outcome is the point.


I actually work 6 days a week (only Sunday off) noon until midnight with a two hour break 5-7pm.

That’s 60 hrs of work a week, but I get to spend every morning 7am-noon with my kids. It’s been a great change of pace for me personally. We have a garden we do as a family, I can do doc appointments, some field trips, etc. while still working extremely hard. It’s not for everyone, but that schedule has been great for me personally.


That’s baffling. Nobody should have to work 60 hours a week and be happy about it, doesn’t matter when the hours are


Lol for almost all human history working all a day was the norm.

I don’t necessarily have to do that much work, but I want to get ahead. Most people I grew up with work 40-70hrs a week, often two to three jobs.

It’s natural for me to work that much. I don’t even blink at it. What else would you do? Play video games, watch tv, “party”? I can accomplish and build things and spend the rest of the time with family and friends. It’s a good life imo


> What else would you do? Play video games, watch tv, “party”?

Sorry, but this is such a sad statement to me. I mean, unless you absolutely love the field you work in, in which case that's amazing, go for it! But if you're like the rest of us, there's so much to see & do in life besides work! As an example, I'm reading, learning to cook, traveling, and trying to get fit. These provide their own satisfaction & meaning in ways that work doesn't.


On the contrary, I feel sort of sad that so many people seem to find their work unfulfilling. I work a job that’s more work than some alternatives could be. I could at any point quit and find easier work that paid better. But I chose to work here, right? I’m privileged enough to not be obligated to stay. I’ll assume most people here have similar flexibility.

I find the “cooking as alternative” suggestion interesting too. I can understand the desire work on a creation for yourself (a meal), but for me that’s balanced by the desire to create something amazing for the world. By the same token, I could take every Friday off and work on a side project, but fundamentally that’s not going to be as fun or productive as working on the main project I’ve chosen to work on: ie, my job.

Now raising a family I can totally see as a competing interest, if I were raising children I would be working less. But I’m not (yet).


I hear what you’re saying but since this is hacker news we’re mostly white collar and we’re not talking about all human history, we’re talking about 2023+.

I spend my entire weekend with my kids for one thing. Don’t you miss out on things? And yes I play video games or do literally anything other than work before bed. If you’re including side projects you actually want to build in your 60 hours, that’s totally different of course. And I also don’t mean to judge, as the people working those 2-3 jobs NEED to do it. Nobody wants to.


From my prior post:

> I get to spend every morning 7am-noon with my kids.

I work from home, so I have no commute (saves a boatload of time) and get to eat every meal with the family (who ever is home). I also spend probably 4-7 hrs with my children every day (and all day Sunday’s). I’m pretty more involved, but sure I miss some stuff. I can’t do afternoon / evenings (unless it’s 5-7pm).

In terms of my work breakdown, I tend to do 60-70 hrs. But I code and manage our farm part time (kids will eventually assist with). That’s probably 50 hrs coding/designing, 10-20 hrs on the farm, depending. That obviously will shift a bit depending on weather. I also take 2-3 weeks off coding work to harvest; which are like 12 hr days for a week at a time.


Appreciate hearing your story! This is why I refuse to get chickens, let alone actually farm! I’m not disagreeing that this is a great amount of time with the kids, as many people see theirs way less than they would like. Still I can’t imagine losing half of my precious weekend, and in fact want another day of weekend like the people in this article. But not enough to take a pay cut because I’d rather take the money now and retire earlier. Cheers!


> What else would you do? Play video games, watch tv, “party”?

The fact that you cannot imagine meaningful and beneficial activities to do outside work should ring a big alarm bell in your mind.


> for almost all human history working all a day was the norm.

References for that? Didn't they do studies showing that e.g. hunter-gather type tribes such as Kalahari bushmen had about the same amount of downtime as modern Westerners? At any rate, the sort of work you're doing makes a huge difference as to how sustainable doing it 60 hours a week is.

(Quote from article linked below:

“Our hunter-gatherer ancestors almost certainly did not endure ‘nasty, brutish, and short‘ lives,” he writes of seminal studies of the Ju/’hoansi, a hunter-gatherer group living in southern Africa. “The Ju/’hoansi were revealed to be well fed, content, and longer-lived than people in many agricultural societies, and by rarely having to work more than 15 hours per week had plenty of time and energy to devote to leisure.”)


> What else would you do?

Live a little? If you can't think of anything you would rather do than work you're living a sad life.


Just don't be one of those managers that expects everyone else to give a shit about the company and all is good.


As a manager, I always measured by consistency. I could care less about how much someone worked, frankly.

The engineers would commit and if they met their commitments they were usually good. Sometimes I’d have to nudge them one way or the other, but rarely did I see an issue.

I tended to try to inspire others - aka you can design your own projects, deadlines, etc. My job was to guide, provide cover / funds and ensure success is recognized. My teams were definitely intense at times, but always self-committed and everyone became invested. That’s how to help people grow the most and get the most out of them imo.

That said, most of our deliverables I always pushed publicly (parents, papers, open source, etc). This ensured good future job prospects.



> Lol for almost all human history working all a day was the norm.

The complete opposite.


I support it, as long as you’re well compensated and you like it. I think due to wanting to “stick it to the man” there can be too much anti-work sentiment.

It’s okay if it’s a throw away side project but not okay if it’s for your employer? Wat. Seems like a silly distinction and backward if anything.

I definitely don’t work as much as you but I also love my work and work random odd hours and sometimes voluntarily extra. I like it and it’s definitely paid of dividends for my career growth.


It's not anti-work sentiment. It's like the people who drink too much alcohol or smoke everyday: is it bad for your body? Probably, but you definitely can go ahead and do it, no one is going to stop you.


There’s a lot of anti work sentiment going around. For example, in threads about “what if I finish my sprint work early” at least half of commenters say “lie and pretend you didn’t finish so you can not work”.

You’re analogy only works if the activity is bad for your health but I’m not suggesting anything bad for health.


Predictably, you are being downvoted.

Fact is, some people can just work harder than others. This is obvious is it not? It is not because some people are lazy and others aren't. It is not a moral issue. Some people just have higher energy levels in my experience (I'm not one of them, as a type this at 8pm nearly comatose). They just have more capacity. I think it is genetic.


I did this, then when my son went to school, kept the day off. It's super valuable to just get some time for yourself. Have recently changed career and gone back full time, but pining for that extra time (luckily my company seems to be thinking about a 4 day week)


I don't see any downside to a 4 day work week. Workers should expect to get paid 4/5 of what they made before, but it could be well worth it.


In the Netherlands I also take a 20% gross pay cut. So net, that's more like a 10% pay cut. It doesn't pay to work 5 days in NL.


This doesn’t make sense to me unless it moves you into a lower tax bracket or something. Eg. If you made $100k and were taxed at 30%, you’d get paid net $70k. If you took a 20% gross pay cut, you’d get paid $80k gross and $56k net. 56k is 20% less than 70k.


In the Austrian tax system you are not taxed in one bracket. The first 15k are free next 5k at 15%, next 10k at 25% and so on. So your average tax rate will always be lower than your marginal rate, thus removing 20% gross will never remove 20% net. Actual values depend on your income of course.


In the UK we have the tax free allowances, but we start to lose them as we earn more. For instance, around £100k in earnings they start to tax your personal allowance so you are effectively taxed at 60%. You then move into 45% tax and then start to lose pension allowances at £250k.

First world problems, but these are all cliffs where it makes sense to keep your income down. Losing 20% off the top line will reduce your income by closer to 10% if my math is correct.

We have a problem in the UK with higher earners dropping out of the workforce partly because of the tax incentives. I personally choose not to work as an employee in the UK because I would be paying more than 50% in tax.


That is horrible. Basically repeating the mistakes the government makes with people on benefits in the tax code. I don't understand how you can design any financial incentive systems with discontinuities such that you actually earn less by working more. That is a totally unforced error. I agree that people on 100k a year maybe don't need some kind of allowance but then just add another bracket at 85k that erodes it away instead of pretending that the people at 99k still really depend on it.


The child benefit threshold makes it pretty bad for most mid to high household incomes too, effectively a 60% marginal tax rate between £50k and £60k if you have a student loan


Yes, basically every country works like that. I don't know why people talk about "moving a higher braket" like it's a discontinuity in the amount of tax you pay. It's always a _marginal_ tax rate.


There's very few countries in the world with tax systems like that - even Estonia I believe has some tax free threshold, such that the first $x of your income is not taxed (then a flat rate of 20%). Sure, if your income was massively above that threshold then a 20% cut is pre-tax income would be pretty close to a 20% cut in take-home income, but I'd think for most here on HN it wouldn't be anything like that much (though probably not as low as 10%).


As a resident in Estonia, I believe you're talking about the basic exemption of 6000 euros [0]. The rest is as you said.

Also if you're married, this amount is combined between spouses. And for some things like 3rd pillar unemployment funds, tuition fees and donations, we get paid 20% back regardless of our income previous year. Some years I got around 500-1000 euros as a tax return, but when I checked this month (for 2022), it was 0, as I didn't have any of these exceptions last year.

[0]: https://www.emta.ee/en/private-client/calculation-2022-basic...


Look at the marginal tax rate in Finland and it makes you think the rationality of working at all:

https://www.veronmaksajat.fi/luvut/Laskelmat/Palkansaajan-ve... The lower tax bracket of 38kEur give a margin tax of a whopping 49,5% and it gets progressively worse after that.


Top tax bracket at €69k is 49,5% so someone could very well cut 20% of their hours and only lose 10% salary.


In America I would really like to see people balance work and life better, and normalizing a 4 day workweek would go a long way to help that. We have a business culture and set of laws that I think results most people sacrificing too much life to get stuff that doesn’t make them happy.

BUT I disagree strongly with this idea that anyone who works more than 30 hours per week is just unproductive. That’s just factually false. With many jobs productivity scales close to linearly long past 30 hours. Sometimes working more many hours is exponentially more productive. Some people want to work many more hours to get more money, maybe because working more doesn’t bother them, maybe because they’d rather have the money, whatever.

I think people want “how many hours should humans work” to have a unified answer, when in reality it ranges from 0 to 100 depending on the person (what they want and what they can do) and situation(e.g some peoples jobs are literally life saving, an extra few hours can be life-or-death).

For example: I believe the most productive time of my life, by far and above, was the time I worked insanely long hours, and in fact those hours were exponential since knowledge work and the fruits of knowledge work often compound.

Now watch how many people tell me my experience is wrong and I’m either lying or delusional, just because they don’t want to believe that sometimes long hours really are more productive.


> BUT I disagree strongly with this idea that anyone who works more than 30 hours per week is just unproductive. That’s just factually false. With many jobs productivity scales close to linearly long past 30 hours.

Blue collar jobs do scale linearly. Many white collar jobs do not, though self-reportedly.

But linear or not in itself is not a problem. If it is linear for a certain job, then there simply must be more people employed. Which is always a good thing, since our system has a baseline unemployment almost by design. People in unemployment but wanting to work are miserable and usually exploited when they do find work. Some businesses won't be able to be profitable without exploiting their workers, but this has historically happened every time workers gained some rights.


I think most folks, especially the ones I’ve spoken to on the issue—specifically object to the idea that more than 40 hours nets any real gain for KNOWLEDGE work. Results may vary. I don’t think anyone is arguing for example that our paramedics aren’t doing anything useful after 40 hours.

That’s the key distinction and as someone who has worked a distinctly bullshit job his entire career; I’m not rushing to spend any more time than I need to sitting at that desk.


I still argue against this for all knowledge work. I keep seeing this term “bullshit jobs” and need to probably look more into it, but it seems to refer to office jobs where huge amounts of time are wasted on unproductive work. I’ve had this kind of work in the past. But not all knowledge work is like this.

I’m a software engineer, and on some of the big projects I’ve been on I have squeezed massive amounts of real productivity out of long long hours. I know managers, bankers, real estate agents, and lawyers who also work long hours and get significantly more done for it. They take an hour less of work per day and start to legitimately fall behind (maybe that’s a good litmus test for how “bullshit” job is? How much time can you take off before it becomes noticeable?). The reality is a spectrum and we shouldn’t bring down some subset in favor of another.


But maybe you guys are 1.25 developers. I mean if most people are staring at their screens and done for the week on Friday and you're still getting things done then in terms of ideals — because okay I know this needs hashing out in practice— I don't think anybody is going to resent you taking home a premium based on what you put in every week.


Honestly if knowledge workers are sort of dialing it in unhappily with minimal productivity after X hours and labor/service/on-call workers can keep plugging away for Y>X hours then there might be some win-win there in terms of quality of life and wage inflation.


I think it's worth considering that, in the US, the ultimate leap from 5 to 4 day work weeks would require a change in labor laws to mandate full-time status and overtime pay cutoff at 32 hours/week. Close to 60% of US workers are hourly. I can't predict all of the ramifications from that kind of change, but I have to imagine it would largely benefit workers. I wish we had a major political party that was at least willing to start the conversation. We all know this "40 hours" nonsense is just historical happenstance, not some ideal or even well-reasoned number, let alone balanced in the interest of the overwhelming majority (working people).


>We all know this "40 hours" nonsense is just historical happenstance, not some ideal or even well-reasoned number, let alone balanced in the interest of the overwhelming majority (working people).

The more and more I see cases like this that exist, the more I feel it's yet more supporting evidence that the US is a failing democracy. We can point fingers and play responsibility games, we can claim its minority protection (are wealthy and powerful individuals really a minority that need more protection in our current structure or should they even be considered a minority), but at the end of the day it doesn't seem to be working in some respects. If we aren't seeing labor law improvements and most fall in labor, something seems amiss.

I'm not advocating for mob rule, there are very good reasons for minority protections, but in some cases when the majority of a democratic society abhors the state of affairs yet we continually have no significant influence to at least try something different, that to me says we're in a failing or failed democracy charading around as a democracy. The older I get, the more I want to call a duck a duck if it walks, quacks, and looks like a duck.


To make this claim about the US is to overlook that basically all western countries have 40 hour work weeks.

Are they all failing democracies too?

Its a shame how many Americans are too busy hating America to look outside the border and see how good they have it, but also how most of their “uniquely American” problems are not unique at all.

(My perspective is as an Australian living in America. And my comment doesn’t apply to guns.)


This is not really true though, 40 hour working weeks are very much not something western countries "have" in the general sense of having a constitution or police force. In many western countries, especially northern Europe, it is a given that parents (especially women, but also men) work less than 40 hours, even in demanding jobs. As a more general example, the municipalities of many cities in the Netherlands consider 36 hours a full time job, in the sense that getting paid more than 36 hours is actually beyond your contract and working that long is very unlikely to happen. Personally I work a demanding tech job with 32 hours a week, like others in this thread, this does not hurt my performance.

The real problem, and reason I suspect you use the word "have", is that this is fundamentally a cultural issue where the resolution is not for "the bad companies to stop demanding all this work" but actually the entire society moving away from the idea that work is somehow the only way to constructively spend your time, and for money being the only value that is worth pursuing.

Concretely what this means is that the fetishization of work must stop. This includes hustle culture, the idea of "side" or "passive" income, and the glorification of high salaries and high work "ethic" (see the use of the word ethic there, super interesting right). Opening hackernews itself, you can see that this mindset is widespread and actually not enforced by companies.

If you look around the world, you will see that many societies don't work this way. Western societies became like this, for better or worse, through religion, specifically protestant christianity. If we look back now, saying that this is a good or bad thing is complete nonsense, but looking at the present we can desire for things to be different, and that desire is what is missing.


US working hours are legitimately higher than most of the developed world.


And worker rights are objectively much worse.


>To make this claim about the US is to overlook that basically all western countries have 40 hour work weeks. >Are they all failing democracies too?

If said populations voters in general think otherwise and its viable to execute, then yes. If not, then no.

The point has very little to do with 40-hour work weeks and almost everything to do with the lack of policy reflecting reasonably implementable wants and needs of the population at large (again, while not trampling on human rights of minorities).

The reason you see Americans hating on America is because they're unhappy in some way shape or form. Looking at those complaints externally, one might be inclined to dismiss those complaints because the situation is better than other locations relatively speaking in some respect from outside looking in. Ultimately, that doesn't negate the unhappiness of those complaining or a failure of a system designed specifically to address those shared views and frustrations through policy. It's possible for some things to appear "better" from the outside relative to another basis and still be undesirable by the population at large.

I'm not well versed in labor rights in every country but in the US its not great, I can assure you. If you're comparing it to Somalia, it's probably amazing. That doesn't mean it can't be better in the US. Americans are often comparing America to itself and usually in a historic context: are things getting better or worse? We want to see progress, improvement in our lives or at least stability. That's of course not always possible because reality sinks in. When the pandemic hit, it wasn't a situation we could just "policy away" a viral infection without tradeoffs (social distancing, isolation, etc. were policy based but had ramifications on people's lives).

I had a colleague from India who shared this frustration, they came from poverty in their country and moved into a high paying tech position here and would often bring up the same point that while so many complain in the US, "its better than many places." That point isn't invalid but that doesn't dismiss the desire to make it even better here, especially if it's possible and it's not the case of simple power imbalances. I came from poverty in the US. Maybe my poverty wasn't as bad as his poverty as a basis of comparison? Does the comparison really matter? We both want enjoyable happy present and future lives, let's focus on that instead of "who had/has it worse" and not use the worst to set the bar of progress.

So, whether or not the situation is worse somewhere else doesn't invalidate frustration unless you are against progress for a population in general.


> almost everything to do with the lack of policy reflecting reasonably implementable wants and needs of the population at large

And there’s my point. I think your claim is that most Americans want a 32 hour work week, and that the fact it doesn’t exist at large is proof of a failure of democracy. My claim is that by that logic every country in the world is a failed democracy since there’s always something that hasn’t been implemented by government that the people say they want in a poll.

I don’t think that all democracies are failed democracies (and I doubt you do either), which means you should rethink your criteria for what makes a democracy successful.


The US is a fully functioning representative democracy. People in small groups always overestimate the popularity of their cause.

Quite simply there are other people. And those people often have other opinions.


As someone who moved out of the US and goes back to visit family every year ... I'd say it is barely functioning. Functioning, but barely.

I had to go to the US consulate a few weeks ago. I was literally facepalming at the inefficiencies of it. It was laughable.


Haha, right, the government is kind of incompetent, but it is the government we elect so it functions as a democracy. It just doesn't function very well as a government.


To be pedantic, the US has never been a democracy, it has always been a republic and it was built in to give land equal or more power than individuals. Though I don’t deny that it seems to be either in or approaching a failure mode (though perhaps the observant may notice it never worked as it was advertised even from Day 1, there was never really a success mode).


What exactly is pedantic about that? The US is a constitutional democracy and a republic. Just like India. Unlike the UK that's a constitutional democracy and a monarchy.

It's like saying something is "technically not a car, it's electric".


Generally when I see someone say "republic not a democracy" they are typically Americans with (far) right authoritarian/illiberal political beliefs that you don't say out loud in polite company, but if you call them out on it you get called an alarmist.


The proper word here would be "archaic" - it's a correct claim per se, but they're using a definition of "democracy" that was the prevailing one at the time the US constitution was written.


Correct! This thing about "republic not a democracy" is so absurd. Don't people learn this stuff in middle school?


We had a literal coup attempt two years ago. Of course our democracy is faulting, it's been disintegrating for many years.


> We all know this "40 hours" nonsense is just historical happenstance

It's not happenstance. It's something workers fought and sometimes died to win against an incumbent 6 or 7 day, 10 plus hour a day norm.


Right, but it’s not some magical optimal number.

It’s lets you have 3 shifts per day (3 x 8 = 24) for full coverage. That also fits with the idea that it gave you a balanced life. 8 hours at work, 8 hours asleep, 8 hours for the rest.

It was a convenient number below the old, much worse, standard.

People act like 40 hours is some kind of natural law that can’t be questioned.

It absolutely can be.


40 hours really has to due with overtime rates, advocated by progressive companies back in the day. 20 years ago, Progressive companies advocated for company gyms, day-care, unlimited M&Ms and ping-pong tables. Now, its work from home (for now.)

Otherwise can we question the need to differentiate full-time vs part-time? Its certainly arbitrary, and mostly related to whether one qualifies for benefits. In the case of benefits, it may be less than 40 hours.


It's the one thing I miss most from working for Dutch companies: being able to take a 20% pay cut and work 20% less.

Theoretically, that should be a great deal for my employer: the extra rest, and just the way productive work is usually spread out across the week, means that my productivity definitely was not down 20% compared to now, so I was cheaper per hour.

Yet even that culturally seems to be a hard sell in a majority-North American org, let alone keeping pay the same. Shame.


In Germany, during the pandemic, the company went into "Kurzarbeit" for 6 months. We worked at 70%, but because of support and client issues, we couldn't just take one full day off and another half day, so we just worked around 5-6 hours a day.

Not only that the productivity didn't decrease, but after a while we were even more productive than before. Meetings were reduced to the minimum and depending on when you started and where you worked, when you finished you had almost a full day available for yourself. These were some of the best 6 months of my employee career.


One of my favorite travel memories was driving through rural France looking for a pharmacy around noon.

Every store in the small town was closed, so we decided to head to a restaurant for lunch… and it was packed.

All the shops close up around noon so people can go eat lunch, then go back to work.

That seemed so remarkably human and logical, yet insane as an American. I never wanted to leave.


I did this for years in the UK too, it was a tradeoff I was willing to make, and I'm glad I did.


In the 90s my girlfriend worked for the American office of a Danish industrial design company that closed at noon on Fridays. They claimed it was how everyone in Denmark worked, but I had no way to confirm it at the time.


I worked in various places in Northern Germany a few years ago, close to the Danish border. Some businesses and most federal and state-related institutions would stop working at noon on Fridays. I was told it was to alleviate the pressure on the trains and Autobahn. This would make sense, especially given the fact that a very important military population was stationed there during the cold war and the railways and roads were a mess (and probably still are).

I don't know if it's true, nobody concerned would ever come to the stupid idea of questioning this nice practice.


Some companies do this in Spain too, especially in the summer.

Likewise in Sweden, but it's a minority of companies I'd say.


It isn't.


You get healthcare 7 days a week but only work for 4. Salary is only one component of compensation


What a strange way to think about health care.

Can you explain what you mean when you say you only work for 4?

In the UK where this trial was run both the employer and the employee pay for National Insurance which covers nationalised healthcare. Whether you work 1 day or 7 a week, you still get covered.


In other words, you get the full package while contributing less, if you choose to work less.


You’re not contributing less, you’re contributing exactly the same amount of money.


In the UK, Your contribution is proportional to your income, which is proportional to the hours you choose to work.


Your income is not proportional to how many hours you work.


Generally, it is.


Healthcare is not part of compensation, it's a basic modern human need that societies should take care of. That your system doesn't work that way tells more about your system than what healthcare is.


We should also restrict food and housing access to the days you work.


We already do. If you work less, you get paid less, thus can afford less food and shelter. You get lower unemployment benefits. For healthcare however, you get the whole package, regardless.


Your only value as a human is based on the compensation you get from your worldview, I'm not sure many would agree with you.

If you are poor you are undeserving of care, regardless of why, your value as a human is directly attributed to how much a capitalist system values your labour.

Don't you see the disconnection and how morally wrong this is?


I reject your conveniently naive framing. Somebody has to work and pay for all the healthcare. The reality is that you might just as well be a properly compensated worker who chooses to work less, thus getting an unjustified discount on full healthcare. That is morally wrong. Of course, accommodations can be made for those who absolutely can not afford healthcare otherwise, but that is a separate question.


> Somebody has to work and pay for all the healthcare.

And that somebody is the whole of society, as a collective, supporting a system that is for the betterment of society as a whole, having less sick people in general makes a society happier, thus more productive.

This framing of trying to attribute individual contributions to a distributed societal system is, frankly, stupid, shortsighted and extremely transactional. You can and should think in broader terms than pure transactional value of someone's contribution, these are all people, like you and me, not numbers in a population. This decharacterisation of human lives into pure economical terms is a machine-like view of lives, a rationality-taken-too-far instead of having a soul.

Yes, somebody pays: everyone. Everyone contributing to make everyone's else lives better, if you can only think in transactional terms about lives I'm very sorry for you, it's a cynical way of living...

> Of course, accommodations can be made for those who absolutely can not afford healthcare otherwise, but that is a separate question.

What do you gain by introducing exceptions, special cases, and so on? Just complexity, into a system that should take care of people, not transaction their lives. That's how you end up with the convoluted insurance system the USA has, which is absurd and stupid but needs to be that way because the USA likes to put everything into a transactional mindset. Why should we care if someone is contributing more or less if the system can work without forcing this micromanagement of tracking individuals and how much they are worth based on if they work full time or not? Again, you are saying that people that work less or earn less are less deserving of care because they don't contribute as much, that's an absurd, inhumane and unempathetic view of human lives. You can be better than that, morally, we all should.

Adapt and imbue your transaction thinking with more compassion, you'd like someone to do that to your loved ones. Such extreme individualism is toxic, we are stronger together, as a species...


> And that somebody is the whole of society, as a collective, supporting a system that is for the betterment of society as a whole, having less sick people in general makes a society happier, thus more productive.

If the whole of society collectively decides that it doesn't want to do so much work for each other, because no matter how hard they work, the entitlements are the same, then everyone becomes less productive. It's not such a big deal if it's just healthcare, but the principle applies.

> What do you gain by introducing exceptions, special cases, and so on?

Welfare entitlements in general are special cases. Maybe there's no net upside in the final calculation, but then again, I'm arguing the principle.

> Again, you are saying that people that work less or earn less are less deserving of care because they don't contribute as much, that's an absurd, inhumane and unempathetic view of human lives.

Sure, whatever. This conversation has run its course.


> You get healthcare 7 days a week but only work for 4. Salary is only one component of compensation

Thinking of healthcare as compensation is what got America into the healthcare mess it's in today.


It emerged from government wage and price controls, wherein health care coverage was exempted. When employers couldn’t compete by raising wages (as that was made illegal), they chose to compete on health coverage. By the time the wage controls were rolled back, it was hard to get that genie back into the bottle.


There used to be a maximum wage in the United States?


There was not a maximum wage, but there was a prohibition on raising wages: https://en.m.wikipedia.org/wiki/Stabilization_Act_of_1942#Co...


well, it's not the root cause. there's many reasons why healthcare is way too expensive in america. the fact is that employers pay a huge sum for healthcare in the US and this makes up a sizable portion of your compensation. if you earn 50K and the health insurance for your family costs 20K per year, that's pretty big.

the solution of course is to get those healthcare premiums lowered: that's going to require some kind of rationing.


Cost controls, not rationing. The problem is that capitalism fails in the case of healthcare. How much is your health worth? Every last cent you’ve got.


cost controls are a form of rationing and a good one, at least for the field of healthcare.


Thanks for your argument that health care should not be connected in any way to employment.


Dock it off my paycheck too, I don't care, I want that 4-day work week!

Though of course, being in the Netherlands, my employer doesn't pay for my health insurance.

Edit: as for the general point about compensation being more than salary, it is also common in the Netherlands that PTO is prorated to the hours you work per week. That is fine; I'm happy to scale everything down to 4/5th if I can scale my working hours down to that.


Agreed that it makes total sense to scale PTO. I think of my PTO as being “4 weeks off of my choosing”. If I worked 32 hours per week, I’d expect 128 hours of PTO instead of 160.


That's only a problem if you believe that the 33rd hour is as productive as the 23rd hour, which isn't the case. We're talking about 4 day work weeks, not 4 hour work weeks.


Good thing I live in a reasonable country and get health care whether I work or not.


Health insurance isn't THAT expensive. This is ridiculous


American employers pay ~$22k/yr for those that prefer numbers:

https://www.wsj.com/articles/employers-family-health-insuran...


Good.

If civilization isn't moving to improve quality of life, but to make sure that we keep working more and more, we have to ask ourselves what exactly is the point of technological progress.


I wholeheartedly agree. Our time here on Earth is limited, and I think that as a society we should aim to work less and have more time for ourselves and enjoy everyting life has to offer.

The huge productivity increase in the last 40 years have been entirely siphoned into maximizing profits while working conditions have remained essentially stagnant, so I'd say it's about time to start making some progress on this front.


Seems like the answer is total amount of human life. When you had 10K humans you could just walk around your cave and find enough food for everyone. When you had 10M humans you started tilling fields and created organizations to manage collection and storage. now you need incredibly complex machines, that require incredibly complex supply chains to feed 10B.

(food as an example. its the same for clothing to not freeze, shelter to rear offsprings, culture to not kill each other etc)


If you are not familiar with it, may I present to you Bertrand Russell's "In Praise of Idleness". In 1920 he was already advocating exactly that.


Hello fellow Bertrand Russell fan??! I don't see his name come up on HN too often but really nice to see In Praise of Idleness mentioned. For anyone reading this who wants to consume some of his philosophy:

In Praise of Idleness: And Other Essays - https://www.amazon.com/Praise-Idleness-Routledge-Classics-46...

The Conquest of Happiness - https://www.amazon.com/Conquest-Happiness-Bertrand-Russell/d...


Right? Where is all that extra productivity going?


Why would they want to return? One you do an “upgrade” in your life, i.e. like remote work, quality family time, it’s difficult/impossible to go back. The same is true for many other life “upgrades” like fiber internet connection, smart devices, smartphones, color TVs and so on


Some people might actually like working for its own sake, just as some truly prefer going into the office despite the tradeoffs.

I am not one of those people. lol

Not that I don't have a constant drive to do something, of course. I just wouldn't engage in surrogate work in order to feel like I'm worth something.


I'm one of those people, but I still prefer 4 days. I can then work on something else on the 5th day which I normally wouldn't get to do and keep my weekends for relaxing and not side projects.


I love working for works sake. I severely miss working in an office and bumping into people and getting great ideas. I believe highly skilled software engineers in a product focused startup should not work remote if they want innovation.

Pretty much as “I love work” as it gets, and I can’t wait for the move to 4 day weeks. Work for works sake gets better when it’s highly focused when you’re in the zone and lets your mind be free for all the rest of the time.


Most companies.



thanks!


> The rest were convinced by revenue gains, drops in turnover and lower levels of worker burnout that four is the new five when it comes to work days.

This is not surprising. The 20% of time that's getting cut is probably the 20% that shouldn't have been done anyway. Telling workers they can cut the 20% of the crap they hated doing is obviously going to lead to better results.


Do you make the same interpretation when companies cut 20% of the workforce instead?


There is no doubt that most companies (and the government) could cut 20% with no effect on their productivity. It's just no practical to ride the razors edge of leanness and it also would probably harm morale.

Twitter cut 80% of it's workforce and is becoming MORE productive.


>Twitter cut 80% of it's workforce and is becoming MORE productive.

Yet they lost most of their top advertisers, have cut APIs since they broke, had multiple significant outages, had it's value more than cut in half by investment firms, took on massive debt, is failing to pay basic bills in many countries including the US, has a CEO that got upset that his tweets were not the most popular so installed a special exemption for himself to push his tweets and his alone to users flooding them so badly he had to tune it down.....

Yeah, it's going great.


They cut the group responsible for responding to pictures of children being abused. I don't want to work at a place that considers this "more productive".

https://www.abc.net.au/news/2023-02-20/australian-twitter-st...


Not commenting on whether or not the situation is better or worse.

But your comment is meaningless without also providing data showing the amount of CSAM on twitter over time.

An article saying the team was axed doesn't tell us anything about the effect on the outcomes that team was responsible for.

If you axed the team and the amount of CSAM increased, that tells one story.

If you axed the team and the amount of CSAM stayed the same, that tells a different story.

If you axed the team and the amount of CSAM dropped, that tells a different story.


it's not like twitter was properly handling CSAM before Musk

https://endsexualexploitation.org/articles/twitter-lawsuit-m...


I have seen reports that people who tried to get the "old" Twitter to take down child abuse images were able to get it to happen recently.

If anything, the reports is that child abuse content on Twitter is down since the new regime.

Which I think makes the completely opposite point of yours.


You can find reports to support any opinion, which is why assertions are better supported with evidence. Elon Musk and anti-trafficking activist Eliza Bleu made a big deal about cleaning up Twitter back in December. Since then Ms Bleu seems to have spent more time mired in drama with former fans/supporters. It's not clear to me that there is any objective way to measure the success, failure, or efforts of Twitter in this area at present.


Late reply, but for the record, I think those are largely orthogonal. If you have 20% fewer workers spending their time on the same useless meetings and filling out the same forms and so on, it won't matter. Cutting the number of hours rather than the number of employees forces a rethink of processes.


I prefer cuts where the benefits flow primarily to workers, rather than billionaires. Weird, I know.


The fact that the two figures are 20% is scant reason to assume that these are or should be comparable situations. This shouldn't even require stating


I work at a FANG now. There’s really no job openings I’m interested in, but if a recruiter dropped by and said they needed an expert and had a company-wide 4-day workweek I’d probably take their call.

That’s a perk that can not be matched at FANG. Truly a way to set yourself apart.


Google (and maybe some of the others) does let some employees do a 4-day work week for 80% pay. I’ve met more than one such person, but they are rare.


It has to be company wide. If you take 80% and everyone else does 100% you end up missing important meetings or just having to make up the work when you get back.


My dad's factory went to 4 day work weeks in the 90s and never looked back. Everyone was happier, and the various suppliers and customers learned pretty quickly not to call on Friday because it was rare that anyone was there.

And now I rarely schedule work for Friday's If something important comes up I have an extra day to deal with it, otherwise I get my 3 day weekends and family life is good.


Ditto, a good chunk of the nuclear sector moved to 4/10 and 9/80 in the 1990s. The days are long, but man is it nice to not have to work Fridays. Helps with the commute too.


9/80 was great. That was in the early aughts, but was in fact in the nuclear industry.


I think a four day, 32h work week is a good idea, though I'd be concerned if companies were so restrictive around their contracts that they banned people from working elsewhere with their free time and extra day off. That should not be allowed to happen.

Older employees that are established and have met various life goals (eg. owning a home) may be very satisfied to only work four days and to use their time for hobbies, but those that haven't met those life goals may not feel the same way.

Younger employees for example that are feeling anxiety around high costs of living and wanting to earn more money should have the freedom to work more and work that extra day somewhere if they so choose. (Perhaps they could work on a startup idea...)


One argument in favor of a 32-hour week is that better rested employees will be approximately as productive as if they worked 40 hours. (I believe that for creative work.)

Take that away by having them juggle a second job and employers might be better off to just leave the workweek at 40 hours.


There are already people who work two jobs and well over 40 hour weeks, with a 40 hour workweek standard. I don't see what the difference is there.

If anything it should still let them work a few less hours, on average, than the previous status quo, i.e. instead of one 40 hour job and one 20 hour part-time job, it could be one 32 hour and one 20 hour job, thus still seeing an increase in well-being for that employee.


My company even bans us from working outside of the 40h work week...



I would welcome this, but won't skeptics say that remote work was also touted as a huge benefit and companies are now looking to go back to office? I can see the same thing happening with 4 day work week.


> won't skeptics say that remote work was also touted as a huge benefit and companies are now looking to go back to office?

These are not mutually exclusive concepts. It isn't like companies don't routinely make bad decisions despite plenty of evidence that it is the bad decision.


Where do people feel the extra day should fall? While Monday or Friday is convenient, I can definitely see a point to making it Wednesday, so you can re-charge and be more productive for the second half of the week; in a normal 5 day week, I definitely see tiredness creeping in by Thursday and Friday.


I've been doing it on Monday and it works well. I just take the days off as unpaid days in the leave system so I can request a different day whenever I want or when Monday is a public holiday.


> I can definitely see a point to making it Wednesday

You probably agree a lot with CGP Grey on this video[1]

I really liked when Cloudera did "unplug days" which basically threw in an extra day off every 3 weeks and a double extra off every 3 months, but it was a Friday so there was always the temptation to drive out somewhere or go do something for 3 days.

If it had been Wednesdays, we'd have just slept and relaxed instead.

1 - https://www.youtube.com/watch?v=ALaTm6VzTBw


Friday or Monday allow us to plan better for longer activities. 3 days makes a weekend trip super smooth and easy to pull off.

Having Wednesday off, I would find it harder to disconnect.


I have a pet theory that it’s not that people are more productive when they work less but that there is less work needs doing but few are willing to say it. You go back in time and a lot of great technological innovations have the inventors talking about how great it will be when we only have to work one day a week thanks to it. All this crazy tech we have nowadays means a lot can be done in less time so more of peoples jobs is just pretending to work or inventing work that needs doing.

It’s about time we reap the fruits of technological progress.


There's difference between employment and actually doing work. A lot of us keep busy with something and get paid for that even. But that doesn't mean that that something holds a lot of value.

We've just seen big silicon valley companies go through the process of shedding 10-20% of their work forces; more in some cases. Seemingly without consequence. Reason: most of those people are busy but not with something that is particularly valuable or productive.

Basically before the industrial revolution, you worked to scrape together a living. Most work was related to food production (farming). The idle were rounded up and put to work typically. The only people not working were the aristocracy. Then the industrial revolution happened and a lot of people started working in factories. Early on this was dangerous and a hard life. It's only with the socialist movements of people rebelling against that things like a five day work week became common. Saturday used to be a working day in most places. Also things like retirement and time off became a thing. And the 40 hour work week.

Basically as worker productivity increased (through automation), less and less people work in food production or anything else that is essential. Since the seventies, we've actually outsourced a lot of production to cheap labor countries. Most of us neither work in production nor food production anymore but in the service industry. Few of us actually even have the skills to produce anything.

The logical conclusion of AI, automation is not idleness. But just busying ourselves with increasingly more frivolous and less essential things for increasingly less time. We'll need to do something with our time. But the value of that is a very loose notion. Having more time to spend basically means there is more money on spending time on each other. Arts, artisanal foods, whatever seems fun/interesting/entertaining.


Something I've never understood is why four days? Is it simply because it's an incremental improvement over the current five day week, a stopping point toward the next target, or is it the target?


Going from 5 work days to 4 is a 20% cut in work/pay and a 50% increase in weekends (2 to 3).

4 to 3 is a 25% cut and a 33% increase in weekends (3 to 4).

3 to 2 is a 33% cut and a 25% increase in weekends (4 to 5).

Thus we see, 3 work days a week is mathematically optimal.


For me it was a great balance: instead of the weekend feeling like days off from work, general life felt like alternating between holidays and work, since they're about the same length.

3 work days might work as well, but fewer than that and you start to lose the flow at work. And given that I do generally enjoy my work, it isn't necessary for that holiday feel anyway.


To be honest, just being able to work half a day on Fridays is a huge improvement. I'm doing that currently (weekend starts at noon), and I get to do a lot of things with those 4 extra hours. Any chores of other things I'd do on Saturdays, I now do on Fridays after work.

I also used to work shifts for quite some time, and while I hated working nights/evenings, we "only" worked around 30 hours a week. So most of my weeks had odd days off here and there. Sometimes longer and more consecutive days. That is what I miss the most.

But having tried that, I can say that for me: Three consecutive days off > Two consecutive days off + one random day off here and there > Two consecutive days off.


Having worked a 3-day week for a couple of years, I will second the notion that it possible to lose continuity by being off for four days in a row. Part of that might be that everyone else is still on the 5-day schedule, the other part of that is I would get wrapped up in other matters during the 4 days and then need to refocus attention on something completely unrelated back at work.

I ended up leaving myself notes on what I was working on before I left on Thursday and what to do first. This was a big help in getting the continuity back and not feeling like I missed a beat when I resumed working again on Tuesday.


I've wondered that as well. People say 5 days is too much, well why 4? Why not 3?

Potentially there isn't a real reason, but that it's just an easier bite to chew for now, where people have noticeable improvements.


3 * 12 is the best imo. After 3 days I'm ready for the weekend and after 4 days I'm itching to get back to being productive.


Four day work week sounds amazing. I doubt we'll see massive adoption anytime soon, but having that extra day every week really gives you time to enjoy life rather than just running around doing chores, preparing for the week to start again. Maybe someday!


If you wait around for it, it may happen. If you organize with your coworkers and demand it - you can make it happen.


Check out https://4dayweek.io built by u/philmcp


I could see quite a few companies reaching for this over pay rises. Considering inflation right now, it may make sense to suggest a 4 day working week at their existing pay versus offering an inflation beating pay rise.


Haha, "inflation beating pay raise."

Our VP of HR said "If we were to give you raises when inflation goes up, we'd have to cut your salary when it goes down."

Bitch, when was the last time we had significant deflation?


I'd sign that agreement in a heartbeat. Seriously, if my VP of HR said that I'd challenge them to write an employment agreement with that exact phrasing, my salary will follow whatever is the inflation/deflation rate for the year...


or I could see it as another tool in the toolbox for smaller private companies that simply cannot match the offers of the big FAANG tech companies with their sky high pay and oodles of RSUs.

A private tech company can't match what Apple can do in financial compensation, but what they can offer is better quality of life. Previously that might have been something around benefits and vacation days, but four day work week is a new lever.


>simply cannot match the offers of the big FAANG tech companies with their sky high pay and oodles of RSUs.

But I bet they have no problem paying the CEO millions of dollars

Think of how much funding "smaller private companies" get from VCs nowadays. We're not talking about a startup in someones garage.


If they cannot offer what it costs to hire the competence the require, they need to learn how to do those things themselves. You cannot just start a company and expect to buy your way out of your own lack of competence - at least not when there are others paying more.


I don't like the Four Day Work Week because most of the people who are allowed to experiment with it are working on bullshit. I'm not a big Graeber fan, but I emphatically agree with his idea that the majority of actual hours worked inside the continental US are largely useless make-work in order to justify the existence of a monied consumer class.

Such a huge amount of the actual work that needs to be done so that we live in first-world comfort--textiles, agriculture, fuel chemicals, etc.--is so outsourced to developing countries that use serf-equivalent labor working 6 or 7 day weeks (in the same way that Americans did 150 years ago), or foreign migrant workers, that I don't actually have a sense of how much work is really needed to make the modern world function. If I get a four day workweek to make PowerPoints and write requirements documents for video calling software, is that actually a fair amount of work? If you divided the amount of non-bullshit work that went into sustaining America by the number of workers here, would we have a one-day workweek? A seven-day workweek?

Perhaps it's less accurate to say "I don't like the four day work week" than it is to say "I am suspicious that I deserve a four day work week given my consumption of resources". I of course would like to work as little as possible and would immediately accept a 4-day if it were offered.


Thought-work is work. Logistical planning is work. Having conversations where everyone makes sure that the others are on the same page, is work.


Whether or not something is 'work' has no bearing on whether or not it's bullshit. I am in perfect agreement that one hour of useful work requires many hours of equally useful thought-work.


You have the advantage of calling something bullshit after the fact.

Track your BS Meyer before the initiatives take place. Before you can see the outcomes whether something was impactful or not.

Feel free to unleash your predictive capacity on the world.


Okay, here's one: every single fast-food restaurant that uses unhealthy derivatives to create its "food", and all the work that goes into it, is bullshit, and if the entire industry was wiped off the face of the earth tomorrow society would immediately, measurably improve.


At least, it would decline for me since I don’t have an obesity problem but I like me a good french fry.


Ok so let's look at this from the economical side of things

A, let's say, assembly worker has a maximum production output. In a perfect system, their workload is uniform, and so is their production output. So a 20% increase in work would yield 20% increase in output, and vise versa.

That is obviously not true for a wide range of work that involves thinking - like creative work, many white collar jobs, academia, etc. Your output may not be a linear function of time, and your workload is probably not uniformly distributed across your workday. If you provide value, employers will keep paying you - even though you might only do what seems like bullshit work to others. And it does not matter that you have periods where you do nothing, because in the end - you're producing something, and that's all that maters.

With that said, yes - less hours do simply not translate well into certain jobs, unless you start setting up specific shift rotations.

This is just one variable. What about sick leave? Is that a problem, and how to reduce it? If a 20% decrease in work yields a 60% improvement in sick leaves, that's another important metric to consider.


Fully agreed, but please don't discount the domestic workforce keeping things going alongside those other categories of workers. Some of us work long hours and extra days not because we are abused by a parody of a capitalist boss/system, but because the work needs to be done and we take pride in supporting the progress of humanity (for better or worse). That plumbing issue, that damaging weather event, that medical emergency, that slip, trip or fall, that electricity outage, that vandalism repair, that train derailment, that earthquake, that dirty diaper, that messy suicide, that produce delivery, that firebreak, that water break, that pitbull attack, that abscess bust, that gas leak, that sandwich you ordered online; someone is around to handle these emergent events. Some of us need to be around to take care of the rest of those who are spending 12 to 72 hours (or more) contributing to or experiencing these events.

Please don't forget us.


You're right. When I deliver the rant in the future I'll add that caveat. There are tons of domestic builders, drivers, operators, officers, longshoremen, etc. that work long, long nights and days to make society happen, who are part of the first-world.

You are who I believe deserves a four- or three-day work week. However, there are so many lower-middle and upper-low class people working these jobs that there's just no incentive to do so, and instead layoffs are focused on making you work harder, for more, with less. All the while I and my ilk get comparatively large bonuses for comparatively lackadaisical work weeks.


That is whataboutism. Yes, al that stuff is really bad and should be fixed on a global level - but meanwhile pushing for less work hours where possible does not take away from improving, on the contrary, it paves the way.


"Whataboutism" is a made-up word to decry analogies.

"You get ten years for dealing marijuana."

"Well what about that rich kid that did the same thing as me that got no prison time?"

"That's whataboutism!"

What I said is relevant. The idea of the four-day work week is predicated on the fact that most people participating in the experiment can reduce their working hours to four days with no real effect on society. The fact that people discuss the 4DWW without constantly pointing this out further obscures what exactly it is about "work" that's useful.


What do you expect by "without constantly pointing this out"? There is no need, if you don't understand that part, then you research it. Here is my take on that issue:

For "manual"-like blue collar work, where the value is directly proportional to the hours put in, reducing work hours is just and simply like it always has been done repeatedly in history: everybody works a bit less. There is no shortage of workers in capitalism, since be design there is always a 5-25% (!) of unemployment. So the company pays more.

Some companies will inevitably cry that they can't sustain their business and will close. Let them close, just like any other company that only sustains itself by exploiting workers.

I repeat, this has been done historically many many times, for less time and more salary. Since the industrial revolution pushing workers to death, without legal bounds for max work hours or minimum salaries.

For "creative"-like white collar work, e.g. software development, the value output should be roughly the same with less hours worked. It could be a little less, but others say that the value is actually higher, since resting more prevents burnout. Whatever, but some companies (workers) have been able to test it out right now. Nobody is saying that it can be applied with the same strategy to blue-collar work, but it does set a precedent and gets the ball rolling there too.


I'd like to be proven wrong on this point, but it feels to me that this trend is two things, individuals and companies reaping the benefits of technological improvements towards efficiency, and _ALSO_ the revealing redundancy of more and more work.

It seems to me that the negotiating power of workers is largely connected to the dependency of the people that hired them to the output of those workers. As that dependency diminishes (ie. by realising technological advancement and thereby reducing work hours from 5 days to 4 days for example), it seems unlikely that these improved benefits will flow to the workers, as the required* negotiating power to get them is vanishing.

*required in the sense that going on strike becomes much less powerful, and with technological advancements in hiring/remote work, it increases the possibility of replacing the striking workers.

Also, this is largely going to affect the pyjama-laptop class, not anyone that actually needs to be somewhere, and perhaps is revealing that they have largely filled positions they could be significantly reduced.

I'm guessing the coming global recession(that the tech layoffs imply are coming to at least that sector) should be a way to see if these predictions are any where close to right, or just nonsense rambling.


Why not have some workers working M-Th, others T-F, and some other combination, and managers working all five days to coordinate? After all, they get paid the big bucks.


At least in my experience, a good part my unproductive time is spent satisfying the demands of the self-perpetuating bureaucracy


Couldn't help think of this[0]: the idea that chatgpt and other such breakthroughs might help us hit escape velocity from bullshit jobs.

[0] https://thezvi.substack.com/p/escape-velocity-from-bullshit-...


as I see it, until now automation has done the opposite. it’s scarcified valuable skilled manufacturing jobs and forced more and more people into the service industry. I don’t see why this will be any different.

that’s the dystopia I’m terrified of, no one starving or homeless, but as penance we all have to be waitors and shop attendants for the landed upper classes


I've been doing a 4 day work week since early 2019 and it this has had a tremendous positive effect on my mental and physical wellbeing. Despite being in a 4 day work week just over 4 years now I can confidently say that I'm not thinking now that 4 days are too many and I need to go down to 3 days. Actually I am very content with 4 days. I am a lot more productive than I was during 5 day work weeks. I feel so much fresher on Mondays and ready to tackle some programming tasks that I even get up early on Mondays nowadays and enjoy to have an early start. I WFH (something I already did before Covid) and when I wake up I normally make myself a coffee and then I'm straight at my laptop. The hours between 7:30 AM and 11:00 AM are my most productive hours of the day. Often I have some late meetings which can drag until 6PM so I tend to take a longer lunch break which allows me to hit the tennis court during sunlight hours and have a hit at my local club or go to the gym. By 6PM I have had a super productive work day and got a good 1.5-2h sport session in as well. In the evening I am completely free for my family which is a big bonus point.

The biggest benefit of the 4 day work week is that I never get to the point where I run low on energy as the week progresses. A lot of my friends who work 5 days never have enough time to recover over the weekend so they enter work on Monday still not fully recharged and then deplete their energy even more, so as weeks go on they get more tired until they have a holiday or fall ill for a few days. This never happens to me, so not only do I feel more focused and energetic for work, family and hobbies but also it means that when my weekend starts on Friday I don't actually waste my Friday to mostly sleep and recover. I honestly can't see myself to ever go back to 5 days a week, unless I was really desperate for a short term income boost where someone pays me an unreasonable high amount to slave myself off for a few months but otherwise there is no way I will sacrifice my health for something where I don't even arguably achieve more than in my current 4 day work week.


A few years ago this would have been interesting, even exciting news, but considering that we are legitimately getting close to having AI do our jobs - a 24x7, hyper-efficient worker - this seems to be concerning news. While better worker rights and shorter working hours are of course things we should strive for, I feel that as automation takes over, most management would prefer to take on a worker that, while initially possibly very limited in scope and error-prone, can learn quickly and soon perform the tasks the human was doing more efficiently, for a much lower cost, and with close to zero breaks. Of course, this scenario may be 5-10 years away, but it's round the corner and therefore scary for human Workers.


I've had 4 day workweeks at two different times in my career. Once in my 20s, when I worked 10 hours days to get an extra day off. Didn't matter since I worked close to that anyway, and often more. The day off was flexible, so I chose Wednesday whenever possible. Two "weeks" of two days each worked great for me. Best schedule I ever had.

Another place, the salary was slightly lower (but not much due to the way they did levels), but the tradeoff was worth it. This was near the end of my time working for other people, so I was honestly on my way out anyway.

I think it's hard to make an entire company work on a 4 day schedule if you're interfacing with clients and so on. Or do the thing where half are off Monday, half off Friday.


I work in construction and often get the 4-10 hour days work week, but only temporarily. I once convinced my boss to let me take Wednesdays off instead of Fridays. Those 2 day work weeks we're sooo perfect for me. I hope one day I can make it permanent thing.


I went to four days a week, by using holiday allowance during covid to look after newborn. It was a huge game-changer for me, so I never looked back and eventually switched to working part-time (3 days a week). I still feel productive and useful at work, but less mentally drained and have more of life to live, recently I started sketching, I enjoy time with my toddler, feel much happier despite being poorer. I know not everyone can afford taking pay cut, but I also know that lots people in tech earn more money they can spend, for these people I would strongly recommend - do not take more money, take more of your time back, no matter how in love with your profession you are.


You can eat as many fermented foods and do as much tai chi as you like, and you can get therapy and manifest and go on retreats. But nothing improves life as much as a 4-day week.


I knew someone who had accrued so many PTO days that he started using them to take every Friday off instead of losing his PTO. That reminds me that I should check my PTO balance.


>no amount of money would convince them to return to five days a week

I love to hear this because it's people actually reclaiming their lives!


Im all for a four day working week. Has any one thought about the impact on schooling and education? Education is centred around a 5 day working week (at least in the U.K.). Presumably teachers would not be eligible to work a four day week? This seems a little unfair.

If workers move to a four day week, should schools do too?


France has been experimenting a 4-day week for primary school since the 80s [1], generally with a day-off on Wednesdays. The impacts are certainly there, e.g. "before September 2013, more than 40% of mothers whose youngest child was of elementary school age did not work on Wednesdays".

It sounds like a 4-day school week would be the natural consequence of a global 4-day working week.

[1] https://fr.wikipedia.org/wiki/Rythmes_scolaires_en_France


If it wasn't a government-mandated day (e.g. Friday is now part of the weekend) then you'd have to ensure days off were split such that there was coverage of the whole working week - which is exactly what service industries that need more than 9-5 x 5 days a week availability often do currently.


Cool, lets also advocate for year-round school. The school schedule is what really dictates our family schedule



I wonder how much of this movement (which I support) is a function of business builders/entrepreneurs/founders having worked OVER 40 hours a week to create their businesses, and this ethos carrying over into the culture of businesses.


I'd love a four day work week so I can have an extra day to work on other things. I'd also be happy with 5 or 6 hour days, or even just saying, "you're an adult, get your work done then get out of here."


It's a 50% increase in your days off for only 20% reduction in work days.


Well its hardly a shocker that most people prefer to work less for the same pay, lol.

IMO, employers should just let employees work to whatever schedule fits, as long as they can make any meetings and reasonable goals are met.


4 day week is here. It feels as Fridays are virtually no work days already, office is empty, hard to find people online, lots of people just do a few token mails and maybe a side project.


Instead of 3 day weekends, why don't we go to a 6 day week? The only reason we have 7 days is because of the 7 classical planets.


A lunar month (28 days) is a slightly useful and easily measured unit of time, but a bit too long for a lot of purposes. But it only splits into 47 and 214, so a shorter measure would be 2 days (not so useful), 4 days (maybe), 7 days (maybe) and 14 days (too long). A seven day measure aligns nicely with the moon's quarters as well. That's what I had always assumed was the reason for a 7 day week; I wonder if the celestial bodies reasoning is more of a religious cover story for something people were already doing (this is pure conjecture on my part)


Gah; markdown seems to have ruined my calculations; should read 4x7 and 2x14


When would God rest?

It's crazy when you think about how much of society is aligned around the totally arbitrary idea of a 7-day week. It would be hard to switch because so many things are aligned to it.


The thing is it's completely non-existent in nature. Not to get too into the Naturalistic Fallacy, but we're biological organisms that evolved in nature and have acclimated through evolution to it the things that do exist.

That is we have a circadian rhythm, because for millions of years we couldn't see much at night, so we just went to sleep. And all sorts of animals including us start getting frisky in spring because it means resources are about to become abundant so it's a good time to copy ourselves. Even women's menstrual cycles are roughly equivalent to the lunar month.

But a 7 day period? Only exists in society because of - essentially - the bible.

In nature (on Earth) there are days, years, months, seasons, but that's really it. Even an hour is an arbitrary amount of time in a day (the length of which actually varies anyway!).


The 7 day week predates the bible mate. https://en.m.wikipedia.org/wiki/Week It's all because the ancient saw 7 wandering stars (aka planets) and assigned 7 days them.

My proposal, let's dump Saturday. Saturns mythology is trash and it doesn't deserve a day.


It’s probably easier to effect change within a small region using the existing days than persuade the entire world to change their calendar simultaneously.


Take a look at this https://calendars.fandom.com/wiki/6-Day_Week_Solar_Calendar_...

Would be one of the biggest innovations in time keeping we could unleash on the world.

And to the person who downvoted my post: get over yourself mate.


From your link:

> Another minor disadvantage can be the time needed to adapt which is valid for any reform. But as it was also already mentioned, the availability of modern day software can diminish these difficulties.

Lol. I think the inertia of all our software running on the Gregorian calendar is probably the single biggest reason we'll never bother changing it.


Creative work doesn't keep office hours.


I estimate each year I spend one month coding and 11 months supporting, integrating, documenting, packaging, releasing.


I still play World of Warcraft Classic. A lot of my guildies are playing while at work.


Good, you all work 4 days and I’ll work my standard 6x10 6 days, 10hrs a day.

When people get fired presumably I’ll still be standing. When promotion time comes around, the person who does the most will get the promotion. When bonus time comes, I’ll have the most done.

You can try to regulate day(s), but if there’s people willing to work more they’ll set the standard.


What a clear example of one of Paulo Freire's best insights: "When education is not liberating, the dream of the oppressed is to become the oppressor."

Go on with your career ladder game, not everyone in humanity praise that as much as you. On the contrary, lots will see you as either naive or moronic.

Your 6x10 work schedule is being spent on creating... A chatbot.


> Go on with your career ladder game, not everyone in humanity praise that as much as you. On the contrary, lots will see you as either naive or moronic.

We can critique how I choose to spend my time, but what about the alternatives? Play video games with strangers? Drink and dance? Play board games with friends? Go to church / mosque every day? Walk down paths to see pretty streams? Smoke pot and watch cartoons? Strum a guitar for hours in a subway?

In my book, it’s not my place to judge others, provided no one is harming me. I think anyone can do what ever they’d like — have at it. Society needs different kinds of people.

For me, it’s about family.

I work probably 40-50hrs a week coding/architecting and 10-20hrs a week managing a farm [cows, hay, honey] (plus 2-3 weeks out of the year doing 12 hr day harvesting).

The rest of the time I’m with my family. That’s 4-7hrs every morning and a couple hours every evening. I see my kids more than most. Importantly, I’m providing for my children — I teach them what I know, help them grow and provide for their needs.

My ancestors gave me what I have and I personally believe I have a duty to live up to all I can be. Yes; that means working hard, building a legacy and leaving our civilization (hopefully) better than we received it.

Working less wouldn’t aid in my objectives. I want to be the best in my field. It wouldn’t help my family to be less / worse. What most people should really ask themselves are what’s their purpose. With purpose you can orient yourself appropriately.


> I work probably 40-50hrs a week coding/architecting and 10-20hrs a week managing a farm [cows, hay, honey] (plus 2-3 weeks out of the year doing 12 hr day harvesting).

So this isn't a 6 days a week x 10 hours in a job working through a promotion path. I'm unsure why you brought that up as a point before, it doesn't align to what you further exposed here.

Another point:

> You can try to regulate day(s), but if there’s people willing to work more they’ll set the standard.

Society will set the standard, not the ones who work more, society as a whole sets that. I'm originally from a society where working grueling 10-12 hours/day in an office is expected, the society I live now sees that as a major issue.


> Society will set the standard, not the ones who work more, society as a whole sets that.

Agree. I started to work in remote team even before pandemic hit. And I quite often see people extending their work hours late until the midnight or sometimes even on the weekends, because they want to "catch up". But its their choice and it doesnt normalise it in our organisation. Nobody is setting it as an example and there is no such expectation from us and I highly doubt that it would change anytime soon.


> That’s 4-7hrs every morning and a couple hours every evening. I see my kids more than most.

Besides the sibling comment pointing out that your original 6 x 10 framing is a misrepresentation, one could easily suppose that people who are working a normal 40/hrs a week is getting to spend more quality time with their children than those who are working 50/hrs a week, never mind 60/hrs a week. That is simple arithmetic.


"When promotion time comes around, the person who does the most will get the promotion."

Oh my sweet summer child.


When you're in your final years and you look back at your life, does anyone seriously think "I wish I had spent more hours at work"? I personally don't know a single case. However, "I wish I had had more time for..." is probably the norm.

Life is so much more than work.


Some of us actually like our jobs and find joy in what we work on. If you want single case it's me. I can look back at previous jobs and wish that I spent more time working making something even better, improving other people's lives more.


Oh boy, you're in for a surprise.


As someone managing a team of engineers, I would see this as a red flag and not something to praise. Promotions are not based on working such hours anywhere I have seen either. And similarly, that alone will not protect you from being laid off.


As someone who also managed, fair enough. I always measured by consistency. The engineers would commit and if they met their commitments they were usually good. Sometimes I’d have to nudge them one way or the other, but rarely did I see an issue.

For me personally, I enjoy committing to stretch myself. Leave it all on the field so-to-speak. I love my / our trade so it’s easy for me. I don’t expect it from others at that level.


What about the workers that are simply more efficient than you are? And produce the same output, but spend much less time?


Out of curiosity, how long have you been in the workforce?


Edit: sorry for the long post, the TL;DR is at the end

I have a job that combines highly stressful times (managing quickly evolving crises) and governance points (policies, useless meetings, some useful meetings). And socialization on top of that.

I work 3 days at the office and 2 days from home.

The days at the office are dedicated to the most exhausting meetings - the one everyone hates where people battle about who has the longest penis and stresses everyone. Productivity is close to zero.

These are also the days where I socialize with my team around coffee and chatter.

Strictly productivity wise these days are very poor. The fact that I meet people and have actual meaningful meetings as well saves the day.

Ideally, I would compress the dick show meetings on a Monday and start the real week on Tuesday.

Two days in the office from 9 to 18 are acceptable then. Effective work wood be probably about 4 hours per day.

The days at home are for thinking and quick Zoom calls focused on a given topic. I set 30 minutes per call, with the possibility to extend to 1h if needed. Anything more means another call.

Effective work time: about 5 hours a day.

I am exhausted after the dick show meetings and I know I won't do any good work afterwards. Despite having a very senior position at my company I know I cannot change these meetings.

A crisis is not a problem, I can do it over hours and hours and be very positive. That is before my management arrives "to help".

Sorry for the long post, the TL;DR is that it would be great to have 4 days weeks, but this would need to come with major changes on how companies are managed or we will end with less productivity because of the mentally draining part that is endangering the useful one.


It would be interesting to get a breakdown of what exactly these people do.



I would be curious to see a company do 5 out of 8 instead of 4 out of 7.


This, and remote working. People need to understand how capitalism works. Value extraction always comes back around in your final bill.

None will give you that extra day without eventually adjusting the salary. This is not a predatory action, but how markets work.

You can already observe this by comparing salaries offered by fully-remote jobs and on-site jobs.


If you work four days a week, others will work five days a week and will outpace you.


Why stop at five? What about six days a week?

Also I doubt the amount of time worked is anywhere near as good of a predictor for success as willingness to work.


> most UK companies participating are not returning to the five-day standard, and a third are ready to make that change permanent

This is a confusing sentence.


Meanwhile China is going to make us irrelevant with their 996 work week. I would prefer to stay ahead and build great products than lounging around for half the week.


Unless you work in a factory:

The 996 work culture is no threat - It's one of the most inefficient ways of working I've ever observed. Same goes for other equivalents found in Asia - too much of that "work" is just butts on seats either pretending to work, or straight up looking at the watch and twiddling thumbs. For any serious intellectual work, it's pure nonsense.


This is workable if you’re in your early 20s and dedicated to the grind, but not sustainable if you’re going on 40 with two kids.

Owing my employer almost all of my waking hours is not worth it for me personally. In the end I’d rather look back on the personal relationships I’ve built outside of work than the shareholder value I’ve increased.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: