Readit News logoReadit News

Deleted Comment

oc1 commented on OpenAI's ChatGPT Agent casually clicks through "I am not a robot" verification   arstechnica.com/informati... · Posted by u/joak
armchairhacker · a month ago
It's impossible to solve. A sufficient agent can control a device that records the user's screen and interacts with their keyboard/mouse, and current LLMs basically pass the Turing test.

IMO it's not worth solving anyways. Why do sites have CAPTCHA?

- To prevent spam, use rate limiting, proof-of-work, or micropayments. To prevent fake accounts, use identity.

- To get ad revenue, use micropayments (web ads are already circumvented by uBlock and co).

- To prevent cheating in games, use skill-based matchmaking or friend-group-only matchmaking (e.g. only match with friends, friends of friends, etc. assuming people don't friend cheaters), and make eSport players record themselves during competition if they're not in-person.

What other reasons are there? (I'm genuinely interested and it may reveal upcoming problems -> opportunities for new software.)

oc1 · a month ago
It's not impossible. Websites will ask for an iris scan to identify if you are a human as a means of auth. They will be provided by Apple/Google and governed by local law. Those will be integrated in your phone. There will be a global database of all human iris to fight ai abuse since ai can't fake the creation of a baby. Passkeys and email/passwords will be a thing of the past soon.
oc1 commented on I know when you're vibe coding   alexkondov.com/i-know-whe... · Posted by u/thunderbong
palata · a month ago
A risk with vibe coding is that it may make a good developer slightly faster, but it will make bad developers waaaay faster. Resulting in more bad code being produced.

The question then is: do the bad developers improve by vibe coding, or are they stuck in a local optimum?

oc1 · a month ago
A whole new generation will discover the term net-negative programmer again ;)
oc1 commented on Show HN: AgentGuard – Auto-kill AI agents before they burn through your budget   github.com/dipampaul17/Ag... · Posted by u/dipampaul17
samsk · a month ago
For this I use LiteLLM proxy - you can create virtual keys with daily/weekly/... budget, its pretty flexible and has a nice UI.

See https://docs.litellm.ai/docs/proxy/users

oc1 · a month ago
But do you use it locally? It seems to be more of a server-side product
oc1 commented on Vibe code is legacy code   blog.val.town/vibe-code... · Posted by u/simonw
extr · a month ago
IMO, the time of "code as math" is over. No sufficiently large software system that interacts with the real world is provable to be correct like a mathematical statement is. They are all complicated, engineered systems that are backed by a mix of formal guarantees, earned design principals, experimental testing, rules of thumb, acceptable performance envelopes, etc

This is what all software will become, down to the smallest script. The vast majority of software does not need to be provably correct in a mathematical way. It just needs to get the job done. People love the craft of programming, so I get it, it's uncomfortable to let go.

But what is going to win out in the end:

- An unreadable 100K loc program backed by 50K tests, guaranteeing behavior to the client requirements. Cost: $50K of API tokens

- A well engineered and honed 30K loc program, built by humans, with elegant abstractions. Backed by 3K tests. Built to the same requirements. Cost: $300K of developer time.

If I am a consumer of software, and not particularly interested in the details, I am going to choose the option that is 6x cheaper, every time.

oc1 · a month ago
> Cost: $50K of API tokens

What? It costs exactly $200

oc1 commented on Critical vulnerability in AI coding platform Base44 allowing unauthorized access   wiz.io/blog/critical-vuln... · Posted by u/waldopat
oc1 · a month ago
This will be the golden age of hackers for lulz or money, security researchers and script kiddies (fka idea guys)
oc1 commented on Vibe code is legacy code   blog.val.town/vibe-code... · Posted by u/simonw
CharlieDigital · a month ago
It's a win for the customers. From what he's told me, there's zero churn so far despite the hacks (including one where the hacker emailed every customer about the hack).

It's because the software is that much of an improvement over the incumbents at a fraction of the cost. Better features, more flexible, easier to use, faster, etc. Everything about it is better than the two major vendors.

The rebuild will likely end up easier, IMO, because the screens and the logic is all done. Most of it just has to be moved to strict backend and then have the APIs secured correctly.

oc1 · a month ago
God, i'm living in a dilbert comic.

I would have never thought i would one day envy licensed professionals like lawyers who have a barrier for entry into their profession.

oc1 commented on The HTML Hobbyist (2022)   htmlhobbyist.com/... · Posted by u/janandonly
s_ting765 · a month ago
Open the network tab on F12. Or for giggles try accessing that UI from mobile.
oc1 · a month ago
365 requests 77.2 MB transferred 79.8 MB resources Finish: 5.71 s

I'm impressed it took only 6 seconds. Would hire.

oc1 commented on The HTML Hobbyist (2022)   htmlhobbyist.com/... · Posted by u/janandonly
s_ting765 · a month ago
Take this website for example. https://www.adaline.ai/

Some vibe coder saw nothing wrong with this. This is the future of the web.

oc1 · a month ago
what's wrong with that?
oc1 commented on The HTML Hobbyist (2022)   htmlhobbyist.com/... · Posted by u/janandonly
oc1 · a month ago
What a bunch of crap. Everyone who lived these era remembers the horrors of optimizing for a bunch of different browsers. Ajax was barely understood. PHP was all over the place. No frameworks. No Stack overflow. No Vibe Coding. Nah. Nowadays i just have to prompt Claude "Hey, write me a html site for html hobbyists and upload it somewhere on the internet". voila!

u/oc1

KarmaCake day299July 15, 2023View Original