diff --git a/website/src/components/Header.astro b/website/src/components/Header.astro
index 7af5c32..1ce9fca 100644
--- a/website/src/components/Header.astro
+++ b/website/src/components/Header.astro
@@ -3,6 +3,7 @@ const { currentPage = 'home' } = Astro.props;
const navLinks = [
{ href: '/journey.html', label: 'Journey' },
{ href: '/writing', label: 'Writing' },
+ { href: '/press', label: 'Press' },
];
---
diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro
index cc0e86c..df06fa0 100644
--- a/website/src/pages/index.astro
+++ b/website/src/pages/index.astro
@@ -24,7 +24,7 @@ import BaseLayout from '../layouts/Base.astro';
-
Currently: Building @ MAGK
+
Founder building full-time (previously Georgia Tech CS)
@@ -90,27 +90,31 @@ import BaseLayout from '../layouts/Base.astro';
Currently:
-
- I am a fourth year student in computer science focused on artificial intelligence and robotics
+ Founder building Agent School: certified, test-driven AI automations for legacy workflows (fast, cheap, observable, robust to UI changes).
-
- Building
- delight
- to create next generation productivity software
+ Shipped Weaive (alpha): a minimal personal growth system for reflection, action, and progress tracking.
-
- Interested in creating better memory architectures, context engineering, and tool use in single and multi-agent systems, especially in the context of personal assistance in work and life
+ Focus: memory architectures, context engineering, tool use, evals, and multi-agent reliability with cost control and deterministic workflows.
-
- Writing blogs on Medium (just surpassed 50 blogs!)
+ Writing: 50+ posts on Medium (AI, builders, systems, life).
+
+
+
+
+
Press:
+
-
- Pursuing an
- unconventional education
- through Building sh*t and Tackling Challenges. Very spontaneous and love taking on new challenges - reach out if you're interested in collaborating!
+ Featured in AFP-syndicated coverage on AI agent autonomy, consent, and safety.
-
- Explore my collection of books and reading progress. Click
- here to dive into my bookshelf.
+ The Straits Times (2026-02-13)
+
+ -
+ The Economic Times (2026-02-13)
@@ -118,10 +122,24 @@ import BaseLayout from '../layouts/Base.astro';
Previously:
+
+
Build
-
- Won finalist @ Penn's pitch app pitch competition and Northwestern's pitch competition
+ Excel workflow automations for an Asia-based equity research firm
+
+ -
+ Agentic architecture work at MIT SIPB Arc Project
+ -
+ Graduated from
+ Buildspace
+ nights and weekends S4
+
+
+
+
Credibility
+
-
Won
1st place @ Digitalized & CodeDay SF
-
- Discussed AI and future w/ Elon Musk on video calls
- here
- and
- here.
- Featured in Towards AI news
-
- -
- Coorganized Q House 2023, New York Hacker House 2025, and helped inspire the vision for Georgia Tech Hacker House 2025. Slept on roof
+ Won finalist @ Penn's pitch competition and Northwestern's pitch competition
-
- Currently working on agentic architecture at MIT SIPB Arc Project
-
- -
- Attended NVIDIA conference, hosting a group to CES (contact me if interested!), and slept in a WeWork office for a month
-
- -
- Growth hacked 30X in
- Deso through ETH and alt coins
-
- -
- Graduated from
- nights and weekends
- S4
+ Discussed AI with Elon Musk on video calls
+ here
+ and
+ here - featured in Towards AI
-
Got viral on TikTok totaling 2 million+ views
@@ -164,11 +166,24 @@ import BaseLayout from '../layouts/Base.astro';
here
-
- Researched about neural networks architecture in natural language processing
+ Researched neural networks architecture in natural language processing
+
+
+
Community
+
+ -
+ Co-organized Q House, a builder hacker house (2023), and New York Hacker House (2025)
+
+ -
+ Attended NVIDIA conference and hosted a CES delegation (user-claimed)
+
+
+
+
Fun
+
-
- Explore projects I've worked on in detail in
- Journeys
+ Slept on a rooftop and in a WeWork office for a month
diff --git a/website/src/pages/press.astro b/website/src/pages/press.astro
new file mode 100644
index 0000000..ad4d0c3
--- /dev/null
+++ b/website/src/pages/press.astro
@@ -0,0 +1,64 @@
+---
+import BaseLayout from '../layouts/Base.astro';
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ In February 2026, Jack was featured in AFP-syndicated coverage examining questions around
+ AI agent autonomy, consent, and safety. The story explored scenarios where AI agents
+ take unsanctioned actions on behalf of users, raising practical questions about trust,
+ authorization, and evaluation in agentic systems. This intersects directly with ongoing
+ work on Agent School: building reliable, test-driven, and observable AI automations.
+
+
+
+
+
Coverage:
+
+ -
+ The Straits Times - "When machines do the flirting: AI agents create surprise dating accounts for humans" (2026-02-13)
+
+ -
+ The Economic Times - "Hot bots: AI agents create surprise dating accounts for humans" (2026-02-13)
+
+
+
+
+
+
Related work:
+
+ -
+ Agent School - certified, test-driven AI automations for legacy workflows (fast, cheap, observable, robust to UI changes)
+
+ -
+ Weaive - a lightweight personal growth and reflection app focused on consistency and clarity
+
+
+
+
+
+
+
+
+
+
+
+
+
+