EveryDev.ai
Subscribe
Home
Tools

3,750+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. vale-ai-tells
    vale-ai-tells icon

    vale-ai-tells

    Linters & Formatters

    A Vale style-package that flags AI-written prose tells like em dashes, abstract triads, and antithesis flourishes so you can rewrite them yourself.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Clone and use with no restrictions.

    Engagement

    Available On

    macOS
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Linters & FormattersContent AnalysisDocumentation

    Alternatives

    ValeRuffUltracite
    Developer
    Krishna SunkamKrishna Sunkam builds open-source developer tools focused on…

    Listed Aug 2026

    About vale-ai-tells

    vale-ai-tells is an open-source Vale style-package built and maintained by Krishna Sunkam under the MIT license. It runs entirely on your local machine and flags the mechanical fingerprints of AI-generated or spec-grade prose in Markdown, HTML, and plain text files — without rewriting anything for you.

    What It Is

    vale-ai-tells is a linting rule set for the Vale prose linter. Rather than guessing a probability that a machine wrote your text, it names specific, mechanical tells — the em dash, the abstract-noun triad, the antithesis flourish — and leaves the rewrite to the author. The project describes itself as "a rule floor, not a detector," meaning it catches patterns that should never ship or that warrant judgment, but it does not attempt to score overall AI-likeness.

    The 17 Rules

    The package ships seventeen rules derived from real editing passes and scored against a labeled benchmark. Six are gated as errors — mechanical tells the project says should never ship:

    • Dash — em and en dashes, including numeric ranges
    • CodeToken — ALL_CAPS_UNDERSCORE names and single-letter formulas
    • FilePath — raw file paths in prose
    • StatusBracket — inline status grades like [ON TRACK, GREEN]
    • SectionCode — section and source codes
    • NeverTag — antithesis flourishes closing with "never"

    The remaining eleven fire as suggestions: EpigramContrast, NegParallel, CopulaInflation, HiddenVerb, Passive, Cliche, WeakResume, VirtueHonest, LinkText, AbstractTriad, and Adverb. A bench/ folder holds a synthetic labeled set and scorer so contributors can verify recall and false-fire rates before a rule ships.

    Setup Path

    The quickest path is a one-command shell script that clones the repo and runs the bundled checkmyprose.sh against any Markdown file. Prerequisites are macOS or Linux, Vale (installable via Homebrew), and Python 3. For permanent integration, the AiTells style folder can be copied into any repo's styles/ directory, or the release ZIP can be referenced directly in a .vale.ini config file and pulled with vale sync.

    Claude Code Integration

    The repository includes a SKILL.md that lets Claude Code (or a compatible agent) act as a prose-review assistant. The agent runs the linter, reads findings back as a table, and offers recasts one at a time in the author's voice. The project is explicit that the skill marks tells and never bulk-rewrites.

    Update: v1.0.0 — 17 Rules, Benchmarked

    Version 1.0.0 was published on 2026-08-25, marking the first stable release. The release name "17 rules, benchmarked" signals that the full rule set has been validated against the project's synthetic benchmark before shipping. The repository was created in July 2026 and reached its first release within roughly six weeks.

    vale-ai-tells - 1

    Community Discussions

    Be the first to start a conversation about vale-ai-tells

    Share your experience with vale-ai-tells, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Clone and use with no restrictions.

    • All 17 linting rules
    • Local-only processing
    • Vale style-package integration
    • Claude Code skill via SKILL.md
    • Benchmark tooling included

    Capabilities

    Key Features

    • 17 linting rules for AI-written prose tells
    • Six error-level rules for mechanical tells that should never ship
    • Eleven suggestion-level rules for judgment calls
    • Runs entirely on local machine — no data leaves your system
    • Supports Markdown, HTML, and plain text files
    • One-command quickstart via checkmyprose.sh
    • Vale style-package installable via .vale.ini and vale sync
    • Benchmark folder with labeled set and scorer for rule validation
    • Claude Code skill integration via SKILL.md
    • MIT licensed and open source

    Integrations

    Vale prose linter
    Claude Code
    Homebrew
    Markdown
    HTML
    Plain text
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate vale-ai-tells and help others make informed decisions.

    Developer

    Krishna Sunkam

    Krishna Sunkam builds open-source developer tools focused on prose quality and writing hygiene. The vale-ai-tells project reflects a hands-on approach to editing: rules are derived from real editing passes and validated against benchmarks before shipping. The project is maintained on GitHub under the MIT license.

    Read more about Krishna Sunkam
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Vale icon

    Vale

    A markup-aware, open-source command-line linter for prose that enforces editorial style guides across docs in any format, entirely offline.

    Ruff icon

    Ruff

    An extremely fast Python linter and code formatter written in Rust, designed as a drop-in replacement for Flake8, isort, and Black.

    Ultracite icon

    Ultracite

    An AI-ready, zero-configuration Biome preset that formats and lints JavaScript/TypeScript to enforce consistent, type-safe code and integrates with editors and AI agents.

    Browse all tools

    Related Topics

    Linters & Formatters

    Automated code quality tools that check style, detect errors, and format code consistently across projects.

    10 tools

    Content Analysis

    AI-powered tools that automatically analyze, categorize, and extract insights from text, images, video, and other content types for sentiment analysis and semantic understanding.

    63 tools

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    93 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions