Hacker Newsnew | past | comments | ask | show | jobs | submit | ShinyLeftPad's commentslogin

> One day it may make sense to hold software accountable

If we hold software accountable doesn't that mean software must have freedom? It doesn't make any sense.


This fixation on "entire humanity" and "truly believe".

How about this, they think it's possible LLM could totally facilitate a mass murder of never seen before scale, but they continue to work on it because they're rich and sheltered enough they are not that worried that their family personally will be killed. The rest of humanity doesn't matter compared to making more money.


First don't get fixated on the "entire" humanity part. Even 10% should be unacceptable period.

Second you can't compare it to just one person's capability.

And it's never a doubt that really smart and insane people absolutely could kill a lot of humans considering modern technology. The reason they don't is because our society was historically built so that smart people don't want to or get stopped. For example ethics, religion, mental hospitals, self preservation instinct, police etc.


Then it's all fine right? /s

Killing even 10% of humanity should be unacceptable, can't believe this argument is even happening


Of course it would be unacceptable. Honestly, this thread feels like talking to people who have the reading comprehension of a 5th grader.

Someone said "AI might kill everybody soon" and prevailing argument is "it's wrong because it's not gonna be like everybody everybody".

It's the AI doomers who have chosen to frame the argument in terms of extinction. Even if they were only claiming that 1% of the world population will be killed in the next 10 years, it would still be an extraordinary claim that hasn't been established with any amount of rigor. I'll reiterate the original point: these people are not serious, they're spreading alarmist nonsense, and they're undermining the public's trust in experts.

There is no proof possible. There is no experiment that can show something humanity scale will happen. There are even no remotely similar precedents in the past to extrapolate.

The actual established real evidence is that this tech is showing unprecedented capabilities (including destructive) and its safety guardrails are lacking.


This tool is not known for "how exactly" to be a question people can answer.

And answering it in detail is giving tools to people who may want to do it.

"releasing a very transmittable and deadly respiratory virus with long incubation period" is just one of many ways.



Just send a meeting link and it works in any browser.

You don't get microwave radio frequency by increasing wavelength of light, it's the other way around.

Microwaves do have much larger wavelengths than visible light.

https://en.wikipedia.org/wiki/Electromagnetic_spectrum


Ah my bad, frequency vs length.

It's crazy only if you use a specific geocentric version of "now".

How did you know you need one?

Good question.

Building for extreme scale constrained the possible architectural space. For a high level overview of the application architecture, refer to the seperate comment here in this thread.

It started initially by realizing that our app, Slyp, requires extremely distributed invoice and coupon processing as we started rolling out. So the architecture must handle such scale without issues.

This lead to persisting every incoming request (for commands) from the frontend and dismissing them only to be informed later of continuing with the status. This avoids processing requests when the system is overloaded with high traffic. So naturally the minimum is a log style ordered persistence. Initially kafka. Later our own Monolog built in rust which is substantially faster for our workloads and zero jvm and low memory and can run on servers and mobile alike.

Naturally the right point to consume this was into the command ingestion point in the Feature Architecture as noted in the other comment. This expanded the capability to all feature invocations including inter and intra service feature invocations.

This then progressively evolved into a much capable engine at which point we realized, this is a durable execution engine for command features but as a minor part of the whole Feature Architecture itself.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: