<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/ai-is-building-your-app-with-old-patterns-eknorkryl" -->

---
title: AI is building your app with old patterns | daily.dev
description: AI coding agents often rely on outdated training data patterns instead of current best practices for tools like Sanity and Next.js. The proposed fix is...
canonical: https://daily.dev/posts/ai-is-building-your-app-with-old-patterns-eknorkryl
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: AI is building your app with old patterns | daily.dev
og:description: AI coding agents often rely on outdated training data patterns instead of current best practices for tools like Sanity and Next.js. The proposed fix is...
og:url: https://daily.dev/posts/ai-is-building-your-app-with-old-patterns-eknorkryl
og:image: https://api.daily.dev/og/posts/EKNorKryL.png
og:image:alt: AI is building your app with old patterns
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.

# AI is building your app with old patterns

**[JavaScript Mastery](https://daily.dev/sources/javascriptmastery)** · 1 min read · 2 upvotes · 0 comments

## Summary

AI coding agents often rely on outdated training data patterns instead of current best practices for tools like Sanity and Next.js. The proposed fix is packaging tool-specific knowledge into reusable 'skills' that an AI agent reads before implementing a feature, so prompts stay short while the agent still follows correct, up-to-date conventions like proper Sanity schema structure and GROQ query patterns.

## Full article

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

---

Tags: [#nextjs](https://daily.dev/tags/nextjs), [#vibe-coding](https://daily.dev/tags/vibe-coding)

[View this post on daily.dev](https://daily.dev/posts/ai-is-building-your-app-with-old-patterns-eknorkryl)

```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":"AI is building your app with old patterns","url":"https://daily.dev/posts/ai-is-building-your-app-with-old-patterns-eknorkryl","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/ai-is-building-your-app-with-old-patterns-eknorkryl"},"datePublished":"2026-09-02T10:36:16.604Z","dateModified":"2026-09-02T10:36:30.999Z","description":"AI coding agents often rely on outdated training data patterns instead of current best practices for tools like Sanity and Next.js. The proposed fix is...","image":"https://i.ytimg.com/vi/wiCjIsBvI8s/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/wiCjIsBvI8s/sddefault.jpg","isAccessibleForFree":true,"articleSection":"JavaScript Mastery","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":"JavaScript Mastery","logo":"https://media.daily.dev/image/upload/s--i6Ls5Q5_--/f_auto/v1724338715/logos/javascriptmastery","url":"https://daily.dev/sources/javascriptmastery"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/ai-is-building-your-app-with-old-patterns-eknorkryl","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"nextjs,vibe-coding","timeRequired":"PT1M","video":{"@type":"VideoObject","name":"AI is building your app with old patterns","description":"AI coding agents often rely on outdated training data patterns instead of current best practices for tools like Sanity and Next.js. The proposed fix is...","thumbnailUrl":"https://i.ytimg.com/vi/wiCjIsBvI8s/sddefault.jpg","uploadDate":"2026-09-02T10:36:16.604Z","duration":"PT1M","url":"https://api.daily.dev/r/EKNorKryL","embedUrl":"https://www.youtube.com/embed/wiCjIsBvI8s"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"JavaScript Mastery","item":"https://daily.dev/sources/javascriptmastery"},{"@type":"ListItem","position":3,"name":"AI is building your app with old patterns"}]}
```

