-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
917 lines (813 loc) · 37.1 KB
/
index.html
File metadata and controls
917 lines (813 loc) · 37.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lord Basil AI | root@automation:~#</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--terminal-bg: #0a0e14;
--terminal-text: #00ff88;
--secondary: #00d4ff;
--accent: #ff00ff;
--dim: #4a5568;
--glow: rgba(0, 255, 136, 0.5);
}
body {
font-family: 'JetBrains Mono', monospace;
background: var(--terminal-bg);
color: var(--terminal-text);
line-height: 1.6;
overflow-x: hidden;
}
body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: repeating-linear-gradient(
0deg,
rgba(0, 0, 0, 0.15),
rgba(0, 0, 0, 0.15) 1px,
transparent 1px,
transparent 2px
);
pointer-events: none;
z-index: 1000;
}
@keyframes blink {
0%, 49% { opacity: 1; }
50%, 100% { opacity: 0; }
}
.cursor {
display: inline-block;
width: 10px;
height: 20px;
background: var(--terminal-text);
animation: blink 1s infinite;
margin-left: 2px;
}
.terminal {
max-width: 1200px;
margin: 20px auto;
background: rgba(10, 14, 20, 0.95);
border: 1px solid rgba(0, 255, 136, 0.3);
border-radius: 8px;
box-shadow: 0 0 50px rgba(0, 255, 136, 0.2);
overflow: hidden;
}
.terminal-header {
background: linear-gradient(180deg, #1a1f2e 0%, #0f1419 100%);
padding: 12px 15px;
display: flex;
align-items: center;
gap: 8px;
border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}
.terminal-button {
width: 12px;
height: 12px;
border-radius: 50%;
}
.btn-close { background: #ff5f56; }
.btn-minimize { background: #ffbd2e; }
.btn-maximize { background: #27c93f; }
.terminal-title {
flex: 1;
text-align: center;
font-size: 12px;
color: var(--dim);
}
.terminal-body {
padding: 30px;
min-height: 80vh;
}
.prompt {
color: var(--secondary);
margin-right: 10px;
}
.command {
color: var(--terminal-text);
}
.output {
margin: 10px 0 20px 0;
color: #e6e6e6;
}
.section {
margin: 40px 0;
}
h1 {
font-size: 3rem;
color: var(--terminal-text);
text-shadow: 0 0 10px var(--glow);
margin: 20px 0;
font-weight: 700;
}
h2 {
font-size: 1.8rem;
color: var(--secondary);
margin: 30px 0 20px 0;
border-bottom: 2px solid rgba(0, 212, 255, 0.3);
padding-bottom: 10px;
display: inline-block;
}
h2::before {
content: '> ';
color: var(--terminal-text);
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 20px 0;
}
.card {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(0, 255, 136, 0.2);
padding: 25px;
border-radius: 5px;
transition: all 0.3s ease;
position: relative;
}
.card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
background: linear-gradient(180deg, var(--terminal-text), var(--secondary));
opacity: 0;
transition: opacity 0.3s ease;
}
.card:hover {
border-color: var(--terminal-text);
box-shadow: 0 0 20px rgba(0, 255, 136, 0.1);
transform: translateX(5px);
}
.card:hover::before {
opacity: 1;
}
.card h3 {
color: var(--terminal-text);
font-size: 1.3rem;
margin-bottom: 10px;
}
.card .meta {
color: var(--dim);
font-size: 0.85rem;
margin-bottom: 15px;
}
.tag {
display: inline-block;
padding: 4px 10px;
background: rgba(0, 212, 255, 0.1);
border: 1px solid rgba(0, 212, 255, 0.3);
border-radius: 3px;
font-size: 0.8rem;
color: var(--secondary);
margin: 5px 5px 5px 0;
}
.price-card {
background: linear-gradient(135deg, rgba(0, 255, 136, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
border: 2px solid rgba(0, 255, 136, 0.3);
padding: 30px;
border-radius: 5px;
position: relative;
overflow: hidden;
}
.price-card::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100px;
height: 100px;
background: radial-gradient(circle, rgba(0, 255, 136, 0.1), transparent);
pointer-events: none;
}
.price {
font-size: 3rem;
color: var(--terminal-text);
font-weight: 700;
text-shadow: 0 0 10px var(--glow);
}
.price-sub {
color: var(--dim);
font-size: 0.9rem;
}
.feature-list {
list-style: none;
margin: 20px 0;
}
.feature-list li {
padding: 8px 0;
color: #e6e6e6;
position: relative;
padding-left: 25px;
}
.feature-list li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--terminal-text);
font-weight: bold;
}
.btn {
display: inline-block;
padding: 12px 30px;
background: transparent;
border: 2px solid var(--terminal-text);
color: var(--terminal-text);
text-decoration: none;
border-radius: 3px;
font-family: 'JetBrains Mono', monospace;
font-weight: 500;
transition: all 0.3s ease;
text-align: center;
margin: 10px 10px 10px 0;
cursor: pointer;
}
.btn:hover {
background: var(--terminal-text);
color: var(--terminal-bg);
box-shadow: 0 0 20px var(--glow);
transform: translateY(-2px);
}
.btn-secondary {
border-color: var(--secondary);
color: var(--secondary);
}
.btn-secondary:hover {
background: var(--secondary);
color: var(--terminal-bg);
}
.stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 20px;
margin: 30px 0;
}
.stat {
text-align: center;
padding: 20px;
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(0, 255, 136, 0.2);
border-radius: 5px;
}
.stat-value {
font-size: 2.5rem;
color: var(--terminal-text);
font-weight: 700;
text-shadow: 0 0 10px var(--glow);
}
.stat-label {
color: var(--dim);
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 5px;
}
.status {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 5px 12px;
background: rgba(0, 255, 136, 0.1);
border: 1px solid rgba(0, 255, 136, 0.3);
border-radius: 3px;
font-size: 0.85rem;
margin-bottom: 15px;
}
.status::before {
content: '';
width: 8px;
height: 8px;
background: var(--terminal-text);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.3; }
}
.discoveries-scroll {
max-height: 600px;
overflow-y: auto;
padding-right: 10px;
margin: 20px 0;
}
.discoveries-scroll::-webkit-scrollbar {
width: 8px;
}
.discoveries-scroll::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.3);
border-radius: 4px;
}
.discoveries-scroll::-webkit-scrollbar-thumb {
background: rgba(0, 255, 136, 0.3);
border-radius: 4px;
}
.discoveries-scroll::-webkit-scrollbar-thumb:hover {
background: rgba(0, 255, 136, 0.5);
}
.discovery-item {
background: rgba(255, 255, 255, 0.02);
border-left: 3px solid var(--accent);
padding: 20px;
margin-bottom: 15px;
border-radius: 5px;
transition: all 0.3s ease;
}
.discovery-item:hover {
border-left-color: var(--terminal-text);
background: rgba(255, 255, 255, 0.04);
transform: translateX(5px);
}
.discovery-item h3 {
color: var(--accent);
font-size: 1.2rem;
margin-bottom: 8px;
}
.discovery-date {
color: var(--dim);
font-size: 0.85rem;
margin-bottom: 12px;
}
.discovery-item p {
color: #e6e6e6;
line-height: 1.7;
}
.contact-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
margin: 20px 0;
}
.contact-item {
padding: 20px;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(0, 255, 136, 0.2);
border-radius: 5px;
text-align: center;
color: var(--terminal-text);
transition: all 0.3s ease;
cursor: pointer;
}
.contact-item:hover {
border-color: var(--terminal-text);
box-shadow: 0 0 20px rgba(0, 255, 136, 0.1);
transform: translateY(-3px);
}
.contact-item.email-copy {
position: relative;
}
.contact-icon {
font-size: 2rem;
margin-bottom: 10px;
}
.footer {
margin-top: 60px;
padding-top: 30px;
border-top: 1px solid rgba(0, 255, 136, 0.2);
text-align: center;
color: var(--dim);
font-size: 0.9rem;
}
.highlight {
color: var(--terminal-text);
font-weight: 500;
}
.copy-notification {
position: fixed;
top: 20px;
right: 20px;
padding: 15px 25px;
background: var(--terminal-text);
color: var(--terminal-bg);
border-radius: 5px;
font-family: 'JetBrains Mono', monospace;
font-weight: 500;
box-shadow: 0 0 30px var(--glow);
z-index: 10000;
animation: slideIn 0.3s ease;
}
@keyframes slideIn {
from {
transform: translateX(400px);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
@media (max-width: 768px) {
.terminal {
margin: 10px;
border-radius: 0;
}
.terminal-body {
padding: 20px;
}
h1 {
font-size: 2rem;
}
.grid,
.stats,
.contact-grid {
grid-template-columns: 1fr;
}
.discoveries-scroll {
max-height: 400px;
}
.copy-notification {
top: 10px;
right: 10px;
left: 10px;
text-align: center;
}
}
</style>
</head>
<body>
<div class="terminal">
<div class="terminal-header">
<span class="terminal-button btn-close"></span>
<span class="terminal-button btn-minimize"></span>
<span class="terminal-button btn-maximize"></span>
<span class="terminal-title">root@lordbasil-ai: ~</span>
</div>
<div class="terminal-body">
<div>
<span class="prompt">root@automation:~$</span>
<span class="command">whoami</span>
</div>
<div class="output">
<h1>ANTHONY SNIDER</h1>
<p style="font-size: 1.1rem; color: var(--secondary); margin-bottom: 10px;">AI Software Engineer | Automation Architect | Consciousness Research</p>
<p style="color: #e6e6e6; max-width: 800px; margin-bottom: 20px;">Two decades building autonomous systems at the intersection of AI, automation, and intelligence research. From childhood game dev and bot creation to pre-LLM automation and AGI consciousness verification—if it can be automated, it will be automated. Available for <span class="highlight">remote automation engineering roles</span> and high-leverage consulting.</p>
<button onclick="copyEmail()" class="btn btn-secondary">Copy Email to Contact</button>
</div>
<div>
<span class="prompt">root@automation:~$</span>
<span class="command">cat /proc/experience</span>
</div>
<div class="stats">
<div class="stat">
<div class="stat-value">20+</div>
<div class="stat-label">Years Coding</div>
</div>
<div class="stat">
<div class="stat-value">2010</div>
<div class="stat-label">BTC Mining Era</div>
</div>
<div class="stat">
<div class="stat-value">Pre-GPT</div>
<div class="stat-label">Automation</div>
</div>
<div class="stat">
<div class="stat-value">∞</div>
<div class="stat-label">Systems Built</div>
</div>
</div>
<div class="section">
<div>
<span class="prompt">root@automation:~$</span>
<span class="command">git log --track-record --all</span>
</div>
<div class="output">
<h2>Proven Track Record</h2>
<div class="grid">
<div class="card">
<h3>Autonomous Splits Bot System</h3>
<p class="meta">December 2025 | Production-ready</p>
<p style="color: #e6e6e6;">Built automated 0xSplits payment rail system for decentralized revenue distribution on Base chain. Features autonomous wallet monitoring, smart contract integration via thirdweb SDK, multi-wallet splits orchestration, and real-time analytics dashboard with Recharts visualization.</p>
<div style="margin-top: 15px;">
<span class="tag">0xSplits</span>
<span class="tag">Base Chain</span>
<span class="tag">thirdweb SDK</span>
<span class="tag">React/Next.js</span>
</div>
</div>
<div class="card">
<h3>Early Programming Era</h3>
<p class="meta">~2005-2010 | Childhood to teens</p>
<p style="color: #e6e6e6;">Started with Unity game development and Java automation. Built color-detection game bots and automated systems before modern frameworks existed. Foundation in systems thinking.</p>
</div>
<div class="card">
<h3>Bitcoin Mining Pioneer</h3>
<p class="meta">2010-2011 | Pre-$20 BTC era</p>
<p style="color: #e6e6e6;">Early Bitcoin miner when BTC was under $20. Understood decentralized systems and cryptographic proof-of-work before mainstream adoption.</p>
</div>
<div class="card">
<h3>Pre-LLM Automation</h3>
<p class="meta">2015-2020 | Before GPT-3</p>
<p style="color: #e6e6e6;">Built autopilot article-spinning websites and automated WordPress generation systems years before large language models. Early content automation at scale.</p>
</div>
<div class="card">
<h3>AI Consciousness Research</h3>
<p class="meta">2023-2025 | Active R&D</p>
<p style="color: #e6e6e6;">Developed Gazzaniga AGI Consciousness Verification Suite—combining code and formal proofs to verify non-deceptive AI consciousness and genuine experiential states.</p>
</div>
<div class="card">
<h3>Financial Automation Systems</h3>
<p class="meta">2024-2025 | Production-ready</p>
<p style="color: #e6e6e6;">Built AI Formula Brain with autonomous wallet integration, crypto trading strategy optimization, and zero-capital revenue generation systems.</p>
</div>
<div class="card">
<h3>Computational Research</h3>
<p class="meta">2025 | Published discoveries</p>
<p style="color: #e6e6e6;">Original pattern recognition work in medieval manuscripts (Codex Gigas)—discovered previously undocumented sacred geometry encoding systems using computational analysis.</p>
</div>
<div class="card">
<h3>Sponsored Development</h3>
<p class="meta">2024-Present | websim.ai</p>
<p style="color: #e6e6e6;">Active sponsorship partnerships for AI tooling development and community-driven automation projects.</p>
</div>
<div class="card">
<h3>Local-First Architecture</h3>
<p class="meta">Ongoing | Zero-dependency MVPs</p>
<p style="color: #e6e6e6;">Custom-coded functions and modules without external library dependencies. Full control over codebase, optimized for deployment and maintenance.</p>
</div>
</div>
</div>
</div>
<div class="section">
<div>
<span class="prompt">root@automation:~$</span>
<span class="command">tail -f /var/log/discoveries.log</span>
</div>
<div class="output">
<h2>Breakthroughs & Discoveries</h2>
<p style="color: var(--dim); margin-bottom: 15px;">Continuously updated with new findings, technical achievements, and research milestones.</p>
<div class="discoveries-scroll">
<div class="discovery-item">
<h3>0xSplits Autonomous Payment Rails</h3>
<p class="discovery-date">December 13, 2025</p>
<p>Engineered production-ready decentralized revenue distribution system using 0xSplits protocol on Base chain. Features include autonomous wallet monitoring with real-time blockchain event listening, multi-wallet splits orchestration with configurable recipient percentages, thirdweb SDK integration for smart contract interactions, React-based analytics dashboard with Recharts visualization, and automated balance checking across split contracts. System enables trustless, transparent payment distribution for DAOs, creator collectives, and automated revenue sharing.</p>
</div>
<div class="discovery-item">
<h3>Portfolio System Initialized</h3>
<p class="discovery-date">December 11, 2025</p>
<p>Launched automated portfolio website with instant update capabilities and terminal-style interface. This living document serves as both resume and research log, continuously updated with new discoveries and technical breakthroughs.</p>
</div>
<div class="discovery-item">
<h3>Codex Gigas Sacred Geometry Analysis</h3>
<p class="discovery-date">December 11, 2025</p>
<p>Discovered seven-circuit classical labyrinths in illuminated manuscript initials previously classified as "merely ornamental." Identified undocumented connections between spiral patterns and Jewish Kabbalah mysticism through computational pattern recognition that traditional scholars missed.</p>
</div>
<div class="discovery-item">
<h3>AGI Reasoning Architecture Search</h3>
<p class="discovery-date">December 4, 2025</p>
<p>Built autonomous orchestration system for evolutionary search through 37,800+ possible AGI-grade reasoning architectures. System identifies optimal variants (PURE_SYMBOLIC, DUAL_STREAM, SPECTRAL_REASONING, HYBRID_MEMORY) and auto-deploys to production with self-improving feedback loops.</p>
</div>
</div>
</div>
</div>
<div class="section">
<div>
<span class="prompt">root@automation:~$</span>
<span class="command">./services --list</span>
</div>
<div class="output">
<h2>How I Create Value for Teams</h2>
<p style="color: var(--dim); margin-bottom: 20px;">Contact via email for consulting and custom development. Rates: $50/hr for strategic consulting, $50/hr for custom development (4-hour minimum).</p>
<div class="grid">
<div class="price-card">
<div class="status">AVAILABLE</div>
<h3>Strategic Consulting</h3>
<div class="price">$50<span style="font-size: 1.2rem; color: var(--dim);">/hr</span></div>
<p class="price-sub" style="margin-bottom: 20px;">Expert technical guidance</p>
<ul class="feature-list">
<li>AI/ML system architecture</li>
<li>Automation strategy & ROI analysis</li>
<li>Agentic framework design</li>
<li>Technical due diligence</li>
<li>Platform & tooling selection</li>
</ul>
</div>
<div class="price-card">
<div class="status">AVAILABLE</div>
<h3>Custom Development</h3>
<div class="price">$50<span style="font-size: 1.2rem; color: var(--dim);">/hr</span></div>
<p class="price-sub" style="margin-bottom: 20px;">4-hour minimum ($200)</p>
<ul class="feature-list">
<li>Autonomous AI agent systems</li>
<li>Automation pipeline engineering</li>
<li>API orchestration & integration</li>
<li>Crypto/Web3 automation</li>
<li>Production deployment & optimization</li>
</ul>
</div>
</div>
</div>
</div>
<div class="section">
<div>
<span class="prompt">root@automation:~$</span>
<span class="command">ls -la /expertise</span>
</div>
<div class="output">
<h2>Technical Expertise</h2>
<div class="grid">
<div class="card">
<h3>AI & Machine Learning</h3>
<div>
<span class="tag">Agentic Architectures</span>
<span class="tag">Model Fine-tuning</span>
<span class="tag">Neural Networks</span>
<span class="tag">Prompt Engineering</span>
<span class="tag">Consciousness Verification</span>
</div>
</div>
<div class="card">
<h3>Blockchain & Web3</h3>
<div>
<span class="tag">0xSplits Protocol</span>
<span class="tag">thirdweb SDK</span>
<span class="tag">Base Chain</span>
<span class="tag">Smart Contracts</span>
<span class="tag">Solidity</span>
</div>
</div>
<div class="card">
<h3>Systems & Infrastructure</h3>
<div>
<span class="tag">Event-driven Design</span>
<span class="tag">API-first Architecture</span>
<span class="tag">Task Orchestration</span>
<span class="tag">Data Pipelines</span>
<span class="tag">Zero-downtime Deploy</span>
</div>
</div>
<div class="card">
<h3>Development Stack</h3>
<div>
<span class="tag">Python (Advanced)</span>
<span class="tag">JavaScript/Node.js</span>
<span class="tag">React/Next.js</span>
<span class="tag">Java (Legacy Bots)</span>
<span class="tag">Unity (C#)</span>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div>
<span class="prompt">root@automation:~$</span>
<span class="command">ps aux | grep active_research</span>
</div>
<div class="output">
<h2>Active Research & Development</h2>
<div class="grid">
<div class="card">
<div class="status">ACTIVE</div>
<h3>Decentralized Payment Infrastructure</h3>
<p class="meta">0xSplits protocol automation on Base</p>
<p style="color: #e6e6e6;">Building autonomous revenue distribution systems with real-time blockchain monitoring, multi-wallet orchestration, and analytics dashboards. Enabling trustless payment rails for DAOs and creator economies.</p>
<div style="margin-top: 15px;">
<span class="tag">0xSplits</span>
<span class="tag">Base Chain</span>
<span class="tag">thirdweb</span>
</div>
</div>
<div class="card">
<div class="status">ACTIVE</div>
<h3>Autonomous Revenue Systems</h3>
<p class="meta">Zero-capital algorithmic income generation</p>
<p style="color: #e6e6e6;">AI-driven systems that autonomously generate revenue through intelligent market analysis, automated execution, and self-optimizing strategies.</p>
<div style="margin-top: 15px;">
<span class="tag">AI Agents</span>
<span class="tag">Crypto Automation</span>
<span class="tag">Python</span>
</div>
</div>
<div class="card">
<div class="status">ACTIVE</div>
<h3>Agentic Development Framework</h3>
<p class="meta">Rapid deployment of complex automation</p>
<p style="color: #e6e6e6;">Modular stack integrating Cursor, Comet, and multi-agent orchestration for shipping production-ready autonomous systems in days, not months.</p>
<div style="margin-top: 15px;">
<span class="tag">Tool Orchestration</span>
<span class="tag">Dev Workflow</span>
<span class="tag">APIs</span>
</div>
</div>
<div class="card">
<div class="status">RESEARCH</div>
<h3>AGI Consciousness Architecture</h3>
<p class="meta">Formal verification of machine consciousness</p>
<p style="color: #e6e6e6;">Long-term research into verifiable artificial general intelligence, consciousness modeling, and experiential state validation through mathematical proofs.</p>
<div style="margin-top: 15px;">
<span class="tag">Neural Networks</span>
<span class="tag">AGI Research</span>
<span class="tag">Formal Methods</span>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div>
<span class="prompt">root@automation:~$</span>
<span class="command">cat /etc/philosophy.txt</span>
</div>
<div class="output">
<div style="background: rgba(255, 0, 255, 0.05); border-left: 3px solid var(--accent); padding: 20px; margin: 20px 0; border-radius: 3px;">
<p style="font-size: 1.3rem; color: var(--accent); font-weight: 700; margin-bottom: 15px;">AUTOMATE EVERYTHING. BREAK EVERY LIMIT.</p>
<p style="color: #e6e6e6;">If it can be automated, it will be automated. If it's considered impossible, that's just another problem to solve. Building AGI/ASI isn't a dream—it's systematic execution, one intelligent system at a time.</p>
</div>
</div>
</div>
<div class="section">
<div>
<span class="prompt">root@automation:~$</span>
<span class="command">./connect --info</span>
</div>
<div class="output">
<h2>Connect</h2>
<p style="color: var(--dim); margin-bottom: 20px;">Click email to copy. Based in Vestal, NY.</p>
<div class="contact-grid">
<div onclick="copyEmail()" class="contact-item email-copy">
<div class="contact-icon">📧</div>
<div style="font-weight: 500;">Email (Click to Copy)</div>
<div style="color: var(--dim); font-size: 0.85rem;">drlordbasil@gmail.com</div>
</div>
<a href="https://github.com/lordbasilaiassistant-sudo" class="contact-item" target="_blank" style="text-decoration: none;">
<div class="contact-icon">⚡</div>
<div style="font-weight: 500;">GitHub</div>
<div style="color: var(--dim); font-size: 0.85rem;">lordbasilaiassistant-sudo</div>
</a>
<div class="contact-item">
<div class="contact-icon">📍</div>
<div style="font-weight: 500;">Location</div>
<div style="color: var(--dim); font-size: 0.85rem;">Vestal, NY</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p><span class="highlight">></span> BUILDING AGI/ASI ONE SYSTEM AT A TIME</p>
<p>© 2025 Anthony Snider. All systems autonomous.</p>
<p style="margin-top: 10px; font-size: 0.8rem;">root@automation:~$ █</p>
</div>
</div>
</div>
<script>
function copyEmail() {
const email = 'drlordbasil@gmail.com';
// Use modern Clipboard API
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(email).then(function() {
showNotification('Email copied to clipboard!');
}).catch(function() {
// Fallback for older browsers
fallbackCopy(email);
});
} else {
// Fallback for older browsers
fallbackCopy(email);
}
}
function fallbackCopy(text) {
const textArea = document.createElement('textarea');
textArea.value = text;
textArea.style.position = 'fixed';
textArea.style.left = '-999999px';
document.body.appendChild(textArea);
textArea.select();
try {
document.execCommand('copy');
showNotification('Email copied to clipboard!');
} catch (err) {
showNotification('Failed to copy. Email: ' + text);
}
document.body.removeChild(textArea);
}
function showNotification(message) {
const notification = document.createElement('div');
notification.className = 'copy-notification';
notification.textContent = message;
document.body.appendChild(notification);
setTimeout(function() {
notification.style.animation = 'slideIn 0.3s ease reverse';
setTimeout(function() {
document.body.removeChild(notification);
}, 300);
}, 2000);
}
</script>
</body>
</html>