Since the majority shareholder(s) can decide to replace the board of directors, it’s not the board of directors who holds the (ultimate) power, it’s the majority shareholder(s).
> There are competing terms currently being decided on by the market at large: AEO (Answer Engine Optimization) and GEO (Generative Engine Optimization)
It really annoys me the industry seems to be narrowing in on the two worse options rather than AIO.
> The truth is, if there was no AI tech developed, we would not need to regulate it so that greed does not take over.
Same could be said for the Internet as we know it too. Literally replace AI with Internet above and it reads equally true. Some would argue (me included some days) we are worse off as a society ~30 years later. That’s also a legitimate case that can be made it was a huge benefit to society too. Will the same be said of AI in 2042?
The level of hallucinations with o3 are no different than the level of hallucinations from most (all?) human sources in my experience. Yes, you definitely need to cross check, but yes, you need to do that for literally everything else, so it feels a bit redundant to keep preaching that as if it’s a failing of the model and not just an inherent property of all free sharing of information between two parties.
> The bandwidth between macs isn't enough to do inference effectively.
While it’s certainly no where near the memory bandwidth, 80Gbps is on par with most high end, but still affordable, machine to machine connections. Then add on the fact you can have hundreds of gigabytes of shared ram on each machine.
Boring as the noun, not adjective. Also, Tesla was named that before Musk was involved, so it’s not his humor involved in naming both. Nikola Tesla is known for a lot more than just Tesla coils.
> This is the power consumed by the light source for one photo tool on one line.
Actually, it’s not if you read the linked article. Try harder with your indignant reply next time to an entirely factual post. Sheesh!
Further, here’s a >one hundred megawatt generator installation (yes, used, but it’s always call for quote otherwise online) for a small fraction of the price of the EUV machine in case I need to further prove my point.
There’s also multiple GE LMS100 generators installed in Texas and they each provide ~115MW of power. So not unprecedented for installation in the state either!
Thanks for sharing the link! 1.3MW really isn’t that high of a load though. Thats a very straightforward load to be able to support via diesel generators. As an example, a typical large datacenter uses an order of magnitude more power, yet stays online following a grid outage.
Because you provided a default value so clearly it’s not required to provide an input parameter. It’s also wrong to assume `0` is an int. There’s other valid types it could be. If the default was say `42`, I’d be pushing back a little less (outside of the Optional part), but this contrived example from GP had 0, which is ambiguous on what the inferred typing must be.