Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
AI-powered linter
This talk covers an AI-powered linter that lets tech leads easily write rules to enforce code quality, preventing issues from AI agents and speeding up new hire onboarding.
Getting your team to write quality code in the age of AI is hard. It requires you to spend a lot of time repeating yourself in code reviews, relentless documentation, and continuous mentorship.
We fix this by making it easy for tech leads to write and maintain AI-powered code linter rules. These rules can check for anything an engineer normally has to do. They take 10 seconds to write and we keep them up to date as the codebase changes. The rules are enforced during code review or can be ran locally using the CLI.
Use cases:
- Put guardrails against bad code from AI coding agents
- Eliminate downtime from common “foot-guns” in the codebase
- Ramp up new hires faster
- Progressively refactor code standards
- Replace brittle custom linter rules