Hacker News new | ask | show | jobs
by simiones 14 days ago
I hate this assumption that many sci-fi enthusiasts seem to make, that as long as something is not ruled out by currently known physics rules, it doesn't matter that we have no idea how it could be built, there will be some way in some plausible future.

When we see currently insurmountable problems in creating a piece of technology, it's absolutely possible that we'll never be able to build it. Even if it is theoretically constructible, there is no reason to believe that the way to build it would be found before, say, the sun runs out of hydrogen.

3 comments

This isn't elaborated on in the piece, but it does mention that it's written in the context of the Fermi paradox. Adding 50,000 years of technological development and a 1,000 year rebooting phase at each star system doesn't meaningfully change how long it would take life to spread when considered against the 13,500,000,000 years since stars developed.
Why 50,000 years of technological development and not 50 billion?
I timed it a few times.
It's absolutely possible that we'll never be able to build it.

There's absolutely no evidence of that on the article.

Of course not. That isn’t what the article was trying to say.

The thesis was, “I would like to suggest that the hardest part is the one that gets a single sentence: ‘mines local material and builds a copy.’” And so naturally the points in the article are only trying to support that point.

The closest we get to what this thread is talking about is the concluding remark on the Fermi paradox. Which doesn’t rest on the idea that it’s a practical impossibility; just on the suggestion that it may be hard enough that we can’t just assume civilizations that are in principle capable of building them are likely to actually do it.

> There's absolutely no evidence of that on the article.

If you treat evidence as in the law of excluded middle, then yes. But if you are ready for a probabilistic evidence, then the article is a piece of evidence.

It chains Fermi Paradox, and our lack of knowledge how to do metallurgy in space. They both combined raise probability of impossibility of Von Neumann probes. It is not a proof that rules out Von Neumann probes, but it raises doubts about them.

> there is no reason to believe that the way to build it would be found before, say, the sun runs out of hydrogen.

A lot of computational power can be thrown at the problem in this time. So, the problem should admits no shortcuts, no decomposition into simpler problems, no alternative ways to get similar functionality that allow shotrcuts or decomposition. The result should look like a jumble of atoms that somehow produces the required functionality.

I wonder which problems can admit only this kind of a solution.

> A lot of computational power can be thrown at the problem in this time.

We know plenty of actually very simple problems that we would not be able to solve from now till the Sun explodes even if we all of the computers on earth were only doing this. Say, solving a worse case instance of the Knapsack problem for n > 250 items easily fits into this.

If you want to be precise, the complexity class EXP best fits my description (though NP-complete would also be enough). That is, if discovering the required technology to build a self-replicating interstellar probe requires solving an instance of an EXP problem that is not ridiculously tiny, then we would likely never be find out how to build this probe. And no amount of AGI would change this, in this case.

I'm not suggesting that I have any reason for this ridiculously precise scenario to be correct. Just that some technology being allowed by the laws of physics should not be taken to mean that it is actually implementable in any imaginable amount of time, even if we were to assume singularity-style AGI.

> if discovering the required technology to build a self-replicating interstellar probe requires solving an instance of an EXP problem[...]

Ah, I think I know why I felt it was very unlikely. Engineering constraints should be very "unlucky" so that only the solution works. That is, there's no wiggle room that allows an approximate solution (which is usually simpler to find) to work, even if it would be slightly heavier, costlier, or something of the sort.

For such a tight constraint not to be a coincidence, nature itself would have to be able to solve EXP problems. Which might mean that not all is lost.

ETA: ChatGPT has pointed out that many interesting instances of computationally hard problems are still solvable. For example, see SAT-solvers (SAT is NP-complete).

That is in addition to tight constraints the problem instance should have no exploitable structure.