W.Smith:“ThisismyPhDstudent,Julia.”
InadditiontoJulia,K.W.Smithhadbroughtalongfourorfiveotherstudents.
Amonghisstudents,JuliawastheonlyonewithanEasternappearance.
UponhearingthatJuliawasK.W.Smith’sstudent,manypeopleatthescenecouldn’thelpbutexpresstheirenvy.
“Ohmygod,she’sactuallyK.W.Smith’sPhDstudent!Howamazing!”
“Themostsurprisingthingis, she’ssobeautifultoo.It’sliketheheavensgaveherallthegoodthings–sounfair!”
“Andwhat’seven moreunfairisthatshe’salsoFranklin’s girlfriend.”
“Oh mygod–no,Ican’tgoon!It’sreallylikparingpeople,it’sinfuriating!”
Foramoment,Juliabecameoneofthemainfocusesoftheevent,andmanyyoungpeoplecouldn’thelpbutfeelenviousandjealous.
AfterlearningthatJuliawasK.W.Smith’sPhDstudent,andhearingthatshewas Franklin’sgirlfriend,someonewhoapproachedK.W.Smithcouldn’thelpbutnceatFranklinandsay,“Mr.Wilson,lookslikeyoureallygetallthebenefits,huh?”
Franklinsmiledbut didn’tsayanything.Justthen,K.W.Smith,havinglearnedaboutFranklin’sidentity,pattedhimontheshoulderandsaid,“Notbad.ButIheardyou’vebeentogetherfortwoyearsnow,andyet,youstillhaven’tgottenmarried?Isitthatyouhaven’tworkedhardenough?Haven’twonmystudent’sheart?Ifthat’sthecase,youbetterkeeptrying.I’mrootingforyou!”
Uponhearingthis,manypeopleatthescenewhounderstoodthesituationcouldn’thelpbuugh.
Maggie,Johnny,Harry,andRex,whohadjustarrived,didn’ugh.
Rexhad justarrivedandnoticedthatK.W.Smith,standingnexttoJulia,wasthecenterofattention.
AfterlearningfromhisstaffaboutK.W.Smith’sidentityandrealizingthathewasalegendaryfigureintheAIfieldfromthepreviouscentury,andalsoJulia’sadvisor,RexstartedpayingmoreattentionwhenK.W.Smithspoke.
However,whenheheardK.W.Smith“push”Franklintogetmarried,hecouldn’thelpbutfebitsourinside,sohecouldn’tbringhimselftugh.
MaggieandJohnnysawhimbutdidn’tapproachtogreethim.
RexwasnolongerinterestedintryingtocharmJohnny.
However,sincetheystillhadbusinessdealings,andforthesakeofappearances,hestillcameovertogreetJohnny.
Buthistonewascolderthanbefore,nolongerthefriendlyapproachhehadtakenpreviously.
Johnny,however,wasn’tholdingback.Hesneered,“Mr.Hardin,sinceyou’reunwillingtogreetme,Iwon’t forceyou.Fromnowon,exceptforwork,treatmelikeastrangerwhenyouseeme.”
Rex,hearingthis,didn’tbothertotolerateJohnnyanymore.Hecoldlyreplied,“AsMr.Graywishes.”
Afterward,he shotacoldnceatMaggie.
Johnny,seeingthis,almostcouldn’thelpbuugh.
Atthatmoment,K.W.SmithhappenedtonoticeJohnny.
Johnnyhadalreadygainedsomeinternational recognitioninthefield.
Infact,JohnnywasoneofthemainreasonsK.W.SmithhaetoAmericaforthistrip.
Afterall,hewasamajorfigureinAIfromthstcentury,whileJohnnywasthenew–generationleaderinthefield
Without puttingonanyairs,K.W.Smith enthusiasticallyextendedhishandtoJohnnyandsaid,“Mr.Gray,hello.I’mvery interestedinyoutestproject.I’vebeenhopingtohavethechancetotalkwithyouinmoredepth.”
Cole’testproject,Infinite–CM,hadbrokenthelong–standingmonopolyofCountryAinAItechnology,achievingasignificantleapanddeliveringaheavyblowtoCountryA’sAIindustry.
Now,theachievementsofColewerecausingheadachesforcountlesstopengineersabroad.
Themoreanxioustheywere,themoretheywantedtomeet“Johnny”andlearnaboutthesecretsofhissess.
So,itwasn’tjustK.W.Smith;manyotherbignamesandengineersfromabroadalsowantedtomeetJohnnyandhavein–depthconversationswithhim.
However,theyhadneverfound theopportunity…untilnow.
NowthatK.W.Smithhadfinallyfoundthechance,hecertainlywasn’tgoingtoletitslipby.
?? 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);