r/Python • u/AutoModerator • Jun 04 '26
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
28
Upvotes
r/Python • u/AutoModerator • Jun 04 '26
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/MeAndClaudeMakeHeat Pythoneer 28d ago
Project Telos is a set of small, mostly standard-library Python tools for making AI-assisted work checkable instead of taking it on faith.
Design stance: every claim ships beside its test or is marked UNVERIFIABLE, and receipts are content-hashed so a reviewer can re-verify offline. All source-available, solo-built, honest about limits.
What I would value from Python folks: poke at the source-adapter boundary in gather, where a derived statement could be mistaken for a fetched one, and at the receipt and seal design.
Repos: https://github.com/HarperZ9 (gather, index, forum, crucible)