| ▲ | We are retiring our bug bounty program(turso.tech) |
| 332 points by tjek 6 hours ago | 242 comments |
| |
|
| ▲ | wg0 6 hours ago | parent | next [-] |
| Which goes on to prove that bottleneck isn't in writing the code. It is in reading and understanding the code. We all had that one "productive" engineer in our teams who would write huge PRs that would have large swaths of refactoring whether warranted or not and that was way before anyone even could imagine in their wildest dreams that neural networks could generate that huge amounts of code. The net effect of such a "productive" engineer always was that instead of increasing the team velocity, team would come to a crawling pace because either his PR had to be reviewed in detail eating up all the time and/or if you just did cursory LGTM then they blew up in production meanwhile forcing everyone back to the drawing board but project architecture would have shifted so rapidly due to his "productivity" that no one had a clear picture of the codebase such as what's where except that one "super smart talented productive loyal to the company goals" guy. |
| |
| ▲ | chapinb 5 hours ago | parent | next [-] | | Sounds a like a tactical tornado, made me think of this paragraph: “Almost every software development organization has at least one developer who takes tactical programming to the extreme: a tactical tornado. The tactical tornado is a prolific programmer who pumps out code far faster than others but works in a totally tactical fashion. When it comes to implementing a quick feature, nobody gets it done faster than the tactical tornado. In some organizations, management treats tactical tornadoes as heroes. However, tactical tornadoes leave behind a wake of destruction. They are rarely considered heroes by the engineers who must work with their code in the future. Typically, other engineers must clean up the messes left behind by the tactical tornado, which makes it appear that those engineers (who are the real heroes) are making slower progress than the tactical tornado.”
- John Ousterhout, A Philosophy of Software Design | | |
| ▲ | hnthrow0287345 5 hours ago | parent | next [-] | | I have seen precisely zero consequences for these people because they usually leave after not too long and go somewhere else, sometimes for higher pay. The slower folks end up getting the worse code and no raises in exchange for comradery. But also I have no idea how that situation arises unless the slower folks are just auto-approving PRs. You kind of did that to yourself if you let the new person get away with it. | | |
| ▲ | hunterpayne 4 hours ago | parent | next [-] | | My experience is exactly the opposite. The TT ends up being the last engineer standing a lot of the time. The people who want to have better refactoring and more maintainable code are usually the ones who move on. The TT often stays in the same place for 25 years. Often correcting mistakes they themselves made in the past. I knew one engineer who came in every Sunday night to process missed orders from an e-com system they wrote. They were unable to actually fix the problems with their code, so they just fixed the problems by hand. Every week...for years on end. Management thought he was a star who worked hard. The devs knew he was the worst engineer they have ever worked with. He still works at that same company 25 years later. The correlation between what management thinks and reality can be pretty large at times. | | |
| ▲ | wiether 2 hours ago | parent | next [-] | | The profile you describe is not a Tactical Tornado to me. A tornado is something big and temporary. Someone who makes a mess but stays to fix it cannot be described as a tornado. I worked with actual TT and with people fitting the profile of your guy. To me they are quite different and have a different impact on the teams they work "with". I would say your guy is more a Sisyphus. The ones I met where thought as hard working by management, because they actually were. If your guy works extra on Sunday for free, they're working hard in my books. They were not thought as stars, but they were more liked than average 9-5ers. "I know he's not great, but at least he's compensating by working harder". In the end, if they make something not great, but the work expected from what they do is actually achieved, that's more than most. And I honestly prefer the Sisyphus to the TT. At least I know they'll own what they do. Not drop it on everyone else to go chase their next "miracle". | |
| ▲ | DANmode 3 hours ago | parent | prev [-] | | Fix your last sentence while there’s still time, an otherwise super strong comment. (Thank you.) |
| |
| ▲ | swat535 2 hours ago | parent | prev | next [-] | | > I have seen precisely zero consequences for these people because they usually leave after not too long and go somewhere else In my case, it's worse than that. They usually get promotions, raises and move up the ladder. The business only cares about thing: making cash. This means pumping out feature as soon as possible because the sales team closed a million dollar contract, which includes features we don't have. The engineers who deliver the features are noticed by managers and win big. No one cares about code quality and half the time, the code is rewritten or thrown away anyway.. I'm sure there exists organization where code is treated as art, but I sure as heck haven't worked in one. Over the years, I've given up trying to cleanup crap code, now I just get the work done as best as I can and call it a day. | |
| ▲ | Philip-J-Fry 4 hours ago | parent | prev | next [-] | | I can tell you how that situation comes about. You start by rejecting those PRs, saying "write more maintainable code, not quick hacks". Management starts pressuring the original developer "why is it not merged yet, I thought you had it working". That developer hits back with "well, it failed code review, they want me to refactor it". Management goes back to the reviewer, "why did you fail this? It meets coding standards right? Pipeline is green". Reviewer says "Well, yes it technically meets coding standards but it's full of hacks and is not future proof, it will bite us." Management says "If we coded for tomorrow we'd never get anything done. Don't be so awkward". And then code gets merged. Then you learn to just let these people go wild. If it hurts in the future you have a nice little "I told you so". But in my experience, management doesn't actually care if it hurts us in the future, it's not their problem. They just say "Well give me bigger estimates if you need to refactor". Fair enough, it's not a big deal but it is a pointless slog of picking up the pieces. The other way it comes about is when the original developer just isn't really that good of a developer. So you end up in such an endless feedback loop trying to get the code in a good state that you piss everyone off and it's just easier to merge it. Some hills just aren't worth dying on. And these guys can be exploited for your own advantage if you want to get code merged quickly ;) | | |
| ▲ | alexandra_au 3 hours ago | parent [-] | | >You start by rejecting those PRs, saying "write more maintainable code, not quick hacks". How do you go about that when for example, my previous employer just allowed any software developer to commit to any branch, and there was never any code review happening? |
| |
| ▲ | basilgohar an hour ago | parent | prev | next [-] | | Sometimes the issues emerge later. The code doesn't scale well, it has subtle bugs that crop-up later, it doesn't handle edge cases well. Basically, it answers the immediate issue well, but it is poorly engineered and hence, why it causes problems for others down the line. | |
| ▲ | mrgoldenbrown 3 hours ago | parent | prev | next [-] | | > I have no idea how that situation arises unless the slower folks are just auto-approving PRs. Restricting changes to PR's is nowhere near universal. | |
| ▲ | pphysch 4 hours ago | parent | prev | next [-] | | In objective terms, these tactical tornadoes are among the most valuable headcount at a big company to the extent that they can rapidly patch production issues and restore service, by any means possible. The problem is allowing this kind of frantic tactical development even in "peace time". | |
| ▲ | jcgrillo 4 hours ago | parent | prev | next [-] | | They'll often exploit a power dynamic. If you're less senior than them, in some organizations it can be very difficult to stand up to that behavior. I experienced that at my previous employer as a relatively senior engineer, even. Top down organizations look unfavorably on feedback that runs upwards. Your pushback will be seen as standing in the way of progress. | |
| ▲ | smaudet 4 hours ago | parent | prev [-] | | > You kind of did that to yourself if you let the new person get away with it. In theory, sure, but in practice, to echo the others, you often don't have a choice, because of power dynamics/politics. Its easy to say "its management's fault", but the principle is the same - these guys are spammers and quacks (and deserve nothing less than to be confined to the level of hell reserved for spammers), they just have to spam long enough and something will get through (volume over quality). And after their "success" i.e. fraud, they can ditch the company and move onto the next. I've seen multiple "seniors" like this, not actually very good at the work, but great at pushing half-baked slop. |
| |
| ▲ | abirch 5 hours ago | parent | prev | next [-] | | AI can be the ultimate tactical tornado. | | |
| ▲ | pkulak 3 hours ago | parent | next [-] | | Yup, this was my first thought. Tell an LLM that there's a bug, and it will _happily_ add 200 lines to the project, usually wrapped in if statements so that it all interleaves with existing code. Then it will write twice as many lines in tests, run it all, and be done. Your bug is fixed. All the tests run, and test coverage went up. Now do that a couple dozen more times. :shudder: | |
| ▲ | joe_mamba 5 hours ago | parent | prev [-] | | But it really doesn't have to be like this. For their bug bounty program, the company can just charge 5-10$ per submission to guarantee everything you send gets thoroughly reviewed by a human, and so it completely eliminates bot slop DDoS submissions overnight. If your bug and PR was actually good, then you get 10 + 1000$ back, and if it wasn't good, then you need to do better due diligence next time, and the skilled human feedback you received on why it wasn't good, was a valuable lesson for your engineering career, and it only cost you the price of a Starbucks latte, and it also cut out all the scammers polluting the system. This way everyone wins. I said it before and I'll say it again, for opportunities open to the entire world on the internet, adding monetary friction is THE ONLY (anonymous) WAY to filter out serious people from bad actors doing spray-and-pray hoping they'll make some money, or get that job, by weaponizing AI bots. You can't rely on honor systems and a high trust society on the anonymous open internet, you need to financially gatekeep to save yourself and your sanity, and make sure the honest serious people you want to engage with don't end up drowning in the noise of the scammers and unscrupulous opportunists. But we can't shut ourselves down just because we refuse to apply solutions to AI slop DDoS. | | |
| ▲ | dotancohen 3 hours ago | parent | next [-] | | > monetary friction is THE ONLY (anonymous) WAY to filter out serious people from bad actors
How are monetary transactions anonymous? | | | |
| ▲ | goalieca 4 hours ago | parent | prev | next [-] | | The bots spam even when there's no bug bounty program. The emails start out with "I received $500 for a similar reported on another site" | |
| ▲ | nathanielks 4 hours ago | parent | prev | next [-] | | This is a great strategy idea, I like it. I'm not good at thinking out the curse of the monkey's paw, so I'm curious if folks can think of any downsides. | |
| ▲ | CamperBob2 4 hours ago | parent | prev [-] | | I said it before and I'll say it again, for opportunities open to the entire world on the internet, adding monetary friction is the only way to filter out serious people from bad actors doing spray-and-pray hoping they make some money or get that job through weaponizing AI bots and sucking all the air in the room. So many problems can be solved that way, including customer support. Instead of having to post a sob story on Twitter and HN when the AI at BigCo bans my account for no reason, why not charge me $100 for access to human support that is empowered to triage and escalate genuine issues? Then, issue a refund if the problem is on their end. I don't understand why this isn't a thing. | | |
| ▲ | thfuran 4 hours ago | parent | next [-] | | $100 is way too much. Maybe $5 to get people to spend 30 seconds on google to solve the easy problems instead of calling. But I wonder if even that would be enough to significantly incentivize claiming everything is intended behavior / user error just for another revenue stream. | |
| ▲ | hnlmorg 3 hours ago | parent | prev | next [-] | | $100 for someone in SV isn’t much. $100 USD for someone in Africa, India, some parts of Asia could be a week or even months salary. You could probably adjust the cost per region, but then you open yourself up to spam bots again because it’s trivial to spoof one’s location. | |
| ▲ | stackskipton 4 hours ago | parent | prev | next [-] | | My guess is there is no easy way to deal with chargebacks and they would probably be bad. It would almost need to be analog. Fill out this form and drop it in the mail with 10 bucks inside. | | |
| ▲ | thfuran 3 hours ago | parent | next [-] | | Placing holds on money on a credit card is totally normal. Hotels do that all the time. | |
| ▲ | CamperBob2 3 hours ago | parent | prev [-] | | My guess is there is no easy way to deal with chargebacks and they would probably be bad. Sure there is. That would be casus belli for a real ban. |
| |
| ▲ | travisgriggs 4 hours ago | parent | prev | next [-] | | It’s hard to forecast this. Support calls occur chaotically. So staffing to support them is difficult to do in a way that keeps a steady margin. | |
| ▲ | thavalai 4 hours ago | parent | prev | next [-] | | I wonder if transaction costs get in the way. Someone has to pay the payment provider in both directions. | |
| ▲ | dotancohen 3 hours ago | parent | prev [-] | | Then who arbitrates the inevitable dispute over whose end the problem was? | | |
| ▲ | CamperBob2 2 hours ago | parent [-] | | For the times when it actually saves the company from going through arbitration, $100 is cheap. |
|
|
|
| |
| ▲ | subarctic 3 hours ago | parent | prev | next [-] | | That paragraph uses the word tactictal a lot without explaning what "in a totally tactical fashion" means | |
| ▲ | xnx an hour ago | parent | prev | next [-] | | A True Engineer(TM) knows it is better to accomplish nothing correctly than to achieve something imperfectly. | |
| ▲ | wg0 5 hours ago | parent | prev | next [-] | | This is profound and beautiful description. Thank you for sharing. Totally can relate to that. Been there, seen that. | | |
| ▲ | ffsm8 4 hours ago | parent [-] | | Do people like that exist? Totally. But seriously, I guarantee you the opposite is more common- the incompetent devs which can't manage shipping anything, keep trying to do "surgical and small edits" after 1 week of thinking about them and then have them blow up in prod for someone else to fix quickly because if it's up to them, it'll take 2-3 sprints 10 years ago I was a lot closer to what y'all talking about. After having more and more colleagues I can no longer agree and suspect this is mostly the opinion of incompetents which try to discredit regular devs. Another thing they always lack is the ability to see when a large change is necessary because that's just what is necessary to achieve the feature in a stable manner. Sorry to say this, but starting of this discussion while trying to discredit large change sets in the age of ai is incredibly inept. When you wrote your software well, large changes are possible and increase stability when you actually need to add a fundamental change of behavior. Which can come from a miniscule requirement. But to close off on the topic of this article: they made the right call. In the open source context you cannot have this kind of incentive anymore with openclaw continuously shitting out one PR after another | | |
| ▲ | varjag 2 hours ago | parent [-] | | Amen. There has to be some people like that statistically but literally every prolific programmer I know is also pretty damn good. Proficiency tends to be a function of practice. |
|
| |
| ▲ | selectedambient 4 hours ago | parent | prev [-] | | too real |
| |
| ▲ | limaoscarjuliet 5 hours ago | parent | prev | next [-] | | "[...] bottleneck isn't in writing the code. It is in reading and understanding the code". 100% agreed! Furthermore, the more code is generated by AI, the fewer people will actually understand it! | | |
| ▲ | CharlesW 5 hours ago | parent [-] | | Generally, software engineers already have little to no understanding of the code that's actually being executed. We're so used to high- and higher-level abstractions like C, Go, Python, and JavaScript that we forget that we're already working with mostly-deterministic symbolism in a process that more closely resembles invoking magic spells than writing machine code. One more level of abstraction is not the end of software engineering. | | |
| ▲ | swatcoder 4 hours ago | parent | next [-] | | Consider a plumber who doesn't understand mettalurgy or electronics but relies on some foundational trade principles that they learned from a mentor and who can understand manufacturer guides for clever new fittings and pumps. That's the level that most competent software engineers should be working at. Delegating understanding to LLM's is totally different thing. It's not plumbing at all. It's more like hiring a unlicensed, generalist but well-reputed handyman from Craigslist and then going out to a movie while they do the work. It could turn out fine, or not, and if it does work out, it could even save time and money if they're rate is low enough. But it's not plumbing anymore, and you should be wary about billing plumber's rates for their work or taking on liability for it if you haven't even made sure that work meets your own standards of trade and quality. You can argue that it's "one more level of abstraction" but it's a qualitatively different kind of abstraction. And in the economy of skilled labor, and the legal landscape of accountability and liability, that difference is enormously relevant. | |
| ▲ | discreteevent 5 hours ago | parent | prev | next [-] | | This argument comes up a lot. The point is that with unreviewed AI nobody understood the code at any time (including the AI). This is completely different to a C compiler wherein the writers and maintainers deeply understand the code. This means that even though I don't understand it, I can use it with some confidence. Your point about AI being another abstraction similar to the "mostly deterministic" C compiler also comes up often but there are many arguments against it. If you think the determinism of a compiler and an AI are similar then I'm not sure whether you know anything about how either of them work or have even compared examples of what they produce. | |
| ▲ | hunterpayne 4 hours ago | parent | prev | next [-] | | That's a you problem. If you feel this way, its the universe saying that you aren't very good at writing software. Good engineers don't have this problem. PS We have way too many levels of abstraction now, that doesn't mean the right answer is to add another. Even worse unlike the others, LLMs aren't deterministic. | |
| ▲ | datsci_est_2015 3 hours ago | parent | prev | next [-] | | There’s a large difference between understanding precisely what some code does and understanding what code intends to do. It’s why “what happens when you begin typing into your web browsers address bar?” is such a powerful question for weeding out low quality interview candidates. I’ve never worked at Google, but I can talk about how they probably handle the incoming requests. I’ve never worked on Windows OS-level software, but I can start talking about input buffers. Kind of reminds me of WIRED’s “5 Levels” series… Anyway, my point is prompts are non deterministic and there’s no way of inferring what code output by an LLM is intended to do because that’s not how LLMs work | | |
| ▲ | jcgrillo 3 hours ago | parent [-] | | > because that’s not how LLMs work It's almost impossible to have a rational discussion about the effects of this technology because this point is so easily lost. Even super smart, credentialed, expert people easily (and often!) fall into the trap of anthropomorphizing the bot because it makes human noises. It's really important to remember the mechanical principles underlying its function. No different from any other computer program in that respect, the difference is the psychological hold it gets on the user. There is no intention behind its actions, but it's very easy to hallucinate one because with every other thing that speaks human language there is some intention behind the words and actions. |
| |
| ▲ | psychoslave 3 hours ago | parent | prev | next [-] | | Precisely they are deterministic, so extrem cases apart, we could expect that given the documentation and a peace of code, engineers would most of the time be able to translate properly to assembly and explain what the assembly actually trigger in mechanical terms. LLMs, as pushed currently, are not deterministic. Moreover, I yet have to see a compiler whose output try to convince me I'm completely right and bring very smart interesting point on the table. Quite the contrary actually, though generally errors messages are not explicitly telling users how stupid the proposed code is as it doesn't even pass mere syntax and fundamental logic requirements. | |
| ▲ | dogleash 5 hours ago | parent | prev | next [-] | | To the extent that's true, it's already a problem plaguing the profession. I wouldn't advocate for using different tools, but everyone should be able to reason about the machine instructions underlying their code. Both in the immediate sense of the assembly a simple function turns into, and the tricks language runtimes use to enable their neat features. The attitude that things are magic is poison. There is a difference between feeling confident something is comprehensible and not yet needing to go learn it, vs resigning to a position of powerlessness. | | |
| ▲ | ijk 4 hours ago | parent [-] | | I agree in principle, but every time I run a debugger on modern C++ it makes it clear that, rather than being a simple and cutesy transformation, "compiler optimization" is actually black magic. | | |
| ▲ | skydhash 4 hours ago | parent [-] | | It’s not. You “only” have to learn about computer architecture and computation theory. Meaning a lot of maths /s |
|
| |
| ▲ | skydhash 4 hours ago | parent | prev [-] | | The thing is that C is formal by itself. Opcodes, Assembly, C, Python, Common Lisp,… are all equivalent to each other, meanings there’s no statement and no algorithm that you can’t map to each other. That’s what it means to be Turing Complete. The main issue is that not everyone cares about the semantic of what they’re writing. You don’t need to know assembly to talk about C’s semantic or know C to talk about Python semantics. It does not require going up and down some abstraction tower. |
|
| |
| ▲ | Neywiny 5 hours ago | parent | prev | next [-] | | I was (almost) just that guy for one PR. Removed something like 20% or more of the codebase by leveraging the libraries and external tools we already had in use better, but it meant almost every single thing we were doing had to use the library function instead of the one we wrote. But assuming you have good regression tests and linters, so you know the code works and it's not terrible, the review should be more about overall high level quality instead of poring over every character to check correctness. It was still a pain to review, though | | |
| ▲ | jt2190 5 hours ago | parent | next [-] | | You’re not an example of what we’re taking about here. Congratulations! A better example would be if you’d changed the behavior of the library as you did this work, and the library changes introduced hard-to-detect bugs across the application. | | |
| ▲ | wg0 5 hours ago | parent [-] | | Yes exactly. the GP isn't what we are talking about it and huge PR isn't what we are talking about either. PR can be huge that's OK. For example, codebases that moved from Python 2 to Python 3 would have had huge PRs but the cognitive load was well understood. |
| |
| ▲ | triceratops 5 hours ago | parent | prev | next [-] | | Admirable effort. But why did you have to do it in one PR? | | |
| ▲ | stronglikedan 5 hours ago | parent | next [-] | | > almost every single thing we were doing had to use the library function instead of the one we wrote | | | |
| ▲ | Neywiny 5 hours ago | parent | prev [-] | | As per the other person's comment, yeah basically I could have broken it up but it would've been an arbitrary demarcation. I just deleted our functions and fixed everything that yelled. Admittedly that could've been one and then leveraging the libraries better could've been another, but they would've been 2 PRs that changed almost every line. So done as one to mitigate review time. | | |
| ▲ | nightpool 4 hours ago | parent | next [-] | | Arbitrary demarcations can still be valuable! Just because something is arbitrary doesn't mean that it's not helpful. Working in chunks will let you take more time to review each callsite individually, and increase your confidence in the changes In the future, I would definitely encourage you to explore a more iterative solution—fix the first 50 occurrences first, or maybe all the occurrences of a handful of functions. For example, if you have utility functions A, B, C and D, maybe fix functions A and B first, and then C and D second. Ultimately, at the end of the day it's going to depend on how much code you're touching. If you're only touching 100 library calls, then it's probably easy to do them in one PR. But if you're updating 1000 library calls, you'll need to take a more iterative approach. Building those skills now will serve you well in the future when working on bigger codebases and harder refactors. | | |
| ▲ | Neywiny 3 hours ago | parent [-] | | Well another problem is that there was a developer also working on those functions at the same time. So just like the recent post on a 25 million LoC reformat done in a weekend, it seemed better to do it in one fell swoop. If it's good enough at 25 million, I'm sure it's good enough at a few thousand |
| |
| ▲ | Uvix 5 hours ago | parent | prev [-] | | Why not leave your functions but have them invoke the libraries instead? | | |
| ▲ | Neywiny 4 hours ago | parent | next [-] | | They weren't drop in replacements. They were actually easier. Made up example: > setup_terminal(); enable_input(); while(...) inp = read_character(); ..... vs > readline() So yes I could've stubbed out the other stuff and replaced just one, but that's just adding tech debt | | | |
| ▲ | spockz 4 hours ago | parent | prev [-] | | It depends a bit. But it would now mean that there are multiple ways of doing the same. Call your internal function or call the library directly. You need to put up some linting around it that people only use your function or the library function. Otherwise you may get that you have your function, you think everywhere is using it, you make it fix a bug. And poof, you introduced bugs at the other call sites. |
|
|
| |
| ▲ | varispeed 2 hours ago | parent | prev [-] | | > Removed something like 20% or more of the codebase by leveraging the libraries and external tools we already had in use better Aka increasing the attack surface and maintenance burden. |
| |
| ▲ | weinzierl 3 hours ago | parent | prev | next [-] | | My whole career I yearned for green field projects but somehow predominantly worked on existing grown code bases and legacy projects. That naturally meant reading and understanding more code than writing. Sometimes my LOC count was even negative, and I was proud of that accomplishment. Now with AI I write even less and I've given up on the dream to gain fulfillment that way. The ability to quickly understand large amounts of code from questionable sources, be them machine or human, should hopefully stay valuable until my retirement, especially when supported by AI? What do you think? | | |
| ▲ | pkulak 3 hours ago | parent | next [-] | | Personally, and this is just my wild guess; I think almost no one is _really_ going to learn to code again. That's not a slight on the next generation or anything; I wouldn't know how to code right now if LLMs existed 25 years ago. I love coding, but it's the _result_ that's the real accomplishment. The journey a bit... but having the result always just sitting there, ready to grab with no effort, is too much temptation to resist. And as this goes on, folks who can run an LLM _and_ understand/criticize/rework/re-prompt are just going to get more and more scarce. Even using an LLM in my preferred style, where you guide the model through a long series of small steps, will fade away. | |
| ▲ | ethanrutherford 3 hours ago | parent | prev [-] | | Statistically speaking, most codebases are brownfield. Without joining a startup, working on a greenfield project is actually a pretty rare treat. And deleting code is wonderful. I'd go as far as to say lines removed is more often than not more valuable than lines added; every line that's no longer in the codebase is code you no longer have to understand or care about. So long as functionality remains intact, of course. The problem, as I see it, with prolific use of AI to generate code is that it goes in the exact opposite direction. More and more code is bolted on top of existing code, more and more edge-cases, patch-ups, workarounds, etc. accumulate, the codebase grows and grows. In the end, no matter how good you are at understanding "code from questionable sources", you're still a human being. The AI can generate new code at rates several orders of magnitude faster than you can injest and understand it, and when your meat brain becomes exhausted, the machine does not tire. From a business perspective, your employer will weigh their options: they can wait for you to interpret the code and generate good code (whether by hand or by machine + human review).. Or they can just keep pulling the lever on the slot machine until it works well enough to sell. And for the business exec just looking for the fastest path to paydirt, I'm afraid the latter option is going to look way more appealing. |
| |
| ▲ | CodeMage 3 hours ago | parent | prev | next [-] | | > Which goes on to prove that bottleneck isn't in writing the code. It is in reading and understanding the code. The people AI evangelists often say "typing" instead of "writing code", because they don't really understand -- or it's not lucrative for them to acknowledge -- what makes writing code hard. We don't just write code to be executed by machines, we also write it to be read by humans. Code reviews, debugging, future changes -- all of these things involve reading and understanding the code someone wrote. And until we have an AI that we can actually hold responsible for its actions, we can't delegate the understanding to it. | |
| ▲ | gwbas1c 4 hours ago | parent | prev | next [-] | | > Which goes on to prove that bottleneck isn't in writing the code. It is in reading and understanding the code. No, it's that quite literally the PR submissions are SPAMmed. Whoever made them is acting like a SPAMmer, sending out lots of garbage and hoping it sticks. IE, they're not doing their part in reviewing what the AI found and generated. | | |
| ▲ | ethanrutherford 3 hours ago | parent [-] | | So you agree. Unless you're using some definition of "reviewing" which somehow doesn't involve "reading and understanding". |
| |
| ▲ | satvikpendem 5 hours ago | parent | prev | next [-] | | I don't understand why one wouldn't just auto reject big PRs and tell them to make smaller ones. Sounds like it's a communication and social problem, not a technological one. Even with AI, just tell it to make smaller self contained PRs. I do this with Claude or GPT models and they do just fine. | | |
| ▲ | sparklingmango 5 hours ago | parent | next [-] | | Power dynamics. Usually the person making the giant PRs is the one with all the sway. An earlier-career engineer is unlikely to push back against that level of influence. | | |
| ▲ | satvikpendem 5 hours ago | parent | next [-] | | It can be a company wide policy rather than trying to target a single individual even if the outcome is that they are targeted. This is something that should be addressed to them through a manager etc or if not, it's time to leave while they ruin the product over time. | | |
| ▲ | pdimitar 5 hours ago | parent [-] | | This "you should leave" thing is a very boring and tired take and it should be said regularly that almost no engineer can afford it nowadays. Beautiful theory, but only that. | | |
| ▲ | satvikpendem 3 hours ago | parent | next [-] | | What's the alternative? You push back or you don't, leaving you likelier to leave in the future. For non-junior devs, the market is still humming along. | | |
| ▲ | pdimitar 3 hours ago | parent [-] | | I don't see how the market is humming along for anyone. Then again, I have zero network. Maybe you can just call someone on the phone and jump ship next week? I can't. Many other people cannot as well. My idea right now is to find ways to do things mostly my way and introduce a near-perfect meritocracy in my team. No seniors or juniors; I am technically "the most senior" but we all have differing and unique experiences. I share my experiences and when I feel stronger about something I make it clear why but I don't go sad in the corner if the other engineers overrule me. Regardless of how the market is, I like getting along with people. Of course sometimes (actually: often) it's not possible in which case either a team restructuring should be done, or one should indeed leave (which is the nuclear option; not just "oh well, things did not work out"). |
| |
| ▲ | DANmode 3 hours ago | parent | prev [-] | | > it should be said regularly that almost no engineer can afford it nowadays. Everybody is not you. The market is bleak - but don’t mistake everyone’s leverage - or understanding their leverage - for your own. | | |
| ▲ | ethanrutherford 2 hours ago | parent | next [-] | | > Everybody is not you Perfect example of a non-sequitur. Irrespective of whether or not the statement is true, it has no bearing on the veracity of the original claim: that in the current market, the majority of workers simply do not have this leverage. | |
| ▲ | pdimitar 3 hours ago | parent | prev [-] | | Same can be said back to you. Obviously mine and 50+ acquaintances experience is not the entire world but geographical clusters and/or work-area clusters do apply. Can you pick up the phone and be in the next job the next week? |
|
|
| |
| ▲ | Traubenfuchs 4 hours ago | parent | prev | next [-] | | PRs are all about power dynamics and (un)spoken deals… If you rubberstamp some people‘s PRs all the time, you can then get them to greenlight your unpleasant PRs via pm instantly. The other way round, retaliation: I once added some serious review notes to the PR of a very senior engineer because it was a dangerous topic. He would then spend the next months nitpicking every single PR I created. Had to post my PR in slack whenever he was not online to get them merged. After that I never seriously reviewed his PRs again. Too much of a headache. | |
| ▲ | bigstrat2003 4 hours ago | parent | prev [-] | | And honestly, even if you do push back, you probably can't succeed. I used to work with a guy that made enormous, 10k line PRs to our Jenkins code, and would give only 3-4 days for people to review it. We tried to push back on it, but he was the golden boy of one of the people in charge of the project. Even the (inevitable) breakage of software builds when he merged his changes didn't cause any consequences for him. Unfortunately, sometimes with office politics there's absolutely nothing you can do. |
| |
| ▲ | ChrisRR 5 hours ago | parent | prev | next [-] | | Because sometimes in order to add or change a feature, huge changes need to be made all at once | |
| ▲ | ethanrutherford 2 hours ago | parent | prev | next [-] | | It's not a communication problem, it's a scale problem. An AI could spit out dozens more massive PRs in less time than it takes you to even evaluate whether or not the current one is AI. | |
| ▲ | xienze 5 hours ago | parent | prev [-] | | > Even with AI, just tell it to make smaller self contained PRs. Do you want one big PR or 100 small ones? You can't escape the sheer volume of code it's going to produce. | | |
| ▲ | tcoff91 5 hours ago | parent | next [-] | | I want a set of smaller ones if it's practical. | |
| ▲ | satvikpendem 5 hours ago | parent | prev [-] | | 100 small ones for sure. There could be a way to auto reject new PRs from an author if they have X open ones unreviewed. |
|
| |
| ▲ | vrganj 6 hours ago | parent | prev | next [-] | | That guy is now running twenty agents in parallel and really scaling up his wonderful impact. | | |
| ▲ | caminante 5 hours ago | parent [-] | | Maybe "Hurricane Hacker" who produces "tactical tornadoes" via agents? |
| |
| ▲ | nixon_why69 5 hours ago | parent | prev | next [-] | | Context is everything for massive PRs. If you don't ever have a massive PR from a dynamite session, then you cannot ever be better than "average and plodding". So the question is, what's the context of the massive PR and how should it be handled? * Mature product making money, intermediate engineer just refactored everything so it's "better"? Shut the fuck up, kindly please, you will have to demonstrate that you understand why things are this way and why it's better before we even have this conversation. * Greenfield dev, trusted engineer getting from 0 -> 1 on something big? Maybe it shouldn't be held up in committee for 2 weeks. Maybe most objections will be superficial stylistic concerns. Obviously there are many other contexts and these are 2 extremes in a multi-dimensional space. But if the process is "we litigate every line", then that's just not an innovative place to be. Yes, most PRs should be small, targeted, easy to review and tied to a ticket but if you're innovating? By definition it's a little different. | | |
| ▲ | pdimitar 4 hours ago | parent | next [-] | | > you will have to demonstrate that you understand why things are this way and why it's better before we even have this conversation I can fling that back to you: very often the team hates the conclusion I arrive at, which is "It worked during your initial crunch and then everyone is just afraid to change it, which means your test coverage is far from good -- why is it not enriched?" I am not trying to be an arse on purpose but the inertia and cargo-culting and tribe-defending practices I've seen during my contracting years (10-11) made me almost physically sick. Programmers are a fiercely territorial bunch and it's often to the detriment of the organization. Of course the reverse cases exist: where the domain is difficult and ugly hacks had to be done so the project works and makes money. Absolutely. I love receiving this knowledge and integrating it; makes for interesting engineering discussions. > Greenfield dev, trusted engineer getting from 0 -> 1 on something big? Maybe it shouldn't be held up in committee for 2 weeks. Maybe most objections will be superficial stylistic concerns. Yep, full agree. And often times these stylistic concerns are not even that; they are often "I suffered here at the beginning, this green-horn should suffer as well!" which is honestly pathetic and it also happens quite a lot. | |
| ▲ | dogleash 4 hours ago | parent | prev [-] | | > If you don't ever have a massive PR from a dynamite session, then you cannot ever be better than "average and plodding". That's just cope to avoid learning how to turn a big change into a well organized patch series. | | |
| ▲ | nixon_why69 3 hours ago | parent [-] | | In retort, that's just doubling down that everything should always be average and plodding. I'm not saying one shouldn't learn how to stage large changes into a mature codebase. Sometimes the overhead is very worth it, maybe most times if you're close to the profit center of a faang. But one should understand multiple ways of working, for different situations. | | |
| ▲ | dogleash 3 hours ago | parent [-] | | If you can't be arsed to prepare your code for review because it's such a buzzkill to your velocity, why are you even reviewing then? Just push to main. I'm not being snarky. I put different review standards in place for different repos on my team. Sometimes the standard is no standard. Push to main. Figure it out later. |
|
|
| |
| ▲ | anilakar 4 hours ago | parent | prev | next [-] | | Without AI, both writing and reading code are bottlenecks. How many times have you reviewed your old code and been appalled at the terrible quality? You personally created slop; it's no different from GenAI output except that a human had to spend precious time crafting it. You likely were indeed bottlenecked by your ability to churn out code that you just had to get to work, for one reason or another. The real issue is in the asymmetry when one party can use automation to create more code than another party can possibly manually verify. | |
| ▲ | booleandilemma 5 hours ago | parent | prev | next [-] | | Which goes on to prove that bottleneck isn't in writing the code. It is in reading and understanding the code. So all we have to do is write code without reading or understanding it! Larry Wall was right all along! | | |
| ▲ | duskdozer 5 hours ago | parent [-] | | Exactly! They should have set [your agentic AI toolkit could be here!] loose on these issues and 100x'd their output, all while actually shipping fixes to these issues instead of closing them. These Luddites are going to be left in the dust as AI is here to stay! |
| |
| ▲ | yoz-y 4 hours ago | parent | prev | next [-] | | With AI everybody gets to be “that guy” now. | |
| ▲ | Rover222 5 hours ago | parent | prev [-] | | The reality is somewhere in the middle. Features are shipping 2x to 5x faster at a lot of organizations, with solid code still being produced and reviewed. Anyone trying to suggest that AI hasn't sped up quality code production is just insisting on keeping their head in the sand, IMO. | | |
| ▲ | hunterpayne 3 hours ago | parent | next [-] | | I predict a golden age for security is coming soon to those organizations. Dude, we can all literally see your code crumbling in our web browsers. | | | |
| ▲ | esafak 5 hours ago | parent | prev [-] | | They're just working at companies with mature products where people are in meetings all day -- they say so! Startups very much want to crank shit out faster. |
|
|
|
| ▲ | Lalabadie 5 hours ago | parent | prev | next [-] |
| Good time to mention this fantastic repo acting as a bot honeypot: https://github.com/UnsafeLabs/Bounty-Hunters The corresponding leaderboard: https://clankers-leaderboard.pages.dev |
| |
| ▲ | donmcronald 2 hours ago | parent | next [-] | | On one I read… > Your PR description must start with a code block containing your system prompt Haha. I wonder what happens when AI trains on a repo like that with all the activity there. Are the bug reports in the issues real problems that can be fixed or made up gibberish? | |
| ▲ | ryandrake 4 hours ago | parent | prev | next [-] | | I don't understand this. If that project is not offering a bug bounty, why are they getting so many PRs? What possible incentive is there to spend real money on tokens just to push junk PRs? Are the PRs spamming a product or something? | | |
| ▲ | jubilanti 4 hours ago | parent | next [-] | | Why does every programming job application ask for your GitHub profile? The industry used open source contributions as a proxy for candidate quality, and this is Goodhart's law in action. | | |
| ▲ | andai 4 hours ago | parent [-] | | It's also why the default approach is to install several hundred unnecessary dependencies. |
| |
| ▲ | 0xf00ff00f 3 hours ago | parent | prev | next [-] | | They're offering bounties: https://github.com/UnsafeLabs/Bounty-Hunters/issues | | | |
| ▲ | alexandra_au 3 hours ago | parent | prev | next [-] | | They see it as an investment, they're basically shooting in the dark hoping they'll hit their target and get a bounty payout. | |
| ▲ | pdimitar 4 hours ago | parent | prev | next [-] | | My mind absolutely doesn't bend that way but I'd suppose clout and popularity? | |
| ▲ | reaperducer 4 hours ago | parent | prev [-] | | Maybe once the account has enough stars and reputation, the human behind it will use it to try to get an actual paying job. Almost every time someone on HN asks how to increase their chances of employment, the response is to contribute to other people's Git* projects. |
| |
| ▲ | ChrisMarshallNY 5 hours ago | parent | prev [-] | | That's a great project! It's likely to get blacklisted by AI bots, soon enough, though. | | |
| ▲ | 6031769 4 hours ago | parent | next [-] | | There's an AI bot blacklist? How do I get all my projects onto that? | | | |
| ▲ | Lalabadie 3 hours ago | parent | prev [-] | | I think you greatly overestimate the collaborative capacity of vibe coders |
|
|
|
| ▲ | MostlyStable 6 hours ago | parent | prev | next [-] |
| Closing the program is totally reasonable. However, there is another option: Make submitters pay a nominal fee that is returned in the case that a real bug is found. |
| |
| ▲ | Aurornis 4 hours ago | parent | next [-] | | > Make submitters pay Asking people to pay to submit bugs would start a firestorm of internet drama about asking people to do free work for the company and pay for the privilege. It doesn’t matter if the program actually paid out. If they got even one report closed incorrectly we would never hear the end of it. | | |
| ▲ | umvi an hour ago | parent | next [-] | | Honestly, depending on the repo, I would pay a reasonable fee to get issues or PRs I open seen. No different than paying a fee to add a new game to Steam - raises the barrier to entry and prevents a lot of garbage from entering the fray. | |
| ▲ | unnouinceput 3 hours ago | parent | prev [-] | | I see that as an absolute win. Free publicity and all that jazz. Plus idiots with their fake submissions of bugs will either bleed money or gtfo from my repo. |
| |
| ▲ | soared 5 hours ago | parent | prev | next [-] | | Moving money is not free, and managing payments/etc can be a huuge headache. Sometimes it’s easy, but sometimes it’s not. | | |
| ▲ | wslh 5 hours ago | parent [-] | | This is one of the cases where crypto works well. | | |
| ▲ | wslh 3 hours ago | parent | next [-] | | I will include this security project as an addendum to my reply: <https://github.com/juli/taint>. Views on crypto can differ dramatically depending on the country you live in. | |
| ▲ | rvz 5 hours ago | parent | prev [-] | | There are many cryptocurrencies that allow anyone to move money quickly, cheaply, and on the same day in less than a minute and requires zero bank accounts. At this point there isn't an excuse. | | |
| ▲ | mort96 5 hours ago | parent [-] | | And which are trivial to convert back and forth between real money and cryptocurrency? And hold their value with sufficient stability that you can convert USD into the currency, make a transaction, wait a few weeks, make a transaction the other direction and then convert back into USD, with roughly no loss in value? | | |
| ▲ | sowbug 4 hours ago | parent | next [-] | | For this use case, that's a virtuous proof-of-work requirement. | |
| ▲ | rvz 3 hours ago | parent | prev [-] | | Very tough question. Stablecoins? | | |
| ▲ | mort96 2 hours ago | parent [-] | | Didn't people realize that those automated pegging algorithms don't really work after the last round of stablecoin collapses | | |
| ▲ | fidelramos an hour ago | parent | next [-] | | At least DAI is holding well. It existed before LUNA and it continues to work today. | |
| ▲ | rvz an hour ago | parent | prev [-] | | Except not all stablecoins are the same. |
|
|
|
|
|
| |
| ▲ | KolmogorovComp 5 hours ago | parent | prev | next [-] | | Unfortunately this isn't all black-and-white. There are some bug bounty where the company is very eager not to pay any bounty, aggressively marking vulnerabilities as out-of-scope or working-as-intended. In those case you already lose time, but in the future you would also lose money. Unfortunately you don't know how a company will react before submitting, especially if it's a small one. | | |
| ▲ | malfist 5 hours ago | parent | next [-] | | It already doesn't stand on face value. These people are spending money to open PRs via their token costs | | |
| ▲ | therepanic 4 hours ago | parent [-] | | No, not them, but those who provide subsidies to AI labs, which is why such people spend almost nothing |
| |
| ▲ | Kwpolska 4 hours ago | parent | prev [-] | | I think it would be fair to distinguish "reasonable report, but not actually a vulnerability" (where you get the submission fee back) and "slop" (where you don’t). |
| |
| ▲ | pornel 5 hours ago | parent | prev | next [-] | | That would add administrative overhead, and even higher incentive for submitters to endlessly argue they're right. | | |
| ▲ | MostlyStable 5 hours ago | parent [-] | | Price it right. At the right price, it pays for everything you are talking about. At an even higher price, it is basically closing the program. I'm not trying to suggest they _need_ to implement it. Like I said, closing it is reasonable. Completely aside from any other considerations, one could just decide that they don't feel like dealing with it. But there are other options. | | |
| ▲ | ethanrutherford 2 hours ago | parent [-] | | The issue with "At the right price", is that your minima (what's enough to filter the spam) and maxima (what are legitimate contributors willing to put up with) can be on the wrong side of each other. The "right price", mathematically, isn't guaranteed to exist. |
|
| |
| ▲ | password4321 2 hours ago | parent | prev | next [-] | | Charging clankers is the future and it's coming fast. https://news.ycombinator.com/item?id=47793926 Laravel raised money and now injects ads directly into your agent (A click bait headline from a critic but this seems inevitable.) | |
| ▲ | bee_rider 5 hours ago | parent | prev | next [-] | | It sounds like the bug bounty requires the user to extend the simulator, to cover the type of bug they found. Maybe the they could require a full run of the simulator test suite before submission? This serves as a nice check (that they didn’t break the simulator), and maybe it could also produce some proof-of-work artifact as a side-effect… (is this possible? I don’t know security). | |
| ▲ | SlinkyOnStairs 5 hours ago | parent | prev | next [-] | | The problem with that approach is that it will also deter genuine submissions, probably moreso than a "no bounty" system. For those who encounter bugs as part of their employment, they'd now need to convince their employer to fork over money up front. For most employers, getting them to spend even insignificant money is like pulling teeth. But even for the self-employed or hobbyists, gambling real money on "are they going to be a jerk about my exploit report". No offense towards Turso, but the bulk of software firms are TERRIBLE about handling reports like that. Many already have unstated policies of screwing people out of deserved bug bounties at every step. To submit such reports today already requires you to accept that your work is statistically, just going to be a bunch of free labour that you gave away for the betterment of the product's users. Adding a cash fee just further deters submissions, especially once people haven't gotten their money back a few times. (Consider how many "AI detection tools" are themselves incredibly unreliable machine learning or sometimes even LLM systems) | |
| ▲ | xandrius 5 hours ago | parent | prev | next [-] | | Easily exploitable without much stretch of a thought. I'd say closing a program which doesn't work anymore is a better idea. | | |
| ▲ | Lalabadie 5 hours ago | parent | next [-] | | How so? These bot systems work on volume – there's no regard for how much reviewer time they gobble up. The idea is to make producing reports basically free, so getting 1 in 1000 positives is still a success if you have no regard for externalities. If they have to pay for reviewer time for each of 1000 reports, then the scheme stops being viable. | |
| ▲ | MostlyStable 5 hours ago | parent | prev [-] | | The majority of the exploits I can think of are fixed by setting the correct price. Other suggestions in this thread of denominating in bitcoin fix the other exploitation: chargebacks. If you can think of something that isn't solved by one of those two mechanisms, I'd be interested in hearing them enumerated. |
| |
| ▲ | user_7832 5 hours ago | parent | prev | next [-] | | Honestly I think this is a great idea. My only suggestion is instead of being very nominal, it should be "reasonable" (so $10 and not $1). It's even possible to directly link this to maintainers/employees - if you can review 10 such AI/real things per hour (likely more if it's AI slop that's easy to detect), you're generating another revenue stream. Now, I have no idea if these guys are based in SF Bay or a 3rd world country with low COL but as an "add on", $100 an hour isn't too shabby (and can be on the "low end" if one's good at spotting AI crap.) Side note, isn't it possible to have some way to verify if the "vulns" are actual vulns or not? ...Heck why not throw an LLM at it, powered by a single $10 submission fee? | | |
| ▲ | sgerenser 3 hours ago | parent | next [-] | | I believe the company is based in SF, but the developers are all over the world, so $100/hr is probably in the ballpark. Interestingly one of the senior developers is working from prison so his costs are probably a bit lower: https://news.ycombinator.com/item?id=44288937 | |
| ▲ | basilikum 3 hours ago | parent | prev | next [-] | | If I had to desposit 10$ to report a vulnerability to a company that could get their entire production/business to halt, I'd publish the exploit. | |
| ▲ | KronisLV 5 hours ago | parent | prev [-] | | Sounds like a startup idea to me! Admittedly, the friction and the fact that you have to pay would prevent a lot of legitimate people from participation which sucks. AI is really throwing a wrench in the economics of software development, isn’t it? | | |
| |
| ▲ | serhack_ 5 hours ago | parent | prev | next [-] | | cool idea | |
| ▲ | IshKebab 4 hours ago | parent | prev [-] | | Phabricator used to run on a similar system. You had to pay to send them bug reports & feature requests. Sounds a bit weird for an open source project but I can tell you that the one company I worked at that used Phabricator did pay (and they definitely wouldn't have otherwise) so I think it's a viable strategy. Plus it makes you immune to slop! On the other hand they did shut down a year or so ago though. Didn't say why. |
|
|
| ▲ | 6thbit 32 minutes ago | parent | prev | next [-] |
| How about a real/false prediction market of sorts instead of a bounty program and let the public bet on the answer, everyone uses their own tokens to try and verify the report's substance and buys bets on it, if the majority yields False, the house wins, majority real house pays. joking, but maybe not? |
|
| ▲ | zX41ZdbW an hour ago | parent | prev | next [-] |
| I've been trying for more than a year to make TursoDB load a single file, and it fails: https://github.com/ClickHouse/ClickBench/issues/336 |
|
| ▲ | jmuguy 6 hours ago | parent | prev | next [-] |
| I wonder what Hacktoberfest would look like now if they were still giving out t-shirts to everyone. Probably not enough cotton in the world. It can't be on individual maintainers to stop this, imo its on Github (and Gitlab) to stop these sort of accounts from even getting to the point of submitting PRs. Its essentially spam. Look at the user who created the first PR they reference https://github.com/Samuelsills. This is not an account that should be allowed to do anything close to opening a PR against a well known repo. |
| |
| ▲ | embedding-shape 5 hours ago | parent [-] | | An account with zero activity doing nothing shouldn't be allowed to continue doing nothing? Did you share the wrong account here maybe? | | |
|
|
| ▲ | bee_rider 4 hours ago | parent | prev | next [-] |
| Possibly stupid question (this is outside my wheelhouse): is there any way a final full run of the simulator test cases (presumably required to make sure the submitted simulator changes don’t break the thing) could act as a proof-of-work? |
|
| ▲ | satvikpendem 5 hours ago | parent | prev | next [-] |
| Has anyone used Turso in production? It's an SQLite compatible rewrite in Rust but with added features like multiple writer support and being open to external contributions which SQLite is not. I was thinking of using it for my full stack Rust apps just so everything works with cargo and I don't have to bring in SQLite separately. |
| |
| ▲ | redrobein 4 hours ago | parent | next [-] | | It's alright as a dropin sqlite replacement. I ran into a bunch of problems with libsql on windows a year or two ago when I tried it but I'd assume it's fixed now. They also offer turso db as service with a very generous free plan which was my main reason to try it. | |
| ▲ | benatkin 3 hours ago | parent | prev [-] | | Someone did a multi writer implementation that supports the sqlite3 protocol and has finer grained locking, just as a solo project. https://x.com/doodlestein/status/2052910351474209258 |
|
|
| ▲ | phyzix5761 5 hours ago | parent | prev | next [-] |
| Can't they just beat them at their own game and deploy their own AI bots to pre-screen the PRs? |
| |
| ▲ | Aefiam 5 hours ago | parent | next [-] | | from the article: > It is possible to set up automated systems to gatekeep this, but with a non-negligible dollar value attached to it, the incentive is just too great for the AIs to just keep arguing, reopening the same PR, etc. | |
| ▲ | embedding-shape 5 hours ago | parent | prev [-] | | Or, make sure their program doesn't corrupt data so easily, so they don't have to pay out $1000 for every issue others find for them... |
|
|
| ▲ | jrgd 4 hours ago | parent | prev | next [-] |
| it seems we all will slowly learn to live within new contexts; i really appreciate their openness about it and it gives me insights to munch on
thanks to you all also to ring in with dev-style annecdotes (i'm stilllearning everyday, and hope to continue for a long time): those big-prs and tactical tornadoes stories are helping keep the crafts and thinking afloat, somehow. |
|
| ▲ | mikemarsh 6 hours ago | parent | prev | next [-] |
| An interesting "conundrum" (at least from my outsider perspective): how many of those bot requests are from agents that utilize Turso on their backends? |
|
| ▲ | gobdovan 3 hours ago | parent | prev | next [-] |
| I think a lot of this is exposing a change in assumed context, but it seems better to adapt to the new trends than discontinue security programs. AI lets good-faith bug hunters look through more repos they are not deeply familiar with. They may recognize a bad pattern quickly, almost like a very specialized static-analysis rule. But without project context, it is not always clear whether something is a real bug, a footgun, expected behavior, or just out of scope. The blog shows obvious slop examples, but I think borderline accepted vs rejected examples would be more useful. They would help people understand what is worth reporting and what would just drain maintainers. It could also help to ask reporters to clarify how the bug was found so you let people set reasonable expectations: "AI-found and manually confirmed", "AI-assisted", or "no AI used". |
| |
| ▲ | cyclopeanutopia 3 hours ago | parent [-] | | > It could also help to ask reporters to clarify how the bug was found so you let people set reasonable expectations: "AI-found and manually confirmed", "AI-assisted", or "no AI used". And why would they tell the truth? | | |
| ▲ | gobdovan 3 hours ago | parent [-] | | It doesn't really require all people to tell the truth. If the bug hunter is acting in good faith, they can communicate how much scrutiny they think their report deserves, which may reduce maintainer frustration. If the bug hunter is acting in bad faith, and they claim "no AI used" but the report shows obvious AI-generated content, detectable by a classifier, maintainers can dismiss it more easily. |
|
|
|
| ▲ | adamtaylor_13 5 hours ago | parent | prev | next [-] |
| Being a verifiable human identity (not as-in age verification or whatever) but as in having a known, public, reputation online will go a long way in this new slop-first world. |
| |
| ▲ | sowbug 4 hours ago | parent [-] | | There is hardly a bright line between real and fake. An influencer is just a person who rents out their identity. Can you imagine getting a real PR from a human engineer you trust, but the description says "This pull request was sponsored by Skeezy Software Inc."? | | |
| ▲ | adamtaylor_13 3 hours ago | parent [-] | | Well, yes and no. What I mean is, being a related person who is indeed a person (by whatever means you establish that) and having some sort of standard by which you won't be bought, seems increasingly rare and therefore valuable. By "bought" I don't mean they won't sponsor stuff. I mean they've got a public standard that can be trusted to some degree. Your final example isn't exactly what I'm thinking of here. I'm thinking that a well-known identity and name within a community bypasses a lot of this BS with AI slop and communities bombarded by the slop will continue to close themselves off which will increase the value of being a known, contributing member. Idk I need to figure out a way to articulate this better but essentially the value of being verifiably human is increasing IMO. | | |
| ▲ | sowbug 3 hours ago | parent | next [-] | | I'm imagining a chart with two lines. Both have to do with verifying humanity online. The first line shows its cost. It increases dramatically over time. The other line shows its value. That one declines gradually, then falls off a cliff. I think we're very close to those two lines crossing. Which is another way of saying that people might care today whether something was generated by/with AI, but I don't think they will care soon. Humans will still decide what gets created, but the how won't matter as much. You might be right that the software equivalent of a sourdough-baking Reddit community will continue to exist. But most people will buy bread at the store and have no idea how it's made. | |
| ▲ | abnercoimbre 3 hours ago | parent | prev [-] | | Digital human fortresses are totally becoming a thing. For example, our community [0] asks you to submit an application before you're granted an invite code. If you attend a meetup in person we'll grant a "Verified Human" badge too. This gives you the power to invite others into the fortress: you're responsible for them. The price to pay is steep because community growth is now glacial. It really does solve the slop problem though. (I'm also no longer convinced maximizing growth is Good.) Maybe there's some in-between solution for those who dislike invite-only spaces. [0] https://handmadecities.com/chat |
|
|
|
|
| ▲ | rokob 4 hours ago | parent | prev | next [-] |
| Why not require putting up some money, say $20, to submit a bug eligible for a payout? If you know what you’re doing you wouldn’t mind this at all because you’ve proven it to yourself and you’ll get paid $1000. If the bug turns out to not be legit and it was a good faith effort then you can return the deposit as well. Slop doesn’t get a refund. |
|
| ▲ | pscanf 5 hours ago | parent | prev | next [-] |
| We sorely need a way to reliably detect AI slop, but unfortunately it doesn't seem possible and it's just getting harder and harder. Last month I tried my hand at finding a way to tell whether an OSS project is slop or not, based on the amount of "human attention" it received vs the amount of code it contains. The idea is that a 100k LOC project which received 3 days' worth of attention from a human is most certainly slop. The approach doesn't work very well, though¹, mostly because it's hard to gauge the amount of attention that was given. If I see one commit with +3000 LOC, I can assume it's AI-generated, but maybe you're just the type of dev that commits infrequently. Maybe we need some sort of "proof of human attention" for digital artifacts, that guarantees that a human spent X time working on it. ¹ I wrote about it here https://pscanf.com/s/352/ |
| |
| ▲ | ChrisMarshallNY 5 hours ago | parent | next [-] | | I suspect that it will be impossible, soon. People will just train LLMs to "act human," and pass the various turing tests we throw at them. I stay pretty busy[0], and have been accused of "gaming" my GH repos. That's not the case. I'm retired, experienced, and working on software all day, every day. I just don't get paid for it. I also don't especially care, whether or not anyone thinks I'm a bot. I eat my own dogfood. Most of my work is on modules that I use in my own projects. [0] https://github.com/ChrisMarshallNY#github-stuff | |
| ▲ | caymanjim 5 hours ago | parent | prev [-] | | There's no reason to care that a human spent time on it. Humans are bad at writing code. Garbage PRs and slop have been a problem in open source and bug bounty programs since long before AI came on the scene. We need better AI so that there's no need to solicit external bug fixes, and better AI so other contributions can be evaluated for usefulness and quality. What do you care if a human ever looked at it at all? It implies that humans are adding value to the process. It's possible for a human to add value. The right human can add tremendous value. But I'll take a completely autonomous AI over 99% of the human software engineers and 99% of the people contributing PRs and bugfixes. It was hard to keep up with slop before. It's a lot harder now. AI will help weed through the garbage. | | |
| ▲ | 48terry 3 hours ago | parent | next [-] | | If AI is already mass-producing garbage PRs and other unreliable crap, what makes AI (established as producing unreliable crap) the solution for review? What makes the reviewing AI not produce unreliable crap with regards to the review? A magical, hypothetical AI that always gets it right and will make all these problems go away is neither a solution nor a plan. It's wishful thinking. | | |
| ▲ | caymanjim 3 hours ago | parent [-] | | AI in the hands of the right people is incredibly powerful. A good team of engineers with AI doing their own bug-hunting on their own code is already far better than any outsider—human, AI, or human-assisted AI—could ever do. A good internal AI-assisted team is also the only thing that can vet all other contributions. It doesn't matter if those contributions are 100% human-written, 100% AI-written, or a combination. The problem is the same. Unless you stop accepting outside contributions at all, there's simply no way to determine if a human was involved in the process. Any mandate that all contributions come from humans will fail because there's no detection or enforcement mechanism. You have to assume it's slop either way, and improve your ability to vet it. Only another AI can do that, because we don't have enough qualified humans to keep up. | | |
| ▲ | 48terry 3 hours ago | parent [-] | | That didn't actually address my comment or question, so I'll repeat it, I guess. We already know AI is spamming unreliable crap and slop.
The apparent solution is "more, better AI". Why wouldn't this AI for screening all this also produce crap and slop? Is the plan there "AI but it actually works right and doesn't produce crap and slop"? | | |
| ▲ | caymanjim 3 hours ago | parent [-] | | I did address it: AI in the hands of the right people. Random contributions to bug bounty programs or random PRs for new features come from all corners: expert engineers producing fantastic code; intermediate engineers trying their hardest but producing mediocre code; junior engineers wasting everyone's time with ill-conceived poorly-written code; and all of the above with varying amounts of AI assistance. And now also purely-automated AI, where the only human involved is pointing their AI at GitHub with no guidance. You can't stop it on the inbox side. Either you turn the inbox off, or you leverage AI to help you separate the wheat from the chaff. |
|
|
| |
| ▲ | bcjdjsndon 4 hours ago | parent | prev [-] | | Reasonable logic but I bet you get downvoted |
|
|
|
| ▲ | curtisblaine 5 hours ago | parent | prev | next [-] |
| Bots are using real tokens for this. So, ultimate honeypot idea: post heavily commented skeleton code in a github repo, promise a generous money reward for closing issues and never pay anyone. See the bots swarm and burn their tokens to write code for you. |
| |
| ▲ | mackeye 5 hours ago | parent | next [-] | | :D https://github.com/UnsafeLabs/Bounty-Hunters | | |
| ▲ | nottorp 3 hours ago | parent [-] | | Is there a description of this project on any other site? They clearly can't post it's bot bait on the git repo, and maybe not on the leaderboards site because it's linked from the repo. But there must be some announcement about the project somewhere? I'd like to get that to pass it around. |
| |
| ▲ | charcircuit 3 hours ago | parent | prev [-] | | Not paying people is not a "prank." You can be taken to court and forced to pay for their services rendered. An ultimate honeypot would not give the creator so much financial liability for passing out "generous" rewards. |
|
|
| ▲ | singpolyma3 5 hours ago | parent | prev | next [-] |
| It's a bit odd that this comes today after so many other projects reverse this finding. |
| |
| ▲ | frakt0x90 5 hours ago | parent | next [-] | | AI can find useful exploits but the highly publicized ones are among a sea of false positives and the successes I've read were found by people who were already experts. I can 100% see a public bug bounty program being inundated with garbage even if there are diamonds in the rough. | |
| ▲ | kccqzy 4 hours ago | parent | prev [-] | | Reverse what? Let’s take curl as an example. Daniel Stenberg wrote about how he had to stop curl’s bug bounty program due to prevalent AI slop[0]. He also wrote about how he eventually restarted security bug reports without a bounty[1]. It turns out that without a bounty, the reports are higher quality. It almost seems like by removing the monetary incentive, it attracts people who are reporting bugs due to genuine altruism and concern for security, rather than hope for a quick buck. It feels like it harkens back to an earlier age of free software development on the Internet untainted by commercial interests. So my opinion is that security bug reports should continue, but bug bounties should not. Turso should probably still encourage corruption bug reports but with no bounty. [0]: https://daniel.haxx.se/blog/2026/01/26/the-end-of-the-curl-b... [1]: https://daniel.haxx.se/blog/2026/04/22/high-quality-chaos/ |
|
|
| ▲ | Havoc 5 hours ago | parent | prev | next [-] |
| Definitely feels like we're heading towards an eternal september (or already arrived). ...large swaths of approaches on online engagement just becoming non-viable |
|
| ▲ | Dove 3 hours ago | parent | prev | next [-] |
| Let us imagine a Bug Bounty Bouncer Service. The project does not accept bug bounty submissions without BBBS attestation. To get it, you must first submit your report to the BBBS for review. Now, if this is your first submission (you are unknown to the BBBS), you must submit $50 to the BBBS along with the bug report, to pay a human to spend an hour looking at your work to verify it is written in good faith. This is not a review of whether the bug is real or valuable, just a readover to verify the report is coherent and plausible. If you have done this before, you can get a free attestation based on being a member in good standing, but submitting slop (per the judgement of the BBBS reviewer or the project receiving the report) is an account ban. The BBBS couldn't steal your work and submit it themselves if they gave you some sort of signed hash as a receipt, which as a side effect would also be a deterrant against bounty programs stealing your work. Submissions would only be expensive per submission for an anonymous user, enabling the low friction high trust communication under which collaboration works best when reputation has been established. The BBBS itself won't be overrun by slop since the price of establishing an account far exceeds what a bot might expect to make with a single malicious submission. Nor can legitimate established accounts be sold since the cost of creating them exceeds the value to be expected from abusing them. Moreover, the cost to establish a reputation as a bug bounty hunter is small in dollars compared to the cost in time and expertise that a legitimate hunter would be expected to expend in the course of their work. The vast majority of slop would go away as the cost of a first submission is much too high. The cost to the project is close to nothing - integrating with the BBBS attestation API. The cost to a legitimate bug bounty hunter is low - some human review while establishing a reputation, which could even be made useful if it came in the form of feedback. All review is paid for by the submitter, so no one is trying to counter infinite slop with volunteer hours. Moreover, the BBBS can serve as a mediator of trust, not only against AI, but as a place to receive reputational merit for high value work and trustworthy bug bounty programs. I realize I am describing a lightweight guild, which is subject to well known political failure modes (the most significant of which is exploiting newcomers), but the concept has the advantage that guilds have functioned as successful slop gatekeepers in society for a very long time and a lot is known about how to make them work. |
|
| ▲ | overgard 5 hours ago | parent | prev | next [-] |
| The weird thing is it can't be that economically feasible to burn a ton of tokens in the hopes that you might get a bounty.. seems like a great way to set money on fire. |
| |
| ▲ | bigballsbjorn 4 hours ago | parent [-] | | i was just thinking about that. i don't think anyone is systematically making money with that. it's probably just people who set up openclawd or whatever and told it to solve bounties. |
|
|
| ▲ | arian_ 4 hours ago | parent | prev | next [-] |
| we automated finding bugs. then we automated submitting bugs. now we're automating rejecting submissions. at no point did anyone automate fixing the bugs. |
| |
| ▲ | xmcp123 2 hours ago | parent | next [-] | | I actually just got a PR from my boss's AI agent.
It identified the wrong problem (surface level), and corrected it by corrupting the document data, but making it no longer throw an exception. Take that clankers | |
| ▲ | AlienRobot 4 hours ago | parent | prev | next [-] | | Be careful for what you wish. Someone automated rewriting Bun in Rust, allegedly fixing the bugs. | |
| ▲ | empath75 4 hours ago | parent | prev [-] | | Fixing bugs has been automated by claude code and other tools for a while. We've merged a bunch of bug-fix PRs by claude, some of which were found by other bots. |
|
|
| ▲ | ToucanLoucan 6 hours ago | parent | prev | next [-] |
| Oh look it's more of exactly what AI skeptics said would happen: low effort bullshit generated at scale making life hell for people actually trying to make things. That's wild. Edit: it is genuinely wild, I don't know of another product category that selects so perfectly for the WORST type of person to be it's enthusiast. Just every single person I see hyped about AI is fucking insufferable on at least one and usually multiple axis. |
| |
| ▲ | xandrius 5 hours ago | parent | next [-] | | To be fair, you're not making a compelling case for your team either. | | |
| ▲ | shimman 4 hours ago | parent [-] | | Sure if you close your eyes and ignore the evidence all around you... |
| |
| ▲ | replwoacause 3 hours ago | parent | prev | next [-] | | Crypto gives AI it a pretty good run for its money in this regard, though the Venn diagram here is probably close to a perfect circle. | |
| ▲ | jcgrillo 5 hours ago | parent | prev | next [-] | | Web3 is the closest analogue in recent memory, but if you go back further to the pre-enlightenment era (and some pockets of more recent history, particularly in isolated rural/colonial regions) you can see similar behaviors. It's mad religious fervor coupled with poor education. They see what their beliefs tell them they should see, and lack the mental rigor to analyze the actual data. Not their fault! It's our fault for letting them into the profession. Other disciplines are much better at keeping these folks outside the gates. | |
| ▲ | jquery 5 hours ago | parent | prev | next [-] | | I think people would be more interested in listening to "AI skeptics" if they offered realistic solutions to the problems they predict. Pandora's box has been opened, let's deal with the consequences now instead of trying to shut the box which cannot be shut. | | |
| ▲ | overgard 4 hours ago | parent | next [-] | | "We created a massive problem but it's up to you, the people that never wanted this, to clean up our mess." | |
| ▲ | ToucanLoucan 5 hours ago | parent | prev [-] | | > I think people would be more interested in listening to "AI skeptics" if they offered realistic solutions to the problems they predict. AI is the fucking problem. Yes, it has (some) uses. It is not nearly the number advertised. And more and more the median use case seems to be, again, overloading people actually trying to do work with an avalanche of bullshit. The solution is exactly what the linked article says: shut it down. The AI people have ruined another good thing that was both beneficial to the project, and to a number of individuals. | | |
| ▲ | b65e8bee43c2ed0 3 hours ago | parent | next [-] | | >The solution is exactly what the linked article says: shut it down. China says no. what are you going to do now, sanction it? =) | |
| ▲ | vovavili 5 hours ago | parent | prev | next [-] | | What an unreasonably maximalist opinion. | |
| ▲ | dale_glass 5 hours ago | parent | prev [-] | | > The solution is exactly what the linked article says: shut it down. At this point it's impossible, so I concur with the parent: forget about the shutting it down and think of something actually realistic. | | |
| ▲ | miyoji 5 hours ago | parent | next [-] | | This response is incredibly annoying and insufferable. It's only "impossible" at this point because people continually ignored skeptics and anyone warning about exactly these outcomes. Now that doom is here, it's too late to do anything about it. Just accept the doom! | | |
| ▲ | dale_glass 5 hours ago | parent | next [-] | | The critics didn't do themselves any favors. Part think the Terminator has something useful to say on the subject, part invent contrived scenarios like self-driving cars having to resolve trolley problems. Reality turned out to be much more boring. But yes, what you said but unironically. Like it or not it's here, it's not going away, so all the remaining options have to assume that. | | |
| ▲ | miyoji 4 hours ago | parent [-] | | > The critics didn't do themselves any favors. Part think the Terminator has something useful to say on the subject, part invent contrived scenarios like self-driving cars having to resolve trolley problems. Reality turned out to be much more boring. You do very well in battles against straw men. | | |
| ▲ | dale_glass 3 hours ago | parent | next [-] | | I'm referring to actual people I argued with in the past. People convinced that AI in a self-driving car would involve the car calculating whether to kill a pedestrian or the driver, rather than trying to figure out whether this thing half obscured by foliage is a speed limit sign or not. Obviously that's not what everyone argues, my point is that there's a lot of chaff in such arguments and not much wheat. People make a lot of noise about dramatic but completely unrealistic scenarios, while ignoring the far more boring reality. The PauseAI people are for instance talking about human extinction, somehow. And not crappy GitHub PRs. | |
| ▲ | bcjdjsndon 4 hours ago | parent | prev [-] | | I guarantee you AI will not end the world | | |
| ▲ | shimman 4 hours ago | parent | next [-] | | No one serious is arguing it will destroy the world (outside of LLM companies using these people as free marketing), the real critics argue that this is going to weaken labor while all the benefits go to the few capitalists and nothing ultimately improves in regards to society. Unless improvement for you means increase cancer rates, exacerbating the climate crisis, or using poor systems to kill school children in wars. All outcomes humans with souls typically want to avoid. | |
| ▲ | miyoji 4 hours ago | parent | prev [-] | | I never said it did, "doom" in this case is just "any negative consequences of AI", because anyone saying that AI could lead to negative consequences has been accused of "doomerism". My point is simply that the negative consequences are here right now, in the room with us, and AI boosters are still pretending that they don't exist. |
|
|
| |
| ▲ | empath75 4 hours ago | parent | prev | next [-] | | > Now that doom is here, it's too late to do anything about it. Just accept the doom! What doom? This is a mildly annoying problem that will likely be self correcting long term. | | |
| ▲ | shimman 4 hours ago | parent [-] | | You need to get out of your SV big tech bubble and go attend your local planning board meeting, the vast majority of the public hates this technology. It's literally killing members in their community and ruining the ecology. The question we should ask is why a subset of humans are so gung-ho about this technology when all it's done is induced mass misery at even a greater scale. We all know the actual answer to this: they want more money even if the costs is more societal misery. Be careful tho, we already know people are willing to commit violence and if it's one thing you can count on in the USA is when economic conditions worsen more people become desperate. That desperation leads to pretty extreme reactions, and these reactions are typically adored by the public writ large too (see the public's Luigi reactions). Quite the powder keg and I don't think SV realizes the potential backlash that they are brewing themselves. |
| |
| ▲ | ToucanLoucan 4 hours ago | parent | prev [-] | | My only objection is calling it doom. It isn't and calling it that gives this stupid shit used by low-effort people far, far too much credit. It's just slop. But it does suck, you know? Part of what makes OSS so great is that anyone could contribute. If someone uses a thing, and finds something broken or a way to make it better, they could do that and then push it back up to the project and ideally have it merged so everyone can use it. That's what makes it awesome. The project benefits, the maintainer benefits, the coder benefits, the users benefit. Now we have to stop that because lazy people can't stop shitting it up with generated PRs and trying to get money for not fucking doing anything. | | |
| ▲ | miyoji 4 hours ago | parent [-] | | I mean, I was being a little hyperbolic and spitting back against people who claim that any criticism of AI is "doomerism", but I edited out the part of my comment that made that clear before posting. My bad. Although I do want to push back mildly. I think this situation is a bit worse than just "it sucks", and if you extrapolate out to a world where every institution that's like open source gets polluted by the same fundamental dynamics, it's not quite doom, but it's quite a bit worse than "it does suck". |
|
| |
| ▲ | jcgrillo 5 hours ago | parent | prev [-] | | > forget about the shutting it down and think of something actually realistic. Why is it not realistic? Small teams do excellent work. Keep your team small and trusted. Only accept contributions from your team, and people outside your team who are personally vouched for by someone on your team. It's like climbing mountains or sailing or any other type of inherently risky activity--you don't go out with people you don't trust. It's eminently possible, you just don't like the idea of it. | | |
| ▲ | dale_glass 5 hours ago | parent | next [-] | | That's not shutting anything down, that's just being selective with what you accept, and everyone did that already to some extent. Even pre-AI it was obvious that contributions have to be vetted for a bunch of reasons. | | |
| ▲ | jcgrillo 5 hours ago | parent [-] | | Right, so the Github "open contributions" model where anyone can open an issue or a PR or otherwise waste a maintainer's time is broken. Fundamentally insecure under this type of attack. Now that the exploit is being used widely, and costing us immensely, we need to put a lid on it. If the only way to guarantee an AI bot (or its meatspace sock puppet) doesn't waste your time is to move to a "look but don't touch" model, then that's what we need to do. I think this would be a reasonable default: Public repos are read only except for contributors who have been given specific permission, and those permissions are granular e.g. in order of increasing damage potential: - comment on issue - create issue - comment on PR - create PR - run CI against PR - etc. In other words, shut it down. | | |
| |
| ▲ | bcjdjsndon 4 hours ago | parent | prev [-] | | > It's eminently possible, you just don't like the idea of it. Sounds like you can't accept AI is here to stay | | |
| ▲ | ToucanLoucan 4 hours ago | parent [-] | | "I shit on your floor, guess you have to get used to shit on your floor" No. You go out the door, and then I clean it up, and you don't get invited back. That's how that works. |
|
|
|
|
| |
| ▲ | micromacrofoot 5 hours ago | parent | prev [-] | | for every person that's hyping AI there are another 10 just using it to get stuff done without talking about it incessantly | | |
| ▲ | miyoji 5 hours ago | parent | next [-] | | Yeah, those 10 people are getting really useful stuff done, like submitting nonsense bugs to Turso in an attempt to get bug bounties. | |
| ▲ | replwoacause 3 hours ago | parent | prev [-] | | I'm using it to do harder work and more of it for my employer for the same pay. | | |
|
|
|
| ▲ | AlienRobot 4 hours ago | parent | prev | next [-] |
| I'm sorry but I find the slop PR's hilarious. >the author just injected garbage bytes manually into the database header, and then argued that this corrupted the database >Steps to reproduce: Modified cli/main.rs to include a Vec with limited capacity. Forced a volatile write beyond the allocated bounds using std::ptr::write_volatile. >author claims to have found a critical vulnerability that allows for the execution of arbitrary SQL statements. Imagine that? A SQL database that allows the execution of SQL statements. How can we ever recover from this. I wonder why are they even doing this. Do any of these PRs ever win any money? It feels like they are burning down a forest thinking they'll find gold if they do it, without any evidence that there will be any gold after the forest is burnt down. |
|
| ▲ | k2xl 6 hours ago | parent | prev | next [-] |
| Isn't there some alternative approach? I.e when someone submit ai slop they get a strike. Three strikes and you are suspended from submitting to the bug bounty for x months/years? *Edit - I get it. It seems like the authentication is a challenge. |
| |
| ▲ | JoshTriplett 6 hours ago | parent | next [-] | | https://en.wikipedia.org/wiki/Sybil_attack New identities are cheap. | | |
| ▲ | icoder 6 hours ago | parent [-] | | I think that's the problem, or at least a problem, and a growing one. |
| |
| ▲ | mapt 6 hours ago | parent | prev | next [-] | | How about "It costs $1000 to submit a bug bounty for approval", and raise the reward to $2000 (or $5000 if it's in the cards, since that will have a deterrant impact on non-AI responses). Denominated in BTC to avoid chargebacks etc. | | |
| ▲ | JoshTriplett 5 hours ago | parent [-] | | I think that's entirely sensible. Doesn't even have to be that expensive, just expensive enough to deter people who go "oooh, free money", and expensive enough to compensate for having to review slop far enough to realize it's slop. | | |
| ▲ | icoder 5 hours ago | parent [-] | | Wouldn't be surprised if a dollar per entry already made a whole lot of difference. |
|
| |
| ▲ | vrighter 6 hours ago | parent | prev | next [-] | | you still need to spend effort reviewing the code to figure out when you can give a strike. Thrice for an actual ban. This would still waste precious maintainer time. | |
| ▲ | moron4hire 6 hours ago | parent | prev | next [-] | | They mentioned they had identified alternatives but it would be costly to implement them. One can imagine that ban evading by generating a new user account would be easy for an LLM agent. It's going to be a long, long game if whack-a-mole. | |
| ▲ | blharr 6 hours ago | parent | prev | next [-] | | Such a person can just make a new account and go back at it | |
| ▲ | empath75 6 hours ago | parent | prev [-] | | This probably gets solved outside of the level of an individual project. No small team can handle this without building a whole product just to handle the bug bounty. |
|
|
| ▲ | andai 4 hours ago | parent | prev | next [-] |
| I don't get it. Can't they ask Claude to check slop? This sounds like a bit of a baby/bathwater situation. (Okay Claude is too expensive, but Deepseek can probably handle it.) |
| |
| ▲ | 48terry 3 hours ago | parent [-] | | How do you verify that Claude's output when checking slop is, in fact, correct, and not just more slop itself? | | |
|
|
| ▲ | shevy-java 4 hours ago | parent | prev [-] |
| AI is making humans obsolete. Skynet has won. |