aio

joined 1 year ago
[–] [email protected] 20 points 11 months ago* (last edited 11 months ago) (3 children)

"[massive deficiency] isn't a flaw of the program because it's designed to have that deficiency"

it is a problem that it plagiarizes, how does saying "it's designed to plagiarize" help????

[–] [email protected] 24 points 11 months ago* (last edited 11 months ago) (6 children)

The normal way to reproduce information which can only be found in a specific source would be to cite that source when quoting or paraphrasing it.

[–] [email protected] 7 points 1 year ago

I thought Penrose was a smart physicist, the hell is he doing peddling this.

https://www.smbc-comics.com/comic/2012-03-21

[–] [email protected] 2 points 1 year ago
[–] [email protected] 5 points 1 year ago

yea i did try to read the lecture notes and got reminded very fast why i don't try to read physics writing lol

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (2 children)

I think there is in fact a notion of continuous entropy where that is actually true, and it does appear to be used in statistical mechanics (but I am not a physicist). But there are clearly a lot of technical details which have been scrubbed away by the LW treatment.

[–] [email protected] 3 points 1 year ago (1 children)

the task the AI solves is writing test cases for finding the Least Common Multiple modulo a number.

Looking at the image of the prompt, it looks more like a CRT computation to me.

It’s famously much easier to verify modulo arithmetic than it is to actually compute it.

It's not particularly difficult to compute CRT, though it is definitely trivial to verify the result afterwards. I'm not sure I'd agree that that's a general fact about modular arithmetic computations though.

[–] [email protected] 10 points 1 year ago

Simply asking questions would be SAQing off, which is totally different.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

The article is very poorly written, but here's an explanation of what they're saying. An "inductive Turing machine" is a Turing machine which is allowed to run forever, but for each cell of the output tape there eventually comes a time after which it never modifies that cell again. We consider the machine's output to be the sequence of eventual limiting values of the cells. Such a machine is strictly more powerful than Turing machines in that it can compute more functions than just recursive ones. In fact it's an easy exercise to show that a function is computable by such a machine iff it is "limit computable", meaning it is the pointwise limit of a sequence of recursive functions. Limit computable functions have been well studied in mainstream computer science, whereas "inductive Turing machines" seem to mostly be used by people who want to have weird pointless arguments about the Church-Turing thesis.

view more: ‹ prev next ›