[
  {
    "id": "c-sdk-1",
    "source": "reddit",
    "vendor": "cohere",
    "text": "Got Cohere's Python SDK running in about 10 minutes. The auth was straightforward but I had to dig through three doc pages to find a working RAG example. OpenAI's quickstart is a single page.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/LocalLLaMA/search/?q=cohere+sdk",
    "score": 8,
    "date": "2026-02-15T00:00:00Z"
  },
  {
    "id": "o-sdk-1",
    "source": "reddit",
    "vendor": "openai",
    "text": "OpenAI's Node SDK is the gold standard for developer ergonomics. Types are accurate, streaming just works, and the error messages tell you what to fix.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/OpenAI/",
    "score": 22,
    "date": "2026-03-02T00:00:00Z"
  },
  {
    "id": "a-sdk-1",
    "source": "reddit",
    "vendor": "anthropic",
    "text": "Anthropic's SDK is clean but the 'which message role goes first' rules are unintuitive compared to OpenAI. Took me a while to realize system prompts are a separate param, not a message.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/ClaudeAI/",
    "score": 14,
    "date": "2026-02-28T00:00:00Z"
  },
  {
    "id": "c-sdk-2",
    "source": "github",
    "vendor": "cohere",
    "text": "Cohere's async Python client has a subtle bug where streaming responses hang if the connection drops mid-way. Had to switch to the sync client for prod.",
    "author": "GitHub issue",
    "url": "https://github.com/cohere-ai/cohere-python/issues",
    "score": 3,
    "date": "2026-03-10T00:00:00Z"
  },
  {
    "id": "c-model-1",
    "source": "reddit",
    "vendor": "cohere",
    "text": "Command R vs Command R+ vs Command A — what is the actual decision tree here? I asked their sales team and got three different answers. For a dev trying to prototype in an afternoon, this is a blocker.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/LocalLLaMA/",
    "score": 18,
    "date": "2026-03-20T00:00:00Z"
  },
  {
    "id": "c-model-2",
    "source": "hackernews",
    "vendor": "cohere",
    "text": "Cohere's embed models are actually really good — embed-multilingual-v3 outperforms OpenAI on some of our retrieval benchmarks. But you wouldn't know that from the docs. The generative models get all the marketing.",
    "author": "HN commenter",
    "url": "https://news.ycombinator.com/item?id=cohere",
    "score": 31,
    "date": "2026-02-05T00:00:00Z"
  },
  {
    "id": "o-model-1",
    "source": "reddit",
    "vendor": "openai",
    "text": "GPT-4o vs GPT-4-turbo vs o1 vs o3-mini — OpenAI's naming is a disaster but at least there's a clear capability-cost axis. Cohere feels like they're hiding the ladder.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/OpenAI/",
    "score": 45,
    "date": "2026-03-12T00:00:00Z"
  },
  {
    "id": "a-model-1",
    "source": "hackernews",
    "vendor": "anthropic",
    "text": "Claude's Haiku / Sonnet / Opus naming is actually the cleanest in the industry. Haiku for cheap+fast, Sonnet for balanced, Opus for peak intelligence. You can explain it in 10 seconds.",
    "author": "HN commenter",
    "url": "https://news.ycombinator.com/",
    "score": 67,
    "date": "2026-02-18T00:00:00Z"
  },
  {
    "id": "c-pg-1",
    "source": "reddit",
    "vendor": "cohere",
    "text": "Cohere's playground is functional but there's no way to save or share a prompt config. I can't send a teammate 'here's the prompt I'm testing' the way I can in OpenAI's playground.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/cohere/",
    "score": 11,
    "date": "2026-03-01T00:00:00Z"
  },
  {
    "id": "o-pg-1",
    "source": "reddit",
    "vendor": "openai",
    "text": "OpenAI's playground code snippet export (curl, python, node) is underrated. That's how I actually move from prototype to integration — copy the snippet, paste into my repo, done.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/OpenAI/",
    "score": 29,
    "date": "2026-02-22T00:00:00Z"
  },
  {
    "id": "a-pg-1",
    "source": "reddit",
    "vendor": "anthropic",
    "text": "Anthropic's Workbench got way better this year. The prompt caching UI is still confusing though — I had to read the blog post to understand how to actually use it.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/ClaudeAI/",
    "score": 19,
    "date": "2026-03-15T00:00:00Z"
  },
  {
    "id": "c-docs-1",
    "source": "reddit",
    "vendor": "cohere",
    "text": "Cohere's RAG docs are actually some of the best in the industry if you can find them. The problem is they're spread across blog posts, guides, and reference — not one canonical 'build RAG with Cohere' page.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/LangChain/",
    "score": 15,
    "date": "2026-02-10T00:00:00Z"
  },
  {
    "id": "o-docs-1",
    "source": "stackoverflow",
    "vendor": "openai",
    "text": "OpenAI's docs are the baseline everyone else gets compared to. The cookbook on GitHub is also where I go first before I try anything new.",
    "author": "SO answer",
    "url": "https://stackoverflow.com/questions/tagged/openai-api",
    "score": 54,
    "date": "2026-01-30T00:00:00Z"
  },
  {
    "id": "a-docs-1",
    "source": "reddit",
    "vendor": "anthropic",
    "text": "Anthropic's prompt engineering guide is in a class of its own. Whoever wrote that actually teaches you how to think about prompts, not just copy templates.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/ClaudeAI/",
    "score": 88,
    "date": "2026-03-08T00:00:00Z"
  },
  {
    "id": "c-ent-1",
    "source": "hackernews",
    "vendor": "cohere",
    "text": "Cohere is genuinely ahead on private deployments. We're a regulated industry shop and Cohere on Oracle OCI was the only real path to running frontier-class models in our own tenancy without months of legal review.",
    "author": "HN commenter",
    "url": "https://news.ycombinator.com/item?id=cohere-enterprise",
    "score": 42,
    "date": "2026-03-18T00:00:00Z"
  },
  {
    "id": "c-ent-2",
    "source": "reddit",
    "vendor": "cohere",
    "text": "Data residency in Canada was the entire reason we picked Cohere over OpenAI. Our compliance team rejected OpenAI in 20 minutes. Cohere got through legal in two weeks.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/sysadmin/",
    "score": 24,
    "date": "2026-02-12T00:00:00Z"
  },
  {
    "id": "o-ent-1",
    "source": "reddit",
    "vendor": "openai",
    "text": "Azure OpenAI unlocks enterprise for us but the rollout is still a mess. Regional availability, model version drift between Azure and OpenAI direct, quota requests that take weeks. Cohere's story here is cleaner.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/AZURE/",
    "score": 33,
    "date": "2026-03-05T00:00:00Z"
  },
  {
    "id": "a-ent-1",
    "source": "reddit",
    "vendor": "anthropic",
    "text": "Anthropic via AWS Bedrock works fine but if you need on-prem or air-gapped, it's a non-starter. Cohere is the only one that will actually ship you a deployment.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/aws/",
    "score": 19,
    "date": "2026-02-25T00:00:00Z"
  },
  {
    "id": "c-price-1",
    "source": "reddit",
    "vendor": "cohere",
    "text": "Cohere's pricing page is refreshingly readable — no marketing fluff, just per-million-token numbers. But their trial credits run out fast if you're building RAG and hitting the rerank endpoint too.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/cohere/",
    "score": 7,
    "date": "2026-03-22T00:00:00Z"
  },
  {
    "id": "o-price-1",
    "source": "hackernews",
    "vendor": "openai",
    "text": "OpenAI's token math is consistently 2-3x more expensive than Claude Haiku for comparable quality on classification tasks. We moved half our workload off. Cohere Command R is competitive on price but we didn't know that for six months.",
    "author": "HN commenter",
    "url": "https://news.ycombinator.com/",
    "score": 51,
    "date": "2026-02-08T00:00:00Z"
  },
  {
    "id": "a-price-1",
    "source": "reddit",
    "vendor": "anthropic",
    "text": "Claude's prompt caching is the best pricing feature any LLM vendor has shipped in 2 years. Cuts my agent costs 70%. Cohere doesn't have an equivalent and it's starting to matter.",
    "author": "Reddit user",
    "url": "https://www.reddit.com/r/ClaudeAI/",
    "score": 36,
    "date": "2026-03-28T00:00:00Z"
  }
]