Archive

All 2,608 AI stories, newest first · page 28 of 109

GPT-5.6: What You Need to Know About the Latest AI Model
general

GPT-5.6: What You Need to Know About the Latest AI Model

Zvi Mowshowitz has published a detailed system card analysis of GPT-5.6, exploring its capabilities, safety features, and potential implications. The piece examines improvements in reasoning, coding, and reduced refusal rates, while also noting ongoing concerns around alignment and evaluation transparency.

via Hacker News AI#ai#openai#gpt-5.6
Bash4LLM – A Lightweight Bash Wrapper for LLM APIs
general

Bash4LLM – A Lightweight Bash Wrapper for LLM APIs

Bash4LLM is a lightweight, dependency-free Bash wrapper for interacting with LLM APIs from the terminal. It requires only Bash, curl, and jq, and supports features like prompts, chat, file processing, streaming, and session metadata. Groq is supported by default, with other providers available via plugin scripts.

via Hacker News AI#ai#terminal#bash