Show-Markdown -Path CSharperMantle\README.md
I am Rong "Mantle" Bao, a second-year Computer Science student at Hangzhou Dianzi University. Feel free to reach me in 中文/English.
- 🙋♂️ Pronoun: he/him
- 📑 https://csmantle.top
- 🔭 Current project focus is OSPP and YSYX
- 🗣️ 中文(母语), English (near native)
- 🏖️ Enjoying summer vacation
My attitudes towards AI
- Machine learning problems are analytical and statistical problems.
- Neural networks are good at discovering patterns not obvious to traditional approaches.
- LLMs are probabilistic token predictors. They often intrinsically hallucinate.
- Garbage in, garbage out. Observation in, imitation out.
- I do use LLMs to brainstorm ideas.
- I do use LLMs to perform repetitive clerical work and typographical proofreading.
- I do chat with LLMs to have fun in my spare time.
- I do use generative models to craft images for hobby use.
- I do not use LLMs to write code for production use.
- I do not use LLMs to write casual articles, like blogs.
- I do not use LLMs to write academic articles or carry out research in place of myself.
- I do not use LLMs as a search engine.
- I do not trust LLMs as a sole source of information.
- I do not accept responses from LLMs without verification.
- I believe the loopholes and waivers in LLM hosting companies' EULA put much personal information at risk.
- I believe LLMs are energy hogs that should be used with conservation in mind.
- I believe LLMs are becoming more performant as theories and technologies evolve.
- Programming language: Polyglot, most enjoy C/Rust/TypeScript
- Infosec: Reverse engineering, messing around with OS and ISA
- Development: Bare-metal, desktop native, web apps
- Architecture: Experiences with x86-64 assembly, RISC-V/LoongArch ISAs and microarch implementation