Emerging Ideas on New Programming Paradigms
Imagined by Midjourney

Emerging Ideas on New Programming Paradigms

Original Post on Medium: Emerging Ideas on New Programming Paradigms | by Sam Bobo | Medium

Artificial Intelligence recently entered an inflection point, now mainstream within society, the ability for artificial intelligence to generate content, spanning videos, images, and even code. This AI-based technology, formally dubbed Generative AI, is catalyzed by the intersection computing at scale, increased processing power, and the sheer wealth of knowledge generated and aggregated by humankind on the internet. Furthermore, Generative AI systems are built using natural language processing (“NLP”) which fundamentally requires systems to understand meaning behind spoken and written word and form associations with other mediums using transformer technology. Barring the underlying fact that a new set of knowledge will be required to optimize for Generative AI engines, namely prompt engineering, nonetheless, the ability of Artificial Intelligence to remove yet another lower-level function of a particular job is shifting humanity forward and creating more efficiencies at scale.

This level of abstraction can be examined within the world of programming. At the primitive age of programming, low-level programming languages such as assembly and machine code, required intricate knowledge of the switches within bare metal servers. Layered on top of low-level programming came mid-level, including languages such as C that abstracted some of the intricacies of, say, machine code but still allowed for freedom for experts to continue with some fine, lower level control. The pattern continued upward into high-level programming which is more pronounced among the general Populus — JavaScript, Python, Ruby, etc. — striking that delicate balance between fine control and abstraction. Higher level programming languages allowed for the creation of user-defined functions, object oriented programming, and more. Over time, collective efforts built libraries of functions, developer kits containing an aggregate of libraries, and even application programming interfaces (“APIs”) which simply allowed developers to perform complex processes such as speech-to-text (“STT”) processing with a few lines of code.

APIs and SDKs paved the way for democratization of programming (to an extent) in the form of simplistic, yet highly powerful, visual tooling interfaces, part of the low-no code movement. Low-no code solutions abstract away programmatic tooling APIs and SDKs in the form of visual, drag-and-drop interfaces. Take, for example, building a semantic model for natural language understanding. Through the use of low-code tooling, interested parties can write sentences, visually tag entities, and map those entities to parts of a dialog for interface with a chatbot or voice assistant. The aforementioned scenario has fueled the Conversational AI market and proliferation of assistant-based technologies across all facets of industry.

The rational for highlighting the three aforementioned topics: (1) Artificial Intelligence, specifically Generative AI (2) Programming and (3) Low-No Code is that a new framework for development and co-creation are emerging, democratizing innovation and accelerating the path of creation within society.

Let me delve in further…

Collaboration:?The first intersection resides between programming and low-code tools. Low-no code systems are designed to span three primary personas: (1) An individual with no programming experience, (2) A “Citizen” developer or one whom is self-taught enough to write basic code and (3) An experienced programmer. Spanning the array of expertise opens the gateway for collaboration and innovation amongst all parties. Noting that low-no code systems abstract further the low-level granularity that code provides, all parties can begin on a low-code system to expedite proof of concepts, then export and handoff to a developer for fine-tuning, with iterative cycles until completion (and thereafter). This cyclical development fosters immense collaboration and fine-tuning to grow innovation, cut development cycles, and reduce time-to-market.

Code Generation:?The second intersection, as part of this analysis, is the intersection between programming and artificial intelligence. Utilizing Generative AI and the OpenCodex from OpenAI, Microsoft released?GitHub CoPiliot, a new functionality within GitHub that allows programmers to simply write a prompt, in the form of comments, for the type of code they are about to write, and Copilot will generate the lines of code required to complete that prompt in the form of AI-based suggestions, similar to autocomplete whilst writing an email. Most code, with the exception of scripting, is a compiled language and thus has a distinct answer to train via supervised machine learning for large language models; even scripting langauges needs to run and generate a specific output. While probabilistic in nature and prone to error, this further expedites the development process for engineers and reduces the time to write standardized and more routine code, allowing developers to shift focus to more cusotm and unique coding.

Ambient Abstraction: The last intersection as part of this analysis arrives at a term I am dubbing “ambient abstraction.” Imagine a scenario whereby Generative AI is applied within a low-code / no-code platform with a dedicated training corpus layered per tenant (presuming a large organization or team). This large language model contains similar training to that of Copilot but continues to learn based on the code applied by developers within an IDE within the tool. Code that is written and compiled or deployed acts as feedback within the system, training it further. With enough data, the system then becomes ambient, listening in the background and starting to generate recommendations of code blocks to abstract into the low-code platform as drag and drop UI objects unique to the tenant.

No alt text provided for this image


What I am ultimately proposing and foreseeing is a new paradigm of development that spans programming know-how AND user (human to AI) in a harmonious and symbiotic collaboration whereby:

  1. Development first starts as a collaboratve effort among developers and non-developers
  2. Fine tuning is performed with code generation tools
  3. AI becomes ambient and learns from code being written to re-optimize and abstract for non-developers, continuing the cycle back at collaboration

At the time of this writing, I am not privy to any low-code platforms that employ ambient abstraction, but I yield to the broader tech ecosystem as one of the use cases for generative artificial intelligence and large language models that might derive from it’s popularity. Humans, alongside AI, continue to push the upper bounds of innovation and I am excited to see the next wave of paradigm shifts occur.

要查看或添加评论,请登录

Sam Bobo的更多文章

  • A LLM Trying to “Catch’em All” Playing Pokémon

    A LLM Trying to “Catch’em All” Playing Pokémon

    Original Post on Medium: A LLM Trying to “Catch’em All” Playing Pokémon | by Sam Bobo | Mar, 2025 | Medium Growing up…

  • Preserving AI for Social Good — How AI can Preserve History

    Preserving AI for Social Good — How AI can Preserve History

    Original publication on Medium: Preserving AI for Social Good — How AI can Preserve History | by Sam Bobo | Feb, 2025 |…

  • Adaptation Artifacts for Tuning Models

    Adaptation Artifacts for Tuning Models

    Originally posted on Medium: Adaptation Artifacts for Tuning Models | by Sam Bobo | Feb, 2025 | Medium Perfect theories…

  • My Journey into AI

    My Journey into AI

    Original Post on Medium: My Journey into AI. A short post detailing my entry into AI… | by Sam Bobo | Feb, 2025 |…

    1 条评论
  • The Opportunities Lost with Human Replacement

    The Opportunities Lost with Human Replacement

    Original post on Medium: The Opportunities Lost with Human Replacement | by Sam Bobo | Jan, 2025 | Medium “The Giver”…

  • Grounding the World Around Us — Inference on the Edge

    Grounding the World Around Us — Inference on the Edge

    Original Post on Medium: Grounding the World Around Us — Inference on the Edge | by Sam Bobo | Jan, 2025 | Medium Take…

  • AI Model Management and Lock-In Potentials

    AI Model Management and Lock-In Potentials

    Original Post in Medium: AI Model Management and Lock-In Potentials | by Sam Bobo | Jan, 2025 | Medium Entering the…

  • Blogging Year in Review 2024

    Blogging Year in Review 2024

    Originally posted on Medium: 2024 Blogging Year in Review. Humbled by my readership, I recap 2024… | by Sam Bobo | Dec,…

  • Standardizing for Commoditization — Anthropic’s Model Context Protocol (MCP)

    Standardizing for Commoditization — Anthropic’s Model Context Protocol (MCP)

    Originally posted on Medium: Standardizing for Commoditization — Anthropic’s Model Context Protocol (MCP) | by Sam Bobo…

    1 条评论
  • A Thesis on Artificial Intelligence

    A Thesis on Artificial Intelligence

    Original post on Medium: A Thesis on Artificial Intelligence | by Sam Bobo | Dec, 2024 | Medium Artificial Intelligence…

    1 条评论

社区洞察

其他会员也浏览了