All activity
Yusufleft a comment
I built PR Guard to promote the use of responsible AI development! Developers these days are free to use AI to generate PRs which they might not necessarily understand. By using PR Guard we can push back on this behaviour, by askin 3 questions we can guide the author to understand the implications of the PR. This is not a solution to stop AI generated PRs, but rather a first step to responsible...
PR GuardGitHub Action checking if a PR author understands the change
PR Guard is a GitHub Action that uses an LLM to check whether a pull request author actually understands their own change.
It doesn’t try to detect or ban AI generated code. Instead, it:
Generates three focused questions about the diff
Makes the author answer them
And then judges whether the answers show the author understands the code submitted
If they pass, the check goes green. If not, the bot explains why and blocks until the author thinks a bit harder.
PR GuardGitHub Action checking if a PR author understands the change
Yusufstarted a discussion
Updates coming soon!
I am working on a windows version and an update to add in eye tracking device! Stay tuned for updates to EyesOff. If you have been using it and have any feedback let me know! https://www.eyesoff.app
Yusufleft a comment
Hey, I'm Yusuf the developer behind EyesOff. The app utilises a 230kb facial detection model, which takes images from your webcam and checks for any faces entering the viewing field of your webcam. If the number of faces exceeds the threshold an alert will be shown. Built with Python + PyQt, the YuNet code comes from OpenCV. Currently it's a macOS app only, however I will be widening access to...

EyesOffAlerts you when someone peeps at your screen

