293droid commited on
Commit
2e54af2
·
1 Parent(s): 9c23d4f

docs: add agent trace for Sharing is Caring badge

Browse files
Files changed (1) hide show
  1. trace.md +28 -0
trace.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Soap Lab — Agent Trace
2
+
3
+ ## Example: Agentic Recipe Optimiser
4
+
5
+ **Input:** "300g coconut oil, 400g olive oil — optimise this recipe for me"
6
+
7
+ **Step 1 — Parse:** coconut oil: 300g, olive oil: 400g
8
+
9
+ **Step 2 — Score:**
10
+ - Cleansing: 27.9 (HIGH — target 12-22)
11
+ - INS: 103.5 (LOW — target 136-165)
12
+
13
+ **Step 3 — Iteration 1:**
14
+ - Cleansing too high → transfer 35g coconut → olive
15
+ - Recipe: coconut 265g, olive 435g
16
+
17
+ **Step 4 — Rescore:**
18
+ - Cleansing: 24.6 (still high, improved)
19
+ - INS: 97.6 (still low)
20
+
21
+ **Step 5 — AI Explanation:**
22
+ - Model: Qwen/Qwen2.5-3B-Instruct via Featherless AI
23
+ - Explains changes in plain English to user
24
+
25
+ ## Architecture
26
+ - Chemistry engine: deterministic Python (no AI)
27
+ - AI layer: explanation only, never calculates
28
+ - Model: Qwen2.5-3B-Instruct (Tiny Titan eligible)