Earlier quoted context omitted.
200k DAU, 7 million registered, ~50 microservices, large monorepo
You have 50 microservices for 200k daily users? Let me guess this has something to do with AI?
The quality of AI-assisted software depends on unit of work management
31–40 of 127 posts
Re: The quality of AI-assisted software depends on unit of work management
#32Earlier quoted context omitted.
Last week I wanted to generate some test data for some unit tests for a certain function in a C codebase. It's an audio codec library, so I could have modified the function to dump its inputs to disk and then run the library on any audio file and then hardcoded the input into the unit tests. Instead, I decided I wanted to save a few bytes and wanted to look at generating dummy data dynamically. I wanted to try out Cl…
There’s been a lot of noise about Claude performance degradation, and the current best option is probably Codex, but this still surprises me. It sounds like it succeeded on the hard part, then stumbled on the easy bit. Just two questions, if you don’t mind satisfying my curiosity. - Did you tell it to write C? Or better yet, what was the prompt? You can use Claude --resume to easily find that. - Which model? (Sooner…
Re: The quality of AI-assisted software depends on unit of work management
#33Same as for human software engineers... We'll see Conway' law all again with agentic coding!
Re: The quality of AI-assisted software depends on unit of work management
#34Earlier quoted context omitted.
liszper: > most SWE folks still have no idea how big the difference is between the coding agents they tried a year ago and declared as useless and chatgpt 5 paired with Codex or Cursor today Also liszper: oh, you tried the current approach and don’t agree with me? Well you just don’t know what you are doing.
Yes, exactly. Learning new things is hard. Personally it took me about 200 hours to get started, and since then ~2500 hours to get familiar with the advanced techniques, and now I'm very happy with the results, managing extremely large codebases with LLM in production. For context before that I had ~15 years of experience coding the traditional way.
I think the crucial difference is that I do actually see evidence (ie the codebase) posted sometimes for the former, the latter could well be entirely mythos -- a 24 day old account evangelizing for the legion of agents story does kind of fit the theme.
Re: The quality of AI-assisted software depends on unit of work management
#35Re: The quality of AI-assisted software depends on unit of work management
#36Re: The quality of AI-assisted software depends on unit of work management
#37Earlier quoted context omitted.
With all due respect, you sound like someone who is just getting familiar with these tools. 100 more hours spent with AI coding and you will be much more productive. Coding with AI is a slightly different skill from coding, similar how managing software engineers is different from writing software.
liszper: > most SWE folks still have no idea how big the difference is between the coding agents they tried a year ago and declared as useless and chatgpt 5 paired with Codex or Cursor today Also liszper: oh, you tried the current approach and don’t agree with me? Well you just don’t know what you are doing.
Re: The quality of AI-assisted software depends on unit of work management
#38But... reviewing code is harder than writing code. Expressing how I want something to be done in natural language is incredibly hard.
So over time I'm spending a lot of energy in those things, and only getting it 80% right.
Not to mention I'm constantly in this highly suspicious mode, trying to pierce through the veil of my own prompt and the code generated, because it's the edge cases that make work hard.
The end result is exhaustion. There is no recharge. Plans are front-loaded, and then you switch to auditing mode.
Whereas with code you front-load a good amount of design, but you can make changes as you go, and since you know your own code the effort to make those are much lower.
Re: The quality of AI-assisted software depends on unit of work management
#39Re: The quality of AI-assisted software depends on unit of work management
#40most SWE folks still have no idea how big the difference is between the coding agents they tried a year ago and declared as useless and chatgpt 5 paired with Codex or Cursor today thanks for the article, it's a good one
> most SWE folks still have no idea how big the difference is between the coding agents they tried a year ago and declared as useless and chatgpt 5 paired with Codex or Cursor today yes, just as was said each and every previous time OpenAI/anthropic shit out a new model "now it doesn't suck!"