2023, week 12

Created: by Pradeep Gowda Updated: Mar 22, 2023 Tagged: weekly · typst · llm

Monday, 2023-03-20 to Sunday, 2023-03-26

News

About Credit Suisse’s demise:

Mathematics

An aperiodic monotile sometimes called an “einstein”, is a shape that tiles the plane, but never periodically. In this paper we present the first true aperiodic monotile, a shape that forces aperiodicity through geometry alone, with no additional constraints applied via matching conditions. smith2023aperiodic?


🐥 Math is Fun -> 📺 3Blue1Brown -> Keith Conrad’s Home Page

Typst

Trying out Typst. Downloaded and played around with compiling text files into nicely typeset PDF documents. The inbuilt language makes it fun to develop documents that can also compute.

It is written in Rust.

LLMs

langchain

Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously could not. But using these LLMs in isolation is often not enough to create a truly powerful app - the real power comes when you are able to combine them with other sources of computation or knowledge. This library is aimed at assisting in the development of those types of applications.

pip install langchain

Study hwchase17/chat-langchain to see how I can load up texts (papers, bookmarks, webpages etc) and have the chat work as a specialized serach engine + LLM assistant.


To checkout microsoft/semantic-kernel: Integrate cutting-edge LLM technology quickly and easily into your apps