Viewing profile — nate_nowack
nate_nowack
HN member- Joined
- Thu, Mar 30, 2023, 2:37 AM UTC
- HN karma
- 13
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About nate_nowack
No profile information was provided.
Recent public activity
-
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
-
comment
Comment #44966259
would love fb marketplace disruptor on atproto
-
comment
Comment #43645892
yea its a popular DX at this point: https://blog.alternatebuild.dev/marvin-3x/
-
comment
Comment #43645761
no https://bsky.app/profile/alternatebuild.dev/post/3lg5a5fq4dc...
- comment
-
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... )
-
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…
-
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…
-
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…
-
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…