Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zknill
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
zknill
20d ago
I read the first two paragraphs and the post presumably criticising folks for using AI is so clearly written by AI. It's got all the tell tail claude-isms in it. Analogies about 'students and exams' that don't quite fit.
2.
▲
by
zknill
24d ago
I'm really put of reading ai-isms like "It quits working around the fourth time, and the average hides who it worked for" This is classic Claude, and makes me think the author didn't read, edit, or invest in their own wo
3.
▲
by
zknill
2mo ago
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 streaming responses (typical of token streaming into applicati
4.
▲
by
zknill
2mo ago
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 SDK backend is in typescript. I think they really misse
5.
▲
AI Transport v0.5.0: durable execution with Steps
(ably.com)
1 points
by
zknill
2mo ago
|
0 comments
6.
▲
Generations of AI applications: conversational, delegative, and collaborative
(zknill.io)
2 points
by
zknill
4mo ago
|
0 comments
7.
▲
AI token streaming isn't about SSE vs. WebSockets
(zknill.io)
2 points
by
zknill
4mo ago
|
0 comments
8.
▲
Why AI Transport
(ably.com)
4 points
by
zknill
4mo ago
|
0 comments
9.
▲
AI token streaming isn't about SSE vs. WebSockets
(zknill.io)
9 points
by
zknill
4mo ago
|
0 comments
10.
▲
HTTP Streaming and AI
(ably.com)
2 points
by
zknill
4mo ago
|
0 comments
11.
▲
by
zknill
4mo ago
Yeah, with only minimal guidance it's what you get out of claude. The colours and layout are pretty 'default'.
12.
▲
AI token streaming isn't about SSE vs. WebSockets
(zknill.io)
2 points
by
zknill
4mo ago
|
0 comments
13.
▲
AI token streaming isn't about SSE vs. WebSockets
(zknill.io)
2 points
by
zknill
4mo ago
|
0 comments
14.
▲
by
zknill
4mo ago
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.
15.
▲
Generations of AI applications: conversational, delegative, and collaborative
(zknill.io)
2 points
by
zknill
4mo ago
|
0 comments
16.
▲
Generations of AI applications: conversational, delegative, and collaborative
(zknill.io)
1 points
by
zknill
4mo ago
|
0 comments
17.
▲
Generations of AI applications: conversational, delegative, and collaborative
(zknill.io)
2 points
by
zknill
4mo ago
|
0 comments
18.
▲
by
zknill
4mo ago
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 in the article) get that notification back to the c
19.
▲
by
zknill
4mo ago
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 load over time.
20.
▲
by
zknill
4mo ago
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". Because you've clearly missed the entire argum
21.
▲
LLMs are breaking 20 year old system design
(zknill.io)
30 points
by
zknill
4mo ago
|
28 comments
22.
▲
LLMs are breaking 20 year old system design
(zknill.io)
2 points
by
zknill
4mo ago
|
0 comments
23.
▲
by
zknill
4mo ago
would be nice to see an example linked
24.
▲
We Built a Custom Transport for Vercel's AI SDK
(ably.com)
1 points
by
zknill
4mo ago
|
0 comments
25.
▲
LLMs are breaking 20 year old system design
(zknill.io)
2 points
by
zknill
4mo ago
|
0 comments
26.
▲
Why we're betting on Durable Sessions
(ably.com)
2 points
by
zknill
4mo ago
|
0 comments
27.
▲
by
zknill
4mo ago
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.
28.
▲
Conversation Branching in AI Chat
(ably.com)
1 points
by
zknill
4mo ago
|
0 comments
29.
▲
by
zknill
4mo ago
Cloudflare Sessions API and Anthropic Routines have a really similar model. Where they are hosting the 'session store' for you, and giving you access to it over long-polling (or sometimes websockets). It's a bit harder to do
30.
▲
by
zknill
4mo ago
> This is way too complex! 100% - the argument of the article is that building any feature beyond chat-based-demos on HTTP SSE streaming is super complex. But a lot of folks still want to do it, because that's what their tech stack
More ›