Creepier, actually.I’m not a software engineer, so serious question:
Is this as creepy as it sounds?
I'm sorry Dave, I'm afraid you need to attend re-education camp.I’m not a software engineer, so serious question:
Is this as creepy as it sounds?
Oh, man, as a former tech worker this speaks to me like a religion.
No. It's way, way creepierI’m not a software engineer, so serious question:
Is this as creepy as it sounds?
How can there be the engineer's mantra of "What could possibly go wrong?" and executives are still trying this garbage?
Let's be honest here, no tech worker needs an excuse to shoot a printer
WHAT IS PC LOAD LETTER!?Let's be honest here, no tech worker needs an excuse to shoot a printer
On the other hand, one dev has produced a million lines of code since we started and cleared our entire features queue

So what you're saying is...is that at least one of your developers is going to be sacked for poor work quality when the entire thing melts down because no one audited it for bugs before hitting prod.I switched to Codex last month and the improvement has been noticeable.
Our company used to work in conjunction with a team in India and Europe. After Codex, we haven't used the India team since, even though we still have a few months on contract. Europe is handling VR and design work, which we haven't figured out a workflow for on Codex yet.
Note, debugging has seriously improved since last year... Codex was able to catch several bugs we left in our code and seriously speed up our sloppy runtime.
Now I just wish it wasn't blowing a hole in our budget. Codex cost is now several times higher than AWS. On the other hand, one dev has produced a million lines of code since we started and cleared our entire features queue... for the first time ever, admin staff is silent.
My experience with Claude Code is that someone needs to review every change it makes. Who exactly is reviewing your dev’s One Million lines of code?I switched to Codex last month and the improvement has been noticeable.
Our company used to work in conjunction with a team in India and Europe. After Codex, we haven't used the India team since, even though we still have a few months on contract. Europe is handling VR and design work, which we haven't figured out a workflow for on Codex yet.
Note, debugging has seriously improved since last year... Codex was able to catch several bugs we left in our code and seriously speed up our sloppy runtime.
Now I just wish it wasn't blowing a hole in our budget. Codex cost is now several times higher than AWS. On the other hand, one dev has produced a million lines of code since we started and cleared our entire features queue... for the first time ever, admin staff is silent.
No, it’s true! Never mind that it’s full of security holes, none of the features work right, and it cost $7 million in tokens.
NGL.My experience with Claude Code is that someone needs to review every change it makes. Who exactly is reviewing your dev’s One Million lines of code?
Or is this an Austin Powers thing?
You.. my friend, are why we can't have nice things.I switched to Codex last month and the improvement has been noticeable.
Our company used to work in conjunction with a team in India and Europe. After Codex, we haven't used the India team since, even though we still have a few months on contract. Europe is handling VR and design work, which we haven't figured out a workflow for on Codex yet.
Note, debugging has seriously improved since last year... Codex was able to catch several bugs we left in our code and seriously speed up our sloppy runtime.
Now I just wish it wasn't blowing a hole in our budget. Codex cost is now several times higher than AWS. On the other hand, one dev has produced a million lines of code since we started and cleared our entire features queue... for the first time ever, admin staff is silent.
We haven't had issues so far, this is all internal workflows...So what you're saying is...is that at least one of your developers is going to be sacked for poor work quality when the entire thing melts down because no one audited it for bugs before hitting prod.
I tried using Claude and also found it needed far too much handholding..My experience with Claude Code is that someone needs to review every change it makes. Who exactly is reviewing your dev’s One Million lines of code?
Or is this an Austin Powers thing?
this is to compete with anthropic cowork, MS also included similar functionality in copilot (copilot cowork)
based on my experience with Codex we moved it into its own container so it didn't do things it shouldn't. Was interesting to watch it install software from the internet and then delete files without asking for approval
IIRC the sandboxing implementation for windows codex isn't as strong as the linux and mac versions
i've been trying to brush up my skills for a personal project and man, it's never been so frustrating to learn something now. before, i just had to take part in the humiliation ritual that was to ask for help on stack overflow. now, people just tell me to use [insert LLM here] and it pisses me the fuck off, not because i think i'm above using the tools, but because when i do, it doesn't help much. plus, i find the idea of having to learn how to craft the perfect prompt to receive the result that i want is beyond exhausting; it feels like a waste of time and i learn absolutely nothing. i don't wanna vibe code something i can't maintain later, man. the issue could be that i'm just really stupid, yes, but also i hate that the zeitgeist now is removing as much of your agency as possible. sure, allow the bot to control your computer entirely, who cares.
everything sucks. i'm tired, boss. anyway, rant over. godspeed to the brave souls who use this stuff, i guess.
you're behind the times... Anthropic kneecapped Opus (maybe to divert resources to Mythos and the government). Search on reddit, you'll read the litany of complaints.For anyone who is paying attention, Claude Code is far ahead of Codex and OpenAI is playing catch-up, and not likely to get there either. The talent and momentum is at Anthropic now. And other places.
The whole article looks like a bought and paid-for ad for OpenAI, and the fact that it doesn't mention that similar features have been available on competing (Perplexity, Anthropic) and open-source (too many to list, but lets start with OpenClaw) platforms for months already is lamentable.
You had a request queue for internal workflows that took a million lines of code to empty?We haven't had issues so far, this is all internal workflows...
If doing research, writing an outline, setting up guardrails, setting up separate sandboxes, then riding herd on the AI step by step by step, revising your outline, code reviewing and code reviewing and updating and updating and reviewing.... if doing all of that is faster than just making the damned change, what the hell were you doing before? Did you write code with your elbows based on smoke signals?Break down what you want done, do some research on possible methods of doing it because the LLM may be too literal and miss something easier to implement...
Then build out an outline for yourself.... once you have that, create a step by step workflow for the llm, making sure that it saves each step into its schema markdown file. Also keep a separate schema that it keeps for shell access. Then you can run docker and give it access to a silo'd folder on your hard drive or on a virtual machine somewhere.
After that, as long as you made your outline comprehensive, you can keep the LLM on track. Do one step a time, it will lose its context quickly without the schema and markdown files. I find it a better method than having dozens of different markdown files in different chats... I focus the LLM on what it needs to work on.
And next week, it may be the other way around. Or maybe one works better for some problems, and suck at other kinds.For anyone who is paying attention, Claude Code is far ahead of Codex and OpenAI is playing catch-up, and not likely to get there either. The talent and momentum is at Anthropic now. And other places.
If you think that's bad, a big part of the push for AI in our company is because one of our competitors demonstrated a feature that they coded using AI (or at least, that's what they said).I actually had some consultants do a presentation on a data processing system at work.
I am not experiencing the issues that you have and neither is anyone else on our team. I suspect our workflow is very different since you're working with typescript. We tried to make some on the fly changes in our design and it was less work to just pass it on to the EU team.As I've mentioned elsewhere, we've had ALL the models have a crack at making a relatively minor change/addition (5 tables added, 5 affected, add 15 procs, change 10, maybe 15 ts files -- you know, nothing to sneeze at, but something a single dev could do in a week or two) . We wound up throwing 12 weeks of work at it, between senior architects, senior devs, and recent "AI expert" hires. After the 9th revision was still mostly unusable, we decided just yesterday to throw it all out. I just spent a few hours looking at the database side (because of course all of a sudden the schedule is farked and it needs to be done yesterday), and I can keep about 80%. It's about a toss-up what's faster: redoing it from scratch the way I would have done it anyway, or fixing the most glaring issues in that remaining 20%. It would just NOT do what we asked, prompting and iterating be damned.
You had a request queue for internal workflows that took a million lines of code to empty?
Oh no, let me guess... you have a multi-tenant setup and your colleague had your LLM crank out (almost) identical scripts to manage them, right? Or make (semi) identical code changes to 50 different repos or branches?
You are absolutely fucked. I say this with love. Run away while you can.
Yes, I was trying to use the new hotness of Claude Code for developing custom actions for a complex InstallShield Basic MSI setup and it kept giving me stale answers that might have worked back in InstallShield 2010, even though I included InstallShield Premier 2025 in my prompts.i've been trying to brush up my skills for a personal project and man, it's never been so frustrating to learn something now. before, i just had to take part in the humiliation ritual that was to ask for help on stack overflow. now, people just tell me to use [insert LLM here] and it pisses me the fuck off, not because i think i'm above using the tools, but because when i do, it doesn't help much. plus, i find the idea of having to learn how to craft the perfect prompt to receive the result that i want is beyond exhausting; it feels like a waste of time and i learn absolutely nothing. i don't wanna vibe code something i can't maintain later, man. the issue could be that i'm just really stupid, yes, but also i hate that the zeitgeist now is removing as much of your agency as possible. sure, allow the bot to control your computer entirely, who cares.
everything sucks. i'm tired, boss. anyway, rant over. godspeed to the brave souls who use this stuff, i guess.
I'm Senior Software Engineer, and honestly, printers are one of the things I'd rather just be rid of entirely. They rarely seem to work, and I've had one get straight up compromised (I only knew because nothing on my router worked unless I disconnected the printer). I'm fairly automated here, but I don't run anything that has to call outside of my home, so it's definitely limited.
NGL.
I actually had some consultants do a presentation on a data processing system at work. Which there were lots of usability problems (it was still being designed). There was also a whole problem with being far too trusting of user-inputs and leading-the-witness in said inputs when you absolutely shouldn't (never trust the witness, so to speak). But their idea of coding input data was to have an AI do it. Uh--okay. Their second step of data processing was, not joking, and they were 100% serious, have another different AI check the first AI's homework.
And that...was last year. And amazingly--these guys doing this cross-country Zoom presentation didn't get laughed out of the room. Guessing all the other SMEs in the Zoom were too mortified to say what they thought. Because it was all SMEs.