Diptanu Choudhury

@diptanu.bsky.social

CEO @tensorlake.bsky.social Past - AI Infrastructure at Facebook, LinkedIN, Hashicorp, Netflix

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!

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

Diptanu Choudhury@diptanu.bsky.social · 11mo ago

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.

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.

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

Bild

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

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.

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?

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 :)

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.

Bild

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!

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.

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.