Automating the Boring Parts of Unleashed Pascal #61
Replies: 7 comments 12 replies
|
I can only test it using Ollama on Win 11. Unfortunately, there are only examples in Python. On Linux, we should test our future AI- IDE-Addons direct with llama.cpp I don’t yet know how this works with Pascal. |
|
CRUD applications can be generated very effectively by implementing a design pattern. Which design pattern is used for desktop applications in Free Pascal? MVP? |
|
PasVulkan - Vulkan header generator, OOP-style API wrapper, framework and prospective Vulkan-based game engine for Object Pascal |
|
|
delphi-openapi-generator - OpenAPI Generator for the delphi library |
|
ASTBuilder -an AST generator tool written in pure Pascal. You can write your own language grammar to generate the AST of your code. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We can have source code generated for a prototype of an AI model.
There is a problem with this, however. As far as I am aware, the response of an model to a prompt is not deterministic if the same prompt is fed to a model multiple times.
Is there a need for code generators that could be linked to a AI model as a function?
@see:
Building a Tool That Writes Models, Services, Tests… Everything.
Automating the Boring Parts of Pascal
Tool calling
Tool Calling and Function Execution
LLM Function Calling - AI Tools Deep Dive
My 'darling' for function calling is minicpm5
All reactions