Earlier quoted context omitted.
LLM generated comments go against site guidelines.
I wrote this, I just spend enough time with LLMs to sound like one
Lore – Give your coding agent the decisions your team made
21–30 of 63 posts
Re: Lore – Give your coding agent the decisions your team made
#22Earlier quoted context omitted.
I wrote this, I just spend enough time with LLMs to sound like one
Yeah every same human would use m-dashes in their sentences — it just makes sense
Also this user created an even newer account at the same time as posting this to drive engagement. /tinfoil-hat off
Re: Lore – Give your coding agent the decisions your team made
#231. Write ADRs (or get agents to write them) 2. Commit ADRs to git 3. Mention ADRs in AGENTS.md
Re: Lore – Give your coding agent the decisions your team made
#241. Write ADRs (or get agents to write them) 2. Commit ADRs to git 3. Mention ADRs in AGENTS.md
Re: Lore – Give your coding agent the decisions your team made
#25Earlier quoted context omitted.
I wrote this, I just spend enough time with LLMs to sound like one
Come on man, you did not. Your profile is full of LLM generated comments. If you're not a native English speaker I understand the motivation, but still...
Re: Lore – Give your coding agent the decisions your team made
#26Earlier quoted context omitted.
I wrote this, I just spend enough time with LLMs to sound like one
Yeah every same human would use m-dashes in their sentences — it just makes sense
Re: Lore – Give your coding agent the decisions your team made
#27Earlier quoted context omitted.
Come on man, you did not. Your profile is full of LLM generated comments. If you're not a native English speaker I understand the motivation, but still...
It seems naive to suppose you might get an LLM to admit it is one just in a HN comment exchange.
Re: Lore – Give your coding agent the decisions your team made
#281. Write ADRs (or get agents to write them) 2. Commit ADRs to git 3. Mention ADRs in AGENTS.md
Re: Lore – Give your coding agent the decisions your team made
#291. Write ADRs (or get agents to write them) 2. Commit ADRs to git 3. Mention ADRs in AGENTS.md
Re: Lore – Give your coding agent the decisions your team made
#30Author here! Coding agents kept reworking decisions we'd already settled - reviving an approach we ruled out in an ADR, redoing something a requirement already pinned. The context was in the repo; the agent had no current view of it. Lore serves your team's durable knowledge - requirements, decisions, designs, roadmaps, prompts - all as typed Markdown, read-only to Claude Code / Cursor over MCP, so the agent cites yo…
Let's say ADR 1 specifies users are unique by e-mail and should be soft-deleted, and ADR 2 says users are unique by username. Will RAC pick up on the fact that users still need to be soft-deleted? Is there a lot of manual "reference ADR 1 from ADR 2" to help with determinism?