Live data from Hacker News

Viewing profile — nate_nowack

nate_nowack

HN member
Joined
Thu, Mar 30, 2023, 2:37 AM UTC
HN karma
13
Public activity
10 items

About nate_nowack

No profile information was provided.

Recent public activity

  1. comment
    Comment #44968164

    yea i dont think there's any blocker from a protocol perspective, im just saying i'd love to see it happen. adoption for sure among the largest hurdles id guess

  2. comment
    Comment #44966259

    would love fb marketplace disruptor on atproto

  3. comment
    Comment #43645892

    yea its a popular DX at this point: https://blog.alternatebuild.dev/marvin-3x/

  4. comment
    Comment #43645761

    no https://bsky.app/profile/alternatebuild.dev/post/3lg5a5fq4dc...

  5. comment
  6. comment
    Comment #39620337

    yeah this seems to be pretty much the same interface as `fn` from marvin, except w/o pydantic (see https://github.com/PrefectHQ/marvin?tab=readme-ov-file#-buil... )

  7. comment
    Comment #39620277

    as with marvin, you can just swap the base url and use any of the oss proxy libs that clone the openai api (but since they don't do function calling [except for mistral i think], i…

  8. comment
    Comment #35498953

    hi, just seeing this! you're correct that normal chatgpt wouldn't crawl the URL, but ai_fns can have plugins like the DuckDuckGo plugin / VisitURL plugin which can be invoked by th…

  9. comment
    Comment #35377890

    interesting! I hadn't seen that before ai_fn is just a specific way to use Marvin's Bot abstraction, which is one of the few abstractions Marvin offers but a couple differences I n…

  10. comment
    Comment #35373560

    Hi! This example was produced using GPT 3.5 turbo, where yes, the LLM does not always align ideally. I used 3.5 for the example since that's Marvin's default and I know many people…