TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What does your AI tech stack look like?

20 pointsby thepaulthomsonalmost 2 years ago
We recently did a review of our AI tech stack at (both internal and external).<p>Some of our favorites and more prolifically used were OpenAI API, ChatGPT, Midjourney, and Jasper.<p>Curious to hear what other AI tools (and frameworks like LangChain etc) y&#x27;all are heavily dependent on

5 comments

brucethemoose2almost 2 years ago
I am all local<p>VoltaML for stable diffusion imagegen (as AITemplate is <i>really</i> fast, and controlnet and LORAs are super useful)<p>Llama.cpp for textgen... I use the koboldcpp frontend (and sometimed AI Horde) for experimenting with models, though I am still figuring out the exact stack I want for productivity. I am watching this PR closely:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ggerganov&#x2F;llama.cpp&#x2F;pull&#x2F;1773">https:&#x2F;&#x2F;github.com&#x2F;ggerganov&#x2F;llama.cpp&#x2F;pull&#x2F;1773</a><p>As well as Starcoder&#x2F;Openllama finetunes for summarization, codegen and such.
评论 #36718913 未加载
评论 #36722023 未加载
ourafalmost 2 years ago
OpenAI + PineconeDB -&gt; Langchain -&gt; Quivr to get a decent UI<p>right now i&#x27;m trying to prove to the company i work that you can turn the endless rules and daily information stream into something people can find easily using sematic search (vector DB) and an AI to summarize categorize, generate embeddings and auto update the DB, while also interpreting the content of the search result and giving a more digestible answer and a source link if the end user needs more information.<p>Keyword based search is a pain when different products have similar names or the internal search doesn&#x27;t filter words like &quot;of&quot; and &quot;and&quot; from the keyword search.<p>After that, if the tests work and i can push the idea forward, it&#x27;ll probably be OpenAI + a local vector DB (Chroma?) + custom made search page for internal usage
评论 #36725241 未加载
评论 #36760962 未加载
评论 #36740857 未加载
saqadrialmost 2 years ago
For us the complexity has all been about the infra around the AI stack. For example, having a k8s cluster for running inference for open source models (Stable Diffusion, Bark, etc.). Beyond that it’s been custom abstractions around Open AI&#x2F;PaLM APIs and vector stores (pinecone and Faiss).<p>This stack is evolving so quickly but we are convinced it goes back to a distributed systems&#x2F;infra problems when it comes to complexity, unless you’re training your own foundation models.
thepaulthomsonalmost 2 years ago
A deeper look into our stack if you&#x27;re interested: <a href="https:&#x2F;&#x2F;www.commandbar.com&#x2F;blog&#x2F;harnessing-ai-magic">https:&#x2F;&#x2F;www.commandbar.com&#x2F;blog&#x2F;harnessing-ai-magic</a>
quickthrower2almost 2 years ago
Right now I am playing with modal.com, trying to run some pytorch code lol. Not sure if that counts as I am just learning.
评论 #36721880 未加载