Spaces:
Running
Running
shorter version
Browse files
README.md
CHANGED
|
@@ -9,92 +9,37 @@ short_description: Applied AI research for security practitioners.
|
|
| 9 |
license: apache-2.0
|
| 10 |
# RadicalNotion.AI
|
| 11 |
---
|
| 12 |
-
|
| 13 |
|
| 14 |
-
-
|
| 15 |
-
|
| 16 |
-
## What We Do
|
| 17 |
-
|
| 18 |
-
We build and publish tools, techniques, and models for security practitioners who need the full capability of modern AI without exposing sensitive data to third-party infrastructure.
|
| 19 |
-
|
| 20 |
-
Our work operates on a simple principle: use open-weight models, run them privately, and treat data sovereignty as a non-negotiable constraint β not an afterthought.
|
| 21 |
-
|
| 22 |
-
---
|
| 23 |
-
|
| 24 |
-
## Research Areas
|
| 25 |
-
|
| 26 |
-
### 1. Security-Oriented Ablation & Decensoring
|
| 27 |
-
|
| 28 |
-
Commercial and open-weight models are routinely trained with refusal activations that block legitimate security research β vulnerability analysis, exploit reasoning, offensive technique study. These refusals do not protect anyone. They handicap defenders while leaving adversaries unaffected.
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
-
|
| 33 |
|
| 34 |
-
|
| 35 |
|
| 36 |
-
|
| 37 |
|
| 38 |
-
|
| 39 |
|
| 40 |
-
|
| 41 |
-
- **Private analyst phase:** That document is loaded into a small, privately-hosted open-weight model. The analyst adds sensitive environmental details β network topology, asset inventory, detection gaps β entirely within their own infrastructure. No sensitive data ever reaches a frontier model or third-party service.
|
| 42 |
-
- **Output:** The model assists with tasks like retroactive threat hunting queries, custom detection logic, and tailored control recommendations β with full context, zero external exposure.
|
| 43 |
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
### 3. Real-Time Vulnerability Management & Analyst Reports
|
| 47 |
-
|
| 48 |
-
We are actively developing automated pipelines that produce detailed, structured analyst reports for current CVEs β synthesizing known exploit chains, affected version ranges, CVSS context, public proof-of-concept availability, and detection/remediation guidance into a single, analyst-ready document.
|
| 49 |
-
|
| 50 |
-
These reports are designed to be consumed directly by the distillation workflow above, making the gap between "CVE published" and "analyst fully briefed" as small as possible.
|
| 51 |
-
|
| 52 |
-
### 4. Model Integrity Research *(early stage)*
|
| 53 |
-
|
| 54 |
-
Post-training modification of open-weight models is an underexamined threat surface. We are investigating techniques for detecting and characterizing modifications introduced after initial training β with particular focus on behaviors relevant to code assistance and agentic workflows where model trustworthiness directly affects operational security.
|
| 55 |
-
|
| 56 |
-
We are not ready to publish findings in this area. This line is here to signal the direction.
|
| 57 |
-
|
| 58 |
-
---
|
| 59 |
-
|
| 60 |
-
## ModelAtlas
|
| 61 |
-
|
| 62 |
-
[ModelAtlas](https://huggingface.co/spaces/RadicalNotionAI/ModelAtlas) is our index and documentation space β a navigable map of the models published here, the techniques applied to each, and the research context behind them.
|
| 63 |
-
|
| 64 |
-
If you are new to this organization, start there.
|
| 65 |
-
|
| 66 |
-
---
|
| 67 |
-
|
| 68 |
-
## Models
|
| 69 |
-
|
| 70 |
-
We publish approximately 30 models, including ablated variants of open-weight models tested for security research utility, and several larger models transferred and modified for specific research purposes β including GLM-4 variants.
|
| 71 |
-
|
| 72 |
-
Model cards document:
|
| 73 |
-
- Base model and lineage
|
| 74 |
-
- Ablation technique(s) applied
|
| 75 |
-
- Intended use case and tested domains
|
| 76 |
-
- Known limitations and evaluation notes
|
| 77 |
-
|
| 78 |
-
---
|
| 79 |
|
| 80 |
## Principles
|
| 81 |
|
| 82 |
-
*
|
| 83 |
-
|
| 84 |
-
*
|
| 85 |
-
|
| 86 |
-
**Attribution always.** We build on others' work. We say so, specifically and publicly.
|
| 87 |
-
|
| 88 |
-
**Defenders first.** This research exists to improve the capability of security practitioners. We are not neutral about who benefits.
|
| 89 |
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
## Affiliation
|
| 93 |
|
| 94 |
-
|
| 95 |
|
| 96 |
-
|
| 97 |
|
| 98 |
-
|
| 99 |
|
| 100 |
-
*
|
|
|
|
| 9 |
license: apache-2.0
|
| 10 |
# RadicalNotion.AI
|
| 11 |
---
|
| 12 |
+
RadicalNotion.AI
|
| 13 |
|
| 14 |
+
Applied AI research for security practitioners who need full model capability without exposing sensitive data to third-party infrastructure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
* * *
|
| 17 |
|
| 18 |
+
## Research Focus
|
| 19 |
|
| 20 |
+
**Security Ablation & Decensoring** β Removing refusal activations that block legitimate vulnerability research. Built on the foundational activation analysis work of [Philipp Emanuel Weidmann (p-e-w/heretic)](https://github.com/p-e-w/heretic).
|
| 21 |
|
| 22 |
+
**CVE Knowledge Distillation** β Compressing everything publicly known about a specific vulnerability into a single document that supercharges a small, privately-hosted model. Analysts add sensitive environmental context in their own infrastructure. Nothing sensitive ever reaches a frontier model.
|
| 23 |
|
| 24 |
+
**Real-Time Vulnerability Management** β Automated analyst reports synthesizing CVE mechanics, exploit chains, detection opportunities, and remediation guidance at the moment of investigation.
|
| 25 |
|
| 26 |
+
**Model Integrity Research** *(early stage)* β Investigating post-training modification as a threat surface, with focus on code assistance and agentic workflows.
|
|
|
|
|
|
|
| 27 |
|
| 28 |
+
* * *
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
## Principles
|
| 31 |
|
| 32 |
+
* Open-weight models only
|
| 33 |
+
* Private inference by default
|
| 34 |
+
* Data sovereignty is non-negotiable
|
| 35 |
+
* Attribution always
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
+
* * *
|
|
|
|
|
|
|
| 38 |
|
| 39 |
+
## ModelAtlas
|
| 40 |
|
| 41 |
+
Navigation and documentation for all published models β [ModelAtlas Space](https://huggingface.co/spaces/RadicalNotionAI/ModelAtlas)
|
| 42 |
|
| 43 |
+
* * *
|
| 44 |
|
| 45 |
+
*RadicalNotion.AI Inc. Β· [LinkedIn](https://www.linkedin.com/in/timrohrbaugh) Β· RadicalNotion.AI
|