No articles match
LLMRagent in 10 minutes2 days ago
A first agent | Tools with declared powers | Budgets: call ceilings and recorded-use gates | Structured answers | Agents calling agents | Pipelines: a fixed sequence of specialists | A two-agent conversation
Workflows: small, checkable, resumable pipelines2 days ago
State in, state out | Branches and loops | Checkpoints, resume, and fork | Replay verification | When to reach for this
Interactive calls: tools, streaming, and logprobs2 days ago
Tools: the model consults your R session | Streaming: watch the reply arrive | Logprobs: the model's confidence as data | Related features
Presidential Speech Analysis with Embeddings2 days ago
Prepare the Text Data | Configure Embedding Model | Generate Embeddings | Analyze Similarity | Expected Results
Simple chat with LLMR2 days ago
DeepSeek: deepseek-chat | DeepSeek: deepseek-reasoner | Groq: llama-3.1-8b-instant | Groq: openai/gpt-oss-20b | Using the chat history | Inspect the full conversation | Structured chat in one call (DeepSeek example)
Small experiment with LLMR2 days ago
Overview | Build a factorial design | Run unstructured | Structured version
Tidy pipelines and structured output2 days ago
llm_fn: unstructured (DeepSeek) | llm_fn: unstructured (Groq) | llm_fn_structured: schema-first (DeepSeek) | llm_mutate: unstructured (Groq) | llm_mutate: shorthand syntax | llm_mutate with .structured flag | Soft structured output with tags | Row batching: many rows per call | Preview before you spend, summarize after | llm_mutate_structured: structured with shorthand (Groq)
Fan-out synthesis: one strong model coordinating many cheap ones3 days ago
Provenance and archiving: an agent run as evidence3 days ago
One object, five views | Diagnostics for a run | Reporting within scope | The manifest: identity without the transcript | Archiving: seal the evidence | Redaction without lying | Why archive
Validity: robustness, personas, and scoped claims3 days ago
Robustness under perturbation | Personas are prompts with provenance | Claim types state the design's scope | A defensible sequence
A Trolley Dilemma Experiment with LLMR3 days ago
Designing the Experiment | Vectorized Execution with Soft Structuring | Conclusion
Schema-validated output in LLMR3 days ago
Overview | What the major providers actually support | Why prefer schema output? | Why JSON-only still matters | Quirks you will hit in practice | LLMR helpers for common parsing failures | Minimal patterns (guarded code) | 1) JSON mode, no schema (works across OpenAI-compatible providers) | 2) Schema-constrained output on Groq (open model) | 3) DeepSeek: JSON-object mode with local validation | 4) Groq: another structured output example | Defensive patterns (no API calls) | Parallel execution with schema validation | Choosing the mode | References
Reproducibility and cost: logging, replication, caching, batch jobs3 days ago
1. An audit trail for every call | 2. Replication and reliability | 3. A methods paragraph you can edit | 4. What did it cost? | 5. Prompt caching | 6. Batch jobs at half price | 7. Seeds, model versions, and reproducibility limits
Designed conversations: debates, focus groups, interviews, deliberations3 days ago
Debate: the strongest case for each side | Focus group: opinions in company | Interview: depth on one respondent | Deliberation: talk, then decide | From transcripts to analysis
Governed tools and human review: letting an agent act, safely3 days ago
A governed tool declares its powers | Guardrails check what flows in and out | Human approval for the irreversible | Putting it together
A deliberation experiment: group composition and collective decisions4 days ago
Designed conversations: debates, focus groups, interviews, deliberations4 days ago
Debate: the strongest case for each side | Focus group: opinions in company | Interview: depth on one respondent | Deliberation: talk, then decide | From transcripts to analysis
Governed tools and human review: letting an agent act, safely4 days ago
A governed tool declares its powers | Guardrails check what flows in and out | Human approval for the irreversible | Putting it together
LLMRagent in 10 minutes4 days ago
A first agent | Tools: let the agent call your R functions | Budgets: spend ceilings the agent cannot cross | Structured answers | Agents calling agents | Pipelines: a fixed sequence of specialists | A two-agent conversation
Provenance and archiving: an agent run as evidence4 days ago
One object, five views | Diagnostics for a run | Reporting within scope | The manifest: identity without the transcript | Archiving: seal the evidence | Redaction without lying | Why archive
Strong planner, cheap workers: one strong model coordinating many cheap ones4 days ago
Validity: robustness, calibration, and honest claims4 days ago
Robustness: does the result hold under a small perturbation? | Calibration: from a guess to a measurement | Claim types: say what you mean | The shape of an honest study
Workflows: small, auditable, resumable pipelines4 days ago
State in, state out | Branches and loops | Checkpoints, resume, and fork | Replay verification | When to reach for this
A deliberation experiment: group composition and collective decisions1 months ago
LLMR in 5 minutes1 months ago
1. Install | 2. Set an API key | 3. Your first call | 4. Apply a model to a data frame | 5. Generative calls over a vector | 6. Tagged fields and row batching | 7. Embeddings | 8. Look before you spend, summarize after | Where to go next