Skip to content

Commit 9c291a3

Browse files
authored
Create README.md
Claude (Planning) + Gemini (Execution) + Python (Control) = The Trinity. AI-powered semiconductor tariff policy tracking system completed by a non-developer.
1 parent 39046ee commit 9c291a3

1 file changed

Lines changed: 272 additions & 0 deletions

File tree

README.md

Lines changed: 272 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,272 @@
1+
# The Trinity
2+
**Creator: EXceedZero**
3+
4+
US-China Semiconductor Tariff Policy Tracking System
5+
6+
```
7+
959 searches → 5,755 documents verified → 245 policies selected
8+
Cost: $18.42 | Time: 7 hours | Logs: 125,332 lines
9+
```
10+
11+
---
12+
13+
## Creator: EXceedZero
14+
15+
- Futures Trader, Non-Developer
16+
- The Trinity System Completed (25.12.24)
17+
- Claude + Gemini + Python Integrated Usage
18+
19+
---
20+
21+
## 30-Week Journey
22+
23+
### Phase 1 (Week 1-6): Foundation + Strategy Classification
24+
- Week 1: Why You Need Both AIs
25+
- Week 2: AI Limitations and Verification Necessity
26+
- Week 3: US Government Agency Information Types
27+
- Week 4: Top-Down Information Mapping
28+
- Week 5: Defining Strategic Categories
29+
- Week 6: Strategy Classification Prompt Structure
30+
31+
### Phase 2 (Week 7-20): 6-Category Collection Framework
32+
- Week 7: Strategy Classification Collection Planning
33+
- Week 8: Logic of Target Item Selection
34+
- Week 9: Target Product Prompt Structure
35+
- Week 10: Target Product Methodology Design
36+
- Week 11: The Role of Economic Scale
37+
- Week 12: Economic Scale Prompt
38+
- Week 13: Structure of HTS Codes
39+
- Week 14: HTS Code Extraction Prompt
40+
- Week 15: HTS Code Methodology Design
41+
- Week 16: Tariff Rate Data Sources
42+
- Week 17: Tariff Rate Search Strategy
43+
- Week 18: Tariff Rate Integration Methodology
44+
- Week 19: Timeline Structure
45+
- Week 20: Timeline Extraction Prompt
46+
47+
### Phase 3 (Week 21-26): Execution + Integration
48+
- Week 21: The Necessity of Execution Prompts
49+
- Week 22: Product Manager Structure
50+
- Week 23: Strategy and Economic Manager
51+
- Week 24: HTS and TariffRate Manager
52+
- Week 25: Timeline Manager
53+
- Week 26: Integration Manager
54+
55+
### Phase 4 (Week 27-30): The Trinity Completion
56+
- Week 27: Claude + Gemini + Python = Trinity
57+
- Week 28: Non-Developer's Python Code Completion
58+
- Week 29: Why Perfect Filtering is Impossible
59+
- Week 30: Go Further with AI
60+
61+
📖 [Full 30-Week Column](https://exceedzero.notion.site/15-000-Line-Prompt-Creation-Process-30-Weeks-29f84ddcec3c812a9444e2514545621a)
62+
63+
---
64+
65+
## Key Insights
66+
67+
### 1. How a Non-Developer Completed Python Code
68+
"Week 1-26 Prompt Experience → Week 27-28 Python Requirements"
69+
- Token Limit Experience → Auto-Save Request
70+
- Interruption Issue Experience → Resume Function Request
71+
- Turning Concerns into Code
72+
73+
### 2. Why Perfect Filtering is Impossible
74+
"Federal Register Structural Limitations"
75+
- Semiconductors + Pesticides + Pharmaceuticals Combined Documents
76+
- Trade-off: Precision ↑ = Recall ↓
77+
- Solution: ⚠️ Blacklist Warning Display
78+
79+
### 3. Debunking AI Bubble Theory
80+
"$18.42 Completing $60,000-75,000 Work"
81+
- Traditional Method: 20-25 Senior Experts × 1 Week
82+
- AI: 7 Hours
83+
84+
### 4. The Trinity = Next-Generation Work Standard
85+
"Claude (Planning) + Gemini (Execution) + Python (Control)"
86+
- Achievable by Non-Developers
87+
- Expandable to 8 Industries
88+
- Based on Government Public Data
89+
90+
### 5. AI Limitations and Possibilities
91+
"AI is a Tool, Final Judgment is Human"
92+
- Pursuing Perfection (X) → Ensuring Transparency (O)
93+
- Verifiable with 125,332 Lines of Logs
94+
- AI + Human Collaboration
95+
96+
---
97+
98+
## Verified Results
99+
100+
### January 1, 2026 Execution Results (UPDATED)
101+
102+
| Item | Value |
103+
|---|---:|
104+
| Searches | 959 |
105+
| Documents Verified | 5,755 |
106+
| Policies Selected | 245 |
107+
| Log Lines | 125,332 |
108+
| Total Cost | $18.42 |
109+
| Time Required | 7 hours |
110+
111+
### Cost Analysis
112+
113+
| Component | Cost (USD) |
114+
|---|---:|
115+
| Gemini API | $15.83 |
116+
| Custom Search API | $2.59 |
117+
| **Total** | **$18.42** |
118+
119+
### Results by Category
120+
121+
| Category | Selected | Characteristics |
122+
|---|---:|---|
123+
| **Economic** | 59 | Economic Data Distributed |
124+
| **HTS** | 24 | Partial HTS Codes |
125+
| **Product** | 32 | Clear Product Lists |
126+
| **Strategy** | 60 | Section 301 Focused |
127+
| **Tariff Rate** | 59 | Tariff Rate Information |
128+
| **Timeline** | 11 | Limited Implementation Dates |
129+
| **Total** | **245** | - |
130+
131+
---
132+
133+
## Tech Stack
134+
135+
### Core AI
136+
- **Claude Sonnet 4.5:** Prompt Planning and Design (6 months)
137+
- **Gemini API (Gemini 2.5 Pro):** Large-Scale Execution and Filtering
138+
- **Python:** Control, Verification, Logging
139+
140+
### Infrastructure
141+
- **Google Colab:** Python Execution Environment (Free)
142+
- **Google Custom Search API:** Government Document Search ($2.59)
143+
- **Gemini API Call Cost:** ($15.83)
144+
145+
### Core Features
146+
- **Phoenix Spirit:** Automatic Recovery System
147+
- **Resume Function:** Restart from Interruption Point
148+
- **Dual Verification:** AI + Python Cross-Check
149+
- **Transparent Logs:** 125,332 Lines of Complete Process Records
150+
- **URL + Snippet:** All Policies Verifiable with Original Source
151+
152+
---
153+
154+
## System Architecture
155+
156+
### Data Flow
157+
158+
```
159+
[Search Phase]
160+
Custom Search API (959 searches)
161+
162+
5,755 documents collected (Title + URL + Snippet)
163+
164+
[Filtering Phase]
165+
Gemini API (analyze 30 at a time)
166+
├─ Is it a future implementation policy?
167+
├─ Is the date after the reference date?
168+
└─ Is it semiconductor-related?
169+
170+
Python Cross-Verification
171+
├─ Check semiconductor keywords
172+
└─ Remove non-tariff keywords
173+
174+
[Result Phase]
175+
245 policies selected
176+
├─ Economic: 59
177+
├─ HTS: 24
178+
├─ Product: 32
179+
├─ Strategy: 60
180+
├─ Tariff Rate: 59
181+
└─ Timeline: 11
182+
```
183+
184+
---
185+
186+
## Limitations and Disclaimer
187+
188+
### Why Perfect Filtering is Impossible
189+
190+
1. **Federal Register Document Structure**
191+
- Multiple Industries Announced in Single Documents
192+
- Semiconductors + Pesticides + Pharmaceuticals Combined Documents
193+
- Partial Extraction Impossible
194+
195+
2. **Trade-off Problem**
196+
- Precision ↑ → Recall ↓
197+
- Adding Blacklist → Missing Future Policies
198+
- Unpredictable New Combinations
199+
200+
3. **Consistency Limitations**
201+
- Google API Distributed Data Centers
202+
- Differences by AI Model Version
203+
- Search Result Variability
204+
205+
### Response Strategy
206+
207+
**Impurity Display Method**
208+
- Display "⚠️ Blacklist Warning"
209+
- Provide URL + Snippet
210+
- Manual Verification Required
211+
212+
**Goal Change**
213+
- 100% Purity (X) → Maximum Collection + Transparent Distinction (O)
214+
- Complete Removal (X) → Clear Display (O)
215+
- AI Alone (X) → AI + Human Collaboration (O)
216+
217+
---
218+
219+
## ⚠️ Critical Disclaimer
220+
221+
```
222+
This report is not any 'confirmed information' or 'commercial/legal advice' regarding policies, but an educational and research [Original Source Screening Logs] for enhancing corporate AI capabilities.
223+
224+
As a technical demonstration showing the algorithm's operation as-is, it intentionally includes a broad scope like health screening, and therefore contains partial errors or information omissions.
225+
226+
Actual policy implementation and detailed content must be directly and precisely verified by experts through the provided URLs, and we assume No legal liability for the currency, comprehensiveness, or final judgment results of the information.
227+
228+
Reading the content below signifies your agreement to the above terms.
229+
If you do not agree, please close this page immediately.
230+
```
231+
232+
**Usage Precautions:**
233+
- ✅ Use for Educational/Research Purposes Only
234+
- ✅ Must Directly Verify All URL Sources
235+
- ✅ Expert Verification Required
236+
- ❌ Cannot Be Used Directly for Business Decision-Making
237+
- ❌ Cannot Be Used for Investment/Legal/Financial/Business Advisory Purposes
238+
239+
---
240+
241+
## Expandability
242+
243+
The Trinity is expandable to 8 industries beyond semiconductors:
244+
245+
1. **Supply Chain/Logistics:** USTR/CBP/OFAC Trade Regulations
246+
2. **Accounting/Audit:** FASB/IASB/IRS Accounting Standards
247+
3. **Import-Export/Trade:** All Industry Trade Policies (Current Project)
248+
4. **Energy/Carbon:** IEA/EPA EU CBAM Carbon Regulations
249+
5. **Consulting:** Government Statistics and Industry-Specific Regulations
250+
6. **Medical/Pharmaceutical:** FDA/EMA Drug Approval and Regulations
251+
7. **Finance:** SEC/Fed Financial Regulations
252+
8. **Legal:** Court/Legislative Law Changes
253+
254+
**Common Features:**
255+
- Based on Government Public Data
256+
- Future Implementation Policy Selection
257+
- Identical The Trinity Structure
258+
- Maintainable at ~$50 Cost Level
259+
260+
---
261+
262+
## Contact
263+
264+
**EXceedZero**
265+
Independent Prompt Engineer & Trinity Architect
266+
267+
🌐 Website: https://exceedzero.com/
268+
📧 Email: exceedzero@exceedzero.com
269+
270+
---
271+
272+
**Go Further with AI** 🚀

0 commit comments

Comments
 (0)