Computer Says No
21–30 of 48 posts
Re: Computer Says No
#22> This is a great insight. For software engineers coding is the way to fully grasp the business context. > By programming, they learn how the system fits together, where the limits are, and what is possible. From there they can discover new possibilities, but also assess whether new ideas are feasible. Maybe I have a different understanding of "business context", but I would argue the opposite. AI tools allow me to s…
If anything, I know more about the code I work on than ever before, and at a fraction of the effort, lol.
Re: Computer Says No
#23The gist ("product becomes a black box") applies to any abstraction. It could apply to high-level languages (including so-called "low-level" languages like C), and few people criticize those. But LLMs are particularly insidious because they're a particularly leaky abstraction. If you ask an LLM to implement something: - First, there's only a chance it will output something that works at all - Then, it may fail on edg…
Re: Computer Says No
#24Re: Computer Says No
#25The gist ("product becomes a black box") applies to any abstraction. It could apply to high-level languages (including so-called "low-level" languages like C), and few people criticize those. But LLMs are particularly insidious because they're a particularly leaky abstraction. If you ask an LLM to implement something: - First, there's only a chance it will output something that works at all - Then, it may fail on edg…
I absolutely agree. I've only dabbled in AI coding, but every time I feel like I can't quite describe to it what I want. IMO we should be looking into writing some kind of pseudocode for LLMs. Writing code is the best way to describe code, even if it's just pseudocode.
Re: Computer Says No
#26I love the framing here. However, I think what a lot of people don't realize is the reason a lot of executives and business users are excited about AI and don't mind developers getting replaced is because product is already a black box.
Re: Computer Says No
#27If your computer says No just ditch it and buy a non-Apple computer.
One with Windows 11?
That server did its job for about 10 years with a few upgrades - more drives and a faster CPU - and really only needed replacement because of the low max memory limit. Its successor ended up being a DL380 G7 which is still in use, the Scaleo Home Server annex Intel SS4200 now waits in the barn for potential re-use as a backup server.
[1] http://ss4200.pbworks.com/w/page/5122767/Windows%20refund%20...
Re: Computer Says No
#28For me, that material conciousness in computers was always in grasping the way system works holistically. To feel the system. To treat it as almost a living organism.
Re: Computer Says No
#29To an extend, AI can help with explaining what the code does. So, computer says why it says "no".
Re: Computer Says No
#30> This is a great insight. For software engineers coding is the way to fully grasp the business context. > By programming, they learn how the system fits together, where the limits are, and what is possible. From there they can discover new possibilities, but also assess whether new ideas are feasible. Maybe I have a different understanding of "business context", but I would argue the opposite. AI tools allow me to s…
It’s perplexing; like the majority of people who insist using AI coding assistance is guaranteed going to rob you of application understanding and business context aren’t considering that not every prompt has to be an instruction to write code. You can, like, ask the agent questions. “What auth stack is in use? Where does the event bus live? Does the project follow SoC or are we dealing with pasta here? Can you trace…