Subject
11 entries
Openai
Bookmarks
The Next Era of AI: GPT-4
A HackerNoon overview of GPT-4's architectural advances over GPT-3, covering multimodal capabilities, improved reasoning, and the scaling leap that made it qualitatively different. Useful historical context for understanding what made GPT-4 a step-change rather than an incremental improvement.
Build a Support Bot with Supabase, OpenAI, and Windmill
Windmill's tutorial on building a Discord/Slack support bot using Supabase for vector storage and OpenAI for embeddings and generation — a worked RAG example for team documentation Q&A. Shows how to wire up the standard stack (embed, store, retrieve, generate) for a specific product use case.
Leaked Google Document: "We Have No Moat, And Neither Does OpenAI"
Simon Willison's commentary on the leaked Google 'We Have No Moat' document, providing context and links to the SemiAnalysis publication. Willison frames the memo as significant for its candor about open-source AI's rapid quality trajectory.
Google "We Have No Moat, And Neither Does OpenAI"
A leaked internal Google document arguing that open-source AI will outcompete both Google and OpenAI — the thesis being that open-source models iterate faster, require no API fees, and are already approaching proprietary quality. One of the most influential strategic memos of the 2023 AI boom.
Azure OpenAI Service: ChatGPT and GPT-4 Quickstart
Microsoft's official quickstart guide for using ChatGPT and GPT-4 via Azure OpenAI Service — covering setup, authentication, and first API calls from the Azure portal and CLI. The enterprise path to OpenAI models with data residency, private networking, and compliance guarantees.
Telegram ChatGPT Concierge Bot
A Telegram bot that wraps ChatGPT with voice input/output — send it a voice message or text and get ChatGPT responses back in the same format. An early template for LLM-powered messaging bots before they became a commodity.
AI's Human Factor: Fei-Fei Li and Mira Murati
A Greylock-hosted conversation between Stanford's Fei-Fei Li and OpenAI CTO Mira Murati on AI's human dimensions — ethics, access, creativity, and what it means to build AI responsibly. A discussion between two of the most influential women in AI at a pivotal moment.
OpenAI Codex TodoMVC Challenge
A walkthrough of using OpenAI Codex to build a TodoMVC app from natural language descriptions. Captures the pre-Copilot moment when Codex-powered code generation was the frontier of AI-assisted coding.
How to Play with the GPT-3 Language Model
Simon Willison's practical guide to getting started with GPT-3 — written in June 2022 when most developers still hadn't touched it. One of the clearest early explainers on the OpenAI API and what the model could actually do.
Training Language Models to Follow Instructions with Human Feedback (InstructGPT)
OpenAI's InstructGPT paper (2022) shows that a 1.3B model fine-tuned with RLHF on human preference data is preferred over raw GPT-3 at 175B — establishing that alignment via human feedback is more important than raw scale for following instructions. This is the foundational paper behind ChatGPT and the instruction-tuned era.
Prompts.ai: Advanced GPT-3 Playground
Prompts.ai was a community-built advanced GPT-3 playground that extended OpenAI's official interface with chaining, templates, and variable injection — an early tool for the prompt engineering community before ChatGPT made LLMs mainstream.
