Viewing profile — zknill
zknill
HN member- Joined
- Thu, May 05, 2016, 11:27 AM UTC
- HN karma
- 703
- Public activity
- 195 items
- HN profile
- View on Hacker News ↗
About zknill
hn@zak.knill.dev
Recent public activity
-
comment
Comment #49111476
The original Typescript version of the AI SDK has two parts. A backend part called Vercel AI-SDK, and a frontend part called AI UI SDK. When you make an LLM call, if you use the st…
-
comment
Comment #49110712
This is a backend written in go that's wire-protocol compatible with the (catchy named) Vercel AI UI SDK; which is an SDK for helping to build AI chat apps. The original Vercel AI …
- story
- story
- story
- story
- story
- story
-
comment
Comment #48306603
Yeah, with only minimal guidance it's what you get out of claude. The colours and layout are pretty 'default'.
- story
- story
-
comment
Comment #48218860
How do you know? There's a lazy habit from some folks to say something they either disagree with or don't understand was "written by AI" without backing up that statement.
- story
- story
- story
-
comment
Comment #48134634
Isn't the point that you no longer have a connection to the client? So you can be notified by the database, but you can't (with the stateless HTTP + loadbalancer design explained i…
-
comment
Comment #48133222
The industry decided a long time ago that sticky sessions was a terrible idea. They only half-solve the problem, while suffering from session loss on server loss and imbalanced loa…
-
comment
Comment #48133198
And once those long running jobs have reported their status back to the database, how will the client find out about that status? Please, please, please don't say "polling". Becaus…
- story
- story
-
comment
Comment #48120881
would be nice to see an example linked
- story
- story
- story
-
comment
Comment #48104898
Folks will probably say, 'I just use cmux, or tmux, or tabs, or warp'. But I do appreciate it when the original project makes an attempt to solve the problem.