Skip to content
All topics
IntegrationsSee on /pulse →

Anthropic

Recent items mentioning Anthropic across the Databricks ecosystem — releases, news, videos, and community Q&A. Updated hourly.

49 recent items22 releases8 news14 videos5 community threads
What's happening in AnthropicAI synthesis · updated 1d ago

Anthropic was recognized as a Databricks global partner in 2026, emphasizing AI transformation and agentic AI at enterprise scale 6. Their Claude Fable 5 model is now available on Databricks, governed through Unity AI Gateway 7, and has been instrumental in solutions like Ecolab's retail intelligence platform, which leverages Databricks and Anthropic Claude to convert large manuals into real-time answers 10. Databricks' new Omnigent meta-harness for AI agents also provides a unified interface for composition and control across multiple models, including those from Anthropic 239.

Generated daily from the 10 most recent items mentioning Anthropic. Click any [N] to jump to the source.

HackerNews

Launch HN: Parsewise (YC P25) – Reason Across Documents with an API

Hi all, it’s Greg and Max, founders of Parsewise here (https://www.parsewise.ai/api). Parsewise transforms a bucket of unstructured data into schema compliant data, retaining lineage for values resolved across documents. Imagine giving Claude a bunch of files and asking for a CSV or JSON output. If you have tried this, you know both the system limitations (number of files, type of inputs, cost, latency) but also the human-facing challenge of having no way to validate the results quickly. We solve both. We help tech teams simplify their unstructured data ETL, and loop in business experts for the definitions and for instant validation. Here is a video with a few use cases: https://www.youtube.com/watch?v=dbRllnnh47w Parsewise in the words of someone coming to us: ”I need to extract information from insurance policy PDFs, phone calls that have been transcribed, emails, etc. I am NOT looking for something that would just extract data point by data point, page by page into a structured well-defined schema but more something more agentic that can understand that information might be across documents and that it should reason over what to extract.” We started the company based on a decade of experience (and pain) in complex data transformation and data analysis / synthesis. Greg was building both classical ETL and implemented AI workflows at Palantir. At Bain, Max did highly complex data analysis in the financial sector, similar to many of our customers. Parsewise works by taking in a bucket of data (think hundreds or thousands of pdfs, excels etc.), and outputting schema compliant data where every single value is traceable down to word level citations across multiple documents in the bucket. We provide API customers with ways to show the lineage in their own applications, or they can use our platform for internal operations. At the core of the data processing we have self-improving agent definitions. They define the acceptable sources, the logic for resolving or combining values, and the rule for highlighting uncertainty to the end user. The underlying tech is model and cloud agnostic and can be deployed in private networks. We have seen the best results with Gemini models for visual reasoning, achieving SOTA (beating Claude Fable) on the strongest grounded reasoning benchmark we have found (Databricks OfficeQA). Notably, we focused more on the “human harness” rather than the model harness, leaning into the actual friction we saw in uptake, which is around verifiability. That means optimizing the time and clicks required to trust the outcomes. We use vLLMs for parsing, and then we use small models for efficient large scale exhaustive search. Unlike RAG, we do not sample; instead, we exhaustively find all relevant values for a given query. We use larger models for decision making around resolutions and flagging inconsistencies to users. This exhaustiveness and explicit value sourcing is unique to our platform, and it goes beyond the first step of data parsing that many existing providers cover. We would love to welcome builders and tinkerers to try Parsewise on your complex document challenges. We have a ton of ideas on how we can expand the product and make it better, but would appreciate feedback and ideas from the community! --- top comments --- [whinvik] Document parsing is top of my mind lately because in some of the areas we work on the bottleneck is starting to become being able to query documents the same way one queries an api. I keep thinking the most obvious analogue is we need some way to represent documents the same way we can represent structured data in parquet. Parquet allows easy range bases queries and there is so much tooling built around Arrow. But for documents I keep hitting a wall to figure out what the right abstractions are. Parquet allows filterable metadata. But what such metadata is there for documents. Then there is the arbitrrariness of chunking, vectorization. If we could just do this in a […truncated]

5554gergelycsegzi2d ago
Databricks CommunityAnnouncements

Announcement | Claude Fable 5 on Databricks, Governed through Unity AI Gateway

002w ago
HackerNews

Omnigent: A Meta-Harness to Combine, Control and Share Your Agents

--- top comments --- [saj1th] Been exploring loop engineering. Addy Osmani has a good post on it: https://addyosmani.com/blog/loop-engineering/ The hard part of loop engineering IMO is the machinery around it, and omnigent sits above pi, claude, codex, etc. and wraps each in a uniform api. The things it adds are exactly that machinery. - Parallel git worktrees so concurrent agents don't step on each other. - Approval and cost policies enforced at the harness layer rather than living in a prompt the agent can talk its way around. - A maker/checker split where the reviewer can run on a different vendor than the writer, which is a more honest check than a second pass from the same model with the same blind spots. [dpbrinkm] I can see this being useful if only for the fact I can search all my conversations with my 50 different agents on different providers easier. I spend so much time looking through my cc/codex session or the desktop app or Hermes agent or antigravity session (back when I used that). Hopefully having a layer above will abstract that away. If I understand it correctly the meta harness will help me scan across all sessions and not have to drop into individual ones. [iamfreee] very similar to https://github.com/kdlbs/kandev/, which also supports multiple different agent harnesses working on the same task

154fanzeyi2w ago
Databricks CommunityMVP Articles

Claude Mythos & Databricks LakeWatch

003w ago
RedditHelp

Migration from Synapse to Databricks SDP

HELLO HELLO! 👋 I'm currently running a POC to migrate our company from Azure Synapse over to Databricks SDP, and I'm looking to lean on the hive mind here. Has anyone done this recently? To speed things up, I’ve been using GenAI (Claude + Genie Code with Databricks skills). On the surface, it’s great and the code it spits out actually runs fine. The problem is the sheer volume of code is absolutely insane. Trying to reconcile and verify it line-by-line is becoming a nightmare as I just don't fully trust the output blindly. To make matters worse, I can't even do a proper "apples-to-apples" comparison of the actual data outputs: * **Synapse:** Has our full historical data. * **Databricks:** Only has the last 3 months of data loaded for this workspace POC. How do you validate massive amounts of AI-translated code when you can't even compare full data volumes? Thanks in advance!

33dakingseater1mo ago