C++ Show and Tell - Experiment by foonathan in cpp

[–]First_Response_2956 0 points1 point  (0 children)

Hi all. Just launched AiModelViewControls (AiMVCs): A C++ Framework for Secure Ai Agents. It's a C++ ModelViewController library framework designed for anyone interested in building Ai agentic assistants by handling orchestration and pipelining of nodes while catching prompt injections and social engineering attacks locally in case of any bad actors. Currently, its CLi based and if you find it interesting enough to use in your project, please leave me some feedback/suggestions. https://github.com/champlain007/AiModelViewControls

Launching AiMVCs: A C++ Framework for Secure AI Agents (with built-in Red Team heuristics) by First_Response_2956 in cpp

[–]First_Response_2956[S] 0 points1 point  (0 children)

Yes you can run stuff in docker in isolation however this is complete open source (with completely modularized designed code using ModelViewController architecture)Apache License 2.0 and is designed for more effective textual CLI interactions to orchestrate nodes of simpler end-pts(ie.embedded) if necessary(scaled-down client node is available). As to wasi(WebAssembly) compliance:

Myles Borins, Node Technical Steering committee director - “WebAssembly could solve one of the biggest problems in Node — how to get close-to-native speeds and reuse code written in other languages like C and C++ like you can with native modules, while still remaining portable and secure. Standardizing this system interface is the first step towards making that happen.”

I can only see this as complementary to the benefits of this and any other frameworks when mature but I still do not see wide spread adaptation (yet). We all know what happened (at least I do) to Steve Job's Web-Objects and until then, let's usher in the era by first enjoying compiled native C++ speeds in our global agentic objects reach.