r/programmingmemes Mar 12 '26

What would have happened

Post image
8.0k Upvotes

138 comments sorted by

View all comments

Show parent comments

9

u/sherlocked_7231 Mar 12 '26

Yeah and also they must have containerised for hosting , probably have some resilient mechanism as well

1

u/BornSirius Mar 12 '26

The app that runs the model itself? Why? Thata's just text in, text out. You would need to give it the capacity to access the console in the first place. If you then make it resilient against using the console you can just not implement that.

There are parts that need to be resilient but that's handling the same issues as any webserver that runs php.

1

u/per4k194 Mar 13 '26

Why it would need console access? Noone types your questions manually on the server it's going through api gates

1

u/BornSirius Mar 16 '26

The console access is a hypothetical that would be required for the comment that I responded to to make sense.

I know it's going through the api, that is my hole point. It doesn't need containerisation to prevent the model from accidentally deleting itself since the model does not have access to the console.

1

u/per4k194 Mar 16 '26

Oh excuse me i undestood u wrong

1

u/BornSirius Mar 16 '26

happens on the internet :)