HackerTrans
トップ新着トレンドコメント過去質問紹介求人

thijsverreck

no profile record

投稿

Show HN: Visual Workspace for Agents Based on Unix

prototyper.co
10 ポイント·投稿者 thijsverreck·20 日前·2 コメント

Show HN: Tmux-IDE, OSS agent-first terminal IDE

tmux.thijsverreck.com
88 ポイント·投稿者 thijsverreck·4 か月前·38 コメント

Show HN: Rm-MCP – Give Claude/OpenClaw access to your reMarkable tablet

github.com
3 ポイント·投稿者 thijsverreck·5 か月前·0 コメント

OSS: A simple guide on how to get started with multi-agent engineering

buildand.ai
2 ポイント·投稿者 thijsverreck·7 か月前·1 コメント

Show HN: Prototyper - the fastest AI software design platform

getaprototype.com
6 ポイント·投稿者 thijsverreck·11 か月前·0 コメント

How I keep up with AI research

thijsverreck.com
3 ポイント·投稿者 thijsverreck·12 か月前·0 コメント

How to build AI products

getaprototype.com
6 ポイント·投稿者 thijsverreck·2 年前·0 コメント

Show HN: I created Frodo, OSS private Llama 3 chatbot in browser

frodo-chi.vercel.app
4 ポイント·投稿者 thijsverreck·2 年前·0 コメント

Show HN: Convert a Prompt or Image to User Interface, Using a React Playground

getaprototype.com
6 ポイント·投稿者 thijsverreck·2 年前·10 コメント

Show HN: Open Source Prompt Builder for SaaS

prompt.wavyr.com
4 ポイント·投稿者 thijsverreck·2 年前·4 コメント

Show HN: Convert a Prompt or Image to User Interface.

getaprototype.com
12 ポイント·投稿者 thijsverreck·2 年前·3 コメント

コメント

thijsverreck
·4 か月前·議論
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.
thijsverreck
·4 か月前·議論
Both are supported! You can customize the startup command in ide.yml. I will update the docs to highlight that :)
thijsverreck
·4 か月前·議論
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
thijsverreck
·4 か月前·議論
both ish and termux are great options on mobile/iPad!
thijsverreck
·4 か月前·議論
yup core to this project!
thijsverreck
·4 か月前·議論
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.
thijsverreck
·4 か月前·議論
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 :).
thijsverreck
·7 か月前·議論
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.
thijsverreck
·10 か月前·議論
This is actually quite nice!
thijsverreck
·10 か月前·議論
Any chance at fixing it with regex parsing or redoing inference when the results are below a certain treshold?
thijsverreck
·2 年前·議論
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 :).
thijsverreck
·2 年前·議論
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!
thijsverreck
·2 年前·議論
No discord yet. Can set it up! Would actually be cool. And as mentioned - try the examples :).
thijsverreck
·2 年前·議論
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.
thijsverreck
·2 年前·議論
Pushed some initial changes to make it better, lmk what you think :)
thijsverreck
·2 年前·議論
Yeah still definitely a V0.1, Good suggestions for the library. Will make some changes to improve it.
thijsverreck
·2 年前·議論
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.
thijsverreck
·2 年前·議論
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!