On the other hand, https://youtu.be/iY4nx5zuvPA?si=rrPxlC92sUDJYvmO. SFPD posts a number of videos showing that drones are stopping crime, violent crime.
The purpose of higher education is what the customers (the students) say it is, its their money.
AI changes this a lot. You can realistically get a featured 3d engine+editor up and running in a couple week with AI, working solo. Probably better than what Godot or even Unity gives you. Also AI is very good at…
https://github.com/charlesrw1/MultiplayerFps, its pretty easy. And this is just my hobbyist engine Ive been solo orchestrating agents with. If you had a team of ~10 AI-enabled devs, you could easily reach feature parity…
Big mistake. Its so easy to build out an engine and editor tools with AI now, you could easily surpass godots feature set (for your game) in a week with Claude. With the advantage of it being leaner and easier for…
If you are in a space ship that is accelerating, your available fuel energy also goes up (since it increases its own kinetic energy).
Note that making products you use yourself has a very different psychological effect than making them for other people
The reason was agricultural labor was automated, it had nothing to do with the preferences of the people at the time. If people preferred farming to factory work, tough luck.
Epic. I love the future where everyones dependent on AI and you can just get shadow banned from reality.
It wasn't even true before... Universities have always had people not interested in the subject, but who went because its elite training school. I was reading something about Issac Newtons college in the 1600s, many of…
I think people say they want a meritocracy, but they actually mean "everyone can succeed", which are different. In a meritocracy where everyone is trying hard (like in asian cultures), then hard work is not enough, not…
My teachers can't use a computer.
>Don't: Run bash commands This seems unreasonable to me. One of the best uses of AI is that you can just tell your computer what to do in natural language and it does it. Running bash commands isn't part of the…
Heh, I've always thought this too. The most value I got out of writing assignments was making the research and outline. The step to turn the outline into the essay mostly involved adding BS fluff and transitions.
I agree. Humans are given a body that lets them "discover" things on accident, test out ideas, i.e. randomness. As in, I would hazard a guess the discovery of the wheel wasn't "pure intelligence", it was humans…
I believe when we have AI Agents "living" 24/7, they will become creative machines. They will test ideas out their own ideas experimentally, come across things accidentally, synthesize new ideas. We just haven't let AI…
Nice. Next step is giving codex/Claude Code local device control...problem is the current ios/android are so locked down that agents can't do much ...but the space is so ripe for disruption that I bet we'll see…
Like doordashing and pokemon card reselling.
Doesnt this apply to humans as well? Thats why children play the game "Telephone" and watch as a message gets corrupted. The solution is to provide single source of truth.
If someone robs a bank and someone inside dies of a heart attack, thats felony murder. I would be happy if the same applied to ransom attacks or other blackmail/leaking of info. If someone commits suicide because of it,…
Yeah I think this is everywhere in society now. For example, you used to have to ask others for directions, which naturally leads in to conversation about where your going. Now you look like a bit odd if you ask for…
The human brain is an electrical signal prediction machine. Anything that looks like intelligence will look like a prediction machine because the alternative is logic being hardcoded apriori.
Because doing subtraction on sizes/indicies is common, and signed handles the case where you subtract below 0. Unsigned yields unintuitive results. i.e, unsigned fails silently. For example, looping to the 2nd to last…
Not to be a shill, but Hunyuan 3d studio is pretty good. You get 20 free credits/day which is pretty generous. Texturing still is subpar. But I've found that using Hunyuan for modeling+retopo+unwrap -> clean up in…
Has anyone studied the converse? Not using AI leading to loss of productivity? I feel like AI is no longer a "gain" but rather simply a requirement to compete.
On the other hand, https://youtu.be/iY4nx5zuvPA?si=rrPxlC92sUDJYvmO. SFPD posts a number of videos showing that drones are stopping crime, violent crime.
The purpose of higher education is what the customers (the students) say it is, its their money.
AI changes this a lot. You can realistically get a featured 3d engine+editor up and running in a couple week with AI, working solo. Probably better than what Godot or even Unity gives you. Also AI is very good at…
https://github.com/charlesrw1/MultiplayerFps, its pretty easy. And this is just my hobbyist engine Ive been solo orchestrating agents with. If you had a team of ~10 AI-enabled devs, you could easily reach feature parity…
Big mistake. Its so easy to build out an engine and editor tools with AI now, you could easily surpass godots feature set (for your game) in a week with Claude. With the advantage of it being leaner and easier for…
If you are in a space ship that is accelerating, your available fuel energy also goes up (since it increases its own kinetic energy).
Note that making products you use yourself has a very different psychological effect than making them for other people
The reason was agricultural labor was automated, it had nothing to do with the preferences of the people at the time. If people preferred farming to factory work, tough luck.
Epic. I love the future where everyones dependent on AI and you can just get shadow banned from reality.
It wasn't even true before... Universities have always had people not interested in the subject, but who went because its elite training school. I was reading something about Issac Newtons college in the 1600s, many of…
I think people say they want a meritocracy, but they actually mean "everyone can succeed", which are different. In a meritocracy where everyone is trying hard (like in asian cultures), then hard work is not enough, not…
My teachers can't use a computer.
>Don't: Run bash commands This seems unreasonable to me. One of the best uses of AI is that you can just tell your computer what to do in natural language and it does it. Running bash commands isn't part of the…
Heh, I've always thought this too. The most value I got out of writing assignments was making the research and outline. The step to turn the outline into the essay mostly involved adding BS fluff and transitions.
I agree. Humans are given a body that lets them "discover" things on accident, test out ideas, i.e. randomness. As in, I would hazard a guess the discovery of the wheel wasn't "pure intelligence", it was humans…
I believe when we have AI Agents "living" 24/7, they will become creative machines. They will test ideas out their own ideas experimentally, come across things accidentally, synthesize new ideas. We just haven't let AI…
Nice. Next step is giving codex/Claude Code local device control...problem is the current ios/android are so locked down that agents can't do much ...but the space is so ripe for disruption that I bet we'll see…
Like doordashing and pokemon card reselling.
Doesnt this apply to humans as well? Thats why children play the game "Telephone" and watch as a message gets corrupted. The solution is to provide single source of truth.
If someone robs a bank and someone inside dies of a heart attack, thats felony murder. I would be happy if the same applied to ransom attacks or other blackmail/leaking of info. If someone commits suicide because of it,…
Yeah I think this is everywhere in society now. For example, you used to have to ask others for directions, which naturally leads in to conversation about where your going. Now you look like a bit odd if you ask for…
The human brain is an electrical signal prediction machine. Anything that looks like intelligence will look like a prediction machine because the alternative is logic being hardcoded apriori.
Because doing subtraction on sizes/indicies is common, and signed handles the case where you subtract below 0. Unsigned yields unintuitive results. i.e, unsigned fails silently. For example, looping to the 2nd to last…
Not to be a shill, but Hunyuan 3d studio is pretty good. You get 20 free credits/day which is pretty generous. Texturing still is subpar. But I've found that using Hunyuan for modeling+retopo+unwrap -> clean up in…
Has anyone studied the converse? Not using AI leading to loss of productivity? I feel like AI is no longer a "gain" but rather simply a requirement to compete.