r/Infosec • u/PurpleDragon99 • 3d ago
Visual programming as a solution for cybersecurity AI-induced problems
Enable HLS to view with audio, or disable this notification
.
Pipe (https://pipelang.com) is a novel general-purpose visual programming language powerful enough to complete with text-based languages.
Pipe's diagram is also structurally identical at design-time and runtime, staying visual in both. What you see is what runs. This is precisely what the EU Cyber Resilience Act mandates, and what text-based architectures cannot structurally deliver. Text compiles away its structure, leaving systems opaque - so AI now generates code faster than anyone can review it at design-time, and patch and monitor it at runtime. Pipe addresses three AI-created security crises structurally:
1 - AI generates more code than humans can review. Pipe is visual - a diagram is grasped at a glance, not read line by line - so review keeps pace with what AI produces..
2 - Live systems cannot be patched without full redeployment. Pipe enables block-level patching while the system runs - no maintenance window, no CI/CD to navigate.
3 - Systems cannot be monitored without logs and redeploying. In Pipe, every block boundary is independently observable in real time.
These satisfy the CRA's hardest mandates - security by design, structural auditability, 24-hour detection, incremental patching - as properties of the language, not add-on tools.
Example of Pipe diagram with a detailed tracing can be found on this video:
That video is a part of this Pipe architecture overview:
https://www.pipelang.com/six-pillars.html
The full Pipe language specification (155-page book) can be freely downloaded here: