pinterest3 min read

Curated summary

On the (re)-prioritization of open-source AI

Read original(opens in new tab)

Pinterest argues that AI competition is shifting beyond ever-larger proprietary models. Open-source models now deliver comparable quality at a fraction of the cost, while compact models fine-tuned for specific tasks can outperform general-purpose systems. The company’s strategy is to combine open-source models with Pinterest-specific data, internal systems, and deep product integration.

Open-Source Models and Cost Efficiency

  • Pinterest reports achieving performance comparable to leading proprietary AI models at less than 10% of the cost.
  • The company is shifting more investment toward fine-tuned open-source models, especially for visual and multimodal applications.
  • As core LLM architectures become increasingly commoditized, competitive advantage is moving toward:
    • Domain-specific data
    • Personalization
    • Product integration
    • End-to-end system optimization

Choosing What to Build, Buy, or Adapt

Pinterest evaluates foundation-model strategy by modality:

  • User modeling and recommendation

    • These systems are tightly coupled to a product’s behavior and are generally built internally.
    • Pinterest uses long-term user-action sequences and a graph containing hundreds of billions of user, board, and content nodes.
    • Examples include PinFM for representation learning and PinRec for generative recommendations.
  • Visual models

    • Pinterest largely trains visual encoders and diffusion models in-house.
    • Its visual-search data and image-board collections provide the weakly supervised datasets needed for large-scale training.
    • Internal models benefit from Pinterest’s specialized visual domain.
  • Text models

    • Pinterest has historically relied more on open-source and proprietary third-party LLMs.
    • Progress in reasoning and language modeling depends heavily on enormous datasets and compute resources, making external models practical.

Domain-Specific Data as the Differentiator

  • Open-source multimodal architectures are narrowing the capability gap with proprietary models.
  • Pinterest’s experience reflects an older machine-learning pattern: model architectures become broadly available, while value comes from specialized data and fine-tuning.
  • Its visual encoders, including UVE and PinCLIP, improved retrieval by training on Pinterest image and visual-search data rather than using generic embeddings.
  • Pinterest Canvas similarly adapts an internally trained diffusion model for image editing and enhancement, outperforming larger general-purpose visual-generation models in those use cases.

Pinterest Assistant and Specialized Tools

  • Pinterest Assistant combines:
    • Multimodal retrieval systems
    • Recommendation services
    • Specialized generative models
    • A core multimodal LLM
  • Most recommendation and agentic capabilities are handled by Pinterest-native tools built on its user and visual foundation models.
  • The central LLM acts primarily as an intelligent router, handling query understanding, planning, and tool calling rather than performing every task itself.
  • This architecture allows Pinterest to improve the overall product by optimizing smaller, specialized components instead of relying solely on a larger general-purpose model.

Pinterest’s recommendation is to use open-source models as adaptable building blocks, then differentiate through proprietary data, specialized models, and tight integration with the product. The most effective AI systems may therefore be smaller, cheaper, and more purpose-built than frontier general-purpose models.

Continue with another curated summary.