Global tech layoffs are accelerating in 2026, with more than 80,000 jobs already cut in the first quarter and total losses likely to exceed 3 lakh this year, led by companies like Oracle, Amazon, and Meta, according to a report.
I’ve been using opencode for actual projects at work. DeepSeek v4 can code up a lot of stuff fairly confidently. If you give it clear requirements, tell it to make a phased plan, use TDD, and commit after each phase, it tends to produce decent code. I just do code reviews against the diff and then tell it to fix anything I don’t like. It’s also great for spelunking through large codebaes. You can easily trace through how an endpoint works for example, get it to write stuff like sample curl queries, etc.
But the thing is that you don’t actually work all that much faster. You still have to review everything. You have to actually the app and make sure it works functionally. Like you basically can’t trust anything it does. So, it makes my life easier. I don’t have to look up API docs, figure out how random libraries work, or having to write a bunch of boilerplate. But it doesn’t replace me, and it doesn’t actually result in me working significantly faster.
The dream is deskilling, not necessarily making workers faster or more efficient. Instead of relying on highly skilled employees who have tons of leverage because of their experience and education, they’d be able to just put anyone on the keyboard to review and troubleshoot the chatbot’s outputs. They essentially want coding to require as much skill as any other assembly line work.
I’ve been using opencode for actual projects at work. DeepSeek v4 can code up a lot of stuff fairly confidently. If you give it clear requirements, tell it to make a phased plan, use TDD, and commit after each phase, it tends to produce decent code. I just do code reviews against the diff and then tell it to fix anything I don’t like. It’s also great for spelunking through large codebaes. You can easily trace through how an endpoint works for example, get it to write stuff like sample curl queries, etc.
But the thing is that you don’t actually work all that much faster. You still have to review everything. You have to actually the app and make sure it works functionally. Like you basically can’t trust anything it does. So, it makes my life easier. I don’t have to look up API docs, figure out how random libraries work, or having to write a bunch of boilerplate. But it doesn’t replace me, and it doesn’t actually result in me working significantly faster.
The dream is deskilling, not necessarily making workers faster or more efficient. Instead of relying on highly skilled employees who have tons of leverage because of their experience and education, they’d be able to just put anyone on the keyboard to review and troubleshoot the chatbot’s outputs. They essentially want coding to require as much skill as any other assembly line work.