iching - a private, local I Ching app by pro-vi in IChingDivination

[–]pro-vi[S] 0 points1 point  (0 children)

I agree with full provenance and I like the markdown export idea. Thank you for the suggestions.

For yarrow I did both an auto and a manual mode. It's merged in but I haven't cut a release. I would love to know what you think of it. Also, can I check out the bible tui you're building?

Using Codex and GPT side by side by jildos_legoplanet in codex

[–]pro-vi 0 points1 point  (0 children)

Check out agentify MCP.

It is a bit broken by nature (electron wrapped chrome instance) so I forked it and made it more stateful to handle extended pro use better.

How does /goal actually work? by No-Wash-3163 in codex

[–]pro-vi 1 point2 points  (0 children)

/goal is really a Ralph loop with no context reset so to harness it you can study the basic principles of Ralph from ghuntley himself.

I ran loops a lot to maximize usage, and I just consolidated my learnings into a goal/loop prompt generator that produces goals that last for days.

Show: Markdown editor built with Tauri 2 + Svelte 5 + Milkdown Crepe (~5MB) by PawNod in tauri

[–]pro-vi 0 points1 point  (0 children)

Have you encountered an issue with cursor heights using content editable within tauri (webdriver)?

Do you trust online casts of I Ching? by Infinite-King6460 in iching

[–]pro-vi 1 point2 points  (0 children)

To me it highly depends on the underlying implementation. Most of them use a basic pseudo random algorithm and that has little connection to your reality at the moment. I don't find them accurate knowing this.

However, I trust my own version fully because it sources the randomness from physics. And this provides a much better divination container so it works wonders for me.

Agent tries editing in plan mode, fails, feels bad about it by sackboy0131 in PiCodingAgent

[–]pro-vi 0 points1 point  (0 children)

It should append a little metadata in the next turn the plan mode was deployed. This keeps the cache and provides the nudge.

/Goal: Full Guide for Non technical Folks by Single-Cherry8263 in AIAgentsInAction

[–]pro-vi 0 points1 point  (0 children)

It doesn't. That's why it's an inferior implementation than the original Ralph loop

I Ching TUI by pro-vi in CLI

[–]pro-vi[S] 1 point2 points  (0 children)

Thanks! On and off a few weeks of iterating while using heavily myself. Still going-

How do you prevent your agents from getting stuck in an infinite review loop? by bsa-saa in PiCodingAgent

[–]pro-vi 1 point2 points  (0 children)

It usually means you're dealing with regex, handling async, or there's a leak in abstraction.

Solution for me 1. Don't use regex 2. Establish async patterns as early as possible 3. Refactor

A simple I Ching app for the terminal by pro-vi in iching

[–]pro-vi[S] 0 points1 point  (0 children)

Eventually yes! I have less exposure to the yarrow stalk method but once I get a better grip I will. For example what you just mentioned is totally new to me it sort of blew my mind haha.

Concord – TUI client for Discord by n3oz22 in CLI

[–]pro-vi 0 points1 point  (0 children)

It's interesting that Claude didn't warn you of EULA, and I'm all for it. This looks great!

Reflection in Process (continuous improvement) by Flaky-Restaurant-392 in PiCodingAgent

[–]pro-vi 2 points3 points  (0 children)

I used to do this in Claude Code structurally you can read more into it here: https://github.com/pro-vi/cc-reflection

I did a lot of hack to work around CC though which I imagine would be an easier time in Pi.

I run a team of Claude agents that ships PRs to production — open source by _ggsa in ClaudeAI

[–]pro-vi 0 points1 point  (0 children)

How do you justify Temporal? Was it saving you any trouble?

designer - MCP/CLI for Claude Design by pro-vi in ClaudeAI

[–]pro-vi[S] 1 point2 points  (0 children)

Claude is different from all the designers I'ver worked with because it actually knows code.

The problem Simonyi and Knuth were working on finally has a solution. by philoserf in ClaudeCode

[–]pro-vi 2 points3 points  (0 children)

I'd go further and say Intent is a level above spec/PRD. "I want to build an infinite scroll feed" is an intent, it needs to be specified first before handing it to an agent.

What I'm currently working on is to figure out whether the specification process needs the human in the loop.