• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • I really wonder what that may look like too and how likely of an outcome it is. I mean we’ve seen versions of it with “banana republics”, but that wasn’t quite the modern era and wasn’t sophisticated tech companies. I also think most tech companies today would not want that responsibility, just the rewards, it’s a bit hard for me to imagine them actually attempting to provide a government. I think what we’ll see is increasingly hollowed out public institutions matched with ascending power and control of the corps, but leaving the govt in place (largely for a target people can point to when they’re mad) and stopping short of overtly seizing power. Best of both worlds for the corps.







  • I’m gonna make what I consider to be an important distinction here, but I also want to say I mostly agree with you and I’m bummed by the downvotes.

    I think we can lump the middle manager into two broad “types”. And you seem to be exclusively describing one of the two types - the one that’s, frankly, smart and “aware” enough to realize that middle management is trash, rank and file is trash, and they know precisely why they are aiming to get above everyone. It ain’t cuz they want to help, of course, and they never intend to. Fuck those people every possible way, because not only do they understand that the purpose of middle management is to be the buffer between the owners and the laborers, they also have decided - with full awareness! - fuck the laborers, I want to be good with the owners.

    But there’s another, sadder kind of middle manager, and I think maybe your hostility is unkind and unfair to this type. This middle manager still has the wool pulled over their eyes, they really think if they work hard and do well, they’ll be rewarded! And hey, isn’t the fact that they’ve been promoted (!) to leadership a clear indicator that they’re doing things right? Just gotta keep at it, the really important people keep telling me this is what they like to see, I’ll finally be able to get all these bills paid / improve my life! I’m on the way up, finally.

    And then that person says “YEESH managing this store is really hard, I’ve gotta get better at this. My leadership doesn’t seem to think this should be a struggle…”

    Etc., etc., for 10, 20 years as the wool gradually falls from their eyes. Not everyone is able to see things as clearly as you are. Most middle managers, I think, are basically suckers. Naive and exploited. The rest, tho, are basically monsters without enough power to be monsters. No argument there, and fuck those people.



  • That’s fair, and government work can feel kind of like its own parallel business ecosystem in some ways. Sort of like how most of us think of the shops and businesses that are visible to us but not the massive B2B ecosystem just under the surface.

    But I think the hope is that gov can standardize and define a certain net positive thing, and use its contracts to start requiring that thing, slowly making it more widespread and therefore common. Ideally the kinks get ironed out over time, and eventually it’s in a state where you can make the leap and start to require it be in place for any application / service above a certain user count.

    Bit pie in the sky, but we should be at least trying to find ways to use govt to improve our situation. Things at policy level that don’t require chronically status quo politicians to vote in our best interests.





  • Awesome, thank you! This largely matches my own experience, I’ve found it (Claude in my case) most useful in areas where I’m weakest. I haven’t tried this scaffolding-via-comments approach though, it sounds cool.

    Any experience with Cursor or other IDEs or agents? Was co-pilot a choice or just kinda a natural default?


  • Would you mind sharing a bit more about the workflow you’re describing? I’m on a “ask people how they’re using AI to help them dev” kick.

    Sounds like you’re using an agent integrated with your IDE, would you be willing to give specifics? And you’re talking about writing some comments that describe some code you haven’t yet written, letting the AI take a stab at writing the code based on your comments, and then working from there? Did I get that right?

    Happy for literally any elaboration you feel like giving :)



  • Completely understand the frustration here. Mistakes happen, even competent people sincerely trying to do a good job can overlook things, etc. But if it’s a pattern of just copying and pasting code without really even trying to understand what it does, that’s a big problem that needs to be addressed. And frankly they should feel embarrassed if it happens more than once or twice.

    OTOH, delivering criticism in a way that winds up productive for all involved is difficult at best, and the outcome depends on the junior as much as it does the senior. What good is being right if it ultimately just alienates you from your team? Tough situation for sure, and one of the many reasons it’s so important to hire carefully (which is itself a whole huge can of worms too!).

    Can you simply ask them to walk through their submission line by line with you, explaining what it’s doing? If you’ve never asked that before it might come across as a strange request, but if you phrase it well it’s possible this causes them to notice their poor understanding without you ever seeming to point it out.



  • Do you feel like elaborating any? I’d love to find more uses. So far I’ve mostly found it useful in areas where I’m very unfamiliar. Like I do very little web front end, so when I need to, the option paralysis is gnarly. I’ve found things like Perplexity helpful to allow me to select an approach and get moving quickly. I can spend hours agonizing over those kinds of decisions otherwise, and it’s really poorly spent time.

    I’ve also found it useful when trying to answer questions about best practices or comparing approaches. It sorta does the reading and summarizes the points (with links to source material), pretty perfect use case.

    So both of those are essentially “interactive text summarization” use cases - my third is as a syntax helper, again in things I don’t work with often. If I’m having a brain fart and just can’t quite remember the ternary operator syntax in that one language I never use…etc. That one’s a bit less impactful but can still be faster than manually inspecting docs, especially if the docs are bad or hard to use.

    With that said I use these things less than once a week on average. Possible that’s just down to my own pre-existing habits more than anything else though.