npm view package-name readme
. For PyPi, it's curl -s https://pypi.org/pypi/package-name/json | jq -r .info.description
uvx gitingest https://github.com/owner/repo
fetches the code in the Git repo suitable for passing to an LLM. #chatgpt
#github
#llm-ops
<script>
tag in XML to render RSS, as an alternative to XSLT. Jake Archibald #html
browser-fs-access
is a polyfill for the File System Access API and should be the go-to approach for reading and saving files via the browser.uvx --from "git+https://github.com/owner/repo.git@branch" script-name
#github
insertAdjacentHTML
is a great API but suffers from XSS vulnerabilities. The TrustedHTML API is an emerging standard to create sanitized HTML strings. #html
#best-practices
#code-agents
#future
#prompt-engineering
#prediction
protected_group
; show SHAP top features per group; propose three policy levers to reduce disparity.topicmodel
generates names for each cluster independently. But topics are often related and can organized as a hierarchy. #medium
/
to combine them in the hierarchy, i.e. the tag name will be Parent tag / child tag
.#embeddings
#image-generation
#future
#llm-ops
code-execution-2025-08-25
beta header. It runs Python 3.11 with 1GB RAM and 5GB disk space, with Internet disabled. The containers persist for 30 days and can access uploaded files. Anthropic #code-agents
#github
/init
command in Claude Code and Codex CLI aren't up to the mark. I believe a good README.md provides better specs for existing repos. There is a window of opportunity to craft a good prompt to generate this from repos. #dev
#github
#markdown
#ai-coding
#code-agents
#llm-ops
#automation
#code-agents
#optimization
#prompt-engineering
anthropic-beta: interleaved-thinking-2025-05-14
header. OpenAI models natively think between tool calls, preserving thinking across calls with the Reasoning API. Gemini lets you control the amount of thinking between tool calls via the thinkingBudget
parameter. #future
#think
#ai-coding
#automation
#code-agents
#ai-coding
#best-practices
#code-agents
#dev
#github
#prompt-engineering
/init
in Claude Code / Codex / ... or have an LLM generate a developer guide.-c model_reasoning_effort=high
in Codex.#ai-coding
#code-agents
#dev
#github
#llm-ops
#prompt-engineering
#automation
#github
#ai-coding