Business models make money. If your business model is theoretical, we call that "research" instead.
Real research is done on prior art. We research things because prior studies tell us that they are feasible, otherwise you are wasting valuable time on a snipe chase. There is no reproducible or substantial evidence that AGI or singularities exist. It is another Big Tech marketing lie, no different from the reneged "don't be evil" or "privacy is a human right" mottos.
Thanks for the interesting response! I disagree on a few points, though:
If your business model is theoretical, we call that "research" instead.
Are/were Uber and Lyft "research" companies, then? Is Reddit a research company? Edison Electric?
There is no reproducible or substantial evidence that AGI or singularities exist
There is also no substantial evidence that the sun will rise tomorrow, that climate change will continue, or a million other things that are critical to science. Physical science is empirical in that it inherently requires physical experiments, but that is not the only cognitive tool in play by a long shot.
Regardless: tell them, not me! I'm just reporting what I'd say is an objective fact: they are planning based on scientific predictions of an intelligence explosion -- at least a soft/cybernetic one if not a scarily-fast/purely-digital one.
It is another Big Tech marketing lie
I think there's a single fact that counters this common sentiment: there is no way in hell that they'd break ground on the largest private infrastructure projects in human history as a marketing stunt. Companies are woefully-shortsighted these days, but that would be another level of foolishness altogether.
They very well may be wrong of course, but I think you're doing yourself a disservice to assume they're lying about it.
> There is also no substantial evidence that the sun will rise tomorrow
You are wasting my time with facetious arguments. There is no point having a rational discussion about the future potential of AI if we cannot take things like reality for granted.
If you want to argue in defense of AI, do it. Pointing to authority is one third of rhetoric, the other two thirds are emotional investment and logical coherence. If you don't have real proof that AGI exists, you're trying to make a point with emotions that people don't empathize with and authority that isn't authoritative. Cite sources, dammit.
Having had personal experience with this problem, there is actually a simple but difficult solution to your problem:
Focus in the effect if the person's action on you, and set hard boundaries for yourself.
Note that boundaries are in this specific form:
"If you do X in Y situation, I will do Z"
The consequence to the instigating person (the Z part) is important. The person you described likely has a deficit in empathy, so feedback on actions has to happen to modify behavior.
Note that I'm not saying to hit back. Consequences are generally best when withdrawing something of value than adding something of negative value.
For example: "If we're watching a movie and you are physically rowdy, you will have to leave the living room and entertain yourself in your room".
Focua on how things affect you, and what actions you can take in response to boundary breaking behavior. Then be ruthlessly firm and consistent about it.
> The person you described likely has a deficit in empathy
Sorry, but I have to correct this because it's a common misunderstanding. It's actually a name collision.
People on the autism spectrum struggle with theory of mind, which is also called "cognitive empathy." We can have difficulty understanding the mental states and emotions of others.
On they other hand, we're often higher than average on what's called "emotional empathy" or "affective empathy." Many autistic people get very distressed when others are unhappy or are suffering. For example, autistic folks are over-represented in the animal rights movements and other movements to reduce suffering.
Somebody who lacks empathy in the everyday use of the word is someone who does not care if others are suffering. That is not a symptom of autism, and never has been going back to the start of research on the topic.
Thank you for your productive addition to this conversation! Hearing from adults who can better put into words what the autistic experience is like is so, so helpful to me.
I don't disagree with you and I agree that the stereotype of autistic people as lacking empathy is harmful and generally untrue.
HOWEVER - the person I was replying to was mentioning them being hurt by the behaviors, and that signals a lack of empathy from the individual doing thise actions.
Even apart from behavioral disorders, there's comorbidities -- autism is comorbid with ADHD and ADHD is highly comorbid with a lot of conduct disorders and personality disorders.
So it could be any of that. But my basic point is that for the person I'm replying to all of this complexity simplifies if you instead focus on the effect of the other person's behaviors on you. That's what you have control over.
To add, newer ish research also posits the Double Empathy Problem [0], which (I think?) boils down to basic miscommunication / misunderstanding. However, it feels like it's often considered the autistic person's job to adjust and fit in.
I love termux, but it's really not a replacement for full fat linux. There's tio many incompatibilities with how linux software expects to run for it to work for a dev workflow (unless your workflow is to immediately ssh into something else).
The most compatible setup I found is proot-distro into alpine, which bypasses a lot of the android blockers, and the bionic-libc incompatibilities by using musl. Comes at a performance cost, however.
Yes, the M-series chips effectively use several "channels" of RAM (depending on the tier/size of chip) while most desktop parts, including the 9950x, are dual-channel. You get 51.2 GB/s of bandwidth per channel of DDR5-6400.
You can get 8-RAM-channel motherboards and CPUs and have 400 GB/s of DDR5 too, but you pay a price for the modularity and capacity over it all being integrated and soldered. DIMMs will also have worse latency than soldered chips and have a max clock speed penalty due to signal degradation at the copper contacts. A Threadripper Pro 9955WX is $1649, a WRX90 motherboard is around $1200, and 8x16GB sticks of DDR5 RDIMMS is around $1200, $2300 for 8x32GB, $3700 for 8x64GB sticks, $6000 for 8x96GB.
From what I see Strix Halo has a 256 bit memory bus, which would be like quad channel ddr5, but it's soldered so can run at 8000mt/s, which comes out to 256 GB/s.
I mean, huge software with a ton of quirks like a AAA video game are arguably not a good benchmark to understand hardware.
They're still good benchmarks IMO because they represent a "real workload" but to understand why the 9800X3D performs this much better you'd want some metrics on CPU cache misses in the processors tested.
It's often similar to hyperthreading -- on very efficient sofware you actually want to turn SMT off sometimes because it causes too many cache evictions as two threads fight for the same L2 cache space which is efficiently utilized.
So software having a huge speedup from a X3D model with a ton of cache might indicate the sofware has a bad data layout and needs the huge cache because it keeps doing RAM round trips. You'd presumably also see large speedups in this case from faster RAM on the same processor.
> but to understand why the 9800X3D performs this much better you'd want some metrics on CPU cache misses in the processors tested.
But as far as I can tell the 9600X and the 9800X3D are the same except for the 3D cache and a higher TDP. However they have similar peak extended power (~140W) and I don't see how the different TDP numbers explain the differences between 9600X and 7600X where the is sometimes ahead and other times identical, while the 9800X3D beats both massively regardless.
What other factors could it be besides fewer L3 cache misses that lead to 40+% better performance of the 9800X3D?
> You'd presumably also see large speedups in this case from faster RAM on the same processor.
That was precisely my point. The Zen 5 seems to have a relatively slow memory path. If the M-series has a much better memory path, then the Zen 5 is at a serious disadvantage for memory-bound workloads. Consider local CPU-run LLMs as a prime example. The M-s crushes AMD there.
I found the gaming benchmark interesting because it represented workloads that had workloads that just straddled the cache sizes, and thus showed how good the Zen 5 could be had it had a much better memory subsystem.
> Can you explain then, how come switching from Intel MBP to Apple Silicon MBP feels like literally everything is 3x faster, the laptop barely heats up at peak load, and you never hear the fans? Going back to my Intel MBP is like going back to stone age computing.
My understanding of it is that Apple Silicon's very very long instruction pipeline plays well with how the software stack in MacOS is written and compiled first and foremost.
Similarly that the same applications take less RAM in MacOS than even in Linux often even because at the OS level stuff like garbage collection are better integrated.
> China is strict with people rioting or complaining a little too much about the government, but they don't lock people up for saying general no no words or being too patriotic/nationalistic online.
How absurd is this statement. China jails and disappears people for online statements at a rate several orders of magnitude larger than any western country.
It's borderline ridiculous to even make a comparison. Some quick examples:
Picking quarrels is a crime in the UK too and people get sentenced for it. [1] The only difference is people will say "actually that's good" when the UK does it, but it's for some reason bad when China does the same exact stuff. According to the UK gov, they're arresting 30 people a day for it. [2] That's nearly 8000 people a year for what they say online.
reply