HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thijsverreck

no profile record

Submissions

Show HN: Visual Workspace for Agents Based on Unix

prototyper.co
10 points·by thijsverreck·20 วันที่ผ่านมา·2 comments

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

tmux.thijsverreck.com
88 points·by thijsverreck·4 เดือนที่ผ่านมา·38 comments

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

github.com
3 points·by thijsverreck·5 เดือนที่ผ่านมา·0 comments

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

buildand.ai
2 points·by thijsverreck·7 เดือนที่ผ่านมา·1 comments

Show HN: Prototyper - the fastest AI software design platform

getaprototype.com
6 points·by thijsverreck·11 เดือนที่ผ่านมา·0 comments

How I keep up with AI research

thijsverreck.com
3 points·by thijsverreck·12 เดือนที่ผ่านมา·0 comments

How to build AI products

getaprototype.com
6 points·by thijsverreck·2 ปีที่แล้ว·0 comments

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

frodo-chi.vercel.app
4 points·by thijsverreck·2 ปีที่แล้ว·0 comments

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

getaprototype.com
6 points·by thijsverreck·2 ปีที่แล้ว·10 comments

Show HN: Open Source Prompt Builder for SaaS

prompt.wavyr.com
4 points·by thijsverreck·2 ปีที่แล้ว·4 comments

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

getaprototype.com
12 points·by thijsverreck·2 ปีที่แล้ว·3 comments

comments

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