BIBLIOGRAPHY

darjeeling. 2025. “Llm을 활용한 코드 작성시 유의할 14가지.” GeekNews. March 12, 2025. https://news.hada.io/topic?id=19705.

Simon Willison. 2025. “Simon Willison’s Newsletter | Substack.” March 26, 2025. https://simonw.substack.com/.

———. (2023) 2025. “Simonw/Llm.” https://github.com/simonw/llm.

———. n.d.-a. “Here’s How I Use Llms to Help Me Write Code - Darjeeling.” Simon Willison’s Weblog. Accessed March 26, 2025. https://simonwillison.net/2025/Mar/11/using-llms-for-code/.

———. n.d.-b. “Llm: A Cli Utility and Python Library for Interacting with Large Language Models.” Accessed March 26, 2025. https://llm.datasette.io/en/stable/index.html.

Willison, Simon. n.d. “Llm, Ttok and Strip-Tags—Cli Tools for Working with Chatgpt and Other Llms.” Simon Willison’s Weblog. Accessed March 27, 2025. https://simonwillison.net/2023/May/18/cli-tools-for-llms/.

xguru. 2025. “Simon Willison의 O3-Mini에 대한 노트.” GeekNews. February 2, 2025. https://news.hada.io/topic?id=19018.

관련메타

History

  • [2025-06-04 Wed 19:41] 좋은 글들이 많아.
  • [2025-03-27 Thu 07:19]

Simon Willison’s Newsletter | Substack

(Simon Willison 2025)

  • Simon Willison
  • AI, LLMs, web engineering, open source, data science, Datasette, SQLite, Python and more. Click to read Simon Willison’s Newsletter, a Substack publication with tens of thousands of subscribers.
  • 2025

아티글

LLM을 활용한 코드 작성시 유의할 14가지

(darjeeling 2025)

  • darjeeling
    1. 합리적인 기대치 설정 (Set reasonable expectations)주요 내용:LLM은 본질적으로 고급 자동완성 도구임을 인지해야 하며, 전적으로 의존할 경우 오류나 부정확한 결과가 발생할 수 있음.활용법:자신의 코딩 능력을 보완하는 보조 도구로 활용하며, 과도한 기대를 버리고 실수를 검증하는 태도가 필요함.2. 학습 데이터의 종료 시점을 고려

Here’s how I use LLMs to help me write code - darjeeling

(Simon Willison n.d.-a)

  • Willison, Simon
  • Online discussions about using Large Language Models to help write code inevitably produce comments from developers who’s experiences have been disappointing. They often ask what they’re doing wrong—how come some …

Simon Willison의 o3-mini에 대한 노트

(xguru 2025)

  • xguru

  • OpenAI의 o3-mini 모델이 새로 공개되었고, 다른 o 시리즈 모델과 마찬가지로 평가하기가 약간 어려움이제 기존 GPT-4o, o1, o1 Pro 등에 이어 사용 목적에 따라 어떤 모델을 선택할지 결정해야 하는 상황o3-mini System Card (PDF)에 따르면 일부 평가 지표에서 o3-mini가 GPT-4o, o1보다 우수하지만, 모든 항목

  • 2025

LLM: A CLI utility and Python library for interacting with Large Language Models

(Simon Willison n.d.-b)

  • Simon Willison

llm, ttok and strip-tags—CLI tools for working with ChatGPT and other LLMs

(Willison n.d.)

  • Willison, Simon

  • I’ve been building out a small suite of command-line tools for working with ChatGPT, GPT-4 and potentially other language models in the future. The three tools I’ve built so far …

리포

[2025-03-27 Thu 10:53]

훌륭하다.

>

simonw/llm

(Simon Willison [2023] 2025)

  • Simon Willison
  • Access large language models from the command-line
  • 2025