Skip to content

Instantly share code, notes, and snippets.

View juanibiapina's full-sized avatar
💭
I design systems

Juan Ibiapina juanibiapina

💭
I design systems
View GitHub Profile
@juanibiapina
juanibiapina / llm.go
Created January 22, 2025 07:45
LLM Abstraction
package llm
import "context"
type Llm interface {
CompleteStreaming(ctx context.Context, c Conversation, pch chan string, ch chan string) error
}
type Conversation interface {
Messages() []Message
@juanibiapina
juanibiapina / Clear Communication Guide.md
Last active January 12, 2026 12:13
Clear Communication Guide

Clear Communication Guide

Principles and resources for writing concise professional updates.

1. Paul Graham - "Write Simply"

URL: https://paulgraham.com/simply.html

Core idea: The less energy readers spend on your prose, the more they have for your ideas.

Key points: