Verdent AI Free Mode: No-Subscription Coding Agent

AICodeKinggo watch the original →

Verdent now offers a free tier for its AI coding agent that allows users to inspect files, run commands, and verify code changes without a subscription or credits.

Free Mode Capabilities and Usage

Verdent has introduced a free tier for its desktop coding agent that operates without requiring a subscription or credit purchases. The agent is capable of reading project files, executing shell commands, and verifying code changes against existing test suites. Usage is governed by a rolling allowance that refreshes every five hours, alongside a broader weekly usage cap. Because the specific number of messages is not fixed, users should monitor their usage within the application before initiating complex tasks.

Practical Application and Verification

To test the agent, the author provided a JavaScript shopping cart function that failed to handle string-based inputs and quantity multipliers. The agent successfully reproduced the failures across five existing tests, implemented the necessary type conversions, and rounded the final output to two decimal places. The fix was verified by re-running the test suite, which resulted in all five tests passing. The author recommends using this mode for focused, small-scale tasks such as bug fixes, interface adjustments, or generating documentation, as these allow for easier verification of the agent's output compared to large-scale architectural changes.

Comparison of Tiers

Verdent differentiates its service into three modes: Free, Eco, and Prime. Free mode is available to all users without a paid plan. Eco mode is included with a subscription and provides a separate quota without consuming credits. Prime mode utilizes stronger models and operates on a credit-based system. The author suggests starting with Free mode to evaluate the agent's performance on specific tasks before considering a subscription-based tier.

  • #tutorial
  • #ai
  • #dev-tooling

summary by google/gemini-3.1-flash-lite. probably wrong about something. check the source.