thoughts about: AI is the new electricity

背景 最近花时间学习了Andrej Karpathy最新的分享:Software Is Changing (Again)。 这里总结一下对“AI is the new electricity”的思考。 AI与electricity的相似之处 AI与electricity有很多相通之处: ...

June 24, 2025

how to setup llama with ollama on windows

steps 1. download ollama Download from the Ollama official website 2. install 1 .\OllamaSetup.exe /DIR="d:\ollama\" 3. set the environment variable OLLAMA_MODELS Ollama default stores downloaded models in C:\Users%username%.ollama\models 4. pull model 1 ollama pull llama3.1 1 2 3 PS C:\Windows\System32> ollama list NAME ID SIZE MODIFIED llama3.1:latest a340353013fd 4.7 GB 30 seconds ago 5. run model 1 ollama run llama3.1 6. show llama work 1 ollama ps reference Introducing Llama 3.1: Our most capable models to date Introducing Meta Llama 3: The most capable openly available LLM to date Ollama Windows

July 24, 2024

人工智能时代应该培养什么能力

背景 从去年末chatGPT的横空出世,到现在近一年的时间,AI领域成果与创新层出不穷。在这一系列的进步之下,让人们相信人类社会终将会进入人工智能时代。 ...

October 25, 2023

prompt进阶列表

背景 LLMs通过prompt实现问题解决,但基本的few-shot学习有局限性。要解决复杂问题,需要更精细化的prompt设计引导LLM进行多步推理。结合prompt设计技术可以解决更困难的任务,发挥LLM更大潜力。通过结合prompt设计技术可以解决更困难的任务,发挥LLM更大潜力。 ...

September 15, 2023

说说模型

定义 先看wiki的定义: A model is an informative representation of an object, person or system. The term originally denoted the plans of a building in late 16th-century English, and derived via French and Italian ultimately from Latin modulus, a measure 模型是对世界的简化,抽象和概括。 一切知识都是模型。 ...

May 15, 2023

说说autoGPT

背景 chatGPT开启的AIGC领域,最近几个月的发展可以说日新月异,众多LLM如雨后春笋,最近autoGPT的出现,更是吸引大家的关注。 autoGPT autoGPT是什么?作者对其定义是:An experimental open-source attempt to make GPT-4 fully autonomous. ...

April 15, 2023

如何利用GPT类AI提升自己

背景 chatGPT的横空出世,宣告真正的人工智能时代已经开启。 未来会是怎么样,没有人知道,我只知道这两点: 会用AI的人淘汰不会用AI 谁更会用AI,谁更有竞争力 下面我们就看一下GPT们是怎么教我们用好他们的。 ...

April 5, 2023

从三道逻辑分析题看GPT4

背景 GPT-4最近已经推出,那么GPT-4表现如何?相对于chatGPT使用的gpt3.5模型有哪些提高与进步? 下面就通过三道逻辑题展开测试与对比。 ...

March 17, 2023

AI编程时代程序员应该重点培养的技能

背景 AI编程已经不再是传说,而是事实。GitHub Copilot这样的工具会不断推动AI编程的普及。这会带来给程序员的工作带来新的变化。 这一变化有以下特点: ...

March 15, 2023

How to use ChatGPT to empower learning

ChatGPT is the best free teacher. How to use ChatGPT to empower learning. The examples are as following: 1. Understand anything easily Prompt: “Can you explain the concept of (topic) in simple terms? Summarize the main principles and illustrate with examples to facilitate understanding.” 1 Can you explain the concept of (zero-knowledge proof) in simple terms? Summarize the main principles and illustrate with examples to facilitate understanding. 2. Create a learning plan Prompt: ...

March 15, 2023