• 1 Post
  • 107 Comments
Joined 2 years ago
cake
Cake day: July 26th, 2023

help-circle





  • As soon as shareholders, and the board, feel an LLM agent can reliably do all the work of a CEO, the CEO will not need to exist. But the problem is that LLM agents require human supervision or intervention at irregular intervals. Since neither shareholders nor the board work full time, there still has to be someone to supervise and be available. The role of the CEO might change, and LLM agents might end up taking on a lot of the work they do. Maybe someday the CEO will mostly just be an “idea guy” that networks with other similar people to drum up deals and gets the LLM agent unstuck every once in a while. But it’s very unlikely there will be no human in the loop during regular work hours.



  • Using generative AI to replace toil and not the creative human process is fine imo. Even doing something like generating visual things, to me, is OK if it’s driven by real creative intent and doesn’t result in something that looks low quality. But it’s not very simple to get output that you can tweak in fine ways to get predictable changes based on specific creative intent - human language is not descriptive enough to really capture that. “A picture is worth a thousand words” is accurate. You’re also shooting yourself in the foot when you end up with a ton of assets or systems that you don’t have fine control over because you can’t do something simple like tweak a layer of an image because what you got at the end of the day was just a raster output from a black box.










  • I’ve gone through Visual Studio, JetBrains IDEs, Vim, Atom, Sublime, VSCode, probably others too, but frankly VSCode’s simplicity out of the box coupled with great plugin support is hard to beat. Folks who complain about VSCode not having some feature like to ignore that being relatively simple by default is a good thing. You can always add or enable what extensions you need to tailor it to your language and workflow of choice. Even if you’re used to Vim keyboard centric editing…guess what? There’s a well supported OSS extension to give you that functionality.

    The power of being able to use one IDE on a diverse team across various languages is huge. You can even commit extension and settings defaults to a repo to immediately get new cloners up to speed with whatever workflow and tooling defaults are good starting points on a per project basis, but still leaving them the option to ignore/override as needed without dictating a team-wide workflow change.