Live data from Hacker News

AGENTS.md – Open format for guiding coding agents

agents.md

281–290 of 398 posts

Re: AGENTS.md – Open format for guiding coding agents

#283

I feel like humans are slowly being tricked into maintaining proper documentation for their projects.

Joking aside this is kind of how I'm pitching it to our team. Even if LLMs don't significantly improve productivity writing code they will at least get us to document everything in a similar amount of time.

Re: AGENTS.md – Open format for guiding coding agents

#284
post #120

Earlier quoted context omitted.

I have Claude Code maintain the files and reference links between them.

Isn't it consuming more tokens ?

Feels like less than jr vibe coding to me.

It looks up what it should and shouldn’t do. I can make sure it always or never does something a certain way again.

Claude max is also worth it.

Re: AGENTS.md – Open format for guiding coding agents

#285

Earlier quoted context omitted.

I suspect machine readable practices will become standard as AI is incorporated more into society. A good example is autonomous driving and local laws / context. "No turn on red. School days 7am-9am". So you need: where am I, when are school days for this specific school, and what datetime it is. You could attempt to gather that through search. Though more realistically I think the municipality will make the laws req…

Those particular signs are just stupid. The street should be redesigned with traffic calming, narrowing and chicanes so that speeding is not possible. Slapping on a sign is ineffective

Maybe for new schools. Old schools don't have the luxury of being able to force adjacent road design changes in most cases. Also. I've frequently seen the school zones extended out in several directions away from the school to make heavily trafficked intersections feeding towards the school safer. Safer for pedestrian and motorist alike. The real world is generally never so black and white. We have to deal with that gray nuance all the time.

Re: AGENTS.md – Open format for guiding coding agents

#286
post #162

Earlier quoted context omitted.

Another reason to use a src/ directory for the actual source code.

Or accept the fact that we're in 2025 and not follow Unix conventions from when paper and printer ink were expensive and they were printing out listings, and just name the thing "source". I've gotten used to it, obviously - as someone with a career in IT for 20 years - but /etc & co. annoy me to no end. I know it will never change, I know why it won't change, I know GoboLinux will be just an interesting experiment, b…

/Library/System/Applications/Core/Security/Daemons.app/Framework/Version 4.6.2/Let's not go full Apple please.

Re: AGENTS.md – Open format for guiding coding agents

#287
post #191

Earlier quoted context omitted.

Have you considered that there are other metrics people are optimizing for nowadays? Perhaps typeability, screen real estate, familiarity/convention, etc.? Do you really want /User Files/Bob's Files/Coding Projects/Python Projects/Bob's Cool Python Library/Source Code/Model Files/SomeObject.py?

1. Yes, I have, if you re-read my comment. 2. I don't want to fight extreme positions which I did not make. Read this: https://gobolinux.org/at_a_glance.html I didn't say paths have to have spaces, etc. Just be reasonable and >.

I think paths need to have emojis too in order to represent the emotional state of the person who created them in the year of our memelord 2025.

Re: AGENTS.md – Open format for guiding coding agents

#288

Earlier quoted context omitted.

Another reason to use a src/ directory for the actual source code.

These files also generally work in a nested fashion, like .gitignore and the like. So you want something that can be injected into the namespace of any directory in your project with relatively low likelihood of conflicts.

How about an underscore instead?

Re: AGENTS.md – Open format for guiding coding agents

#289

This should've been an .agents¹ with an index.md. For tiny, throwaway projects, a monolithic .md file is fine. A folder allows more complex projects to use "just enough hierarchy" to provide structure, with index.md as the entry point. Along with top-level universal guidance, it can include an organization guide (easily maintained with the help of LLMs). index.md ├── auth.md ├── performance.md ├── code_quality ├── da…

This should have been CONTRIBUTING.md all along.

The content of the AGENTS.md is the same as what humans are looking for when contributing to a project.

Re: AGENTS.md – Open format for guiding coding agents

#290
This is a sad timeline. "AI is going to replace engineers.. but first please fill this human-readable markdown file to help it understand your code". What a bunch of morons, that's just called documentation.

Instead of using AI where it can actually have positive impact on human lives like medicine, biology, et al. we're wasting huge amounts of resources and generating tons of pollution to teach it to program and steal art and books so Aunt Lily can generate a video of a dog.

Post reply on HN