-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriting.html
More file actions
129 lines (126 loc) · 6.46 KB
/
Copy pathwriting.html
File metadata and controls
129 lines (126 loc) · 6.46 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Writing | Truyen Tran</title>
<meta name="description" content="Essays, public writing, and thought leadership across AI, science, health, and society.">
<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=Fraunces:opsz,wght@9..144,600;9..144,700&family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<div class="site-shell">
<div class="topbar">
<header class="site-header page-wrap">
<div class="header-row">
<a class="brand" href="index.html">
<div class="brand-mark">Truyen Tran</div>
<div class="brand-subtitle">Frontier AI systems for intelligence, science, health, and society</div>
</a>
<button class="menu-toggle" type="button" aria-expanded="false" aria-controls="site-navigation" data-menu-button>Menu</button>
<div class="header-nav" id="site-navigation" data-menu-panel>
<nav class="main-nav" aria-label="Primary">
<a href="index.html">Home</a>
<a href="scholarship.html">Scholarships</a>
<a href="research.html">Research Platforms</a>
<a href="systems.html">Systems / Build</a>
<a href="impact.html">Impact</a>
<a href="writing.html" aria-current="page">Writing</a>
<a href="talks.html">Talks</a>
<a href="people.html">People</a>
<a href="work-with-me.html">Work With Me</a>
<a href="truyen_fullcv_CS.pdf">CV</a>
</nav>
<nav class="utility-nav" aria-label="External links">
<a href="https://scholar.google.com.au/citations?hl=en&user=zvspVLwAAAAJ">Scholar</a>
<a href="https://www.linkedin.com/in/truyen-tran/">LinkedIn</a>
<a href="https://x.com/truyenoz">X</a>
<a href="mailto:truyen.tran@deakin.edu.au">Email</a>
<a href="https://a2i2.deakin.edu.au/">A2I2</a>
</nav>
</div>
</div>
</header>
</div>
<main>
<section class="page-hero">
<div class="page-wrap section-grid">
<div class="panel">
<span class="eyebrow">Writing</span>
<h1 class="page-title">Essays and public writing across AI, science, health, and society.</h1>
<p>These essays and public pieces trace the ideas surrounding the technical work across research, education, and societal change.</p>
</div>
<div class="panel">
<span class="card-kicker">Themes</span>
<p>The writing program spans AI and society, AI for science, AI for health, agentic systems, and Vietnamese public writing.</p>
</div>
</div>
</section>
<section>
<div class="page-wrap writing-grid">
<article class="talk-card">
<span class="card-kicker">Manifesto</span>
<h3>Research and training in the AI phase transition</h3>
<p>A direct statement of how research, doctoral training, invention, and long-term relevance are changing in the AI era.</p>
<a class="link-inline" href="ai-era-manifesto.html">Read manifesto</a>
</article>
<article class="talk-card">
<span class="card-kicker">AI and society</span>
<h3>A.I development and education</h3>
<p>Interview and reflections on education, capability development, and the societal shape of AI adoption.</p>
<a class="link-inline" href="https://medium.com/@tranthetruyen/a-i-development-and-education-2348f219ef9b">Read article</a>
</article>
<article class="talk-card">
<span class="card-kicker">AI for science</span>
<h3>AI, math, medicine, software, and the sciences</h3>
<p>A broader landscape essay connecting multiple disciplines and the changing role of AI.</p>
<a class="link-inline" href="https://medium.com/@tranthetruyen/ai-math-medicine-software-and-the-sciences-a-shifting-landscape-f32cea698e6f">Read article</a>
</article>
<article class="talk-card">
<span class="card-kicker">AI for health</span>
<h3>Living in the future from 2017: AI for healthcare</h3>
<p>An earlier but still useful lens on healthcare AI, translation, and system design.</p>
<a class="link-inline" href="https://medium.com/@tranthetruyen/living-in-the-future-ai-for-healthcare-789221df6669">Read article</a>
</article>
<article class="talk-card">
<span class="card-kicker">Agentic AI</span>
<h3>Talks and essays around the post-deep-learning era</h3>
<p>A bridge between research talks and writing on reasoning, autonomy, and the next systems wave.</p>
<a class="link-inline" href="talks.html">See related talks</a>
</article>
<article class="talk-card">
<span class="card-kicker">Vietnamese writing</span>
<h3>Blog tieng Viet</h3>
<p>Writing for Vietnamese audiences on AI development, science, and the future of the field.</p>
<a class="link-inline" href="https://substack.com/@tranthetruyen">View Substack</a>
</article>
<article class="talk-card">
<span class="card-kicker">Archive links</span>
<h3>Reading club and legacy pages</h3>
<p>Additional reading-related material remains available through the archive and reading club pages.</p>
<a class="link-inline" href="read.html">AI Reading Club</a>
</article>
</div>
</section>
</main>
<footer class="site-footer">
<div class="page-wrap footer-grid">
<div>
<div class="brand-mark">Truyen Tran</div>
</div>
<div>
<div class="footer-links">
<a href="talks.html">Talks</a>
<a href="research.html">Research Platforms</a>
<a href="work-with-me.html">Work With Me</a>
</div>
<p class="small muted">Copyright <span data-year>2026</span> Truyen Tran.</p>
</div>
</div>
</footer>
</div>
<script src="assets/site.js"></script>
</body>
</html>