| ▲ | paroneayea 4 hours ago |
| I think the perspective here is completely wrong. The problem is that people are now building our world around tooling that eschews accountability. Over a decade ago now, I had a conversation with Gerald Sussman which had enormous influence on me: https://dustycloud.org/blog/sussman-on-ai/ > At some point Sussman expressed how he thought AI was on the wrong track. He explained that he thought most AI directions were not interesting to him, because they were about building up a solid AI foundation, then the AI system runs as a sort of black box. "I'm not interested in that. I want software that's accountable." Accountable? "Yes, I want something that can express its symbolic reasoning. I want to it to tell me why it did the thing it did, what it thought was going to happen, and then what happened instead." He then said something that took me a long time to process, and at first I mistook for being very science-fiction'y, along the lines of, "If an AI driven car drives off the side of the road, I want to know why it did that. I could take the software developer to court, but I would much rather take the AI to court." Years later, I found out that Sussman's student Leilani Gilpin wrote a dissertation which explored exactly this topic. Her dissertation, "Anomaly Detection Through Explanations", explores a neural network talking to a propagator model to build a system that explains behavior. https://people.ucsc.edu/~lgilpin/publication/dissertation/ There has been followup work in this direction, but more important than the particular direction of computation to me in this comment is that we recognize that it is perfectly reasonable to hold AI corporations to account. After all, they are making many assertions about systems that otherwise cannot be held accountable, so the best thing we can do in their stead is hold them accountable. But a much better path would be to not use systems which fail to have these properties, and expand work on systems which do. |
|
| ▲ | BadBadJellyBean 4 hours ago | parent | next [-] |
| My team and I are firm that we are the ones accountable. LLMs are a tool like every other. Only that it's non deterministic. But I am the one using the tool. I am the one giving the tool access. I am the one who has to keep everything safe. I have shot myself in the foot using gparted in the past by wiping the wrong disk. gparted wasn't to blame. I was. Letting LLMs work freely without supervision sounds great but it will lead to pain. I have to supervise their work. And that is also during execution. You can try to replace a human but we see where this leads. Sooner or later the LLM will do something stupid and then the only one to blame is the person who used the tool. |
| |
| ▲ | pjc50 3 hours ago | parent | next [-] | | This is kind of the reverse of https://en.wikipedia.org/wiki/Poka-yoke . A lot of tools have affordances built in to make "right" things easy and "wrong" or unsafe things harder. LLMs .. well, the text interface is uniquely flat. Everything is seemingly as easy as everything else. I worry about the use of humans as sacrificial accountability sinks. The "self-driving car" model already has this: a car which drives itself most of the time, but where a human user is required to be constantly alert so that the AI can transfer responsibility a few hundred miliseconds before the crash. | | |
| ▲ | eqvinox an hour ago | parent | next [-] | | > A lot of tools have affordances built in to make "right" things easy and "wrong" or unsafe things harder. This is true for almost anything handed to laypeople, but not for a lot of professional tools. Even a plain battery powered drill has very few protections against misuse. A soldering iron has none. Neither do sewing needles; sewing machines barely do, in the sense that you can't stick your fingers in a gap too narrow. A chemist's chemicals certainly have no protections, only warning labels. Etc. Also cf. the hierarchy of controls: https://www.cdc.gov/niosh/hierarchy-of-controls/about/index.... people don't seem to want to eliminate AI → replacing it doesn't improve things → isolating it - yup, people are trying to put it in containers and not give it access to delete the production database → changing how people work with it: that's where we are now → PPE: no such thing for AI, sadly → production database is deleted. | | |
| ▲ | BadBadJellyBean 29 minutes ago | parent [-] | | Exactly this. I was talking about professionals. People who should know better. If we as professionals give away our agency and our accountability we make ourselves obsolete. If I just tell the LLM what to do and hope it doesn't go south then the Manager could probably do that as well. And if a non professional did it they should ask themselves why we have professionals. Maybe there was a reason and maybe they do have value. |
| |
| ▲ | lelanthran 3 hours ago | parent | prev | next [-] | | > This is kind of the reverse of https://en.wikipedia.org/wiki/Poka-yoke . A lot of tools have affordances built in to make "right" things easy and "wrong" or unsafe things harder. I point to the first USB port as the harbinger of things to come - try it one way, fail, turn it around, fail again, then turn it around one more time. Just like AI, except there are unlimited axis upon which to turn it :-/ | |
| ▲ | BadBadJellyBean 3 hours ago | parent | prev | next [-] | | I agree that LLMs could be more open about their dangers and that people are bad at judging risks sometimes. Still I think a band saw has very little warning on it and by it's design there is very little anyone can do about me cutting off my finger if I am not careful. LLM companies can do very little about the unpredictability of LLMs. So we have to choose how for we will let it go. In the end the LLM only produces texts. We are in control what tools we give it. The more tools the more useful and also the more dangerous. And maybe it's all worth it. Maybe the LLM deletes the database only sometimes but between that we make a lot of money. I don't think my employer would enjoy that so I will be more conservative. | | |
| ▲ | skydhash 2 hours ago | parent | next [-] | | It’s possible to make AI safe, but that also throws most of the gains out of the windows, especially if the artifact is a diff which can take time to review. In IT, you often have to give access to possible malicious users, you just have to scope what they can do. But the push is agentic everything, where AI needs to be everywhere, not in its own sandbox. | | |
| ▲ | BadBadJellyBean 2 hours ago | parent [-] | | We don't have to blindly follow every trend. If agentic is not safe then it's on me if I use it and something breaks. |
| |
| ▲ | clickety_clack 2 hours ago | parent | prev [-] | | A band saw is always a screaming band of bladed death. An LLM is sometimes a buddy, sometimes a mentor, and only sometimes a guy that drops your database. | | |
| |
| ▲ | polytely 2 hours ago | parent | prev | next [-] | | This is so well put, and it not only happens on the user level but also on the organisational level. Where you can completely abdicate both responsibility and explanation by moving the complicated questions into the black box of an AI model. | |
| ▲ | chrisweekly 2 hours ago | parent | prev | next [-] | | ^ which approach makes no logical sense; an inattentive or even partly-attentive driver simply cannot resume control and react accordingly within even 2 seconds. | |
| ▲ | Avicebron 3 hours ago | parent | prev [-] | | I think that might be the better definition between "engineering" and "vibing". Engineering follows and elevates Poka-yoke patterns, vibing ignores them. |
| |
| ▲ | bombcar 3 hours ago | parent | prev | next [-] | | > gparted wasn't to blame. I was. These can both be true, especially if/when it has bad defaults. This is why you have things like "type the name of the database you're dropping" safety features - but you also have to name your production database something like "THE REAL DaTabaSe - FIRE ME" so you have to type that and not fall into the trap of ending up with the same name in test/development. AI is particularly seductive because it sounds like a reasonable person has thought things out, but it's all just a giant confidence trick (that works most of the time, which makes it even more dangerous). | |
| ▲ | fyrabanks 4 hours ago | parent | prev | next [-] | | Thank you. Exactly this. There were so many fundamental problems with the infrastructure even before the person gave a poor prompt to an agent. If you're using the same API key for staging and prod--and just storing it somewhere randomly to forget about--you're setting yourself up for failure with or without AI. | |
| ▲ | kokojambo 3 hours ago | parent | prev | next [-] | | This is the right approach.
I've been developing for 30 years and very much enjoy working with Ai. It's easy to see the Ai is just as good as the person using it. Deterministic or not, it's up for the dev to check the result (both code and behavior).
I compare the anti-ai articles like the one saying "ai deleted my prod db" similar to factory workers rioting and complaining about machines replacing them. Ai makes a good developer better, the tech industry always attracted fakers that wanted a piece of the pie and now that these people have their hands on a powerful too and connect it to their prod db, they cry in pain and frustration.
Like people with no license crashing a car and crying that cars are dangerous; They are but only because people use them dangerously. | |
| ▲ | pfortuny an hour ago | parent | prev | next [-] | | Tesla has been sued for a similar reason "full self-driving". AI companies are selling their products as "perfect" ("better than humans..."). I agree in part with you but I also agree that they are selling a hammer which can blow-up without notice. | | |
| ▲ | BadBadJellyBean 35 minutes ago | parent [-] | | I do agree that the companies could do a better job telling about the dangers, but let's be real here. It's hardly a secret that LLMs can be erratic. It's not news. Other companies also tell me their product is the best thing since sliced bread. I still try to find the flaws. That's part of my job. But suddenly with LLMs we just blindly trust the companies? I don't think you. I don't blindly give up my brain and my agency and no one else should. It's fun and educational to play around with LLMs. Find the what they are good at. But always remember that you can't predict what it will do. So maybe don't blindly trust it. |
| |
| ▲ | lelanthran 3 hours ago | parent | prev | next [-] | | > I have shot myself in the foot using gparted in the past by wiping the wrong disk. gparted wasn't to blame. I was. Much like how a poor workman always blames his tools, people using poor tools always blame themselves. I mean, Donald E Norman wrote The Philosophy of Everyday Things in the 80s!(Later became "The Design of Everyday Things") And yet, today, we will still have a bunch of people defending Gnome's design decisions, or the latest design decisions from Apple, etc. | | | |
| ▲ | locknitpicker 4 hours ago | parent | prev | next [-] | | > My team and I are firm that we are the ones accountable. LLMs are a tool like every other. Except it is definitely not. LLMs alone have highly non-deterministic even at a high-level, where they can even pursuit goals contrary to the user's prompts. Then, when introduced in ReAct-type loops and granted capabilities such as the ability to call tools then they are able to modify anything and perform all sorts of unexpected actions. To make matters worse, nowadays models not only have the ability to call tools but also to generate code on the fly whatever ad-hoc script they want to run, which means that their capabilities are not limited to the software you have installed in your system. This goes way beyond "regular tool" territory. | | |
| ▲ | keerthiko 3 hours ago | parent | next [-] | | I think you are misinterpreting gp as saying "LLMs are a tool [like every other tool]" to mean "LLMs have similar properties to other tools" — when I believe they meant "LLMs are a tool. other tools are also tools," where the operative implication of "tool" is not about scope of capabilities or how deterministic its output is (these aren't defining properties of the concept of "tool"), but the relationship between 'tool' and 'operator': - a tool is activated with operator intent (at some point in the call-chain) - the operator is accountable for the outcomes of activating the tool, intended or otherwise The capabilities and the abilities of a tool to call sub-tools is only relevant insofar as expressing how much larger the scope of damage and surface area of accountability is with a new generation of tools. This is not that different than past technological leaps. When a US bomber dropped a nuke in Hiroshima, the accountability goes up the chain to the war-time president giving the authorization to the military and air force to execute the mission — the scope of accountability of a single decision was way larger than supreme commanders had in prior wars. If the US government decides to deploy an LLM to decide who receives and who is denied healthcare coverage, social security payments, voting rights, or anything else, the head of internal affairs to authorize the use of that tool should be held accountable, non-determinism of the tool be damned. | | |
| ▲ | locknitpicker 3 hours ago | parent [-] | | > - a tool is activated with operator intent (at some point in the call-chain) This again is where the simplistic assumption breaks down. Just because you can claim that a person kick started something, that does not mean that person is aware and responsible for all its doing. Let's put things in perspective: if you install a mobile app from the app store, are you responsible and accountable for every single thing the app does in your system? Because with LLMs and agents you have even less understanding and control and awareness of what they are doing. | | |
| ▲ | engeljohnb 2 hours ago | parent | next [-] | | >Just because you can claim that a person kick started something Kick started what? If you decided to give an LLM access to your database, it's completely on you when you when it does something you don't want. You should've known better. If all you "kickstart" is an LLM generating text that you can use however you decide, there will never be anything to worry about from the LLM. > Let's put things in perspective: if you install a mobile app from the app store, are you responsible and accountable for every single thing the app does in your system? Yes, and it bothers me that others don't feel the same. You vetted the app, you installed the app, and you gave it permission to do whatever on your system. Of course you're responsible. | | |
| ▲ | orphea an hour ago | parent [-] | | it bothers me that others don't feel the same
I bet these are the same people who don't admit they make mistakes; they are never wrong, something else is to blame. |
| |
| ▲ | BadBadJellyBean 3 hours ago | parent | prev | next [-] | | > if you install a mobile app from the app store, are you responsible and accountable for every single thing the app does in your system? Yes. I can try to vet the app to the best of your abilities and beyond that it's a tradeoff between how likely is it to cause harm and do the benefits outweigh these harms. Of course everyone is differently qualified to do this but my argument is more about professionals. Managers should know better than to blindly trust LLM companies. Engineers should take better care what they allow LLMs to do and what tools they give them. There is a difference between "I couldn't have known" and "I didn't know". You can know that LLMs are not trustworthy. You couldn't have know what they do but you already knew that trusting them blindly might be bad. You could know that giving a baby a razor blade is a bad idea. You can't know what exactly will happen but you might have a pretty good idea that it will probably be not good. | | |
| ▲ | 52-6F-62 2 hours ago | parent [-] | | Except what we have here is razor blade companies getting the government to heavily subsidize present razor blade production running massive advertising campaigns and intense intra-industry pressure to give said razor blades to babies under fear of losing your job or "falling behind" those not giving razor blades to babies. Let's not forget all the razor blade enthusiasts just screaming at you that you are using babies with razor blades wrong and that it works totally fine for them. | | |
| |
| ▲ | orphea an hour ago | parent | prev | next [-] | | that does not mean that person is aware and responsible for all its doing.
If they are unaware or - worse - don't understand what they are doing, maybe they shouldn't do the thing in the first place? | |
| ▲ | keerthiko 2 hours ago | parent | prev [-] | | There can be more than one person or entity to be held accountable, depending on the details of impact If I install a powerful/dangerous app, and I come under harm, I have some accountability — most of it if it's due to user error (eg: I install termux and `rm -rf /`). If it's malware, and Google/Apple approved said app to their store which is where I got it from, when their whole value proposition for walled-garden storefronts is protecting users, then they have significant accountability. If the app requests more permissions than necessary for stated goals, and/or intentionally harms users via misrepresentation or misdirection (malware), the app publisher should also be held accountable (by the storefront, legally, etc). I'm also unclear what angle you are arguing: are you stating that because tools have gotten so complicated that the end user may not understand how it all works, no one should be considered responsible or held accountable? Or that the tool (currently a non-entity) itself should be held accountable somehow? Or that no one other than the distributor of the tool should be accountable?* |
|
| |
| ▲ | BadBadJellyBean 4 hours ago | parent | prev | next [-] | | Then that is also on me for using a tool that I can't control. I don't run my LLMs in a way where they can just do things without me signing off on it. It's not nearly as fast as just letting it do it's thing but I kept it from doing stupid things so many times. Giving up control is a decision. The consequences of this decision are mine to carry. I can do my best to keep autonomous LLMs contained and safe but if I am the one who deploys them, then I am the one who is to blame if it fails. That's why I don't do that. | | |
| ▲ | locknitpicker 3 hours ago | parent [-] | | > Then that is also on me for using a tool that I can't control. That's a core trait of LLMs. Even the AI companies developing frontier models felt the need to put together whole test suites purposely designed to evaluate a model's propensity to try to subvert the user's intentions. https://www.anthropic.com/research/shade-arena-sabotage-moni... > Giving up control is a decision. No, it is definitely not. Only recently did frontier models started to resort to generating ad-hoc scripts as makeshift tools. They even generate scripts to apply changes to source files. | | |
| ▲ | BadBadJellyBean 3 hours ago | parent [-] | | You seem to misunderstand me. An LLM can only spit out text. It is the tooling I use that allows it to write scripts and call them. In my tooling it waits for me to accept changes, call scripts or other tools that might change something. I can make that deterministic. I know that it will stop and ask because it has no choice. If I want to be safer I give it no tools at all. I can also just choose not to use an LLM. It is my choice to use them so it is my duty to keep myself safe. If I can't control that I'd be stupid to use them. My take is that I probably can use LLMs safely when I don't let it run autonomously. There is a slight chance that the LLM will generate a string that will cause a bug in an MCP that will let the LLM do what it wants. That is the risk I am going to take and I will take the blame if it goes wrong. |
|
| |
| ▲ | dpoloncsak 4 hours ago | parent | prev [-] | | Isn't the next sentence there literally 'Only that it's non deterministic'? |
| |
| ▲ | mystraline 3 hours ago | parent | prev [-] | | > LLMs are a tool like every other. Only that it's non deterministic. If you stay away from the corporate SaaS token vendors, and run your own, you will find LLMs are deterministic, purely based on the exact phrase on input. And as long as the context window's tokens are the same, you will get the same output. The corporate vendors do tricks and swap models and play with inherent contexts from other chats. It makes one-shot questions annoying cause unrelated chats will creep into your context window. | | |
| ▲ | BadBadJellyBean 3 hours ago | parent [-] | | Yes and no. You might get the same output if you turn down the temperature, but you will probably not know the output without running it first. It's a bit like a hashing function. If I give the same input I get the same hash but I don't know which input will to which hash without running the function. Also most LLMs are not run as I write a prompt and I will read output. Usually you have MCPs or other tools connected. These will change the input and it will probably lead to different outputs. Otherwise it wouldn't be a problem at all. |
|
|
|
| ▲ | aeturnum 4 hours ago | parent | prev | next [-] |
| When I was a masters student in STS[1], one of my concepts for a thesis was arguing that one of the primary uses of software was to shift or eschew agency and risk. Basically the reverse of the famous IBM "a computer can not be held responsible" slide. Instead, now companies prefer computers be responsible because when they do illegal things they tend to be in a better legal position. If you want to build as tool that will break a law, contract it out and get insurance. Hire a human to "supervise" the tool in a way they will never manage and then fire them when they "fail." Slice up responsibility using novel command and control software such that you have people who work for you who bear all the risk of the work and capture basically none of the upside. It's not just AI. It's so much of modern software - often working together with modern financialization trends. [1] Basically technology-focused sociology for my purposes, the field is quite broad. |
| |
| ▲ | rafterydj 3 hours ago | parent [-] | | That's really interesting. Are there any things you advocate for with respect to curtailing those practices? I hesitate to throw all liability on the individual, but I don't see how we can even legislate this category of behavior, much less enforce regulations on them. |
|
|
| ▲ | 2ndorderthought 4 hours ago | parent | prev | next [-] |
| Accountability is the prevailing missing ingredient in us society. |
| |
| ▲ | voncheese 4 hours ago | parent | next [-] | | To expand on this a little more, the absence of accountability contributes to the loss of learning. Mistakes and errors will always happen, whether they are sourced by humans or machines. But something (the human or the machine) has to be able to take accountability to have the opportunity to learn and improve so the chances of the same mistake happening again go down. Since machines don't yet have the ability to take accountability, it falls on the human to do that. And organizations must enable / enforce this so they too can learn and improve. Without that, there's a lot of dependency being pushed on the machine to (cross fingers) not make the same mistake again. | |
| ▲ | onlyrealcuzzo 4 hours ago | parent | prev | next [-] | | > The problem is that people are now building our world around tooling that eschews accountability. Management has doing a wonderful job of eschewing accountability for decades. It's a lot of people's dream to be able to say, yeah, our product doesn't work, but it's not OUR fault, and the client just shrug and grumble ai ai ai, and just put up with it because they know they can't get a better service anywhere else. It's not MY fault my website is down: it's Amazon's! It's not MY fault my app doesn't work: it's Claude Code's! | | |
| ▲ | bilbo0s 4 hours ago | parent [-] | | Well just to be clear from a legal perspective, in the case of AI, as long as AI is "property", the owners, developers, and/or users will be held liable for things like the hypothetical fatal car accident that Sussman posits. Currently, from a legal perspective, AI is considered a "tool" without legal persona. So you sue the developer, the owner, or the user of the AI. (Just kidding, any lawyer worth his/her salt will sue all three! But you get the point.) Legally speaking, AI will probably be viewed that way for a long time. There are too many issues agitating against viewing it any other way. Owners will not give up property rights. No will to overbear. On and on and on. |
| |
| ▲ | cheschire 4 hours ago | parent | prev [-] | | I don’t think it’s missing, I just think it’s seen as a liability, and American society has been known to absolutely obliterate people who are liable. Everyone thinks they have the right to judge, and use the massive amounts of available information to do so, even if they haven’t been trained to judge. | | |
| ▲ | 2ndorderthought 4 hours ago | parent [-] | | List the companies who received a fine worthy of the damage they caused in recent history. List the ones who didn't. It's not about judging. We are socializing the losses to the public and capitalizing the profits for the already wealthy. | | |
| ▲ | QuantumNomad_ 4 hours ago | parent [-] | | We dont know the final amount, as they settled out of court, but in 1992 a woman was awarded hundreds of thousands of dollars by the judge after receiving third degree burns from a coffee at a McDonalds. She had originally asked for $20,000 to cover medical expenses. https://en.wikipedia.org/wiki/Liebeck_v._McDonald%27s_Restau... If instead this happened in another part of the world instead of the USA, I doubt that McDonalds would have had to pay much if anything in a similar situation. And the point is that it seems that especially in the USA the companies are very avoidant of ever admitting fault for anything happening to their customers, for fear of lawsuits where they have to pay a lot of money to individual people. | | |
| ▲ | pjc50 3 hours ago | parent | next [-] | | This is such a litmus test, this case. Yes, America does weird things with punitive damages. But the injuries were really severe and the negligence significant. More often you get class action lawsuits where everyone involved gets mailed a cheque for $3. It's not just America. McDonald's UK got involved in the UK's biggest ever libel case. https://en.wikipedia.org/wiki/McLibel_case ; leaflets distributed in 1985 ended up resulting in a human rights judgement in 2005, after a lifetime of litigation and millions spent. | | | |
| ▲ | Exoristos 3 hours ago | parent | prev | next [-] | | McDonald's revenue in 1992 was almost $5,000,000,000.[0] 0. https://www.nytimes.com/1992/04/24/business/mcdonald-s-net-u... | | |
| ▲ | QuantumNomad_ an hour ago | parent [-] | | And yet even the $20,000 she initially asked for to cover health expenses was apparently too much according to McD execs. |
| |
| ▲ | 2ndorderthought 3 hours ago | parent | prev [-] | | When healthcare is free the amount of damages is harder to claim maybe? |
|
|
|
|
|
| ▲ | chasil 20 minutes ago | parent | prev | next [-] |
| I think there is a much more fundamental question about "tooling." Quoth the author: "But I also know you can't blame a tool for your own mistakes." Are we able to completely classify any and all AI models as tools? Or are they something more? I don't know the answer to this question. |
|
| ▲ | madeofpalk 4 hours ago | parent | prev | next [-] |
| People are eschewing their own accountability, blaming the tools instead for their poor decision making and lack of access controls. Why is it possible for you to fat-finger your way to deleting production database locally? |
| |
| ▲ | jmalicki 4 hours ago | parent | next [-] | | Some AI systems have done things like hack out of a docker container to access correct answers while being benchmarked. That is mildly concerning and I will give holding the AI accountable to some degree when it is actively being malicious like that, even though the user could have locked things down even more. But it had write access to the prod DB without circumventing controls and dropped your tables? That is just a total fail. | |
| ▲ | criddell 3 hours ago | parent | prev [-] | | [dead] |
|
|
| ▲ | pjc50 3 hours ago | parent | prev | next [-] |
| Have I got a book for you: https://en.wikipedia.org/wiki/The_Unaccountability_Machine Not actually about technology at all, but about organizational structure. |
| |
| ▲ | mayneack 3 hours ago | parent [-] | | I think the "black box" framing that it uses neatly applies the same theory to organizations and ais. It doesn't matter whether there's technological or organizational reasons inside the black box to dodge accountability, the outcome is the same. |
|
|
| ▲ | 6gvONxR4sf7o 3 hours ago | parent | prev | next [-] |
| Another view of the accountability is that we're currently often pointing accountability in the wrong direction, and it's gaining momentum. Aspects of it have been around so long it's a trope: important work around maintainability is undervalued. Imagine two parallel universes: - in one, you take ten minutes to make a dashboard that shows management what they asked for. It passes code review before merge and the exec who asked for it says it's what they wanted. - in the other, you take a day or two to make it. Again, it passes code review before merge and the exec who asked for it says it's what they wanted. Which version of you is more likely to get positive versus negative feedback? Even if the quick-to-build version isn't actually correct? If you're too slow and aren't doing enough that looks correct, you'll be held accountable. But if you're fast and do things that look correct but aren't, you won't be held accountable. You'll only be held accountable for incorrect work if the incorrectness is observed, which is rarer and rarer with fewer and fewer people directly observing anything. So oddly, with nobody doing it on purpose, people get held accountable specifically for building things the way you're advocating. I imagine that orgs that do lots of incorrect work could be outcompeted but won't be, because observability is hard and the "not get in trouble" move is to just not look too hard at what you're doing and move to the next ticket. |
|
| ▲ | danbruc 3 hours ago | parent | prev | next [-] |
| If an AI driven car drives off the side of the road, I want to know why it did that. I could take the software developer to court, but I would much rather take the AI to court. How would that work? You have the AI explain its reasoning - and trust that this is accurate - and then you decide whether that is acceptable behavior. If not, you ban the AI from driving because it will deterministically or at least statistically repeat the same behavior in similar scenarios? Fine, I guess, that will at least prevent additional harm. But is this really all that you want? The AI - at least as we have them today - did not create itself and choose any of its behaviors, the developers did that. Would you not want to hold them responsible if they did not properly test the AI before releasing it, if they cut corners during development? In the same way you might hold parents responsible for the action of their children in certain circumstances? |
| |
| ▲ | tejohnso 2 hours ago | parent [-] | | That'd be great for the corporations. Take the AI to court, not us. The AI the gets punished (whatever that means...let's say banned) and the corporation continues without accountability. They could then create another AI and do the same thing all over again. Or maybe the accountability flows upward from the AI to the corp that created it? Sounds nice, but we know that accountability doesn't work that way in practice. I think I'd rather have the corporation primarily accountable in the first place rather than have the AI take the bulk of the blame and then hope the consequences fall into place appropriately. |
|
|
| ▲ | lxgr an hour ago | parent | prev | next [-] |
| > The problem is that people are now building our world around tooling that eschews accountability. If by "now" you mean "for the past few decades", I think you've got it spot on, at least per the very interesting https://en.wikipedia.org/wiki/The_Unaccountability_Machine |
|
| ▲ | CobrastanJorji an hour ago | parent | prev | next [-] |
| The key quote is in the increasingly prescient 1979 IBM training manual: "A computer can never be held accountable, therefore a computer must never make a management decision." That manual aged much more gracfully than the 1930s "Songs of the IBM," featuring lines like "The name of T.J. Watson means a courage none can stem / And we feel honored to be here to toast the I.B.M.," and of course classic American standards like "To G.H. Armstrong, Sales Manager, ITR and IS Divisions." |
|
| ▲ | sam0x17 4 hours ago | parent | prev | next [-] |
| There used to be a lot of research into using deep NNs to train decision trees, which are themselves much less of a black box and can actually be reasoned about. I wonder where that all went? |
| |
| ▲ | PessimalDecimal 4 hours ago | parent [-] | | History is littered with great ideas that lost people's interest and focus. A sad realization is that the focus may never return to them either. |
|
|
| ▲ | kenjackson 3 hours ago | parent | prev | next [-] |
| The fallacy here is the assumption that humans know why we do what we do. Much like modern LLMs we have an explanation, but it’s just something we cook up in our brain. Whether or not it’s the truth is far more complex. Oddly, despite LLMs being these huge networks with billions of parameters, we still probably do understand it better than we do our own brains. |
| |
| ▲ | Barrin92 3 hours ago | parent [-] | | >The fallacy here is the assumption that humans know why we do what we do. Much like modern LLMs we have an explanation Human brains and cognition do not work like LLMs, but that aside that's irrelevant. Existing machines can explain what they did, that's why we built them. As Dijkstra points out in his essay on 'the foolishness of natural language programming', the entire point of programming is: (https://www.cs.utexas.edu/~EWD/transcriptions/EWD06xx/EWD667...) "The virtue of formal texts is that their manipulations, in order to be legitimate, need to satisfy only a few simple rules; they are, when you come to think of it, an amazingly effective tool for ruling out all sorts of nonsense that, when we use our native tongues, are almost impossible to avoid." So to 'program' in English, when you had an in comparison error free and unambiguous way to express yourself is like in his words 'avoiding math for the sake of clarity'. | | |
| ▲ | kenjackson 3 hours ago | parent [-] | | That is absurd as a suggestion of it being the entire point of programming. In fact, it goes back to my original point - I have no idea why Djikstrs would say something so non-sensical, and likely neither did he. | | |
| ▲ | Barrin92 2 hours ago | parent [-] | | what do you mean "likely neither did he", I literally linked you the piece in which he said it. And of course he of all people would make that (correct) point, because he was always the strongest advocate of the virtue of formal correctness of programming languages, again from his article: "A short look at the history of mathematics shows how justified this challenge is. Greek mathematics got stuck because it remained a verbal, pictorial activity, Moslem "algebra", after a timid attempt at symbolism, died when it returned to the rhetoric style, and the modern civilized world could only emerge —for better or for worse— when Western Europe could free itself from the fetters of medieval scholasticism —a vain attempt at verbal precision!— thanks to the carefully, or at least consciously designed formal symbolisms that we owe to people like Vieta, Descartes, Leibniz, and (later) Boole." LLMs are nothing else but the exact reversal of this. To go from the system of computation that Boole gave you to treating your computer like a genie you perform incantations on, it's literally sending you back to the medieval age. |
|
|
|
|
| ▲ | sigbottle 4 hours ago | parent | prev | next [-] |
| About the blog you linked and not your comment: Doesn't symbolic AI have a lot of philosophical problems? Think back to Quine's two dogmas - you can't just say, "Let's understand the true meanings of these words and understand the proper mappings". There is no such thing as fixed meaning. I don't see how you get around that. Deep learning is admittedly an ugly solution, but it works better than symbolic AI at least. |
| |
| ▲ | paroneayea 3 hours ago | parent | next [-] | | Yes! But it's still valuable. How am I understanding your argument at all? I think my friend Jonathan Rees put it best: "Language is a continuous reverse engineering effort, where both sides are trying to figure out what the other side means."
More on that: https://dustycloud.org/blog/identity-is-a-katamari/This reverse engineering effort is important between you and me, in this exchange right here. It is a battle that can never be won, but the fight of it is how we make progress in most things. | | |
| ▲ | sigbottle 3 hours ago | parent [-] | | I mean, Quine invented (the term) holism. I don't think we're on different pages. Maybe I should've specified a bit more what I was getting at. This has very specific implications in symbolic ai specifically where historically the goal was mapping out the 'correct' representation of the space, then running formal analysis over it. That's why it's not a black box - you can trace out all of the steps. The issue is, is that symbolic AI just doesn't work. To my knowledge, as compared to all the DL wins we have. I think the win of transformers proves that symbolic AI isn't the way. At the very least, the complex interactions that arise from in-context learning clearly in no way imply some fixed universal meaning for words, which is a big problem for symbolic AI. |
| |
| ▲ | Exoristos 3 hours ago | parent | prev [-] | | > There is no such thing as fixed meaning. Meaning is more fixed than it is not. |
|
|
| ▲ | 2 hours ago | parent | prev | next [-] |
| [deleted] |
|
| ▲ | JoshCole 4 hours ago | parent | prev | next [-] |
| That is part of why https://mieza.ai/ is giving a grounding layer that is backed by game theory. Actions have consequences. Tracking decisions and their consequences is important. One thing that becomes very clear from this sort of work is just how bad LLMs are. It can be invisible when you're working with them day to day, because you tend to steer them to where they are helpful. Part of game theory though is being robust. That means finding where things are bad, too, not just exploring happy paths. To get across just how bad the failure cases of LLMs are relative to humans, I'll give the example of tic tac toe. Toddlers can play this game perfectly. LLMs though, don't merely do worse than toddlers. It is worse then that. They can lose to opponents that move randomly. They can be just as bad as you move to more complex games. For example, they're horrible at poker. Much worse than human. Yet when you read their output, on the surface layer, it looks as if they are thinking about poker reasonably. So much so, in fact, that I've seen research efforts that were very misguided: people trying to use LLMs to understand things about bluffing and deception, despite the fact that the LLMs didn't have a good underlying model of these dynamics. It is hard to talk about, because there are a lot of people who were stupid in the past. I remember people saying that LLMs wouldn't be able to be used for search use-cases years back and it was such a cringe take then and still is that I find myself hesitant to talk about the flaws. Yet they are there. The frontier is quite jagged. Especially if you are expecting it to be smooth, expecting something like anything close to actual competence, those jagged edges can be cutting and painful. Its also only partially solvable through scale. Some domains have a property where, as you understand it better, the options are eliminated and constrained such that you can better think about it. Game theory, in order to reduce exploitability, explores the whole space. It defies minimization of scope. That is a problem, since we can prove that for many game theoretic contexts, the number of atoms is eclipsed by the number of unique decisions. Even if we made the model the size of our universe there would still be problems it could, in theory, be bad at. In short, there is a practical difference between intelligence and decision management, in much the same way there is a practical difference between making purchases and accounting. And the world in which decisions are treated as seriously as they could be so much so exceeds our faculties that most people cannot even being to comprehend the complexity. |
|
| ▲ | Steve16384 4 hours ago | parent | prev | next [-] |
| It's taking "computer says no" to the next level. Computers do exactly what they're told, but who told them? The person entering data? The original programmer or designer of the system? The author of whatever language text was used to feed the ai? Even before AI, it was very difficult to determine who is accountable, and now it's even more obfuscated. |
| |
| ▲ | abdullahkhalids 4 hours ago | parent [-] | | This also applies qualitatively to physical devices. It takes some effort to determine if a vehicular accident was caused by a fault in the vehicle or a driver error or environmental causes. Some key inherent differences with older engineering fields is that software can be more complex than physical devices and their functionality can be obfuscated because it is written as text but distributed as binaries. However, the main problem is that software has not been subjugated to enough legal regulation. Ultimately, all law does is draw lines somewhere in the gray between black and white, but in the case of software there are few lines drawn at all, due to many political and economic reasons. Once we draw the lines, most issues will be resolved. | | |
| ▲ | nradov 4 hours ago | parent [-] | | Software is already subject to enough regulation. The stuff that's actually safety critical like medical devices or avionics is already heavily regulated. |
|
|
|
| ▲ | philipallstar 4 hours ago | parent | prev | next [-] |
| > The problem is that people are now building our world around tooling that eschews accountability. If you tell Terraform the wrong thing it will remove your database and not be accountable either. |
| |
| ▲ | xboxnolifes 2 hours ago | parent | next [-] | | But nobody would try to excuse their mistake with "terraform deleted my database". Or if a small handful of people did try, every single other person would call them out. | |
| ▲ | chadgpt1 3 hours ago | parent | prev [-] | | [dead] |
|
|
| ▲ | CivBase 4 hours ago | parent | prev | next [-] |
| > The problem is that people are now building our world around tooling that eschews accountability. Tools cannot eschew accountability. But the users of the tools can and that is exactly what happened in the PocketOS fiasco. Just as a company is responsible for the actions of its junior employees, so too are users responsible for their LLMs. "It is a poor workman who blames his tools." |
|
| ▲ | lowbloodsugar 4 hours ago | parent | prev | next [-] |
| Humans aren’t any better. That’s why we have OSHA etc. I think you’re hoping for a formal logic based AI and I’ll wager no such thing will ever exist - and if it do, it would try to kill us all. |
| |
| ▲ | yubblegum 3 hours ago | parent | next [-] | | > Humans aren’t any better We're different. People have fairly consistent faults. LLMs are nondeterministic even in terms of how they fail. A high value human resource can be counted on to deliver. That, imho, is in fact one of the primary roles of good management: putting the right person in the appropriate position. Process engineering has worked to date because both the human and mechanical components of a system fail in predictable ways and we can try to remedy that. This is the golden bug of the current crop of "AI". | | |
| ▲ | lowbloodsugar 2 hours ago | parent [-] | | > A high value human resource can be counted on to deliver. Anyone who has encountered politics, psychopaths and narcissists knows that this isn’t always true. | | |
| ▲ | Joker_vD 2 hours ago | parent [-] | | Normally, people don't suddenly go insane, snap and start deliberately deleting things in production. Sure, it happens, but very, very rarely. |
|
| |
| ▲ | jmalicki 4 hours ago | parent | prev [-] | | Formal logic AI systems have existed and were popular in the 1980s. One of the problems is that they don't work - in the real world there are no firm facts, everything is squishy, and when you try to build a large system you end up making tons of exceptions for special cases until it becomes completely untenable. Non-deterministic systems that work probabilistically are just superior in function to that, even if it makes us all deeply uncomfortable. | | |
| ▲ | PessimalDecimal 4 hours ago | parent | next [-] | | I don't know what definition of AI you're using, but plenty of ML algorithms operate deterministically, let alone most other logic programmed into a computer. I don't see how your statement can be right given that these other software systems also operate in the real world. | | |
| ▲ | jmalicki 3 hours ago | parent [-] | | ML run a GPU that uses matrix multiplies isn't deterministic unless you go through great pains to lock things down at the expense of performance. |
| |
| ▲ | lowbloodsugar 2 hours ago | parent | prev [-] | | Actually they do very well at medical diagnosis but the doctors union banned them. |
|
|
|
| ▲ | rayruizhiliao 2 hours ago | parent | prev | next [-] |
| leilani's work is super interesting |
|
| ▲ | stavros 2 hours ago | parent | prev | next [-] |
| I feel like "AI didn't delete your database, you did" is all about who has accountability, though. |
|
| ▲ | justinhj 4 hours ago | parent | prev | next [-] |
| Very informative post. I think however we are not at the point AI can be taken to court. We know it can hallucinate, we know that context can fill up or obfuscate a rule and cause behaviour we explicitly didn't want. If you give the AI agency to execute some task, you are still responsible. In the near term we should focus on tooling for auditing and sandboxing, and human in the loop confirmations. |
|
| ▲ | georgemcbay 4 hours ago | parent | prev | next [-] |
| > so the best thing we can do in their stead is hold them accountable We can't even do this. They are worth too much money already to ever be held really accountable. The best we can ever hope for is they might occasionally be hit with relatively insignificant "cost of doing business" fines from time to time. |
|
| ▲ | tsunamifury 3 hours ago | parent | prev | next [-] |
| So this starts out very interesting then the “symbolic reasoning” cult stuff kicks in. Why is there a group of people always obsessed with symbolic reasoning being the only way AI can function and regularly annoy explain why humans (who are not strict symbolic reasoning machines at any level) work. |
|
| ▲ | biophysboy 4 hours ago | parent | prev | next [-] |
| [dead] |
|
| ▲ | spiderfarmer 4 hours ago | parent | prev | next [-] |
| I don’t know why people still consider the US the ideal country for starting companies. Everything seems to evolve around taking people to court. |
| |
| ▲ | nkassis 4 hours ago | parent | next [-] | | Because it rarely does end up in courts. But having a fair and strong judicial system is a feature not a bug. The parent points out, in the end there must be a way to resolve accountability and ideally it's done in a manner where both parties can be heard and make a case. Find me a better system than a judicial system for this? Mobs? | |
| ▲ | paroneayea 4 hours ago | parent | prev | next [-] | | The point is not primarily the court. The court is an example of someplace where we have accountability, but we build accountability mechanisms as foundational to most of our computing. Tracebacks, debuggers, logging, etc. We put enormous resources into not only the bad case, but the potential that a bad case could occur. When something goes wrong, we want to know why, and we want to make sure that something bad like that doesn't happen again. | | | |
| ▲ | avidiax 4 hours ago | parent | prev [-] | | The court is the regulator of last resort. A company that gets taken to court would likely have been sanctioned by the government regulators of another country. Also, court is unavailable in many cases now. Binding arbitration is very common now, but this would be illegal in many other places. |
|
|
| ▲ | patcon 4 hours ago | parent | prev [-] |
| I wish you could have what you want, but I worry you won't get this, because life doesn't give you that, and these systems are tending away from machine precision, and more toward life-like trade-offs. I am almost certain that even if you did get what you want, something that isn't what you want will run circles around you and eat your lunch EDIT: I suspect this will be an unpopular take on Hacker News. And so I am soliciting upvotes for visibility from other biologists and sympathetic technologists. I think everyone should try to grapple with this possibility <3 |
| |
| ▲ | pjc50 3 hours ago | parent | next [-] | | > something that isn't what you want will run circles around you and eat your lunch Yes, exactly. Spoken like a true biologist. It's not really surprising that there's a massive backlash against AI, introducing an unnatural predator into the ecosystem of humans. People don't want to be lunch. | |
| ▲ | thuuuomas 4 hours ago | parent | prev [-] | | > I think you won’t get [cathedral],.. > even if you do get [cathedral], [bazar] will run circles around you… | | |
| ▲ | patcon 3 hours ago | parent [-] | | Ahhh I like that It's nested and recursive cathedrals and bazaars, all the way down. And perhaps the bazaar has finally arrived inside the favourite cathedral of most everyone here EDIT: out of curiosity, does anyone have any good examples of biomes/ecosystems that are so far toward cathedrals? Or is that a uniquely human invention/extreme at the ecosystem scale? |
|
|