---- Chapter 291 Maggie quickly nodded and said to Jimmy, "Sorry, I can''t go with you to eat." Jimmy''s voice was gentle as he replied, "It''s fine." Maggie left. Jimmy watched her and Nn walk away before heading to the cafeteria for his meal. He hadn''t taken a break for quite some time. Two days after meeting Maggie, he officially started his vacation. During those two days, he hadn''t seen Maggie again.
When he got home, his family didn''t know he was off today and was busy with their own things, so the house was empty. When they found out he was back, Rex invited him out for dinner. While eating, Yves couldn''t resist gossiping with Jimmy. "I didn''t expect that Miss Brown, the one Rex likes, is actually a doctoral student under Kayworth Smith. She''s pretty impressive." ---- Jimmy wasn''t familiar with the history of Al development and didn''t know who Kayworth Smith was.
Yves knew that he didn''t know who Kayworth Smith was. After all, it was only thanks to Rex that he had learned a bit about these things. Jimmy wasn''t particrly interested in the topic at first. But then, as if something had urred to him, he suddenly asked, "Between Kayworth Smith and Mr. Nn, who has more influence in the Al field?" Yves didn''t know the answer. But Rex did. "Mr. Nn." You have to know, Nn had made numerous groundbreaking achievements in the Al field all on his own.
He led a team that broke through foreign blockades on several Al technologies, opening up new possibilities for the country''s development in Al. He was someone that foreign countries were extremely wary of. It could be said that America''s current advancements in Al owe much to Nn.
?? Read Full Novel →
<script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);