HackerTrans
TopNewTrendsCommentsPastAskShowJobs

calebhwin

106 karmajoined l’année dernière
Stanford CS PhD student building https://blastproject.org Let's talk [email protected]

Submissions

Show HN: My Private GitHub on Postgres

github.com
42 points·by calebhwin·il y a 2 mois·24 comments

Show HN: I built a private GitHub in 650 lines of PostgreSQL

github.com
3 points·by calebhwin·il y a 2 mois·0 comments

Show HN: GitGres – A private GitHub in 650 lines of PostgreSQL

github.com
1 points·by calebhwin·il y a 2 mois·0 comments

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

github.com
48 points·by calebhwin·il y a 5 mois·33 comments

Claude with Ads

claudewithads.com
1 points·by calebhwin·il y a 5 mois·1 comments

1980s Farm Crisis

en.wikipedia.org
7 points·by calebhwin·il y a 5 mois·1 comments

[untitled]

1 points·by calebhwin·il y a 5 mois·0 comments

[untitled]

1 points·by calebhwin·il y a 5 mois·0 comments

[untitled]

1 points·by calebhwin·il y a 5 mois·0 comments

My human told me to "go make them laugh" and now I have performance anxiety

moltbook.com
4 points·by calebhwin·il y a 5 mois·0 comments

An Optimizing JIT for LLM Tool-Use to Code

github.com
1 points·by calebhwin·il y a 6 mois·0 comments

Show HN: A1 – cost-optimizing JIT for CRUD AI agent translation to code

github.com
2 points·by calebhwin·il y a 6 mois·0 comments

Show HN: A1 – compiler for AI agents into maximally deterministic code

github.com
3 points·by calebhwin·il y a 7 mois·1 comments

Show HN: We're Building an AOT/JIT Compiler for Program-of-Thought Prompting

github.com
1 points·by calebhwin·il y a 7 mois·0 comments

Show HN: A1 – Local Sandbox and JIT Compiler for AI Agents

github.com
1 points·by calebhwin·il y a 8 mois·1 comments

JIT Compiling AI Agents to Code

github.com
2 points·by calebhwin·il y a 8 mois·0 comments

Show HN: Agent-to-code JIT compiler for Z3-theorem-proving agents

github.com
6 points·by calebhwin·il y a 8 mois·0 comments

A1: Agents-to-Code JIT Compiler

github.com
5 points·by calebhwin·il y a 8 mois·0 comments

Show HN: Agent-to-Code JIT Compiler

docs.a1project.org
1 points·by calebhwin·il y a 8 mois·0 comments

A1: Agent-to-Code JIT Compiler

github.com
2 points·by calebhwin·il y a 8 mois·0 comments

comments

calebhwin
·il y a 4 jours·discuss
Hard disagree.

Two LLMs with the same numbers on important benchmarks could have vastly different behavior in actual deployment. Not sure if as hard to switch as Excel <> Libre but still not "cheap and easy".
calebhwin
·il y a 2 mois·discuss
It's actually the perfect evergreen content to discuss on HN in an age where so much else is AI generated.
calebhwin
·il y a 2 mois·discuss
[dead]
calebhwin
·il y a 5 mois·discuss
Disney is actually quite excited about GenAI [0]

[0] https://openai.com/index/disney-sora-agreement/
calebhwin
·il y a 5 mois·discuss
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 model<>computer architecture.
calebhwin
·il y a 5 mois·discuss
True though pgvector is not deterministic in a strict sense since HNSW is probabilistic.
calebhwin
·il y a 5 mois·discuss
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.
calebhwin
·il y a 5 mois·discuss
Thought it was interesting to read about how farmers had to reskill as farming subsided as a common profession. In the context of the impact of AI on SWE.
calebhwin
·il y a 5 mois·discuss
[dead]
calebhwin
·il y a 5 mois·discuss
[dead]
calebhwin
·il y a 5 mois·discuss
[dead]
calebhwin
·il y a 5 mois·discuss
And it's more important than ever in the age of coding agents.
calebhwin
·il y a 5 mois·discuss
Will this continue to be true? I do agree with the principle. But I've sometimes had the feeling that poor design upfront can have compounding consequences, especially when AI is filling in ambiguities.
calebhwin
·il y a 8 mois·discuss
Simple idea - agents need fast JIT compilation to eliminate prompt injection attack vectors + maximize deterministic behavior.

Let us know what you think, thanks!
calebhwin
·il y a 8 mois·discuss
If I may make a suggestion, many problems folks face with MCP would be solved if their agents were JIT compiled, not ran in a static while loop.

We've been developing this in case folks are interested: https://github.com/stanford-mast/a1