openai / build-hours
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components. This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (23 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 23 components.
  • 661 files, 93,161 LOC (100.0% vs. main code).
  • "25-realtime-2" is biggest, containing 22.77% of LOC.
  • "03-4o_mini_fine_tuning" is smallest, containing 0.33% of LOC.


25-realtime-221212 LOC (22%) 48 files
21-agentic-memory10742 LOC (11%) 83 files
06-structured_outputs8510 LOC (9%) 131 files
07-reasoning8405 LOC (9%) 15 files
15-reinforcement-fine-tuning7204 LOC (7%) 30 files
16-built-in-tools5953 LOC (6%) 88 files
26-agents-sdk4658 LOC (4%) 56 files
14-voice-agents4161 LOC (4%) 45 files
09-realtime2965 LOC (3%) 35 files
24-api-codex2915 LOC (3%) 15 files
18-responses-api2672 LOC (2%) 18 files
17-gpt-52413 LOC (2%) 9 files
20-agent-rft2393 LOC (2%) 18 files
22-chatgptapp-pingpong2339 LOC (2%) 2 files
08-evals2027 LOC (2%) 6 files
13-image-gen865 LOC (<1%) 18 files
04-mmrag_tooluse734 LOC (<1%) 5 files
11-recommendation605 LOC (<1%) 6 files
12-agentic-tool-calling600 LOC (<1%) 11 files
02-assistants594 LOC (<1%) 9 files
05-4o_fine_tuning566 LOC (<1%) 7 files
10-distillation316 LOC (<1%) 1 file
03-4o_mini_fine_tuning312 LOC (<1%) 5 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
17-gpt-59 commits (10%)
18-responses-api5 commits (5%)
15-reinforcement-fine-tuning5 commits (5%)
25-realtime-25 commits (5%)
11-recommendation4 commits (4%)
24-api-codex3 commits (3%)
16-built-in-tools3 commits (3%)
09-realtime2 commits (2%)
10-distillation2 commits (2%)
26-agents-sdk2 commits (2%)
02-assistants2 commits (2%)
07-reasoning2 commits (2%)
20-agent-rft2 commits (2%)
06-structured_outputs2 commits (2%)
21-agentic-memory2 commits (2%)
05-4o_fine_tuning2 commits (2%)
14-voice-agents2 commits (2%)
03-4o_mini_fine_tuning2 commits (2%)
22-chatgptapp-pingpong2 commits (2%)
08-evals2 commits (2%)
04-mmrag_tooluse2 commits (2%)
13-image-gen1 commits (1%)
12-agentic-tool-calling1 commits (1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2026 2025 2024
17-gpt-5
9
18-responses-api
3
2
15-reinforcement-fine-tuning
5
25-realtime-2
5
24-api-codex
3
16-built-in-tools
3
09-realtime
2
26-agents-sdk
2
07-reasoning
2
02-assistants
2
20-agent-rft
2
06-structured_outputs
2
21-agentic-memory
2
05-4o_fine_tuning
2
03-4o_mini_fine_tuning
2
14-voice-agents
2
08-evals
2
22-chatgptapp-pingpong
2
04-mmrag_tooluse
2
13-image-gen
1
12-agentic-tool-calling
1
10-distillation
2
11-recommendation
4


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

flowchart TB
    n0["25-realtime-2"]
    n1["24-api-codex"]
    n2["26-agents-sdk"]
    n3["18-responses-api"]
    n4["22-chatgptapp-pingpong"]
    n0 ---|"5"| n0
    n1 ---|"3"| n1
    n2 ---|"2"| n2
    n3 ---|"2"| n3
    n4 ---|"2"| n4
    classDef default fill:#00b2ee,stroke:#ffffff,color:#000000;
    classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
    linkStyle 0 stroke:#a0a0a0A5,stroke-width:5px
    linkStyle 1 stroke:#a0a0a082,stroke-width:3px
    linkStyle 2 stroke:#a0a0a070,stroke-width:2px
    linkStyle 3 stroke:#a0a0a070,stroke-width:2px
    linkStyle 4 stroke:#a0a0a070,stroke-width:2px



2026-06-24 10:36