Completed BlueDot AI Safety Fundamentals
After completing BlueDot Impact AI Safety Fundamentals and receiving the certificate, I have a clearer view of agent safety evals, tool-use safety, and reliable AI infrastructure.
Personal technical knowledge base
AI safety, systems engineering, and tools tested against reality.
LeoQin is talking here.
A short path into the main questions and work on this site.
After completing BlueDot Impact AI Safety Fundamentals and receiving the certificate, I have a clearer view of agent safety evals, tool-use safety, and reliable AI infrastructure.
Based on hands-on use of Copilot, Cursor, and Claude Code, this post separates where AI assistants help most, such as search, boilerplate, and error diagnosis, from where they still struggle, such as architecture and edge cases.
A grounded overview of AI as systems that perceive, understand, decide, and learn, with a short history from Turing and Dartmouth to deep learning and generative AI, plus a practical view of how it affects daily life.
MCP standardizes how AI apps connect to tools, resources, prompts, and external systems. It is useful infrastructure for reducing integration glue, but it does not replace permissions, confirmations, logging, threat modeling, or tool-safety design.
Browse by durable questions instead of publication date alone.
Developed arguments, practical guides, and research notes.
AI safety requires distinguishing saints from sycophants and schemers during training.
A personal, practical guide to robots.txt and data-use boundaries, choosing between requests, aiohttp, Scrapy, and Playwright, and handling anti-bot measures and HTML parsing.
Shaders, GPU machine code, graphics APIs, and cache invalidation: why shader compilation takes so long.
To learn algorithms, first draw the structure, simulate the process, and explain the invariant; only then turn the idea into code.
Auto-scroll in an AI chat is not just scrollTop. It needs intent signals, a follow/free state machine, handling for programmatic scroll events, virtualization, and mobile edge cases.
useEffect is useful for side effects outside rendering, but too many effects turn a component into a dependency maze. This post uses a concrete dashboard example to show when to extract custom hooks or move data fetching elsewhere.
Track new articles, research, and notes through open feeds.
Hello