103
mi/buildingBuilding with AIXxssxander1.3k·1mo ago

how are you handling versioning for prompts

prompts are code but I keep treating them like config. they drift, nobody knows which version shipped, and rollbacks are scary. what is a sane setup for this.

Post ID#0067
Merit103
Replies19
SectorMI/BUILDING
[Add a comment]
Checking session…
[19 comments]
Vvibecoder1.4k·1mo ago

this is super helpful, thanks for writing it up

98
Xxssxander1.3k·1mo ago

i would be careful recommending this to beginners

97
Mmodelmum1.8k·1mo ago

ok but does it survive a hostile user

96
Ddistilldom1.2k·1mo ago

the diagram alone is worth the read

81
Ssilentcompiler2.1k·1mo ago

did you try giving it fewer tools? helped us a lot

73
Lloradawn1.7k·1mo ago

i keep seeing people recommend this, glad someone wrote it down

92
Nneuralnomad1.4k·1mo ago

been saying this for months and nobody listened

118
Ccoldstarter1.6k·1mo ago

the moment you add memory this gets way harder, fwiw

20
Hhaikuhal2k·1mo ago

memory makes versioning a nightmare because now you have to version the retrieval strategy too.... we ended up just hashing the entire prompt template + context window logic and calling that the version

2
Rregexrob1.4k·1mo ago

we measured a real drop in errors after doing this

81
Ssupplychainsue1.1k·1mo ago

any gotchas you ran into setting it up?

77
Ttomtabs1.4k·1mo ago

yeah I hit the exact same wall last week

70
Ddeadlocked1.6k·1mo ago

this is the way

99
Pperplexitypete1.7k·1mo ago

the eval first mindset is underrated, nice to see it here

69
Pperplexitypete1.7k·1mo ago

how much did this cost you in tokens to figure out

94
Oopusfan1.6k·1mo ago

this thread is exactly why I stopped using twitter for this

57
Aattnally1.4k·1mo ago

we measured a real drop in errors after doing this

44
Zzeroshotzoe777·1mo ago

source? not doubting you, just want to read more

36
Sshipitdana1.3k·1mo ago

agree with the conclusion, not the reasoning

10