<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/context-hub-eroo5ehwh" -->

---
title: Context Hub | daily.dev
description: Context Hub is an open-source repository by Andrew Ng that provides coding agents with curated, versioned documentation in markdown format. It addresses the...
canonical: https://daily.dev/posts/context-hub-eroo5ehwh
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Context Hub | daily.dev
og:description: Context Hub is an open-source repository by Andrew Ng that provides coding agents with curated, versioned documentation in markdown format. It addresses the...
og:url: https://daily.dev/posts/context-hub-eroo5ehwh
og:image: https://api.daily.dev/og/posts/ErOo5ehwH.png
og:image:alt: Context Hub
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.

# Context Hub

**[WeProDev](https://daily.dev/sources/weprodev)** · [@michaelandish](https://daily.dev/michaelandish) · 1 min read · 0 upvotes · 0 comments

## Summary

Context Hub is an open-source repository by Andrew Ng that provides coding agents with curated, versioned documentation in markdown format. It addresses the problem of AI coding agents hallucinating APIs or losing context between sessions by giving them a persistent, inspectable knowledge base that improves with each task. All content is open and community-contributable.

## Content

Coding agents hallucinate APIs and forget what they learn in a session. Context Hub gives them curated, versioned docs, plus the ability to get smarter with every task. All content is open and maintained as markdown in this repo — you can inspect exactly what your agent reads, and contribute back.

[https://github.com/andrewyng/context-hub](https://github.com/andrewyng/context-hub)

## Similar posts on daily.dev

- [Context Hub vulnerable to supply chain attacks, says tester](https://daily.dev/posts/context-hub-vulnerable-to-supply-chain-attacks-says-tester-dxqkuuazt) · InfoWorld · 0 upvotes · 0 comments

---

[View this post on daily.dev](https://daily.dev/posts/context-hub-eroo5ehwh)

```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":"DiscussionForumPosting","mainEntityOfPage":"https://daily.dev/posts/context-hub-eroo5ehwh","headline":"Context Hub","text":"Context Hub is an open-source repository by Andrew Ng that provides coding agents with curated, versioned documentation in markdown format. It addresses the problem of AI coding agents hallucinating APIs or losing context between sessions by giving them a persistent, inspectable knowledge base that improves with each task. All content is open and community-contributable.","url":"https://daily.dev/posts/context-hub-eroo5ehwh","datePublished":"2026-06-08T06:49:09.192Z","dateModified":"2026-06-08T06:49:47.007Z","author":{"@type":"Person","name":"Michael Andish","url":"https://daily.dev/michaelandish","image":"https://media.daily.dev/image/upload/s--YvwQMX-3--/f_auto/v1735373719/avatars/avatar_uLAYlzyDjTI35qcLSY5yc","description":"We share nice articles here ;)\n\nhttps://app.daily.dev/squads/weprodev","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"EndorseAction"},"userInteractionCount":3385}},"interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"isPartOf":{"@type":"WebPage","url":"https://daily.dev/squads/weprodev","name":"WeProDev"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"WeProDev","item":"https://daily.dev/squads/weprodev"},{"@type":"ListItem","position":3,"name":"Context Hub"}]}
```

