Viewing profile — wpride
wpride
HN member- Joined
- Fri, Jun 21, 2019, 12:47 AM UTC
- HN karma
- 33
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About wpride
No profile information was provided.
Recent public activity
-
comment
Comment #36688172
We do, but mostly as a fairly nice and fairly well-documented interface for plugging together tools like vector DBs and memory with LLMs. My feeling is that with the agentic/AutoGP…
-
comment
Comment #36441477
Maybe "complaint" was the wrong word but I disagree with the conclusion that LLMs are "not for trustworthy production systems" for the reasons I stated. Full disclosure, I wrote a …
-
comment
Comment #36441280
What is the complaint here exactly? That LLMs aren't enforcing database access best practices for you? That's not their job, that's your job. LLMs generate text. You do the rest. G…
- story
-
comment
Comment #36177982
Everyone in this space seems to be building on the LSP and classic auto-complete in particular as their UI. But I've found this to be non ideal. - As mentioned in this paper I defi…
- story
- story
-
comment
Comment #33664797
Also, accumulating powerful backers and friends to signal "this is a successful company" instead of building an actual company.
-
comment
Comment #32696158
Phew, was worried when all my CI jobs failed simultaneously
-
comment
Comment #26879893
Not OC but we generate the client types with Apollo codegen ( https://www.apollographql.com/blog/typescript-graphql-code-g... ) using the schema file generated by our NestJS backen…
-
comment
Comment #22076241
What news they choose to make News is an opinion.
-
comment
Comment #20238914
We use Contracts too and are in the process of transitioning to Sorbet. In addition to the same runtime type checking as Contracts, Sorbet offers static type checking (and will re-…