HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mbellotti

no profile record

Submissions

Hacking Your Software Performance Review

bellmar.medium.com
3 points·by mbellotti·2 jaar geleden·0 comments

Three questions to turn the table during technical interviews

bellmar.medium.com
164 points·by mbellotti·2 jaar geleden·109 comments

Intelligence (artificial or otherwise) Might Not Exist

bellmar.medium.com
2 points·by mbellotti·2 jaar geleden·1 comments

I'm annotating important social science papers for technical audiences

techshouldknow.com
2 points·by mbellotti·2 jaar geleden·0 comments

How to Program in Your Sleep

bellmar.medium.com
99 points·by mbellotti·3 jaar geleden·50 comments

The First Thing We Do, Let’s Kill All the Consultants

bellmar.medium.com
2 points·by mbellotti·3 jaar geleden·0 comments

The Challenge of Regulating AI

blog.rebelliondefense.com
1 points·by mbellotti·3 jaar geleden·0 comments

Come Break My Compiler

bellmar.medium.com
116 points·by mbellotti·3 jaar geleden·32 comments

Analog computing may be coming back

bellmar.medium.com
99 points·by mbellotti·3 jaar geleden·84 comments

Stop Using “Real Time” Wrong

bellmar.medium.com
35 points·by mbellotti·4 jaar geleden·21 comments

Why Self Driving Cars Are Not Safe

medium.com
2 points·by mbellotti·4 jaar geleden·0 comments

Computer science is a liberal arts degree

bellmar.medium.com
92 points·by mbellotti·4 jaar geleden·146 comments

Five Koans of Software Architecture

bellmar.medium.com
25 points·by mbellotti·4 jaar geleden·14 comments

Can You Use Formal Verification on a TableTop Game?

bellmar.medium.com
2 points·by mbellotti·4 jaar geleden·0 comments

The deification of Alan Turing

bellmar.medium.com
67 points·by mbellotti·4 jaar geleden·36 comments

The Death of Process

bellmar.medium.com
163 points·by mbellotti·4 jaar geleden·48 comments

The Unreasonableness of Math Is Context Independence

bellmar.medium.com
76 points·by mbellotti·4 jaar geleden·46 comments

Work Somewhere Dysfunctional

bellmar.medium.com
110 points·by mbellotti·4 jaar geleden·80 comments

Dockerizing a Programming Language

bellmar.medium.com
56 points·by mbellotti·5 jaar geleden·15 comments

Hunting Tech Debt via Org Charts

bellmar.medium.com
250 points·by mbellotti·5 jaar geleden·87 comments

comments

mbellotti
·5 maanden geleden·discuss
I'm probably too late to the party for this comment to matter but: what the AI community pushes as "Safety" isn't actually Safety. Read Sidney Dekker. Read Nancy Leveson. Read Jens Rasmussen. Safety is not building perfect technology that never makes a mistake.

When I was working in defense technology I had two questions for engineers when we talked about Safety:

1) Can the operator assess the risk of using this technology? 2) If something goes wrong during operations, can the operator mitigate the risk?

The degree to which either of those statements is true is a measure of how safe that technology is. Technology that is simple to understand and executes deterministically every single time and where it is obvious if it is malfunctioning and the operator has enough time to either correct it or stop it, is generally perceived as safe. Technology that hides what it is really doing, confuses the operator about what the effects of operating it might be, and either executes faster than the operator can respond or specifically prevents the operator from responding, is more likely to trigger negative safety outcomes.

The problem the AI industry faces is that tricking the operator into thinking the technology is doing something it is not is explicitly part of their business model. Read any of the mentioned authors (Dekker is probably the best starting point) and it will become obvious why AI Safety is impossible when AI is dependent on pretending to "think" and "reason". In order to be safe they would have to abandon that. If they abandon that, they will be unable to raise the capital they need to keep the bubble from bursting. The technology will survive, maybe with another AI winter, but many of the businesses will not.

So they will abandon the lip service about Safety instead, but then that was never real Safety to begin with. Real Safety is not about zero risk. It is just as impossible to have zero risk as it is to have 100% uptime. Real Safety is about how the technology is designed to manage risk as part of an overall system.