Readit News logoReadit News
eatsyourtacos commented on AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard'   theregister.com/2025/08/2... · Posted by u/JustExAWS
jayd16 · 2 days ago
You mean like it turned on Hibernate or it wrote some custom rolled in app cache layer?

I usually find these kinds of caching solutions to be extremely complicated (well the cache invalidating part) and I'm a bit curious what approach it took.

You mention it only updated a single file so I guess it's not using any updates to the session handling so either sticky sessions are not assumed or something else is going on. So then how do you invalidate the app level cache for a user across all machine instances? I have a lot of trauma from the old web days of people figuring this out so I'm really curious to hear about how this AI one shot it in a single file.

eatsyourtacos · 2 days ago
This is C# so basically just automatically detected that I had 4 object types I was working with that were being updated to the database that I want to keep in a concurrent dictionary type of cache. So it created the dictionaries for each object with the appropriate keys, created functions for each object type if I touch an object to get that one updated etc.

It created the function to load in the data, then the finalize where it writes to the DB what was touched and clears the cache.

Again- I'm not saying this is anything particularly fancy, but it did the general concept of what I wanted. Also this is all iterative; when it creates something I talk to it like a person to say "hey I want to actually load in all the data, even though we will only be writing what changed" and all that kind of stuff.

Also the bigger help wasn't really the creation of the cache, it was helping to make the changes and detect what needed to be modified.

End of the day even if I want to go a slightly different route of how it did the caching; it creates all the framework so I can simplify if needed.

A lot of times for me using this LLM approach is to get all the boilerplate out of the way.. sometimes just starting the process by yourself of something is daunting. I find this to be a great way to begin.

eatsyourtacos commented on AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard'   theregister.com/2025/08/2... · Posted by u/JustExAWS
moi2388 · 2 days ago
I completely agree.

On a side note.. ya’ll must be prompt wizards if you can actually use the LLM code.

I use it for debugging sometimes to get an idea, or a quick sketch up of an UI.

As for actual code.. the code it writes is a huge mess of spaghetti code, overly verbose, with serious performance and security risks, and complete misunderstanding of pretty much every design pattern I give it..

eatsyourtacos · 2 days ago
Sounds like you are using it entirely wrong then...

Just yesterday I uploaded a few files of my code (each about 3000+ lines) into a gpt5 project and asked in assistance in changing a lot of database calls into a caching system, and it proceeded to create a full 500 line file with all the caching objects and functions I needed. Then we went section through section of the main 3000+ line file to change parts of the database queries into the cached version. [I didn't even really need to do this, it basically detected everything I would need changing at once and gave me most of it, but I wanted to do it in smaller chunks so I was sure what was going on]

Could I have done this without AI? Sure.. but this was basically like having a second pair of eyes and validating what I'm doing. And saving me a bunch of time so I'm not writing everything from scratch. I have the base template of what I need then I can improve it from there.

All the code it wrote was perfectly clean.. and this is not a one off, I've been using it daily for the last year for everything. It almost completely replaces my need to have a junior developer helping me.

eatsyourtacos commented on Cockatoos have learned to operate drinking fountains in Australia   science.org/content/artic... · Posted by u/pseudolus
Flatcircle · 3 months ago
It's wild how recently Humans have started to understand how smart and aware animals are.
eatsyourtacos · 3 months ago
It's also wild how the majority of humans still don't want to accept that we are in fact animals.. which I presume is why it comes as some shock when a lower intelligent species exhibits signs of ourselves.
eatsyourtacos commented on Why is everyone trying to replace Software Engineers?   toddle.dev/blog/why-is-ev... · Posted by u/akulkarni
cogman10 · 6 months ago
I've honestly never had that success. LLMs for me more often get in the way than actually help anything. It may be that it's because I deal mostly in very large code bases with their own nuances.
eatsyourtacos · 6 months ago
Counter point though- what if it was trained on your specific code base? Wouldn't it be able to then help with those given nuances?

The code base I have I would love to be able to just give some AI free reign and learn the structure since a lot of it is fairly repetitive; I know it would be so easy to say "hey add X just like Y" and it would be able to do it easily.

eatsyourtacos commented on TikTok says it is restoring service for U.S. users   nbcnews.com/tech/tech-new... · Posted by u/Leary
eatsyourtacos · 7 months ago
Anyone that didn't see this coming is so naive- Trump only cares about optics. Look at the message when opening tiktok "Thanks to President Trump"... there is no way he didn't say "look, you HAVE TO PUT MY NAME OUT THERE or you are being banned".

But yet morons will be like "trump saved tiktok!!!"

eatsyourtacos commented on TikTok sued by 13 states and DC, accused of harming younger users   reuters.com/legal/tiktok-... · Posted by u/JumpCrisscross
BadHumans · a year ago
You have no idea the amount of psychology and research that goes into manipulating people in mobile games. The Manhattan Project wishes it had the level of science that goes into Candy Crush.
eatsyourtacos · a year ago
That's MOBILE games.. it's not video games in general.

Yes, 99% of mobile games are utter crap that don't try to create an actual game, only a way to make money.

My kids have only played a handful of mobile games but they have been deep into computer games for 8-10 years. You absolutely cannot just lump video games in general into that. Not to mention that I want my kids to be kids and have fun, they have also learned an insane amount from playing video games.. whether it be helping with their reading, math, optimization, and also social learning.. learning how to play together and with their friends, having conflicts and resolving them etc.

eatsyourtacos commented on TikTok sued by 13 states and DC, accused of harming younger users   reuters.com/legal/tiktok-... · Posted by u/JumpCrisscross
api · a year ago
If this is true -- and I think it is -- then YouTube, Instagram, Roblox, most of the mobile gaming industry, and loads of other infinite dopamine hit machines are guilty of the same thing.

I'm very glad my kids have never really even seen TikTok. We had to ban YouTube, and doing so was possibly the single best boundary we've set as parents. If we hadn't we'd probably have never spoken to our kids again. They'd get on that thing and just be gone for unlimited amounts of time watching the most mindless idiotic trash you can imagine. These days YT is getting even worse. It's full of AI slop including pop science channels full of completely false AI-generated information. It's absolutely cursed.

I guess TikTok is like everything bad about YouTube but with less attention span and controlled by the CCP.

eatsyourtacos · a year ago
>We had to ban YouTube, and doing so was possibly the single best boundary we've set as parents

Sounds horrible. My young teens have been on youtube for like 6+ years. They can watch hour long videos no problem. So what if they are trash sometimes? They are into it, paying attention and it's their entertainment. But then they also end up watching and learning so many different things they aren't going to see anywhere else. Or randomly come across chess videos then start watching those etc.

My kids have more screen time than 99% of kids I know, yet they are super well behaved, have many interests, do well in school, etc. I couldn't ask for better kids.

>If we hadn't we'd probably have never spoken to our kids again.

Sounds like a You problem. Not a YouTube problem.

Dead Comment

eatsyourtacos commented on After 6 years, I'm over GraphQL   bessey.dev/blog/2024/05/2... · Posted by u/mattbessey
tossandthrow · a year ago
You should have looked at the schema.

It indeed seems like GraphQL saved your client in this case.

eatsyourtacos · a year ago
>It indeed seems like GraphQL saved your client in this case.

Yeah.. no.

eatsyourtacos commented on After 6 years, I'm over GraphQL   bessey.dev/blog/2024/05/2... · Posted by u/mattbessey
tossandthrow · a year ago
Indeed, this is what graphQL solves.

Are you proposing just to add new field to a JSON response, even though they are not needed?

eatsyourtacos · a year ago
>Are you proposing just to add new field to a JSON response, even though they are not needed?

That is exactly what OP is proposing and it makes total sense. More data != bad. Just ignore if you don't need it. For 99.999% of cases the bandwidth of extra data is entirely negligible.

For business cases you just want to get things done. If the server has added more data, which is obviously relevant in some regard, you can see it and might want to use it etc. With GraphQL you are completely stuck without SPECIFICALLY requesting it. That means every client needs to know about the new data and specifically request it. In theory that might sound like it makes sense, but in practice this is virtually never the case.

Give me all the data and I'll use what makes sense.

u/eatsyourtacos

KarmaCake day886January 13, 2022View Original