Good points and indeed thinking about this quite a bit. Currently leaning towards a CLI first approach so that Claude/Cursor/[insert coding agent] can configure and control the ide. Feels a bit meta, but also makes it extremely user-friendly.
HN user
thijsverreck
Both are supported! You can customize the startup command in ide.yml. I will update the docs to highlight that :)
if you want you can file an issue with your current workflow? happy to see if we can do a PR to support this natively in tmux-ide
both ish and termux are great options on mobile/iPad!
yup core to this project!
most surprising was that something this lightweight made such a big impact on my productivity. its really nice to have persistent Claude teams on my remote machines that I can always access no matter what.
I love cmux! ironically you can use tmux-ide within cmux. The idea is to make it an agent development environment that's great when ran on a remote machine :).
Hey HN! :)
I've been building with AI coding tools for about two years and kept hitting the same problem: every session starts fresh. You explain your project, build something, close the laptop, then do it all again tomorrow.
Tried fixing it with better prompts. Didn't help. The issue was organizational, not instructional.
So I made three folders: context (reference files), plans (numbered prompts for multi-session work), and messages (agent coordination). No plugins, no infra, just markdown files.
It's simple but it changed how much I actually ship. Open sourced it in case others have the same problem.
This is actually quite nice!
Any chance at fixing it with regex parsing or redoing inference when the results are below a certain treshold?
I've now noted it in the first post! No VC backed product, just a solo founder. Trying to keep free AI usage somewhat limited :).
NOTE: To try it, select an example to edit using the AI. Funding it out of pocket, so sadly no infinite amount of ai credits for PLG :').
NOTE (2): Invite team members is optional :) - just skip it to get started!
No discord yet. Can set it up! Would actually be cool. And as mentioned - try the examples :).
Hey Chris,
The invite team members is optional. Not required. What was not clear enough about that in the interface? Really try to position it as a team first tool.
Pushed some initial changes to make it better, lmk what you think :)
Yeah still definitely a V0.1, Good suggestions for the library. Will make some changes to improve it.
Hey HN!
I've created this OSS Prompt Builder for SaaS. Comes with a nifty link sharing feature and a good selection of presets that were useful for me when using ChatGPT/Claude for my SaaS business.
Command + K opens the command bar to interact quickly and generate prompts!
Feel free to fork, hack away or submit issues/PRs.
GPT-4 vision and but the magic is in the code generation optimization algorithm. Quite the technical challenge, but makes it more effective by mitigating hallucination!