DAP/22-02
Active
Defence Funded Research
July 2024 July 2028
49 months
Yemen Rhouma, Thibault Debatty
AI
Cyber threats are probably the most rapidly evolving threats today. New attacks and techniques are developed every day by large state-sponsored groups. Moreover, due to the tight interconnection of systems over the Internet, adversaries can manifest threats from anywhere in the World. Adversaries of today have resources and time, and can invoke damaging attacks with ease. At the same time, we are each day more dependent on our networks, data and computer systems to achieve our missions. Protecting these is thus of paramount importance. State of the art COTS solutions are not sufficient. To mitigate these threats, new detection and protection systems must be developed, that go beyond the state of the art.
This project plans to study and compare the latest advances in Artificial Intelligence (AI) techniques, and apply them to implement or enhance the protection of BEL Defence cyber assets.
The envisioned algorithms of interest will include:
And the possible applications include:
If you are using Neovim, you have likely come across the plugin Code Companion. This plugin allows you to integrate Large Language Models (LLMs) into Neovim, much like you would expect from any modern IDE.
ReadIn a previous blog post I have explained how to use Zed AI-powered code assistant with a local instance of Ollama. In this blog post, I will show how to set up Zed with a remote instance of Open WebUI. This will allow you to access the full power of Open WebUI’s models directly from the Zed interface.
ReadRunning a local Large Language Model (LLM) is sometimes something we want to avoid being fully dependent on the big AI actors, such as OpenAI, Anthropic, and Google, and so on.
ReadAs developers, we’re constantly looking for ways to boost our productivity and efficiency. One of the most exciting advancements in recent years is the emergence of AI-powered coding assistants. In this post, we’ll explore a powerful trio of tools that can revolutionize the way you write code, while keeping your code and data fully local: Ollama, gpt-oss, and Zed.
Read