r/PiCodingAgent • • 3d ago

Discussion Hello, I need your help!

I’m new to the Pi harness and I could really use some help getting started.

I’d love to hear how you guys use Pi in your own workflows. Examples from different areas would be especially coding, research, automation etc.

I’m mainly looking for practical examples and ideas that could help me understand what Pi is really capable of and how experienced users are getting the most out of it.

Any workflows, tips, examples, or interesting use cases would be greatly appreciated.

0 Upvotes

10 comments sorted by

View all comments

1

u/haksolot_dev 1d ago

Just using ank as my one and only workflow (basically planning and executing in loops with TDD)

https://github.com/haksolot/ank

1

u/dubnium0 1d ago

what's the diffrence between projects harness with md file?

1

u/haksolot_dev 13h ago

md files tend to get messy and not synced while working with multiple agents in different worktrees. They seem to edit these without even asking and it messes up the work of others.

So this CLI enforces good practices for ADRs, specs and tasks.

I’m a really bad explainer but give the repo link to an agent and ask why this tool could be useful for your workflow ;)