How do you imagine the universal programming language of future LLMs will look? I mean a language built by LLMs for LLMs, not for humans to read or modify. A language that can be used to build any kind of application: backend, mobile, desktop, web, embedded, etc.
Comments
shadowAuror•34m ago
I suspect it will not be a language in the traditional sense. Instead of describing how to build a system, it would describe the system's entities, relationships, goals, constraints, NFRs etc...
The application model becomes the source of truth, and the code will be the generated artifact. A single spec defined and code generated will be optimized for web, mobile, desktop, api, etc...
The spec itself can be in a yaml type format or a hierarchical knowledge graph...
piappsonline•30m ago
English with syntax for contextual awareness.
Can be a in a structured format or schematic format JSON or MD
shadowAuror•34m ago
The spec itself can be in a yaml type format or a hierarchical knowledge graph...