If it works, what's wrong with doing this? Obviously, don't turn your brain off. Be critical and work with the AI. But it's not like there's a shortage of tokens. They're only getting cheaper as time goes by. If, by spending enough tokens, you end up with a working feature, then this is a valid method of doing the work.
You should consult the code owner or primary set of authors before proposing a large rewrite. But if you do this, you should understand very well the pros/cons of throwing away all of this old code, documentation, and unit tests that have an implicit dependency on the existing structure.
I worry that if you are just vibe coding and letting the AI rewrite everything at will, you could not be further from understanding the details involved.
It's completely bonkers that people keep saying stuff like this, virtually implying that we didn't have a functional society before LLMs.
LLMs are tools that generate word salads that sound compelling. They are not research aids and they can't help you understand things better than the plethora of tools we already developed over the centuries can.
So no, the alternative is policy makers doing what policy makers have always done: research, polling, reading, talking, and more research.
Now you'll likely come back and say "but X policy was bad and it was because it was poorly researched". Absolutely! Yes, bad policies exist. Poorly researched policies exist. Poorly implemented policies exist.
Good policies researched well also exist. And the bad ones aren't going away because of the magical word generator.
Seriously. Stop using LLMs to "help" you do stuff you already know how to do.
Why?
I like Cloudflare as a product, but it seems to me they've effectively made privacy from state actors online impossible.
Of course, if you cared enough you don't have to use services that use Cloudflare or other reverse proxy services, but most of the web is behind a reverse proxy these days making that difficult.
I feel we should build an extension to HTTPS to allow Cloudflare / other reverse proxy services to proxy web requests without circumventing the SSL guarantees between the user and the host. It should be trivially possible.
That said, the cynical side of me worries that it works this way by design.
[1] according to this particular metric: https://w3techs.com/technologies/details/cn-cloudflare [2] "the IPA makes it illegal for companies to disclose the existence of such government demands." https://www.macrumors.com/2025/02/21/apple-pulls-encrypted-i...
IANAL
Does Visa Insights save lives?
I have strong views about privacy as a fundamental human right, but I don't know how to answer that question. I certainly don't want to make the world worse, but this feels like a lesser of two evils type of deal: either make it even harder to catch bad actors, such as child abusers, or make it plausible that your government take away your freedom forever.
firstly: i think the only way secure p2p messaging can work is if its decentralised. no 3rd parties to communication, how this would be done i have no idea. maybe like email but without the server?
secondly: you'd need to ensure a secure os on each end that you can trust to not take screenshots and send to hq before transmission or after reception.
since its not possible to use the internet without a source ip. its almost provably insecure (in terms of privacy), no matter what protocols are dreamed up. a 3rd party will have to be trusted to distribute packets. and thats the weak point. (unless you force the source IP to be 0.0.0.0 or something before it goes out)
couldnt we just use dns to point to recipients, force zero the source ip and send udp packets directly?
what about pgp through a tor relay?