Channel: ai

Context Engineering: Sessions & Memory | Kaggle

ai

Decision Trees

ai algorithms

Touching the Elephant - TPUs

Matrix multiplies have the property that as the size of inputs grow, the ratio of compute, O(n^3), to data access, O(n^2), improves. If you can dedicate hardware to speeding up arithmetic and coordinating data movement you can exploit this,

ai algorithms hardware

Taking Control: Building Flexible AI Workflows with Elixir’s LangChain Step Mode

ai elixir

The Bitter Lesson is coming for Tokenization

ai

GitHub - arthurcolle/agents.erl: openai agents in erlang

ai elixir

LLM Judges are Unreliable

ai

[2505.13775] Beyond Semantics: The Unreasonable Effectiveness of Reasonless Intermediate Tokens

ai papers

Harnessing the Universal Geometry of Embeddings

ai papers

[2405.02318] Autoformalizing Natural Language to First-Order Logic: A Case Study in Logical Fallacy Detection

ai papers

LLM Agent as a Graph Tutorial

ai

CaMeL offers a promising new direction for mitigating prompt injection attacks

ai security

humanlayer/12-factor-agents: What are the principles we can use to build LLM-powered software that is actually good enough to put in the hands of production customers?

  • Factor 1: Natural Language to Tool Calls
  • Factor 2: Own your prompts
  • Factor 3: Own your context window
  • Factor 4: Tools are just structured outputs
  • Factor 5: Unify execution state and business state
  • Factor 6: Launch/Pause/Resume with simple APIs
  • Factor 7: Contact humans with tool calls
  • Factor 8: Own your control flow
  • Factor 9: Compact Errors into Context Window
  • Factor 10: Small, Focused Agents
  • Factor 11: Trigger from anywhere, meet users where they are
  • Factor 12: Make your agent a stateless reducer

ai

How AI generated code compounds technical debt - LeadDev

ai

Detecting hallucinations in large language models using semantic entropy | Nature

ai

Building RAG-based LLM Applications for Production

ai python

https://taha-huraibb99.medium.com/deploying-llms-with-vertex-ai-3ba71ac3cdda

ai python

ACL 2023 Tutorial: Retrieval-based LMs and Applications

ai

gemini-cli: Access Gemini models from the command-line - Eli Bendersky’s website

ai golang

Easy at-home AI with Bumblebee and Fly GPUs

ai elixir

Implementing Conversational Agents with Elixir

ai elixir

RAG using unstructured data and the role of knowledge graphs

ai

Leverage pgvector and Amazon Aurora PostgreSQL for Natural Language Processing, Chatbots and Sentiment Analysis | AWS Database Blog

ai devops python

The Elegiac Hindsight of Intelligent Machines

ai

All the Hard Stuff Nobody Talks About when Building Products with LLMs | Honeycomb

ai

5 learnings from classifying 500k customer messages with LLMs vs traditional ML

ai

Underjord | Why do ML on the Erlang VM?

ai elixir

How I am using ChatGPT to increase my productivity coding in Django

ai django

The Dutch benefits scandal: a cautionary tale for algorithmic enforcement

ai compliance netherlands

ElixirConf 2022 - Chris Grainger - The Future AI Stack - YouTube

ai elixir

AI-Generated Infrastructure-as-Code: the Good, the Bad and the Ugly | Styra

ai devops

[2301.11305] DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature

ai cs