eyeling 1.21.6 → 1.21.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,17 @@ In one line:
|
|
|
8
8
|
|
|
9
9
|
> `examples/arcling/` presents ARC cases in mathematical English with reference ECMAScript realizations and JSON test vectors.
|
|
10
10
|
|
|
11
|
+
## Insight Economy context
|
|
12
|
+
|
|
13
|
+
The `delfour` and `flandor` cases are concrete Arcling readings of Ruben Verborgh’s [Inside the Insight Economy](https://ruben.verborgh.org/blog/2025/08/12/inside-the-insight-economy/). The central move is the same in both cases: what gets traded is not risky raw data, but a narrow, expiring, purpose-bound insight that is useful enough to trigger action. In Ruben’s phrasing, the goal is to “don’t exchange raw data” and to prefer “meaningful insights, not risky raw data”.
|
|
14
|
+
|
|
15
|
+
In this directory, the two cases show that pattern at two scales:
|
|
16
|
+
|
|
17
|
+
- **Delfour** keeps a household-level medical condition private and turns it into a neutral shopping insight such as “prefer lower-sugar products” for shopping assistance.
|
|
18
|
+
- **Flandor** keeps exporter, labour-market, and grid evidence local and turns it into a regional macro-economic insight that justifies a temporary retooling response.
|
|
19
|
+
|
|
20
|
+
That pairing is intentional: `delfour` is the micro case and `flandor` is the macro case. Both are easier to understand if read next to their declarative Eyeling counterparts: `examples/delfour.n3` and `examples/flandor.n3`.
|
|
21
|
+
|
|
11
22
|
## Why this directory exists
|
|
12
23
|
|
|
13
24
|
Eyeling already has a strong way to present a case in declarative N3. Arcling adds a second presentation layer for cases that benefit from a normative mathematical-English statement plus a compact reference model.
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
This document is the **normative specification** for the Delfour case. The file `delfour.model.mjs` is the **reference ECMAScript implementation** of these clauses. The file `delfour.data.json` is the **instance** evaluated in this bundle. The file `delfour.expected.json` is the **conformance vector** for that instance.
|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Insight Economy context
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
This case is the household-scale reading of Ruben Verborgh’s [Inside the Insight Economy](https://ruben.verborgh.org/blog/2025/08/12/inside-the-insight-economy/). Its core claim is that a person can share a useful shopping hint without exposing sensitive health details. A phone turns a private condition into a neutral, limited insight such as "prefer lower-sugar products", attaches clear usage rules and an expiry time, and sends it to a store scanner.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
The scanner may use that insight to suggest a better product, but not for unrelated purposes such as marketing. The scanner does not need the diagnosis. It only needs the right shopping conclusion.
|
|
12
12
|
|
|
13
13
|
## Conventions
|
|
14
14
|
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
This document is the **normative specification** for the Flandor case. The file `flandor.model.mjs` is the **reference ECMAScript implementation** of these clauses. The file `flandor.data.json` is the **instance** evaluated in this bundle. The file `flandor.expected.json` is the **conformance vector** for that instance.
|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Insight Economy context
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
This case is the macro-economic reading of Ruben Verborgh’s [Inside the Insight Economy](https://ruben.verborgh.org/blog/2025/08/12/inside-the-insight-economy/). Its core claim is that nobody has to reveal their books for the region to coordinate. Exporters, training actors, and grid operators each keep their sensitive data local. What crosses the policy boundary is not the underlying evidence, but a narrow, signed, expiring insight: Flanders presently faces enough combined pressure to justify a temporary retooling response.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
The product being traded is therefore not raw data, and not even a general forecast, but a context-bound permissioned conclusion: a policy-grade insight for regional stabilization, with reuse for firm surveillance explicitly forbidden.
|
|
12
12
|
|
|
13
13
|
## Conventions
|
|
14
14
|
|