That's not true. The Internet was inherently unreliable for a long time—connection drops, packet losses, hardware failures—but that didn't stop it from being a platform for incredible value.
You can build valuable, reliable systems on top of unreliable foundations. That's how humanity has progressed over the centuries.
It's still unreliable because humans are but a human lying or saying incorrect things is different from an AI confidently doing it.
First of all humans or websites have reputations, with GPT you just hit refresh and you are talking to a entirely different entity and everything they said is gone.
If you look past the hyperbole, I think there are some interesting data points in there. For example, fewer enterprises claim to have AI systems in production this year vs last year.
Thanks for trying - and for the fair feedback! We'll look at the AutoFix result and improve it.
Our goal with the default patchflows is to provide a starting point/template and let you tailor it to your needs from there. E.g. with the 'Generate README' workflow, you can add the 'Read File' step to read the existing file and pass it to the context to update it rather than generate a new one from scratch.
We think this does reduce DevSecOps friction - even simple things like passing scan results through an LLM to eliminate obvious false positives have an outsized impact.
Thanks for giving it a shot - look forward to hearing your feedback!
Dev teams—especially in larger organizations—need to perform many repetitive tasks outside of code generation. Patched helps them create automation for those tasks in a way that can meet their specific needs around customization and privacy. Hope this clarifies? :)
- Ensuring compliance with internal engineering standards/coding conventions.
- Documentation for change management compliance.
- Ensuring no critical/high vulnerabilities in code as flagged by scanners.
- Updating tests to maintain code coverage.
- Reviewing APM logs (like Sentry) to identify real bugs v/s false alarms.
Given a certain scale, each of these tasks become repetitive enough to warrant some degree of automation.
We were reluctant to add a chat interface at first tbh, but there were so many real-world cases where a single-pass interaction just wasn't enough. Debugging logs is another case.
You can build valuable, reliable systems on top of unreliable foundations. That's how humanity has progressed over the centuries.
reply