External Publication
Visit Post

Feature Request: Personal Semantic Knowledge Graph for ChatGPT

OpenAI Developer Community June 15, 2026
Source

Feature Request: Personal Semantic Knowledge Graph for ChatGPT

Motivation

ChatGPT conversations often contain valuable knowledge, ideas, projects, discoveries, decisions, and long-running topics that span months or years.

Today, conversation history is organized chronologically. While this works well for recent interactions, it becomes increasingly difficult to navigate a large body of accumulated knowledge.

Users frequently remember:

  • a concept,

  • a project,

  • a question,

  • or a conclusion,

but do not remember when the discussion occurred.

As a result, valuable information becomes effectively hidden inside hundreds of past conversations.

Proposed Feature

Introduce a Personal Semantic Knowledge Graph that automatically organizes a user’s conversation history into concepts and relationships.

Rather than presenting conversations solely as a timeline, ChatGPT would extract:

  • Concepts

  • Topics

  • Projects

  • Questions

  • Conclusions

  • People

  • Organizations

  • Documents

  • Relationships between them

and build a navigable semantic graph.

Example

Instead of searching through conversation titles, a user could navigate:

XPath 4
 ├── Generators
 │     ├── Deferred Evaluation
 │     ├── Fold-Lazy
 │     └── Infinite Sequences
 │
 ├── QT4CG Discussions
 │
 └── Balisage 2026 Paper

Selecting a node would display:

  • a concise summary,

  • related concepts,

  • relevant conversations,

  • major conclusions,

  • timeline of evolution.

Relationship Navigation

The graph should support links such as:

  • is-a

  • part-of

  • discusses

  • proposes

  • contradicts

  • extends

  • authored-by

  • related-to

allowing users to discover connections they may not have been aware of.

Integration with Existing Features

This feature would complement:

  • Memory

  • Search

  • Conversation History

  • Projects

rather than replacing them.

The semantic graph would act as a higher-level organizational layer over existing conversations.

Benefits

Knowledge Preservation

Important ideas would no longer disappear into historical chats.

Improved Discoverability

Users could find information by concept rather than date.

Long-Term Projects

Research, writing, software development, and learning projects could be followed over months or years.

Personal Knowledge Base

ChatGPT would evolve from a conversation system into a structured personal knowledge repository.

Possible Future Extensions

  • Collapsible hierarchical views

  • Interactive graph visualization

  • Automatic topic timelines

  • GraphRAG-style semantic search

  • User-editable concept nodes

  • Export to Markdown, RDF, JSON-LD, or knowledge-graph formats

Summary

ChatGPT already helps users create knowledge.

The next step is helping users organize and navigate the knowledge they have accumulated across conversations.

A Personal Semantic Knowledge Graph would transform conversation history from a chronological archive into a living, structured knowledge base.

Discussion in the ATmosphere

Loading comments...