Live data from Hacker News

Show HN: Pgclaw – A "Clawdbot" in every row with 400 lines of Postgres SQL

github.com

1–10 of 42 posts

Show HN: Pgclaw – A "Clawdbot" in every row with 400 lines of Postgres SQL

#1
Hi HN,

Been hacking on a simple way to run agents entirely inside of a Postgres database, "an agent per row".

Things you could build with this: * Your own agent orchestrator * A personal assistant with time travel * (more things I can't think of yet)

Not quite there yet but thought I'd share it in its current state.

Show HN: Pgclaw – A "Clawdbot" in every row with 400 lines of Postgres SQL
github.com

Re: Show HN: Pgclaw – A "Clawdbot" in every row with 400 lines of Postgres SQL

#6
post #3

i love postgres and pgvector... this is exactly to my tastes

Same, it's in a similar vein as pgvector - probably not as performant as turbopuffer or chroma but you get the benefits of being in a really nice ecosystem.

Is it? pgvector is primarily about indexing, I think? This feels more similar =AI in Google Sheets.

Re: Show HN: Pgclaw – A "Clawdbot" in every row with 400 lines of Postgres SQL

#9
post #6

Earlier quoted context omitted.

Same, it's in a similar vein as pgvector - probably not as performant as turbopuffer or chroma but you get the benefits of being in a really nice ecosystem.

Is it? pgvector is primarily about indexing, I think? This feels more similar =AI in Google Sheets.

True though pgvector is not deterministic in a strict sense since HNSW is probabilistic.

Re: Show HN: Pgclaw – A "Clawdbot" in every row with 400 lines of Postgres SQL

#10
post #8

It feels like we're a week away from the Claw hype supplanting AI hype. Companies will start renaming things ClawX to get on the hype bandwagon.

It's just an abstraction people are excited about at the moment. Langchain was an exciting abstraction at one point.

My bet is we converge on a super minimal modelcomputer architecture.

Post reply on HN