this post was submitted on 28 Feb 2026
1 points (100.0% liked)

AI Coding

27 readers
1 users here now

A community to discuss agentic and AI assisted coding.

All users are expected to follow the code of conduct, particularly in regards to voting:

1.3. Vote for quality: When downvoting content in communities the downvotes should reflect the quality of the content rather than whether you personally agree with it.

founded 2 months ago
MODERATORS
 

Let’s sum it up

  1. Place documentation where both human developers and AI agents can expect it. For example, in README.md, not AGENTS.md.
  2. Prefer exposing functionality as command-line tools and APIs, which are well accessible to developers and AI agents alike, over GUI and MCP tools.
  3. Avoid parameters (command-line, environment, etc.) that segregate workflows between humans and AI agents, for example, avoid AI=true, prefer --quiet or—even better!—design your tools with limited context/mental-overload in mind.
  4. In general, avoid making workflows that are available to AI but hard to access for humans, and vice-versa.
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here