luke lombardi

10 posts

luke lombardi

luke lombardi

@llom2600

founder @beam_cloud (YC W22) - all things distributed systems, robotics, and pasta 🇺🇸🇮🇹

nyc Katılım Ekim 2022
19 Takip Edilen21 Takipçiler
luke lombardi retweetledi
Eli Mernit
Eli Mernit@mernit·
Introducing Capsule — The Infra Framework for AI Apps Capsule is a Python framework that provides infrastructure primitives for sandboxes, auth, session management, integrations, and payments. Capsule is @supabase for AI apps. You get a powerful Python SDK to iterate fast, and one command to deploy to the cloud. Using Capsule feels like using @beam_cloud or @modal. You don’t need to set up any infrastructure. There’s no Docker, just Python. The feedback loop is super fast. You deploy to the cloud with one command. At Beam, we have a bird’s-eye view into the AI apps people are building. Over the past year, we've watched people build the same 5-7 infra primitives over and over again. Capsule provides all of those primitives using a single SDK. @llom2600 originally built Capsule to prototype our own AI apps. We started selling some of these apps for real money and realized every app needs this, not just ours. Give it a try! Curious to hear what people think. Do AI apps have their Supabase yet?
Eli Mernit tweet media
English
30
20
127
36.8K
Nilay Yadav
Nilay Yadav@ynnilay·
I checked my Claude history. A lot of what I type isn't questions. It's context. Backstory. Pasted emails. I'm doing the AI's job for it. So I built Contextify
English
3
0
5
183
luke lombardi
luke lombardi@llom2600·
are there any AI-native platform engineering / incident response tools? I want something that: - recognizes a production issue, has gated access to my k8s cluster - automatically creates a runbook with mediation steps - gets my feedback, optionally runs through the mediation steps is anyone building this?
English
2
0
5
2.1K
luke lombardi
luke lombardi@llom2600·
@auglon1 @mernit Right now the payments layer is set up with stripe but is abstracted enough that most payment providers could be added pretty quickly
English
0
0
0
32
luke lombardi retweetledi
Eli Mernit
Eli Mernit@mernit·
For the past few months, I’ve been running an AI swat team. We learn about a company, audit their workflows, and build them an AI app to automate their busywork. This sounds straightforward, but building these apps is annoying because you keep rebuilding the same things over and over: a filesystem, sandboxes per user, auth, streaming, and connections to messaging apps like Telegram and Slack So today we’re releasing all of it together in a batteries-included Python framework called Capsule It includes a sandboxed computer, multi-channel messaging, background jobs, multi-user auth, and payments – everything you need to ship a production-ready AI product super fast The faster you ship, the more you’ll learn from real customers, and the sooner you get PMF
English
14
4
67
7.5K
LangChain
LangChain@LangChain·
🚀 We just shipped a major update to LangSmith Agent Builder: • New agent chat: One always-available agent with access to all your workspace tools • Chat → Agent: Turn any conversation into a specialized agent with one click • File uploads: Attach files directly to Agent Builder • Tool registry: Add, authenticate, and manage your tools in one place Try it now: smith.langchain.com/agents?skipOnb… Learn more: blog.langchain.com/new-in-agent-b…
English
104
232
2.8K
24.9M
luke lombardi retweetledi
Akshay 🚀
Akshay 🚀@akshay_pachaar·
A Python decorator is all you need to deploy AI apps! Beam is an open-source alternative to Modal for deploying serverless AI workloads. Simply pip install beam, add a decorator, and turn any function into a serverless endpoint! 100% open-source.
English
11
79
494
40.4K
kyzo
kyzo@ky__zo·
I was wrong: 1) Apparently, Whisper is not one, but multiple different models from which large-v3 is the best one 2) For some reason OpenAI's API is not based on large-v3, but large-v2 (which is ambiguously called whisper-1 in the docs). There's no way to change the model 3) For whisper-1 (large-v2), I used "Prompt" (not initial prompt, but prompt) as guidance for the model of how to spell the words. I assumed it'd work if I just paste the full text of the transcript. This was the reason why sentences or individual words were skipped in the transcript. 4) I moved from OpenAI API to Replicate (large-v3) and the result is much better, although latency increased (from ~3 sec to ~10 sec for 1-minute long audio). 5) Everyone is recommending deepgram.com and I don't know it that's because it's really that good or it's just marketing.
kyzo@ky__zo

OpenAI's Whisper is SO BAD, I can't... I regret using it in copycopter.ai. It randomly skips words and full sentences in the transcript. What should I use instead?

English
6
0
18
6.2K