<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/ship-ai-with-confidence-sdikuwii0" -->

---
title: Ship AI with confidence | daily.dev
description: Apple&#x27;s new evaluations framework for AI features lets developers measure model outputs with confidence. Using metric and Evaluator classes, developers can...
canonical: https://daily.dev/posts/ship-ai-with-confidence-sdikuwii0
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Ship AI with confidence | daily.dev
og:description: Apple&#x27;s new evaluations framework for AI features lets developers measure model outputs with confidence. Using metric and Evaluator classes, developers can...
og:url: https://daily.dev/posts/ship-ai-with-confidence-sdikuwii0
og:image: https://api.daily.dev/og/posts/sDIKuWII0.png
og:image:alt: Ship AI with confidence
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Ship AI with confidence

**[Apple Developer](https://daily.dev/sources/appledeveloper)** · 1 min read · 0 upvotes · 0 comments

## Summary

Apple's new evaluations framework for AI features lets developers measure model outputs with confidence. Using metric and Evaluator classes, developers can check model responses against defined criteria — either with custom logic or by delegating scoring to a model judge with a defined scale. The framework was introduced at WWDC26 and aims to bring predictability and quality control to AI-powered app features.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=Zpv24jgGHUo>

---

Tags: [#llm](https://daily.dev/tags/llm), [#ios](https://daily.dev/tags/ios), [#wwdc](https://daily.dev/tags/wwdc)

[View this post on daily.dev](https://daily.dev/posts/ship-ai-with-confidence-sdikuwii0)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Ship AI with confidence","url":"https://daily.dev/posts/ship-ai-with-confidence-sdikuwii0","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/ship-ai-with-confidence-sdikuwii0"},"datePublished":"2026-06-26T19:13:21.144Z","dateModified":"2026-06-26T19:14:54.555Z","description":"Apple's new evaluations framework for AI features lets developers measure model outputs with confidence. Using metric and Evaluator classes, developers can...","image":"https://i.ytimg.com/vi/Zpv24jgGHUo/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/Zpv24jgGHUo/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Apple Developer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Apple Developer","logo":"https://media.daily.dev/image/upload/s--CAtMViBl--/f_auto/v1711726806/logos/appledeveloper","url":"https://daily.dev/sources/appledeveloper"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/ship-ai-with-confidence-sdikuwii0","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"llm,ios,wwdc","timeRequired":"PT1M","video":{"@type":"VideoObject","name":"Ship AI with confidence","description":"Apple's new evaluations framework for AI features lets developers measure model outputs with confidence. Using metric and Evaluator classes, developers can...","thumbnailUrl":"https://i.ytimg.com/vi/Zpv24jgGHUo/sddefault.jpg","uploadDate":"2026-06-26T19:13:21.144Z","duration":"PT1M","url":"https://api.daily.dev/r/sDIKuWII0","embedUrl":"https://www.youtube.com/embed/Zpv24jgGHUo"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Apple Developer","item":"https://daily.dev/sources/appledeveloper"},{"@type":"ListItem","position":3,"name":"Ship AI with confidence"}]}
```

