I need to post here more often! We have been working on sandboxes for agents @tensorlake.ai and have built the fastest sandbox infrastructure that is out there. Fastest file system, consistent sub second startup times and stateful resume and suspend of sandboxes for durable agents!
Diptanu Choudhury
@diptanu.bsky.social
CEO @tensorlake.bsky.social Past - AI Infrastructure at Facebook, LinkedIN, Hashicorp, Netflix
Job update: a couple of weeks ago, I joined @tensorlake.ai full time. I’m having a lot of fun building the product with @diptanu.bsky.social and the rest of this wonderful team. We have a few open positions if you’d like to work with us: www.linkedin.com/jobs/search/...
Some more color on this. What does it mean to help models solve interesting problems with MCP? MCP is the easiest way to give models access to the gazzilion APIs enterprises have already built. yes, it’s a security nightmare but nevertheless it helps teams with the Day 1 problems of 🚢 MVPs
I was a skeptic until I heard banks and hedge funds using MCP to enable models solve interesting business problems. And yes OpenAPI + tool calls would have just worked fine but developers like frameworks and abstractions for building the first MVP. MCP being more prescriptive thank OpenAPI helps.
I was a skeptic until I heard banks and hedge funds using MCP to enable models solve interesting business problems. And yes OpenAPI + tool calls would have just worked fine but developers like frameworks and abstractions for building the first MVP. MCP being more prescriptive thank OpenAPI helps.
New post! MCP seems like a lot of hype without much substance. Seems like some developers are catching on.
One of our customers told me today the biggest lift for structured extraction with @tensorlake is that their engineering team can now tweak the schema they want to extract from documents every week as they evolve their insurance platform. These little things make AI find roots in enterprises.
Announcing Tensorlake Cloud Up-leveling Document Ingestion and Workflows for building agentic applications and complex business workflows. www.youtube.com/shorts/OCv-...
🚀 Tensorlake Cloud is Here: Document Ingestion and Orchestration for AI Workflows
Tired of brittle pipelines and unreliable document parsing? Tensorlake is the only platform built for mission-critical document ingestion and orchestration i...
youtube.com
Here's an instance where Gemini Flash 2 misinterpreted a table, sourced from a residential property's mold report. It mistakenly attributed mold data from outside the property to a bedroom, as it failed to parse some rows from the third column
The emergence of browser agents makes me feel we are lacking a google for APIs. Instead developers are making LLMs search for things, and turning websites into APIs by making LLMs click on the UI like humans. This approach is going to take a long time to get right, and wasteful for a lot of reasons
. @tensorlake.bsky.social is pretty good! Here is our Document Ingestion API working on a scanned page from the recently released Kennedy assassination classified reports. Head over to tensorlake.ai for more! (The product is still in early preview)
cc @diptanu.bsky.social Maybe Tensorlake/indexify… Diptanu has been working on doc to JSON stuff for a while now…
Structured Extraction is essential for AI engineering teams, we are now making it faster and more reliable than ever, whether you're turning PDFs, invoices, or reports into structured data. Here is a sneak peak into our Structured Extraction engine.
Python Folks - which data/workflow engine has the best developer experience for packaging code? We have looked into - Modal, Beam, Airflow, Flyte, AWS Lambda, Prefect, Dagster and Spark. Haven’t seen any approach which is fast, reliable and intuitive.
Taking a break for 10 days for the first time since December last year! January is going to be great and you will hear about @tensorlake.bsky.social more often :)
We have been using O1 or Sonnet to solve a problem to understand the upper bounds of what models are capable of, and falling back to our internal models or open source models for economy and security. Been working pretty well, is this a common workflow?
At the Hasicorp ReInvent party, no mention of Nomad and Consul 😭
Landed in Vegas for reinvent! Say hello if you are around, would love to chat :)
Turned on Apple Intelligence this morning. We are a long way from having a personal assistant on the iPhone! It wish it summarized all unread from Slack, Gmail, WhatsApp and messages and came up with a list of things I needed to respond :)
Alibaba has done an amazing job with open source models. At this point, the difference between @Alibaba_Qwen and closed vendors is just the product on top of models.
Qwen2VL 72B is just better than every other closed and open source vision model for document understanding. Like every other vision model, it's still incapable of retaining every single ground truth on dense documents.
Throwing the kitchen sink at a small problem. Whenever I work on an Applied AI problem I work with unconstrained compute to see if we can solve a business problem if money was not a constraint. If there is enough value in solving the problem, the economy of scale can kick in later.
Does NVIDIA have a 2 x H100 SKU or cloud vendors are slicing up 8 x H100 machines into 4 VMs?
Building a solid compute engine is time and capital intensive - Probably a big reason why we see execution engines use SQL as a front end. They can re-use some parts of the planner and the DSL. But then they make the trade off of pushing SQL in domains where it doesn’t make sense.
I love that DMs are open to chat with people on BSKY by default! Had some great conversations with folks today! Please DM if you are working on anything related to unstructured data, LLMs and Document Understanding!
Just created a starter pack to get a steady stream of Applied AI related conversations! Think RAG in Enterprises, Structured Extraction from documents, AI in consumer apps and Agents! I will keep adding folks to this list! Who else should I add?! https://buff.ly/3ObxkCD
Applied AI Folks!
Join the conversation
buff.ly
With AWS's GPU pricing I wonder if any early stage companies which can't make multi-year commitments to getting X amount of GPU hardware need to have a multi-cloud strategy from Day 1.
Looking forward to this! We just started using SlateDB in @tensorlake.bsky.social’s compute engine, looking forward to not needing dynamodb for CAS. One less moving part! @chris.blue when is the new release coming? :)
And it's done. Thank you so much @benesch.bsky.social for doing this. Now SlateDB will be able to have CAS for all major object stores. 🔥 It just works.
The OCI ecosystem for building and distributing containers have improved SOOO much in the last 4-5 years! It's mind blowing. Cold Startups for large containers are almost not a problem anymore if you have enough network bandwidth and some CPU to spare.