AI & the Web
AI-assisted development, AI-generated sites, and AI as a website feature.
Three Ways AI Intersects with Web Development
AI's impact on web development breaks into three categories, each with different value propositions and hype levels:
1. AI-Assisted Development: Coding Faster
AI coding assistants generate code from English descriptions, reducing boilerplate and speeding up development:
GitHub Copilot
Trained on billions of lines of code. Autocompletes code in your editor. Costs $10–120/month depending on tier.
Cursor
AI-first code editor. Better at understanding context. Excellent for full-file edits and refactoring.
v0 (Vercel)
Generates React components from descriptions. Visual interface. Great for prototyping UI.
Bolt.new & Lovable
Full web app generation from descriptions. Works surprisingly well for MVPs.
2. AI-Generated Sites: No-Code Sites Powered by AI
Services that generate entire websites from descriptions:
Wix ADI (Artificial Design Intelligence)
Ask questions, AI builds a site. Free tier available. Output quality varies.
Framer AI
Describe a design, Framer generates a website. Focus on design, not code. Great for designers.
Durable
One-click site generation. Aimed at small businesses. Limited customization.
3. AI Functionality Within Websites: AI as a Feature
AI can be embedded as functionality inside your application:
- Chatbots: Customer support, FAQ automation. Low cost to implement, can save on support staff.
- Semantic Search: Find relevant content by meaning, not just keyword matching. Example: "show me photos of dogs" understands the concept.
- Recommendations: Suggest products, content, or connections based on user behavior.
- Personalization: Tailor content, layout, or pricing per user.
- Image/Content Generation: Generate images, copy, or variations dynamically.
Integrating AI APIs: The Technical Side
You don't train models yourself. You call APIs:
OpenAI (GPT-4, ChatGPT)
$0.03–$0.30 per 1K tokens. Most popular. Pay-per-call pricing.
Anthropic (Claude)
$0.003–$0.30 per 1K tokens. Excellent for text understanding and creative tasks.
Google AI (Gemini)
Integrated into Google Cloud. Good if you're already on GCP.
Stability AI (Image Generation)
Generates images from text. Pay-per-image ($0.006–$0.035 per image).
Replicate (API Marketplace)
Hosts various AI models (image, video, audio). Pay-per-call.
The AI Cost Model: Per-Call Pricing
Unlike traditional hosting (fixed monthly cost), AI APIs are pay-per-use:
- Input tokens: Words you send to the AI. Cheaper than output.
- Output tokens: Words the AI generates. More expensive.
- Scaling: 1 user using AI = cheap. 1 million users = expensive. AI costs can become significant at scale.
Example: GPT-4 costs $0.30 per 1K output tokens. If your chatbot generates 500 tokens per response and handles 1000 requests daily, that's roughly $150/month just in AI costs.
AI Search Changing SEO
AI search engines (like ChatGPT, Perplexity, Claude) answer questions directly rather than linking to websites. This is disrupting traditional SEO:
- Users ask AI instead of Googling → fewer search clicks → less traffic to your site
- AI still cites sources, but in a different way than Google links
- Traditional SEO (keywords, backlinks) matters less if AI doesn't crawl the web
- New SEO focus: appear in AI training data, optimize for AI-readable content, build topical authority
The Emerging AI-Native Web
As AI becomes standard, websites are being reimagined around AI:
- AI-First Design: Interfaces optimized for AI interaction, not human browsing
- Structured Data: More APIs, less HTML pages. AI agents "speak" to APIs directly
- Real-Time Learning: Websites that adapt to users via AI in real-time
- Agentic Workflows: AI agents that complete tasks across multiple websites