cd/entity/Elixir· home entities Elixir
grep -l @elixir /news/*.json | wc -l → 18

Elixir

mentions 18 type Organization feed RSS

// recent coverage 18 mentions

07:46
2026-07-01
blog.kulman.sk
artificial-intelligence

I do not feel like a programmer anymore

A software developer reports that AI has become so integral to their daily work that they no longer feel like a programmer, as AI handles understanding tickets, writing code, reviewing, and suggesting…

11:27
2026-06-21
dev.to
large-language-models

Coding Agents: Moving From "Bash Mimics" to "AST Manipulators"

A developer replaced the standard text-based editing approach in coding agents with direct Elixir execution, enabling AST-aware refactoring. By giving the model full Elixir execution to edit files, th…

08:18
2026-06-21
dev.to
developer-tools

Coding Agents Suck at Tools

A developer argues that current coding agents fail due to excessive tooling, which pollutes context and causes errors. They propose a solution called eeva, a harness that uses a single Elixir Eval too…

19:39
2026-06-20
porchlab.com
ai-tools

The best stack for the AI Era

Will Cromwell argues that Elixir and the Phoenix framework are the optimal tech stack for building AI-integrated applications, citing their ability to handle massive concurrency with minimal infrastru…

01:44
2026-06-16
dev.to
artificial-intelligence

Balanced Ternary for optimizing AI

A developer argues that balanced ternary (-1, 0, +1) could replace binary for AI hardware, citing 20× model compression, 3× inference speedup, and 8× power reduction. Microsoft's BitNet b1.58 demonstr…

06:22
2026-06-15
elixirisallyouneed.dev
developer-tools

Elixir Is All You Need

Elixir and the Phoenix framework eliminate the need for separate services like Redis, Kubernetes, and Python sidecars by providing built-in concurrency, fault tolerance, real-time capabilities, and ML…

19:05
2026-06-03
elixir-lang.org
ai-research

Elixir v1.20 released: now a gradually typed language

Elixir v1.20 has been released, introducing a gradually typed system that performs type inference and type checking on all Elixir programs without requiring type annotations. The update enables Elixir…

13:48
2026-05-21
jola.dev
developer-tools

Highest Random Weight in Elixir

The article compares two consistent hashing approaches in Elixir: Discord's ExHashRing, which requires managing stateful processes, and Rendezvous (Highest Random Weight) hashing, which is a stateless…

00:00
2026-05-17
jola.dev
open-source

bunnyx: a bunny.net Elixir client library

**Summary:** The article introduces *bunnyx*, an open-source Elixir client library for interacting with the bunny.net CDN API. Developed by the author for use in their uptime monitoring project Larm…

00:00
2026-03-24
jola.dev
developer-tools

Building a blog with Elixir and Phoenix

This article summarizes how the author built a blog using Elixir and the Phoenix framework, with blog posts generated from Markdown files via NimblePublisher and compiled at build time for performance…

00:00
2025-02-04
jola.dev
developer-tools

Building a Distributed Rate Limiter in Elixir with HashRing

This article by Johanna Larsson on the AppSignal blog explains how to build a distributed rate limiter in Elixir using the HashRing library. It covers the implementation of consistent hashing to evenl…

00:00
2019-10-18
jola.dev
developer-tools

The Erlang :queue module in Elixir

The article explains that Elixir uses Erlang's `:queue` module, which provides a double-ended FIFO (first-in, first-out) data structure for efficiently adding and removing items from both ends. It not…

00:00
2019-06-05
jola.dev
developer-tools

Patterns for managing ETS tables

This article provides an introductory overview of using ETS (Erlang Term Storage) in Elixir and Erlang, focusing on basic patterns for table management and practical usage. It explains how ETS offers …

// co-occurs with top 8 entities