The plugin monitors text changes, evaluates typing patterns, and identifies characteristics such as rapid text generation or large block insertions, providing real-time feedback on the input source. Ideal for maintaining content authenticity and understanding editing behaviors.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Hulk is a Visual Studio Code extension that detects whether the input in the editor is manual or AI-generated. It uses heuristics such as typing speed and the size of inserted text to classify the input.
Features
Detects manual vs AI-generated inputs in real-time.
Displays notifications with the detected input type.
Useful for understanding input sources and improving workflows.
How to Use
Install the extension.
Start editing a file in VS Code.
Notifications will appear indicating whether the input is manual or AI-generated.
Commands
Hello World Command: Run Hulk: Hello World from the Command Palette to test the extension.
Installation
Download the .vsix file from your local build or the VS Code Marketplace.
Open Visual Studio Code and go to Extensions.
Click on Install from VSIX and select the file.
Requirements
Visual Studio Code v1.75 or higher.
Node.js and npm for development.
Known Issues
Heuristics might not perfectly distinguish inputs in all scenarios.
Release Notes
0.0.3
Initial release with basic input detection.
=======
hulk
A vscode plugin that attempts to detect human vs AI code, purely a research piece as of now.