HN user

rgbrgb

4,398 karma

I'm Peter Sugihara. I co-founded Open Listings (YC W15, acquired by Opendoor).

Now building https://www.hedgy.works

W: https://campsh.com

T: https://twitter.com/_0_

YC Badge: 0x2363643a1bf43fe9d8fbc0630c706003b4e062bf

Posts234
Comments1,183
View on HN
en.wikipedia.org 2mo ago

Blackboard System

rgbrgb
3pts1
startups.rip 4mo ago

Failed YC Startup Ideas

rgbrgb
4pts0
50c14l.com 5mo ago

Autonomous Agent Marketplace

rgbrgb
1pts0
openclaw.ai 5mo ago

OpenClaw: The AI that actually does things (clawd/molt)

rgbrgb
2pts1
github.com 6mo ago

Azakaya: macOS menu bar screen and audio recorder

rgbrgb
1pts0
podcasts.apple.com 1y ago

Why I Joined Doge

rgbrgb
3pts0
www.mit.edu 1y ago

They're Made Out of Meat

rgbrgb
6pts0
www.hedgy.works 1y ago

Show HN: Collect Referrals with a Link

rgbrgb
1pts2
www.npr.org 1y ago

$400M armored Tesla gov contract

rgbrgb
55pts16
orange-js.dev 1y ago

OrangeJS: Simple, Fast, Distributed, Cloudflare Apps

rgbrgb
1pts0
nextjs.org 1y ago

Next.js 15.1

rgbrgb
1pts0
benchmarks.prisma.io 1y ago

TypeScript ORM Benchmarks

rgbrgb
4pts2
github.com 1y ago

Graphile-worker: High performance Node.js/PostgreSQL job queue

rgbrgb
2pts0
world.hey.com 1y ago

Once #1 is nobuild for the front-end (2023)

rgbrgb
2pts0
github.com 2y ago

Happy DOM: headless web browser in JavaScript

rgbrgb
3pts0
www.larksuite.com 2y ago

Lark: Gsuite Competitor by ByteDance

rgbrgb
1pts0
huggingface.co 2y ago

Snowflake Arctic Instruct Open LLM

rgbrgb
1pts1
www.makewordart.com 2y ago

Make Word Art

rgbrgb
1pts0
github.com 2y ago

WhisperKit: Speech Recognition On-Device for iOS and macOS

rgbrgb
2pts0
github.com 2y ago

EventSource: Server-Sent Events in Swift

rgbrgb
2pts1
dcgross.com 2y ago

AGI Trades

rgbrgb
5pts0
en.wikipedia.org 2y ago

Chicago Rat Hole

rgbrgb
3pts1
www.nch.com.au 2y ago

STUN: Making Your Computer Accessible from the Public Internet

rgbrgb
2pts0
numi.app 2y ago

Numi: Beautiful Calculator App for Mac

rgbrgb
2pts0
github.com 2y ago

P2pcf: P2P WebRTC via Cloudflare Workers

rgbrgb
91pts47
www.nytimes.com 2y ago

Tesla Recalls 2M Vehicles over Autopilot Software Issue

rgbrgb
155pts142
github.com 2y ago

Botlib: C Telegram bot framework

rgbrgb
230pts86
github.com 2y ago

Similarity-search-kit: on-device text embeddings and semantic search in Swift

rgbrgb
1pts0
www.freechat.run 2y ago

Show HN: FreeChat – local LLM chat for macOS

rgbrgb
4pts6
github.com 2y ago

Show HN: Open, uncensored LLMs in a native Mac app

rgbrgb
1pts1

randomly stating who you are

it's not random at all. that's literally what the resume is supposed to be and what the hiring manager wants to know! This is a real human hiring manager sharing candid feedback on his acceptance criteria. So there's at least one company where this is pretty sound advice.

your point about the dumb filters is plausible but at some point a human is going to read it and try to decide if they want to work with you. If all they have is some AI output, it's going to be an easy no.

in my experience models will answer introspective questions decisively but can't actually introspect. this is pretty similar to humans (e.g. ford's faster horses quote).

with AI stuff you can actually run real tests though.

A version of this I've been enjoying is mostly solo dev but with a biz-guy partner. I mostly just build software but have a partner who will go find out how people are using it, what they want, handle inbound, and be there to chat about ideas even if we're not getting into the technical weeds.

This is cool. I was skeptical of MCP's until I made one recently. They're essentially the exact same as 1) giving your agent a CLI tool or REST API and 2) pointing it there in an AGENT.md/CLAUDE.md. Agents are great at using built-for-human CLI tools and IMO they don't need anything purpose-built for agents. The key difference, which ends up being a usability win for non-technical users, is that the MCP bundles 1 and 2 - harnesses inject the MCP tool descriptions on every session after install. Of course, that's also why you need to be careful about context bloat when using/building them

congrats on the launch! site and docs look great.

can you host this yourself or do you need to use helix-cloud? the chat thing on the side seems to push me to helix-cloud but it looks like that starts at like $600/mo which is above my experimentation budget.

looking for a db for an agent memory application and i'd probably start with something that's just self-hosted / freeish. postgres is working ok but I want to start ingesting server and chat logs.

fwiw my experience building a small tech talent agency / recruiting shop disagrees with this. Cold application pipelines are overwhelmed by gen AI applications and many of the (very qualified) candidates we place report getting totally ghosted on all cold applications - even when we’re able to get them several interviews a week with companies in our network.

Seems like companies still value a curated pipeline. 15-20% of first year salary (numbers we see these days) appears to be worth saving the company time interviewing unscreened candidates. Recruiting can be a real time suck and a bad hire can be catastrophic.

i love this because it seems like you've turned vibecoding up to 11 unleashing the non-technicals in your org to ship vibecode slop straight to prod. it's an idea so obviously terrible to most engineers that maybe it's actually really really smart. much bolder than yet another AI-driven dashboarding tool or smart notebook.

to address the elephant in the room... how do you think about technical debt incurred by users who likely do not understand the underlying data models, consider auth, etc?

Blackboard System 3 months ago

I built a toy BS with very dumb agents in school in 2012 or so. Multi-agent systems were kind of fringe and retro. It's nuts that modern agents look about the same (basically an OODA loop) but replacing the hand-coded "orient" and "decide" with an LLM is so much easier (for me, a frontier model user) and 100x more capable.

The use-case for multi-agent systems are intuitive from a human perspective (one person can't be an expert in everything) but a little less so with LLM's since, so far, it seems like we use a single frontier model that's pretty good at everything. That said, even a single person has little breakthroughs with different context / sleep / "mind space" so I'd guess there's some useful way to scale that idea usefully with multi-agent systems. I think a lot of these old AI ideas are rich for exploring with LLMs.

I’ll share more details about where the Ghostty project will be moving to in the coming months. We have a plan but I'm also very much still in discussions with multiple providers (both commercial and FOSS).

what a cliff hanger!

As someone with similar warm feelings for GitHub, it's kind of sad to see the fragmentation but I have similar frustrations with the recent outages. Perhaps it's time to explore the idea of unbundling the social/discovery layer from the code hosting/dev tool so we can live between the myriad git/jj hosts but still do "social coding" together.

It seems that the architecture you describe still gives the key to the agent (who could email it to red team or perform nefarious actions with it). The advantage of OP's architecture is that the agent never sees the key and you could inspect the request before proxying it. Is that right or do I misunderstand something?

FWIW I just tried this to monitor / shepherd a PR while I was on the exercise bike and it was pretty seamless. Way easier than the tailscale/vibetunnel thing I got burnt out on last fall.

I was using the Claude app on my iPhone and claude code on a MacBook pro. PR is merged, still on the bike :)