Changes for page Automation Philosophy

Last modified by Robert Schaub on 2026/02/08 08:29

From version 1.3
edited by Robert Schaub
on 2026/02/08 08:29
Change comment: Renamed back-links.
To version 1.2
edited by Robert Schaub
on 2026/02/08 08:28
Change comment: Update document after refactoring.

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,8 @@
1 1  = Automation Philosophy =
2 -
3 3  **Core Principle**: AKEL is primary. Humans monitor, improve, and handle exceptions.
4 -
5 5  == 1. The Principle ==
6 -
7 7  **FactHarbor is AI-first, not AI-assisted.**
8 8  This is not:
9 -
10 10  * ❌ "AI helps humans make better decisions"
11 11  * ❌ "Humans review AI recommendations"
12 12  * ❌ "AI drafts, humans approve"
... ... @@ -14,14 +14,10 @@
14 14  * ✅ "AI makes decisions, humans improve the AI"
15 15  * ✅ "Humans monitor metrics, not individual outputs"
16 16  * ✅ "Fix the system, not the data"
17 -
18 18  == 2. Why This Matters ==
19 -
20 20  === 2.1 Scalability ===
21 -
22 22  **Human review doesn't scale**:
23 -
24 -* 1 person can review 100 claims/day carefully
16 +* 1 person can review ~100 claims/day carefully
25 25  * FactHarbor aims for millions of claims
26 26  * Would need 10,000+ reviewers
27 27  * Impossible to maintain consistency
... ... @@ -30,11 +30,8 @@
30 30  * Cost per claim approaches zero at scale
31 31  * Quality improves with more data
32 32  * 24/7 availability
33 -
34 34  === 2.2 Consistency ===
35 -
36 36  **Human judgment varies**:
37 -
38 38  * Different reviewers apply criteria differently
39 39  * Same reviewer makes different decisions on different days
40 40  * Influenced by fatigue, mood, recent examples
... ... @@ -44,11 +44,8 @@
44 44  * Rules applied uniformly
45 45  * No mood, fatigue, or bias
46 46  * Predictable behavior
47 -
48 48  === 2.3 Transparency ===
49 -
50 50  **Human judgment is opaque**:
51 -
52 52  * "I just know" - hard to explain
53 53  * Expertise in human head
54 54  * Can't audit thought process
... ... @@ -59,11 +59,8 @@
59 59  * Decision logic is explicit
60 60  * Changes are tracked
61 61  * Can test "what if" scenarios
62 -
63 63  === 2.4 Improvement ===
64 -
65 65  **Improving human judgment**:
66 -
67 67  * Train each person individually
68 68  * Hope training transfers consistently
69 69  * Subjective quality assessment
... ... @@ -73,15 +73,10 @@
73 73  * Test on historical data before deploying
74 74  * Measure improvement objectively
75 75  * Rapid iteration (deploy multiple times per week)
76 -
77 77  == 3. The Human Role ==
78 -
79 79  Humans in FactHarbor are **system architects**, not **content judges**.
80 -
81 81  === 3.1 What Humans Do ===
82 -
83 83  **Monitor** system performance:
84 -
85 85  * Watch dashboards showing aggregate metrics
86 86  * Identify when metrics fall outside acceptable ranges
87 87  * Spot patterns in errors or edge cases
... ... @@ -102,11 +102,8 @@
102 102  * Define acceptable performance ranges
103 103  * Allocate resources
104 104  * Make strategic decisions
105 -
106 106  === 3.2 What Humans Do NOT Do ===
107 -
108 108  **Review** individual claims for correctness:
109 -
110 110  * ❌ "Let me check if this verdict is right"
111 111  * ❌ "I'll approve these before publication"
112 112  * ❌ "This needs human judgment"
... ... @@ -119,92 +119,50 @@
119 119  * ❌ "High-risk claims need review"
120 120  * ❌ "Quality assurance before publication"
121 121  **Why not?** Because this defeats the purpose and doesn't scale.
122 -
123 123  == 4. When Humans Intervene ==
124 -
125 125  === 4.1 Legitimate Interventions ===
126 -
127 127  **Humans should intervene when**:
128 -
129 -==== AKEL explicitly flags for review ====
130 -
131 -:
132 -
100 +==== AKEL explicitly flags for review ====:
133 133  * AKEL's confidence is too low
134 134  * Detected potential manipulation
135 135  * Unusual pattern requiring human judgment
136 136  * Clear policy: "Flag if confidence <X"
137 -
138 -==== System metrics show problems ====
139 -
140 -:
141 -
105 +==== System metrics show problems ====:
142 142  * Processing time suddenly increases
143 143  * Error rate jumps
144 144  * Confidence distribution shifts
145 145  * User feedback becomes negative
146 -
147 -==== Systematic bias detected ====
148 -
149 -:
150 -
110 +==== Systematic bias detected ====:
151 151  * Metrics show pattern of unfairness
152 152  * Particular domains consistently scored oddly
153 153  * Source types systematically mis-rated
154 -
155 -==== Legal/safety emergency ====
156 -
157 -:
158 -
114 +==== Legal/safety emergency ====:
159 159  * Legal takedown required
160 160  * Imminent harm to individuals
161 161  * Security breach
162 162  * Compliance violation
163 -
164 164  === 4.2 Illegitimate Interventions ===
165 -
166 166  **Humans should NOT intervene for**:
167 -
168 -==== "I disagree with this verdict" ====
169 -
170 -:
171 -
121 +==== "I disagree with this verdict" ====:
172 172  * Problem: Your opinion vs AKEL's analysis
173 173  * Solution: If AKEL is systematically wrong, fix the algorithm
174 174  * Action: Gather data, propose algorithm improvement
175 -
176 -==== "This source should rank higher" ====
177 -
178 -:
179 -
125 +==== "This source should rank higher" ====:
180 180  * Problem: Subjective preference
181 181  * Solution: Fix scoring rules systematically
182 182  * Action: Analyze why AKEL scored it lower, adjust scoring algorithm if justified
183 -
184 -==== "Manual quality gate" ====
185 -
186 -:
187 -
129 +==== "Manual quality gate" ====:
188 188  * Problem: Creates bottleneck, defeats automation
189 189  * Solution: Improve AKEL's quality to not need human gate
190 190  * Action: Set quality thresholds in algorithm, not human review
191 -
192 -==== "I know better than the algorithm" ====
193 -
194 -:
195 -
133 +==== "I know better than the algorithm" ====:
196 196  * Problem: Doesn't scale, introduces bias
197 197  * Solution: Teach the algorithm what you know
198 198  * Action: Update training data, adjust parameters, document expertise in policy
199 -
200 200  == 5. Fix the System, Not the Data ==
201 -
202 202  **Fundamental principle**: When AKEL makes mistakes, improve AKEL, don't fix individual outputs.
203 -
204 204  === 5.1 Why? ===
205 -
206 206  **Fixing individual outputs**:
207 -
208 208  * Doesn't prevent future similar errors
209 209  * Doesn't scale (too many outputs)
210 210  * Creates inconsistency
... ... @@ -214,73 +214,44 @@
214 214  * Scales automatically
215 215  * Maintains consistency
216 216  * Surfaces and resolves root causes
217 -
218 218  === 5.2 Process ===
219 -
220 220  **When you see a "wrong" AKEL decision**:
221 -
222 -==== Document it ====
223 -
224 -:
225 -
152 +==== Document it ====:
226 226  * What was the claim?
227 227  * What did AKEL decide?
228 228  * What should it have decided?
229 229  * Why do you think it's wrong?
230 -
231 -==== Investigate ====
232 -
233 -:
234 -
157 +==== Investigate ====:
235 235  * Is this a one-off, or a pattern?
236 236  * Check similar claims - same issue?
237 237  * What caused AKEL to decide this way?
238 238  * What rule/parameter needs changing?
239 -
240 -==== Propose systematic fix ====
241 -
242 -:
243 -
162 +==== Propose systematic fix ====:
244 244  * Algorithm change?
245 245  * Policy clarification?
246 246  * Training data update?
247 247  * Parameter adjustment?
248 -
249 -==== Test the fix ====
250 -
251 -:
252 -
167 +==== Test the fix ====:
253 253  * Run on historical data
254 254  * Does it fix this case?
255 255  * Does it break other cases?
256 256  * What's the overall impact?
257 -
258 -==== Deploy and monitor ====
259 -
260 -:
261 -
172 +==== Deploy and monitor ====:
262 262  * Gradual rollout
263 263  * Watch metrics closely
264 264  * Gather feedback
265 265  * Iterate if needed
266 -
267 267  == 6. Balancing Automation and Human Values ==
268 -
269 269  === 6.1 Algorithms Embody Values ===
270 -
271 271  **Important**: Automation doesn't mean "value-free"
272 272  **Algorithms encode human values**:
273 -
274 274  * Which evidence types matter most?
275 275  * How much weight to peer review?
276 276  * What constitutes "high risk"?
277 277  * When to flag for human review?
278 278  **These are human choices**, implemented in code.
279 -
280 280  === 6.2 Human Governance of Automation ===
281 -
282 282  **Humans set**:
283 -
284 284  * ✅ Risk tier policies (what's high-risk?)
285 285  * ✅ Evidence weighting (what types of evidence matter?)
286 286  * ✅ Source scoring criteria (what makes a source credible?)
... ... @@ -291,21 +291,15 @@
291 291  * ✅ At scale
292 292  * ✅ Transparently
293 293  * ✅ Without subjective variation
294 -
295 295  === 6.3 Continuous Value Alignment ===
296 -
297 297  **Ongoing process**:
298 -
299 299  * Monitor: Are outcomes aligned with values?
300 300  * Analyze: Where do values and outcomes diverge?
301 301  * Adjust: Update policies or algorithms
302 302  * Test: Validate alignment improved
303 303  * Repeat: Values alignment is never "done"
304 -
305 305  == 7. Cultural Implications ==
306 -
307 307  === 7.1 Mindset Shift Required ===
308 -
309 309  **From**: "I'm a content expert who reviews claims"
310 310  **To**: "I'm a system architect who improves algorithms"
311 311  **From**: "Good work means catching errors"
... ... @@ -312,11 +312,8 @@
312 312  **To**: "Good work means preventing errors systematically"
313 313  **From**: "I trust my judgment"
314 314  **To**: "I make my judgment codifiable and testable"
315 -
316 316  === 7.2 New Skills Needed ===
317 -
318 318  **Less emphasis on**:
319 -
320 320  * Individual content judgment
321 321  * Manual review skills
322 322  * Subjective expertise application
... ... @@ -326,11 +326,8 @@
326 326  * Policy formulation
327 327  * Testing and validation
328 328  * Documentation and knowledge transfer
329 -
330 330  === 7.3 Job Satisfaction Sources ===
331 -
332 332  **Satisfaction comes from**:
333 -
334 334  * ✅ Seeing metrics improve after your changes
335 335  * ✅ Building systems that help millions
336 336  * ✅ Solving systematic problems elegantly
... ... @@ -341,23 +341,16 @@
341 341  * ❌ Manual review and approval
342 342  * ❌ Gatekeeping
343 343  * ❌ Individual heroics
344 -
345 345  == 8. Trust and Automation ==
346 -
347 347  === 8.1 Building Trust in AKEL ===
348 -
349 349  **Users trust AKEL when**:
350 -
351 351  * Transparent: How decisions are made is documented
352 352  * Consistent: Same inputs → same outputs
353 353  * Measurable: Performance metrics are public
354 354  * Improvable: Clear process for getting better
355 355  * Governed: Human oversight of policies, not outputs
356 -
357 357  === 8.2 What Trust Does NOT Mean ===
358 -
359 359  **Trust in automation ≠**:
360 -
361 361  * ❌ "Never makes mistakes" (impossible)
362 362  * ❌ "Better than any human could ever be" (unnecessary)
363 363  * ❌ "Beyond human understanding" (must be understandable)
... ... @@ -367,13 +367,9 @@
367 367  * ✅ Mistakes can be detected and fixed systematically
368 368  * ✅ Performance continuously improves
369 369  * ✅ Decision process is transparent and auditable
370 -
371 371  == 9. Edge Cases and Exceptions ==
372 -
373 373  === 9.1 Some Things Still Need Humans ===
374 -
375 375  **AKEL flags for human review when**:
376 -
377 377  * Confidence below threshold
378 378  * Detected manipulation attempt
379 379  * Novel situation not seen before
... ... @@ -381,11 +381,8 @@
381 381  **Humans handle**:
382 382  * Items AKEL flags
383 383  * Not routine review
384 -
385 385  === 9.2 Learning from Exceptions ===
386 -
387 387  **When humans handle an exception**:
388 -
389 389  1. Resolve the immediate case
390 390  2. Document: What made this exceptional?
391 391  3. Analyze: Could AKEL have handled this?
... ... @@ -393,11 +393,9 @@
393 393  5. Monitor: Did exception rate decrease?
394 394  **Goal**: Fewer exceptions over time as AKEL learns.
395 395  ---
396 -**Remember**: AKEL is primary. You improve the SYSTEM. The system improves the CONTENT.--
397 -
274 +**Remember**: AKEL is primary. You improve the SYSTEM. The system improves the CONTENT.
398 398  == 10. Related Pages ==
399 -
400 -* [[Governance>>Archive.FactHarbor 2026\.02\.08.Organisation.Governance.WebHome]] - How AKEL is governed
276 +* [[Governance>>FactHarbor.Organisation.Governance.WebHome]] - How AKEL is governed
401 401  * [[Contributor Processes>>FactHarbor.Organisation.Contributor-Processes]] - How to improve the system
402 402  * [[Organisational Model>>FactHarbor.Organisation.Organisational-Model]] - Team structure and roles
403 403  * [[System Performance Metrics>>FactHarbor.Specification.System-Performance-Metrics]] - What we monitor