MWatson

joined 1 year ago
[–] MWatson@alien.top 1 points 11 months ago

I will plug a book I wrote, available to read free online https://leanpub.com/lovinglisp/read

it is just a book of many small programming projects, with an emphasis on AI. This is a live book I update about twice a year.

[–] MWatson@alien.top 1 points 1 year ago

I fixed it 😎

[–] MWatson@alien.top 1 points 1 year ago

Which example would you like to see added? One of the examples in my Common Lisp book? (that can be also read free online at https://leanpub.com/lovinglisp/read)

[–] MWatson@alien.top 1 points 1 year ago (2 children)

Thanks for the heads up. I just tried the linkhttps://docs.racket-lang.org/guide/ on Safari and it worked - I will try other web browsers.

 

I decided to release my book early, in honor of RacketCon that starts tomorrow morning!

I cover using Racket Scheme for implementing many short AI examples including LLMs (OpenAI, Anthropic, Mistral, and Local Hugging Face), vector datastore, NLP, semantic web, Knowledge Graphs, and non-AI utilities.

I am about 60% done with this “live book” (there will never be a second edition: as I add material and make corrections, I simply update the book and the free to read online copy and all eBook formats for purchase get updated).

You can read my live eBook online for free using the link: https://leanpub.com/racket-ai/read

 

I just added a short chapter on using the Anthropic completion API to my Common Lisp book. Here is a link to the start of the new material https://leanpub.com/lovinglisp/read#leanpub-auto-using-the-anthropic-claude-llm-completion-api

If you have been using OpenAI’s APIs from Common Lisp and want to try using Anthropic, this new material should save you a few minutes work getting setup.