
Nikita Nosov
190 posts

Nikita Nosov
@nik1t7n
i am nikita, founder & software engineer


I built context-firewall for coding agents. agents waste context on terminal noise: test output, diffs, logs, rg results, giant JSON. context-firewall lets agents run the same commands they already run, but shows them only the useful summary instead of flooding their context. the full output is still saved locally, so the agent can pull exact lines later if it needs them. feel free to use it, test it, challenge it, contribute and give your agent more room for the actual work. in a real release audit: 300k raw tokens → 16k agent-visible tokens 94.6% less context noise brew install nik1t7n/tap/cfw npx @nik1t7n/context-firewall --help github.com/nik1t7n/contex…














anyone thinking about, learning, or already working with agentic systems, you should know this. the first few steps of your setup matter more than any model or framework you pick later. get them right and you never lose your flow. the foundation nobody posts about: > 1. tailscale. a private mesh network across every machine you own. laptop, desktop, rented node, all on one secure tailnet, reachable from anywhere. nothing else works well until this does. > 2. termius, over that tailnet. one SSH client that reaches every node, phone included. you are never away from your stack. > 3. tmux. persistent sessions. disconnect, close the laptop, come back, every session exactly where you left it. agentic work runs long, your terminal has to survive that. > 4. a private git repo. the one i am most glad i found. it is the memory layer across all my agents, they pull, they work, they merge back, the codebase stays alive between sessions. context that would die in a chat window lives in the repo instead. > 5. script everything from day one. ssh aliases for every node, setup scripts, the boring boilerplate automated. if you will do a thing more than twice, it is a script. everything past these five is decorative. know these cold. and the habit that ties it together: ask the AI itself. for the config, for the error, for any of it, let the agent do the lifting, then double check what it hands you. lock the five, build the habit, and you make it. skip it, anon, and you ngmi.







Hermes Agent now has access to hundreds of browser skills through @browserbase’s new Browse.sh hub, so agents can more reliably perform any task on the internet. You can try a skill from their catalog or contribute your own.




