Live data from Hacker News

Viewing profile — wpride

wpride

HN member
Joined
Fri, Jun 21, 2019, 12:47 AM UTC
HN karma
33
Public activity
12 items

About wpride

No profile information was provided.

Recent public activity

  1. 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…

  2. 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 …

  3. 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…

  4. story
  5. 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…

  6. story
  7. story
  8. comment
    Comment #33664797

    Also, accumulating powerful backers and friends to signal "this is a successful company" instead of building an actual company.

  9. comment
    Comment #32696158

    Phew, was worried when all my CI jobs failed simultaneously

  10. 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…

  11. comment
    Comment #22076241

    What news they choose to make News is an opinion.

  12. 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-…