Agentic AI will transform every enterprise–but only if agents are trusted experts.
The key: Evaluation & tuning on specialized, expert data.
I’m excited to announce two new products to support this–@SnorkelAI Evaluate & Expert Data-as-a-Service–along w/ our $100M Series D!
---
Snorkel Evaluate is our new data-centric agentic AI evaluation platform for specialized, mission-critical enterprise settings where vibe checks and out-of-the-box metrics driven by simple LLM prompts are not enough.
Snorkel Expert Data-as-a-Service is our white glove service for expert-level AI datasets, powering frontier LLM developers in areas like expert knowledge, reasoning, agentic action and tool use, and more!
Both built on top of @SnorkelAI’s Data Development Platform, using our programmatic technology to drive higher-quality expert data, faster– for getting specialized AI to real production value.
If you’re building enterprise AI and want to partner around the key ingredient in AI today–the data–book a demo and let's talk! https://t.co/w0J8izpn8p
Finally, see thread for details on 🧵👇
- 📽️ A walkthrough of Snorkel Evaluate and Expert Data-as-a-Service on an agentic AI enterprise task
- 📅 An upcoming event on Enterprise Agentic AI with innovators from @Accenture @BNY @Comcast@Stanford@QBE & others
- 📊 An upcoming series of benchmark datasets and model artifact releases
👀 Want early access to the full agentic AI dataset? Retweet this post and we'll send you the link!
@FedEx you claim you tried to deliver my package today at 1:19pm. Not true. Multiple people have been at home all day. No one every rang the doorbell or knocked. This is not acceptable.
@astrodotbuild I tried porting a Gatsby site to Astro and encountered a few blockers. Are you interested in hearing about them? Twitter isn’t the best medium for this. Whom can I email to discuss these issues?
@jackhodgson Exciting! I’m looking forward to being able to do this with you, when Diana and I visit Boston later this fall to drop Ryan off at college.
@fmbillwatt I love vicariously experiencing your joy as you witness another human discovering the world. So many memories of when I went thru a similar process with my (not so) tiny humans, as I’m sitting here helping my youngest fill out college applications!
🚀 Super excited to announce:
♿️ React Aria — Accessible UI primitives for your design system.
👑 React Stately — State and core logic for your design system.
🌈 React Spectrum — Adobe’s design system.
Learn more: https://t.co/ucVguh3rqp
Github: https://t.co/e8aOfLgCVK
@housecor Something like so:
type WidgetCoreProps = { … };
type WidgetVariantAProps = WidgetCoreProps & {
type: ‘numeric’;
numeric: number;
};
type WidgetVariantBProps = WidgetCoreProps & {
type: ‘alpha’;
alpha: string;
}
type WidgetProps = WidgetVariantA | WidgetVariantB;