My AI related projects
- https://gitlab.com/nicolaw/gpp - Genuine People Personalities
- https://gitlab.com/nicolaw/generative-agents - Golang port of Stanford LLM generative agent research project
- https://gitlab.com/nicolaw/unifi-protect-mcp - Ubiquiti UniFi Project NVR MCP server
Videos
- The Thinking Game (2024) 1h 24m - truly inspiring
- Will AI outsmart human intelligence? - with ‘Godfather of AI’ Geoffrey Hinton (2025) - “if you sleep well at night, you may not have understood this lecture” at The Royal Institute
- The Hardest Problem AI Ever Solved, with Google DeepMind CEO
- Google DeepMind & Hannah Fry
- Geoffrey Hinton talks to Jon Stewart (2025) - quite helpful to computer literate individuals who want to learn a bit more about AI
Essays & Reading
- https://situational-awareness.ai/ - Fairly optimistic essay, the first big well-known and publicised essay on the topic
- https://ai-2027.com/ - Doomer essay, but surprisingly prophetic
- https://futureoflife.org/ai-safety-index-winter-2025/
- https://github.com/Mathews-Tom/Agentic-Design-Patterns
- https://drive.google.com/file/d/1-5ho2aSZ-z0FcW8W_jMUoFSQ5hTKvJ43/view - Agentic Design Patterns
Tools
Resources
- https://modelcontextprotocol.io/ - Model Context Protocol specification
- https://huggingface.co/ - The DockerHub of AI models and training data sets
- https://github.com/ggml-org/llama.cpp - LLM inference in C/C++
- https://github.com/ggml-org/ggml/blob/master/docs/gguf.md - GGUF model format
- https://github.com/huggingface/safetensors - Safetensors model format
- https://ai.google.dev/gemini-api/docs - Google DeepMind Gemini API documentation
- https://platform.claude.com/docs/en/home - Anthropic Claude API documentation
- https://developers.openai.com/api/docs - OpenAI API documentation
- https://github.com/googleapis/go-genai - Official Gemini Golang SDK