Skip to main content

Using AI (OpenAI, Anthropic,Gemini) Function Calling To Automate Dev Environment Actions

 

In this post we showcase direct AI integration support, then follow that up with using that integration to automate the process of issuing a prompt and generating a Lowcode app. 

The integration approach shown allows a developer  to build all sorts of automation "recipes" to drive the developer environment.

Part 1 - Basic AI Integration Demo (OpenAI, Anthropic, Gemini)



Part 2 -CodeGen and Lowcode Integration via automation using all three models.








Comments

Popular posts from this blog

Declarative Programming With AI/LLMs

  What Is Declarative Programming Broadly speaking, there are two ways to program/instruct a computer to perform a task, they are imperative vs declarative programming. Imperative programming is what we do the most, we write all the code necessary for the computer to perform a task such that the only thing left for the computer to do is fetch and execute CPU instructions. If you are using Java,C#, Javascript...etc you are doing imperative programming. Declarative programming is a higher-order form of programming, we instruct the computer to perform a task but otherwise let it "figure out" how to do it. Declarative programming requires some sort of software based execution engine. Whereas with imperative programming our code gets compiled into some machine/byte code and then run by the CPU, declarative programming requires a layer of software that does the "magic" that allows you to use it without having to write the precise logic for completing tasks.  I would guess...

Building a Youtube video portal with AI

  In Solvent we are focused on effectively combining the following modes for authoring web apps: Code-Centric Lowcode/No code AI CodeGen/Assist In this post we are going to showcase app authoring degrees-of-freedom as a requirement for fully realizing the benefits of combining these modes/perspectives. Demo: building a video portal Our prompts : Video walk-through Part 1:   Video walk-through Part 2:   Video portal live : Built with combined modes of Lowcode/No code, Code-Centric, AI CodeGen/Assist.  

Integrating AI CodeGen With Low Code Application Development - Part 2

In this post we follow up from the previous AI CodeGen integration into a Lowcode environment, which was a manual process.  In this post we showcase the new direct AI integration support, then follow that up with using that integration to automate the process of issuing a prompt and generating a Lowcode app. Part 1 - Basic AI Integration Demo (OpenAI, Anthropic, Gemini) Part 2 -CodeGen and Lowcode Integration via automation using all three models.