Viewing profile — shich
shich
HN member- Joined
- Wed, Jan 24, 2024, 5:03 AM UTC
- HN karma
- 29
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About shich
No profile information was provided.
Recent public activity
-
comment
Comment #47199915
The pilot analogy hits different when you consider that pilots still train on simulators for exactly this reason — they're legally required to maintain proficiency even when autopi…
-
comment
Comment #47199908
The proxy approach for secret injection is the right mental model, but it only works if the proxy itself is hardened against prompt injection. An agent that can't access secrets di…
-
comment
Comment #47194886
this is a good reminder that local session state is basically undocumented infrastructure at this point. the fact that people are building recovery tools around ~/.claude logs says…
-
comment
Comment #47194882
the trust problem cuts both ways tho — users don't trust agents, but the bigger issue is agents trusting each other. once you have multi-agent pipelines, you're one rogue upstream …
-
comment
Comment #40799817
Hey HN, I'm sharing a new feature that I've added to NLUX: React Server Component Adapter If you’re working with Next.js, building conversation AI, and love tinkering with generati…
- story
-
comment
Comment #40660136
Glad NLKit might be helpful in the future! On memory: You're in luck, we do support conversation history and we're actively working on improvements like lazy loading for long conve…
-
story
Show HN: A React and Next.js UI Toolkit for LLMs
Hey HN, I wanted to share a UI toolkit project I’ve been working on recently, born out of how difficult I found it to build a great UX on top of LLMs, and keep application state in…
-
comment
Comment #39192223
I didn't realise it's a discontinued product! The real challenge would be to do it for their flagship products .. Basecmap, and more ..
-
comment
Comment #39182920
While dependencies can provide convenient functionality, the JS ecosystem has tended towards excessive granularity. Many packages contain limited code yet still require a large num…
- story
- story
-
comment
Comment #39143636
GitHub repo here: https://github.com/nluxai/nlux I hope that you'll find it useful! :)
-
story
Show HN: Nlux.ai – Build AI Chatbots with React/JS
A new open source React / JS library that makes it super simple to create conversational AI interfaces, using ChatGPT or any other LLM