-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCITATION.cff
More file actions
22 lines (18 loc) · 1.02 KB
/
Copy pathCITATION.cff
File metadata and controls
22 lines (18 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cff-version: 1.2.0
message: "If you use this work in research, please cite it as below."
title: "Software Periodic Table: A Finite Ontology of Recurring Application Elements for Compositional Code Generation"
type: software
version: 0.1.0
date-released: 2026-07-19
license: MIT
authors:
- name: "Software Periodic Table Contributors"
repository-code: "https://github.com/nulllabtests/software-periodic-table"
keywords:
- software-ontology
- compositional-code-generation
- llm-agents
- software-engineering
- periodic-table
- reusability
abstract: "A curated ontology of 115 recurring software elements across six families (Objects, Properties, Actions, Interfaces, Intelligence, Rules), with typed reference implementations and a composition framework for LLM-based coding agents. The core thesis is that most application software can be expressed as compositions of a finite set of curated atoms, and that composition from such a library is more reliable and token-efficient than regenerating equivalent patterns on every task."