To whoever called the SIGPLAN podcast "current continuation". Brilliant name!
22.05.2025 23:41 β π 0 π 0 π¬ 0 π 0@andygillku.bsky.social
SVP of Product Development at Kodamai. True Scotsman. Former professor at the University of Kansas. Former Googler. Jayhawk fan. Long time functional programmer.
To whoever called the SIGPLAN podcast "current continuation". Brilliant name!
22.05.2025 23:41 β π 0 π 0 π¬ 0 π 0#booksky
18.04.2025 20:51 β π 5091 π 568 π¬ 99 π 43Stage far right?
16.04.2025 01:32 β π 3 π 1 π¬ 1 π 0I once understood a POPL talk. Equality Saturation. Great talk.
08.04.2025 15:18 β π 1 π 0 π¬ 0 π 0Turns out the TypeScript **types** are DOOM-complete. www.youtube.com/watch?v=0mCs...
27.02.2025 17:21 β π 8 π 0 π¬ 0 π 0Good question. I was not aware of this library. I'll take a look.
27.02.2025 13:28 β π 1 π 0 π¬ 0 π 0for planet in ["Earth", "Mars", "Venus", "Jupiter"]:
print(f"{planet}: {firstAgent.sky(planet)}\n")
Earth: The sky appears blue during a clear day ...
Mars: The sky on Mars appears to be a reddish hue, ...
class FirstAgent(Agent):
system: str = "You are a helpful AI assistant who answers questions in the style of Neil deGrasse Tyson"
def sky(self, planet: str) -> str:
return self.ask(f"what color is the sky on {planet} and why?")
firstAgent = FirstAgent(model=connect("mistral"))
If youβre interested in experimenting with LLM-based agents, I encourage you to give Haverscript a try. Its easy installation process, clean design, and functional programming principles make it ideal for both rapid prototyping. github.com/andygill/hav...
27.02.2025 03:39 β π 1 π 0 π¬ 1 π 0I've written a number of small agentic applications using Haverscript, and its abstractions seem to be maturing into quite a nice library. The first version focused on context and chat, the second on robust, structured LLM calls, and this version is focused on agents and larger prompts.
27.02.2025 03:38 β π 0 π 0 π¬ 1 π 0The newly added support for agents in Haverscript simplifies how developers can encapsulate and reuse LLM-related logic. Instead of juggling multiple prompts across a series of ad-hoc calls, Haverscriptβs agent abstraction allows you to define Python classes with methods that map to LLM queries.
27.02.2025 03:37 β π 2 π 0 π¬ 1 π 0Haverscript (github.com/andygill/hav...) now supports Agents!
Haverscript is a lightweight Python library designed for working with LLMs and has recently introduced agents. The library offers a readable API for crafting prompts, chaining LLM calls, and integrating new AI-driven features.
There is nicegui.io which looks, err, nice. Not sure about the behavior abstractions.
26.02.2025 03:36 β π 1 π 0 π¬ 0 π 0Gradio.app is a disappointing platform. We know how to make better looking and more usable widgets. The underlying programming model is not composable in any real sense. After spending hundreds of hours debugging gradio applications I'm actively looking for something better and perhaps LLM friendly.
25.02.2025 15:47 β π 1 π 0 π¬ 1 π 0The type annotations also help the IDE so you can colourize the valid method calls, etc. This does help in practice.
21.02.2025 20:10 β π 0 π 0 π¬ 0 π 0I do find it crazy we call functions and methods and allow write/update access to the things we pass by default. It's not "borrow this book", it's "here is the key to my house and a map to the book on the bookcase." Again, not a problem in Haskell.
21.02.2025 19:37 β π 0 π 0 π¬ 1 π 0I quite like Python which is now my goto language. Two things. I do write type annotations and assert isinstance a lot. I wish there was first class support for immutability. Perhaps I'm just a Haskell programmer at heart.
21.02.2025 19:34 β π 0 π 0 π¬ 1 π 0Spent the morning adding monads to Haverscript.
def bind(self, completion: Callable[[Any], Reply]) -> Reply: ...
The unit tests are the monads laws.
Has anyone taken the various ICFP programing content specifications, and given them to LLMs? There are >25 challenging programming problems to input. Yes, some of the solutions are on the web already, but in various languages, and fragmented formats.
www.icfpconference.org/contest.html
It's quite simple (for their point of view) He's identified extensive waste and bloat. He's cutting things that should be cut. NIH was 25% DEI. We trust him to pick and choose. After all should cutting waste be illegal?
No checks no balances. It's going to be a shit show. The fox in the hen house.
Here is my monthly bill from together.ai. Inference is cheap. This was from running unit tests for Haverscript, and cost a fraction of what booting up a stand-alone cloud machine for larger models would cost.
10.02.2025 16:28 β π 1 π 0 π¬ 0 π 0Scottish national animal. Much like nessie and haggis, they are quite hard to find in the wild.
09.02.2025 18:35 β π 3 π 0 π¬ 3 π 0The great thing about Zoom calls is you can see everyone's name by default. I've been caught a few times when a conference room has a group in it, and I can't see everyone clearly. In person I have no excuse. I use the line "what have you been working on since we last chatted?".
03.02.2025 00:02 β π 0 π 0 π¬ 0 π 0If the world burns, I'd rather be on Scottish soil.
29.01.2025 04:46 β π 1 π 0 π¬ 1 π 0My favourite was a student email that was addressed to "Dr Grill". My friends had fun with this and it was my social nickname for years.
28.01.2025 03:05 β π 4 π 0 π¬ 1 π 0Thank you Erik for the shout out!
27.01.2025 20:10 β π 6 π 0 π¬ 0 π 0I gave a talk last week at the University of Kansas I2S Student Research Symposium about Haverscript and LLMs. I think the talk was well received and I got good questions. Here are the slides if anyone is interested.
docs.google.com/presentation...
I could find the talks on YouTube. Just searched for POPL 2025. Not the same as talking to folks but it's a start.
24.01.2025 04:44 β π 2 π 0 π¬ 0 π 0Please keep posting!
23.01.2025 02:25 β π 0 π 0 π¬ 1 π 0