Wrap the claude CLI so it starts with a growing delay each time you invoke it in one day.
Wrap GitHub Copilot's CLI on a NixOS system using the provided Nix function.
Copy the wrapper template script to slow down any other command line AI tool on a non-Nix system.
Use the daily reset as a gentle nudge to notice how often you're reaching for an AI agent.
| xophmeister/wean | appleaa123/fable_os | jayvig79/plex-preroll-automation | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | Shell | Shell | Shell |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
NixOS or Home Manager users get a ready function, others must manually edit and place the wrapper script.
wean is a small shell script whose purpose is to make you use AI coding tools like Claude Code or GitHub Copilot a little less. The author was inspired by philosophical ideas about how relying too heavily on a tool can make work feel disconnected from the person doing it, and built wean as a lighthearted but genuinely functional way to push back against that. Rather than blocking an AI tool outright, wean wraps around the command you normally run and adds a start up delay before the tool launches. Each time you use it in a day the delay grows longer, following an exponential pattern, and a message reminds you that you are meant to be in control of your own work. The delay resets automatically at the start of each new calendar day, so the friction builds up as you lean on the tool more and eases off if you take a break. On NixOS or with the Home Manager tool, wean is distributed as a Nix function you can drop into your system configuration to wrap any package's binary, such as claude or GitHub Copilot's CLI. For people who do not use Nix, the project also includes a plain wrapper template script that can be copied, renamed, and pointed at any binary you want to slow down, by editing two file path variables inside it and placing it earlier in your shell's PATH than the original tool. The author is upfront that the whole idea is trivial to bypass since it is just a wrapper script, but the point is not to make it impossible to skip, only to introduce enough of a pause that you think twice before reaching for an AI agent out of habit.
A shell script that wraps AI coding tools with a daily-growing startup delay to discourage over-reliance on them.
Mainly Shell. The stack also includes Shell, Nix.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.