From a836cd6870abd1fd60dcdbfde0e024ad6016cd3a Mon Sep 17 00:00:00 2001
From: Claude
Date: Thu, 19 Feb 2026 05:52:11 +0000
Subject: [PATCH] Update website: identity, press section, projects, and
Previously reorganization
- index.astro: Replace "fourth year student at Georgia Tech" hero text with
"Founder building full-time (previously Georgia Tech CS)". Rewrite Currently
section with Agent School and Weaive as top items. Add Press section below
Currently with AFP-syndicated coverage links. Reorganize Previously into
grouped categories: Build, Credibility, Community, Fun.
- Header.astro: Add Press nav link to all Astro-rendered pages.
- press.astro: New /press page with context on AI agent autonomy coverage,
links to The Straits Times and The Economic Times, and related work section.
- journey.html: Add Press nav link. Add Agent School and Weaive as headline
project cards above existing projects. Add Delight vs Weaive clarification.
https://claude.ai/code/session_01K34w4DhQF1gwvGTXXXhQ6M
---
website/public/journey.html | 34 +++++++++++
website/src/components/Header.astro | 1 +
website/src/pages/index.astro | 89 +++++++++++++++++------------
website/src/pages/press.astro | 64 +++++++++++++++++++++
4 files changed, 151 insertions(+), 37 deletions(-)
create mode 100644 website/src/pages/press.astro
diff --git a/website/public/journey.html b/website/public/journey.html
index 329f17b..1f82995 100644
--- a/website/public/journey.html
+++ b/website/public/journey.html
@@ -77,6 +77,9 @@
+
@@ -100,6 +103,37 @@ COMING SOON
playlist.
-->
Projects
+ Delight is the long-term vision; Weaive is the first shipped product.
+
+
+
+
+
+ A platform for certified, test-driven AI automations that work reliably in messy real-world software.
+
+
+ - Deterministic, observable workflows with logging and evals built in
+ - Robust to UI changes - automations don't break when software updates
+ - Cost-controlled execution with reliability guarantees for legacy workflows
+ - Targets workflows that are fast, cheap, and auditable
+
+
+
+
+
+
+
+ A lightweight personal growth and reflection app focused on consistency and clarity.
+
+
+ - Combines reflection, action tracking, and progress visibility in one minimal interface
+ - Built for individuals who want to build habits and track growth without overhead
+ - Currently in alpha - core reflection and tracking flows are live
+ - Next: social accountability features and longer-term progress analytics
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+