Readit News logoReadit News
jsunderland323 commented on Marketing for Founders   github.com/EdoStra/Market... · Posted by u/jimsojim
jsunderland323 · 9 hours ago
When I'm in marketing mode and I have to spam, I do my best to keep a 1:1 schill to not related to my product comment ratio. As a founder it is your job to spam your product but I think there are ways to be tactful and give back to the platforms you're schilling on.

I also find that it's way more effective to live in the comment sections. Rarely does the "Hey, look at me, I'm selling a piece of software" post genuinely do well. It's always so tempting to do that too but It's way better to find someone asking specifically for a thing you're solving and respond to the individuals.

jsunderland323 commented on Direnv Is All You Need to Parallelize Agentic Programming with Git Worktrees   waldencui.com/post/direnv... · Posted by u/cui
jsunderland323 · 9 hours ago
I think direnv would actually play nicely with what we're working on https://coasts.dev. It's for isolating docker-compose runtimes so you can run multiple localhost runtimes and assign them to your various worktrees.

We specifically don't solve the env vars per directory problem, so this is really cool to see.

It's crazy the see the amount of hackery we're all having to figure out with worktrees, way cool to see all these solutions popping up.

jsunderland323 commented on Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents    · Posted by u/filipbalucha
punkpeye · 5 days ago
Cool project!
jsunderland323 · 5 days ago
Thanks! Still ironing out early kinks but I have a couple of friends using it. It’s been a joy to work on.
jsunderland323 commented on Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents    · Posted by u/filipbalucha
adi4213 · 5 days ago
This is really interesting, congrats on the launch. The use case I’m trying to solve for is building a coding agent platform that reliably sets up our development stack well. Few questions! In my case, I’m trying to build a one-shot coding agent platform that nicely spins up a docker-in-docker Supabase environment, runs a NextJS app, and durably listens to CI and iterates.

1) Can I use this with my ChatGPT pro or Claude max subscription? 2)

jsunderland323 · 5 days ago
Hey I'm working on this problem (also a YC company but it's FOSS). It's a Dind approach https://coasts.dev/, I wonder if this works for your setup.
jsunderland323 commented on Ask HN: Please restrict new accounts from posting    · Posted by u/Oras
SsgMshdPotatoes · 6 days ago
I don't think people are blasted for using AI (mostly), I think people are blasted for low effort work, just like pre-LLMs. LLMs just made it way easier to complete low effort projects, so therefore there is more of it.
jsunderland323 · 6 days ago
Yeah, I agree but as someone in this thread said, if Temple OS came out today there is no way it wouldn’t be immediately derided as AI slop. That’s what worries me.

Blatant slop is obvious. Slop with a modicum of effort is harder. I’m still adjusting my slop-o-meter on other people’s work. It’s easy for me to identify my own slop, it’s not always so obvious when looking at someone else’s AI assisted work.

jsunderland323 commented on Ask HN: Please restrict new accounts from posting    · Posted by u/Oras
jsunderland323 · 6 days ago
I’ve been mulling over this for a couple of days too. I have a project I want to share with the HN community that I put a substantial amount of effort into but it was definitely AI assisted (as is literally everything today).

I’ve read all of the source and I drove the architecture but it would be a stretch to say I didn’t ask for assistance on things that felt fuzzy or foreign to me. I also have generally stopped typing code. I still don’t think the LLM made the project though, it feels like my decision making.

If the bar for Show HN becomes no AI whatsoever then you’re just going to see a bunch of people covering their AI tracks. I’m reluctant to post it because I’m afraid of getting blasted by the community for using AI. At the same time, it is work that I’ve poured hundreds of hours into, that I’m proud of and that I think would be of interest to HN.

I read the Obliteratus post that made it to the front page the other day and I agree that is pure slop. While it’s frustrating that it took up front page space, it’s evident that the whole community caught on to the sloppiness of it all immediately and called it out. I just don’t think HN wants to set the precedent that no AI code should be shared.

I also saw a week or two ago that someone open sourced a project of theirs that wasn’t open source in the first place. The reason they stated was that they had vibe coded and were embarrassed to be discovered. If you want to get a concept out quickly with AI, you’re now hesitant to open source because of the precedent set by the community. I think that’s a scary thought to me. I would rather know the tools I’m using are AI generated/assisted and make the value judgement on if I trust the code and project owners.

jsunderland323 commented on You need to rewrite your CLI for AI agents   justin.poehnelt.com/posts... · Posted by u/justinwp
danw1979 · 10 days ago
I really like this - especially the embedded search. What do the embeddings and model cost you in terms of binary size ?
jsunderland323 · 10 days ago
Umm it's not as bad I thought it would be. ~16mb per locale. ~28k words in the english docs.

Not schilling, just easier to show you the repo since it's open source. https://github.com/coast-guard/coasts

jsunderland323 commented on You need to rewrite your CLI for AI agents   justin.poehnelt.com/posts... · Posted by u/justinwp
jsunderland323 · 10 days ago
I'm working on a CLI now.

The pattern I used was this:

1) made a docs command that printed out the path of the available docs

$ my-cli docs

- README.md

- DOC1.md

- dir2/DOC2.md

2) added a --path flag to print out a specific doc (tried to keep each doc less than 400 lines).

$ my-cli docs --path dir2/DOC2.md

# Contents of DOC2.md

3) added embeddings so I could do semantic search

$ my-cli search "how do I install x?"

[1] DOC1.md

"You can install x by ..."

[2] dir2/DOC2.md

"after you install..."

You then just need a simple skill to tell the agent about the docs and search command.

I actually love this as a pattern, it works really well. I got it to work with i18n too.

jsunderland323 commented on Show HN: Guts – convert Golang types to TypeScript   github.com/coder/guts... · Posted by u/emyrk
chrisweekly · 4 months ago
Type-first is cool. But I think I'll always aim to avoid gRPC, at least in part because grpc-web was so completely broken. I also have an instinctive aversion to binary formats. YMMV, just my PoV.
jsunderland323 · 4 months ago
I’ve had a lot of success with grpc web. Had to patch a couple of things along the way. My biggest misgiving is thinking having bigints would be a good idea (it is not a good idea). Aside from that though, I’ve been happy with it. What felt broken to you?
jsunderland323 commented on Peter Thiel sells off all Nvidia stock, stirring bubble fears   thestreet.com/investing/p... · Posted by u/hypeatei
gooseus · 4 months ago
When it comes to his Antichrist schtick I say "takes one to know one".

Also, Thiel seems like the sort of guy with the money and connections to pop the AI bubble whenever he believes it'd be advantageous, whether that is the product of a rational mind seems to be beside the point.

jsunderland323 · 4 months ago
> seems like the sort of guy with the money and connections to pop the AI bubble

…and has been known to cause bank runs

u/jsunderland323

KarmaCake day236January 6, 2016
About
Coasts.dev/ex Airbnb/ex YC Engineering Staff
View Original