Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lgrammel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Building a software factory for AI SDK
(vercel.com)
1 points
by
lgrammel
1mo ago
|
0 comments
2.
▲
Python AI SDK
(github.com)
1 points
by
lgrammel
1y ago
|
0 comments
3.
▲
by
lgrammel
3y ago
In case you're using JS/TS, I've been working on an abstraction layer for integrating AI models applications, unifying the API for common operations such as text streaming, object generation, and tool usage: https:/
4.
▲
by
lgrammel
3y ago
Thanks, I appreciate it! Good luck with the project!
5.
▲
by
lgrammel
3y ago
My expectation would have been a fork, or a repo thats started with the full commit history.
6.
▲
by
lgrammel
3y ago
Thanks!
7.
▲
by
lgrammel
3y ago
So, you essentially took my project ( https://github.com/rubberduck-ai/rubberduck-vscode ), and instead of contributing to it or forking it, you recommitted all the code under your own name, with a few small tweaks. To
8.
▲
How to talk to an LLM (with your voice)
(daily.co)
2 points
by
lgrammel
3y ago
|
0 comments
9.
▲
Deepfakes of Chinese influencers are livestreaming 24/7
(technologyreview.com)
2 points
by
lgrammel
3y ago
|
0 comments
10.
▲
Why the right tools fail for the wrong reasons
(blog.testdouble.com)
1 points
by
lgrammel
3y ago
|
0 comments
11.
▲
Indigenous Earthworks Hidden in the Amazon Reveal Human Connections to Forest
(thisiscolossal.com)
1 points
by
lgrammel
3y ago
|
0 comments
12.
▲
Reflections on AI Engineer Summit 2023
(eugeneyan.com)
2 points
by
lgrammel
3y ago
|
0 comments
13.
▲
by
lgrammel
3y ago
Hey! I've created "StoryTeller", a multi-modal app that quickly generates audio stories for pre-school kids. StoryTeller is built with the following libraries: - Fastify - Next.js - shadcn/ui - ModelFusion - Zod The foll
14.
▲
The State of AI Engineering
(ignorance.ai)
1 points
by
lgrammel
3y ago
|
0 comments
15.
▲
by
lgrammel
3y ago
https://github.com/lgrammel/storyteller StoryTeller is an exploratory web application that creates short audio stories for pre-school kids. It used speech-to-text, llms, text-to-speech, embeddings and image generation.
16.
▲
OpenAI GPT base models now have 16k context window
(platform.openai.com)
2 points
by
lgrammel
3y ago
|
0 comments
17.
▲
by
lgrammel
3y ago
I think it is more nuanced. This article for example contains examples that suggest otherwise if you want to increase quality (which is a major concern when putting things in production): https://www.anyscale.com/blog/f
18.
▲
by
lgrammel
3y ago
Thanks :) I’ll post here when I have larger updates.
19.
▲
by
lgrammel
3y ago
Yes, good point, JS/TS is definitely behind Python. That might explain some of it. I expect most models to become multi modal in the future and am building towards. A lot of the core logic of agents will nevertheless be text based imo,
20.
▲
by
lgrammel
3y ago
I’m working on ModelFusion, a TypeScript library for working with AI models (llm, image, etc.) https://github.com/lgrammel/modelfusion It is only getting limited traction so I’m wondering if I’m missing something fund
21.
▲
by
lgrammel
3y ago
If you work with JS or TS, check out this alternative that I've been working on: https://github.com/lgrammel/modelfusion It lets you stay in full control over the prompts and control flow while make a lot of thing
22.
▲
by
lgrammel
3y ago
You can also spin up the llama.cpp server ( https://github.com/ggerganov/llama.cpp/tree/master/examples/... ) and e.g. use ModelFusion to generate text, stream text, tokenize, etc. : https:/&#
23.
▲
by
lgrammel
3y ago
llama.cpp has a server with a REST API that you can use: https://github.com/ggerganov/llama.cpp/tree/master/examples/...
24.
▲
Show HN: ModelFusion – Alternative to Langchain.js
(modelfusion.dev)
5 points
by
lgrammel
3y ago
|
2 comments
25.
▲
by
lgrammel
3y ago
ModelFusion is a library for building AI apps, chatbots, and agents. It provides abstractions for AI models, vector indices, and tools. - Type inference and validation: ModelFusion uses TypeScript and Zod to infer types wherever possible an
26.
▲
by
lgrammel
3y ago
Oh yeah, never thought that - was just frustrated at the lack of success in my marketing efforts. Thanks for the feedback, good points!
27.
▲
by
lgrammel
3y ago
Author here - thanks for the mention! Re publicizing: I can never get any attention for my projects, no matter where I post them. Sites like this one (where I tried posting the project multiple times) feel very gamed to me at this point.
28.
▲
Show HN: AI-utils.js – TypeScript-first lib for AI apps, chatbots, and agents
(github.com)
3 points
by
lgrammel
3y ago
|
0 comments
29.
▲
by
lgrammel
3y ago
If you’re using JS/TS and want to have a nicer API for LLM calls (and a bit more), check out https://github.com/lgrammel/ai-utils.js
30.
▲
I've released JavaScript Assistant for VS Code (120 refactorings) as open source
(github.com)
3 points
by
lgrammel
4y ago
|
0 comments
More ›