cd/sources/funcall-auto-discovered· home sources Funcall (auto-discovered)
cat /sources/funcall-auto-discovered.feed | wc -l → 9

Funcall (auto-discovered)

articles 9 domain funcall.blogspot.com → feed RSS
12:48
2026-08-17
funcall.blogspot.com
large-language-models

Coding with an East Coast Vibe

A developer describes a workflow they call 'East Coast Vibing,' which uses two LLMs to build applications. The approach involves using Gemini as a 'general contractor' to challenge and refine architec…

10:45
2026-08-14
funcall.blogspot.com
generative-ai

Pics or it Didn't Happen

A developer released the source code of their website, jrm-code-public, on GitHub with secrets redacted, to demonstrate the kind of Lisp code generated by an LLM. The code is more complex than a stand…

10:34
2026-08-13
funcall.blogspot.com
large-language-models

A Web Site in Vibe Coded Common Lisp

A developer has launched jrm-code-project.com, a website written entirely in Common Lisp and generated through vibe coding, to demonstrate that frontier LLMs can now handle large Lisp programs. The si…

08:40
2026-08-12
funcall.blogspot.com
artificial-intelligence

Why Target Common Lisp for Code Generation?

A developer explains why they target Common Lisp for AI code generation, citing its homoiconicity, macro system, and REPL introspection as advantages over mainstream languages. The developer argues th…

22:33
2026-08-09
funcall.blogspot.com
machine-learning

llambda.lisp on linux

A developer incorporated patches from a reader named Madhu that enable llambda.lisp, a Lisp-based inference project, to run on Linux. The patch uses mmap to load model weights into the Lisp address sp…

20:36
2026-08-06
funcall.blogspot.com
artificial-intelligence

Why vibe code in Lisp?

A developer explains why they target Common Lisp for AI code generation, citing its homoiconicity, macro system, and REPL introspection as advantages over mainstream languages. The developer argues th…

16:20
2026-08-05
funcall.blogspot.com
developer-tools

Vibe Coding interview

A developer known as jrm published an interview in which their coding agent, Victoria, challenges the practice of 'vibe coding'—using LLMs to generate code from vague prompts. The interview explores w…

00:27
2026-07-13
funcall.blogspot.com
large-language-models

Llambda.lisp

A developer created llambda.lisp, a Common Lisp implementation of llama.cpp for running LLM models locally. The project is available on GitHub and seeks contributions for additional architecture suppo…

22:52
2026-06-28
funcall.blogspot.com
artificial-intelligence

New chatbot

A developer built a chatbot library in Common Lisp that supports multiple back ends, enabling local LLM prompting. The library features recursive chatbots that can call each other without sharing cont…