commit 4730e1f977eadca57d6b6cf3b21fbfafc96102e3
parent beb9ce4ba7244fb718586320c4b5a5f2fea40c77
Author: Silas Brack <57684859+silasbrack@users.noreply.github.com>
Date: Wed, 5 Nov 2025 21:19:51 +0100
Updates (#1)
* updates
* .
Diffstat:
| A | cover_letter.typ | | | 21 | +++++++++++++++++++++ |
| A | flake.lock | | | 61 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| A | flake.nix | | | 32 | ++++++++++++++++++++++++++++++++ |
| M | main.typ | | | 477 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------- |
| A | photo.jpg | | | 0 | |
5 files changed, 462 insertions(+), 129 deletions(-)
diff --git a/cover_letter.typ b/cover_letter.typ
@@ -0,0 +1,21 @@
+#set page(paper: "a4")
+#set text(size: 12pt)
+#set par(
+ first-line-indent: 0pt,
+ justify: true,
+)
+
+Hi,
+
+I'm writing to express my interest in the ML Engineer - Creativity Apps position at Apple in Copenhagen. I found the job posting through my friend Max-Olivier Van Bastelaer --- we did the same BSc in General Engineering & Materials Science together. This established my strong background in physics and engineering, both experimental and theoretical. I suppose this is where I first taste of mathematical modelling and working with non-tabular data. At the end of my bachelor's I did a thesis in electrochemistry before pivoting towards doing primarily statistics, math and machine learning. During my master's I focused primarily on approximate Bayesian inference and probabilistic machine learning, mostly applied to neural networks for image retrieval / classification, and worked on two papers, managing to publish one of them to NeurIPS.
+
+In my current job I work on training machine learning models and deploying them to production. I've worked across lots of different domains and picked up the required knowledge along the way, from chatbots to training embeddings models, to recommender systems to traditional forecasting models.
+
+To be perfectly frank, I don't really have any experience in digital photography or embedded systems. I have, however, worked on some projects in computer vision and have a strong foundation in probabilistic machine learning, as well as being very interested in signal processing overall (I've learned a lot about signal processing in photonics and biomedical applications). I'm also a very enthusiastic learner and would be excited to put effort into learning about a new and exciting field. In my bachelor's I enjoyed trying out different fields and following my interests, and have happily learned new things along the way.
+
+Thanks for considering me for this position! I'm looking forward to hearing more and to the possibility of contributing to your team's success.
+
+Best,
+
+Silas
+
diff --git a/flake.lock b/flake.lock
@@ -0,0 +1,61 @@
+{
+ "nodes": {
+ "flake-utils": {
+ "inputs": {
+ "systems": "systems"
+ },
+ "locked": {
+ "lastModified": 1731533236,
+ "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1749285348,
+ "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs"
+ }
+ },
+ "systems": {
+ "locked": {
+ "lastModified": 1681028828,
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+ "owner": "nix-systems",
+ "repo": "default",
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-systems",
+ "repo": "default",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}
diff --git a/flake.nix b/flake.nix
@@ -0,0 +1,32 @@
+{
+ description = "My gleam monorepo";
+ inputs = {
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+ flake-utils.url = "github:numtide/flake-utils";
+ };
+
+ outputs =
+ {
+ self,
+ nixpkgs,
+ flake-utils,
+ }:
+ (flake-utils.lib.eachDefaultSystem (
+ system:
+ let
+ pkgs = import nixpkgs {
+ inherit system;
+ };
+ in
+ {
+ devShells.default = pkgs.mkShell {
+ buildInputs = with pkgs; [
+ typst
+ typstyle # Formatter
+ tinymist # LSP
+ entr
+ ];
+ };
+ }
+ ));
+}
diff --git a/main.typ b/main.typ
@@ -6,10 +6,11 @@
),
)
#show heading.where(level: 2): set text(size: 12pt)
-#show heading.where(level: 3): set text(size: 11pt)
-#set text(size: 10pt)
+#show heading.where(level: 3): set text(size: 12pt)
+#set text(size: 12pt, font: "PT Sans")
#set par(
first-line-indent: 0pt,
+ spacing: 2.0em,
justify: true,
)
#show link: underline
@@ -20,28 +21,51 @@
s + "\u{202f}000"
}
+#show heading.where(level: 1): set align(center)
+#show heading.where(level: 1): set text(size: 20pt)
+#show heading.where(level: 1): set block(below: 2em)
+
#align(center)[
- #text(size: 16pt)[
+ #grid(rows: (auto,auto),
+ row-gutter: 2em,
+ [#text(size: 16pt)[
= SILAS BRACK
- ]
+ ]],
+ [
#grid(
columns: (
auto,
auto,
auto,
+ auto,
),
- gutter: 10pt,
+ gutter: 1em,
[
_Copenhagen, Denmark_
],
[
+ #link("https://silasbrack.com")[silasbrack.com]
+ ],
+ [
#link("https://github.com/silasbrack/")[github.com/silasbrack]
],
[
#link("https://linkedin.com/in/silasbrack/")[linkedin.com/in/silasbrack]
],
)
+ ],
+ // [
+ // #align(
+ // center,
+ // block(width: 10cm)[
+ // #set align(left)
+ // #lorem(24),
+ // ]
+ // )
+ // ],
+ )
]
+// #box(clip: true, radius: 2.5cm, width: 2.5cm, height: 2.5cm, image("photo.jpg", height: 2.5cm))
// Demonstrate soft skills
@@ -58,157 +82,352 @@
// - Independent
-== WORK EXPERIENCE
-#line(length: 100%)
-
#grid(
- columns: (
- 5fr,
- 1.2fr,
- ),
- align(left)[
- === Machine Learning Engineer, Senior Associate \
- _Saxo Bank A/S --- Department of Predictive Models and AI_
- ],
- align(right)[
- === Apr 2023 -- Present \
- _Copenhagen, Denmark_
- ],
+ columns: (1fr, 5fr),
+ column-gutter: 1em,
+ [== EXPERIENCE],
+ [
+ #grid(
+ rows: (auto, auto),
+ row-gutter: 0.8em,
+ [
+ #grid(
+ columns: (
+ 3.5fr,
+ 1.5fr,
+ ),
+ align(left)[
+ *AI Research Engineer* \
+ _Teton.ai --- AI Research and Computer Vision_
+ ],
+ align(right)[
+ *Nov 2025 -- Present* \
+ _Copenhagen, Denmark_
+ ],
+ )
+ ],
+ text(size: 10pt)[
+ - Computer vision, transformers, forecasting, embedded machine learning
+ ]
+ )
+ #grid(
+ rows: (auto, auto),
+ row-gutter: 0.8em,
+ [
+ #grid(
+ columns: (
+ 3.5fr,
+ 1.5fr,
+ ),
+ align(left)[
+ *Machine Learning Engineer* \
+ _Saxo Bank A/S --- Department of Predictive Models and AI_
+ ],
+ align(right)[
+ *Sep 2021 -- Oct 2025* \
+ // *Apr 2023 -- Present* \
+ _Copenhagen, Denmark_
+ ],
+ )
+ ],
+ text(size: 10pt)[
+ - Designed, built and deployed a real-time recommendation system serving relevant financial news to clients; to do so, we learn user and content embeddings and perform efficient nearest neighbour retrieval followed by reranking.
+ - Built a RAG-based chatbot yielding a 170\% improvement in question-answering accuracy and decreasing the yearly number of manual agent chats by 20k, saving around \$150k in yearly agent costs.
+ - Built, trained and deployed an NLP-inspired embeddings model for finding similar stocks. As of February 2025, the tool sits at around 110k monthly interactions. // This was the first client-facing machine learning tool my team deployed. // [Gensim, Kubernetes, FastAPI, OpenAPI]
+ ]
+ )
+ ]
)
-#text(size: 9pt)[
- - Designed a real-time recommendation system architecture by adapting industry best practices to our internal data and business objectives, taking into consideration integration of A/B testing, performance/latency, and flexibility to future changes. Presented this architecture to stakeholders and other developers. Designed data preprocessing pipeline (translation, text embeddings, tagging, duplicate detection, etc) for preparing recommended content. Implemented and deployed the recommender system by training neural networks for representation learning and reranking. Tested the recommender engine for quality and latency, achieving a latency of under 100 ms.
- - Developed proof-of-concept of hybrid chatbot and search functionality for searching for / interacting with news and other content, stocks, and much more. Presented and demoed to business stakeholders to extend this system for use in in-platform search engine and digital sales trader.
- - Re-designed chatbot combining simple open-source embeddings models and other NLP methods, yielding a 170\% improvement in question-answering accuracy, decreasing the number of required yearly agent interactions by around #format-thousands(20), and saving around \$#format-thousands(150) in yearly agent costs.
- - Performed core MLOps tasks, such as standardising data science workflows and development environments with cookiecutter templates, extending Docker environments for development, unifying linting and formatting approaches, etc. Led code reviews and mentored/onboarded new members of the team with understanding our coding practices and infrastructure, focusing primarily on testability.
-]
#grid(
- columns: (
- 5fr,
- 1.2fr,
- ),
- align(left)[
- === Machine Learning Engineer, Student Assistant \
- _Saxo Bank A/S --- Department of Predictive Modelling_
- ],
- align(right)[
- === Sep 2021 -- Feb 2023 \
- _Copenhagen, Denmark_
- ],
+ columns: (1fr, 5fr),
+ column-gutter: 1em,
+ [== EDUCATION],
+ [
+ #grid(
+ rows: (auto, auto),
+ row-gutter: 0.8em,
+ [
+ #grid(
+ columns: (
+ 3.5fr,
+ 1.5fr,
+ ),
+ align(left)[
+ *M.Sc. Mathematical Modelling and Computation* \
+ _Technical University of Denmark_
+ ],
+ align(right)[
+ *Sep 2020 -- Feb 2023* \
+ _Copenhagen, Denmark_
+ ],
+ )
+ ],
+ text(size: 10pt)[
+ // - Specialisation in _machine learning and signal processing_.
+ - Thesis: "Effortless Bayesian Deep Learning: Tapping Into the Potential of Modern Optimizers," with Søren Hauberg.
+ // - Published a paper to NeurIPS 2023
+ ]
+ )
+ // #grid(
+ // rows: (auto, auto),
+ // row-gutter: 0.8em,
+ // [
+ // #grid(
+ // columns: (
+ // 3.5fr,
+ // 1.5fr,
+ // ),
+ // align(left)[
+ // *B.Sc. General Engineering* \
+ // _Technical University of Denmark_
+ // ],
+ // align(right)[
+ // *Sep 2017 -- Aug 2020* \
+ // _Copenhagen, Denmark_
+ // ],
+ // )
+ // ],
+ // text(size: 10pt)[
+ // // - Specialisation in _cyber materials_.
+ // - Thesis: "Membrane Capacitive Desalination," with Johan Hjelm
+ // ]
+ // )
+ ]
)
-#text(size: 9pt)[
- - Developed a machine learning model for finding stocks "Others were interested in", resulting in our team winning an internal Hackathon competition for improving client experience. Packaged, containerised (Docker), and deployed this model in Kubernetes, exposing it via FastAPI and OpenAPI, achieving a response time of under 10 ms. As of March 2023, this system has been integrated into the official Saxo Bank trader and investor platforms, which is used by nearly one million active clients. As of April 2024, the tool sits at around #format-thousands(70) monthly interactions.
- - Upgraded existing LightGBM forecasting models (churn, revenue, logins, trades, etc.) to train in parallel using Python, Spark (via Databricks) and Synapse ML, increasing training dataset from tens to hundreds of gigabytes of data, sitting in Kafka, Azure Data Lake, and Microsoft SQL Server databases. Scheduled models to train automatically using Airflow.
-]
-
-
-== PROJECTS
-#line(length: 100%)
#grid(
- columns: (
- 5fr,
- 1.2fr,
- ),
- align(left)[
- === Some Big System in Gleam \
- _Independent_
- ],
- align(right)[
- === Aug 2024 -- Present \
- _Copenhagen, Denmark_
- ],
+ columns: (1fr, 5fr),
+ column-gutter: 1em,
+ [== PROJECTS],
+ [
+ #grid(
+ rows: (auto, auto),
+ row-gutter: 0.8em,
+ [
+ #grid(
+ columns: (
+ 3.5fr,
+ 1.5fr,
+ ),
+ align(left)[
+ * Marginal Likelihood Training of Linearized Laplace Approximations Without Hessian Reductions* \
+ _Supervised by Søren Hauberg --- DTU Compute_
+ ],
+ align(right)[
+ * Sep 2022 -- Feb 2023* \
+ _Copenhagen, Denmark_
+ ],
+ )
+ ],
+ text(size: 10pt)[
+ - Developed a novel method for computing the Laplace approximation using only Jacobian-vector products in JAX, implementing posterior sampling (for inference) and the log-determinant (for optimising the marginal likelihood during training) of the Laplace covariance without explicitly instantiating it.
+ ]
+ )
+ #grid(
+ rows: (auto, auto),
+ row-gutter: 0.8em,
+ [
+ #grid(
+ columns: (
+ 3.5fr,
+ 1.5fr,
+ ),
+ align(left)[
+ * Bayesian Metric Learning for Uncertainty Quantification in Image Retrieval* \
+ _Supervised by Søren Hauberg --- DTU Compute_
+ ],
+ align(right)[
+ * Apr 2022 -- May 2023* \
+ _Copenhagen, Denmark_
+ ],
+ )
+ ],
+ text(size: 10pt)[
+ - Developed a method for training Bayesian neural networks in metric learning and demonstrate its effectiveness on small- to large-scale image datasets in yielding well-calibrated uncertainty estimates. We proved that contrastive loss constitutes a valid log-likelihood in spherical space and present a novel decomposition of its Generalized Gauss-Newton (GGN) approximation.
+ - Our paper was accepted to NeurIPS 2023 @warburg2023bayesian in New Orleans, which I had the fortune of attending.
+ ]
+ )
+ ]
)
-#text(size: 9pt)[
- - Lorem ipsum odor amet, consectetuer adipiscing elit. Urna dignissim fusce leo risus commodo platea ipsum magnis. Id porttitor posuere quis auctor magnis cras suspendisse aliquam. Curabitur dui ante ultricies ultricies nisi ultricies taciti; finibus curabitur.
- - Duis eu suspendisse morbi eget molestie pulvinar adipiscing a urna. Dignissim faucibus diam blandit himenaeos hendrerit cras eu. Sem ex sapien quis; sodales orci curabitur ante ultricies at. Suscipit nisi sociosqu ipsum mattis urna consequat.
-]
#grid(
- columns: (
- 5fr,
- 1.2fr,
- ),
- align(left)[
- === Marginal Likelihood Training of Linearized Laplace Approximations Without Hessian Reductions \
- _Supervised by Søren Hauberg_
- ],
- align(right)[
- === Sep 2017 -- Feb 2023 \
- _Copenhagen, Denmark_
- ],
+ columns: (1fr, 5fr),
+ column-gutter: 1em,
+ [== SKILLS],
+ [
+ #grid(rows: (auto, auto, auto),
+ row-gutter: 1em,
+ [*Languages*: Python, SQL, C\#],
+ [*Technology*: Spark, Databricks, Docker, Kubernetes, Airflow, Kafka, Terraform],
+ [*Modelling*: Gradient boosting (LightGBM), deep learning (PyTorch, JAX), Word2Vec, embeddings, LLMs]
+ )
+ ]
)
-#text(size: 9pt)[
- - Developed a novel method for computing the Laplace approximation using only Jacobian-vector products in JAX so as to sample from a multivariate normal distribution and compute the log-determinant of the Laplace covariance without explicitly instantiating this covariance.
- - Developed a robust method for evaluating the quality of the approximate sampling algorithm under different configurations.
-]
-
-== EDUCATION
-#line(length: 100%)
#grid(
- columns: (
- 5fr,
- 1.2fr,
- ),
- align(left)[
- === M.Sc. Mathematical Modelling and Computation \
- _Technical University of Denmark_
- ],
- align(right)[
- === Sep 2017 -- Feb 2023 \
- _Copenhagen, Denmark_
- ],
+ columns: (1fr, 5fr),
+ column-gutter: 1em,
+ [== PAPERS],
+ [
+ #bibliography(
+ "hayagriva.yaml",
+ title: none,
+ )
+ ]
)
-#text(size: 9pt)[
- - Specialisation in _machine learning and signal processing_
- - Thesis: "Effortless Bayesian Deep Learning: Tapping Into the Potential of Modern Optimizers," supervised by Søren Hauberg
- - Published a paper to (and attended) NeurIPS 2023 @warburg2023bayesian.
-]
+
+// == WORK EXPERIENCE
+// #line(length: 100%)
// #grid(
-// columns: (5fr, 1.2fr),
+// columns: (
+// 7fr,
+// 2fr,
+// ),
// align(left)[
-// === B.Sc. General Engineering \
-// _Technical University of Denmark_
+// === Machine Learning Engineer \
+// _Saxo Bank A/S --- Department of Predictive Models and AI_
// ],
// align(right)[
-// === Sep 2017 -- Feb 2023 \
+// === Apr 2023 -- Aug 2025 \
// _Copenhagen, Denmark_
// ],
// )
-// #text(size: 9pt)[
-// - Thesis: "Membrane Capacitive Desalination," supervised by Johan Hjelm
+// #text(size: 11pt)[
+// // - Developed a proof of concept of a news agent using RAG and MCP for interacting with financial news and other financial data sources. Automatically generated localised market update articles, saving strats team \~5000 hours a year.
+// - Designed, built and deployed a real-time recommendation system serving relevant financial news to clients; to do so, we learn user and content embeddings and perform efficient nearest neighbour retrieval followed by reranking. Built data pipelines combining batch and streaming jobs and optimized inference latency. Ran A/B tests to improve model. // [Databricks, SynapseML, Onnx, quantization, two-tower, Postgres, OpenAI, HNSW, A/B testing]
+// - Built a RAG-based chatbot yielding a 170\% improvement in question-answering accuracy over an existing solution and decreasing the yearly number of manual agent chats by 20k, saving around \$150k in yearly agent costs.
+// - Built, trained and deployed an NLP-inspired embeddings model for finding similar stocks. As of February 2025, the tool sits at around 110k monthly interactions. // This was the first client-facing machine learning tool my team deployed. // [Gensim, Kubernetes, FastAPI, OpenAPI]
// ]
+// // #grid(
+// // columns: (
+// // 7fr,
+// // 2fr,
+// // ),
+// // align(left)[
+// // === Software Developer, Student Assistant \
+// // _MAN Energy Solutions --- Department of Master Data and Management_
+// // ],
+// // align(right)[
+// // === Apr 2018 -- Sep 2021 \
+// // _Copenhagen, Denmark_
+// // ],
+// // )
+// // #text(size: 11pt)[
+// // - Automated data engineering tasks and data pipelines with ETL jobs using SSIS and Microsoft SQL Server, being responsible for 15--20 jobs.
+// // - Communicated with data cleansing stakeholders to identify and automate the repetitive workflows which led to the most unnecessary time consumption, saving an estimated 1000 person-hours of manual cleansing work.
+// // - Increased fraction of cleansed data from 25% to 50%. Created and maintained over 20 tools for data manipulation and visualisation using C\#.
+// // - Participated in business trips to Greece in order to manage the team's relationship with various stakeholders and align on various projects.
+// // ]
-== SKILLS
-#line(length: 100%)
-#grid(
- columns: (
- auto,
- auto,
- ),
- gutter: 10pt,
- align(left)[
- *Languages* \
- *Technologies* \
- *Models*
- ],
- align(left)[
- Python, R, SQL, C\#, Scala, Gleam / Elixir / Erlang \
- Spark, Databricks, Docker, Kubernetes, Airflow, git, Azure Cloud, Terraform, Kafka \
- Gradient-boosted trees (LightGBM), neural networks (PyTorch, JAX), Word2Vec, text embeddings, LLMs
- ],
-)
+// == PROJECTS
+// #line(length: 100%)
+// #grid(
+// columns: (
+// 7fr,
+// 2fr,
+// ),
+// align(left)[
+// === Marginal Likelihood Training of Linearized Laplace Approximations Without Hessian Reductions \
+// _Supervised by Søren Hauberg --- DTU Compute_
+// ],
+// align(right)[
+// === Sep 2022 -- Feb 2023 \
+// _Copenhagen, Denmark_
+// ],
+// )
+// #text(size: 11pt)[
+// - Developed a novel method for computing the Laplace approximation using only Jacobian-vector products in JAX, implementing posterior sampling and the log-determinant of the Laplace covariance without explicitly instantiating it.
+// ]
-== PUBLICATIONS
-#line(length: 100%)
+// #grid(
+// columns: (
+// 7fr,
+// 2fr,
+// ),
+// align(left)[
+// === Bayesian Metric Learning for Uncertainty Quantification in Image Retrieval \
+// _Supervised by Søren Hauberg --- DTU Compute_
+// ],
+// align(right)[
+// === Apr 2022 -- May 2023 \
+// _Copenhagen, Denmark_
+// ],
+// )
+// #text(size: 11pt)[
+// - Developed a method for training Bayesian metric learning and demonstrate its effectiveness on small- to large-scale image datasets in yielding well-calibrated uncertainty estimates. We proved that contrastive loss constitutes a valid log-likelihood in spherical space and present a novel decomposition of its Generalized Gauss-Newton (GGN) approximation.
+// - Our paper was accepted to NeurIPS 2023 @warburg2023bayesian in New Orleans, which I had the fortune of attending.
+// ]
-#bibliography(
- "hayagriva.yaml",
- title: none,
-)
+// == EDUCATION
+// #line(length: 100%)
+
+// #grid(
+// columns: (
+// 7fr,
+// 2fr,
+// ),
+// align(left)[
+// === M.Sc. Mathematical Modelling and Computation \
+// _Technical University of Denmark_
+// ],
+// align(right)[
+// === Sep 2020 -- Feb 2023 \
+// _Copenhagen, Denmark_
+// ],
+// )
+// // #text(size: 11pt)[
+// // - Specialisation in _machine learning and signal processing_.
+// // - Thesis: "Effortless Bayesian Deep Learning: Tapping Into the Potential of Modern Optimizers," with Søren Hauberg.
+// // ]
+
+// // #grid(
+// // columns: (7fr, 2fr),
+// // align(left)[
+// // === B.Sc. General Engineering \
+// // _Technical University of Denmark_
+// // ],
+// // align(right)[
+// // === Sep 2017 -- Aug 2020 \
+// // _Copenhagen, Denmark_
+// // ],
+// // )
+// // #text(size: 11pt)[
+// // - Thesis: "Membrane Capacitive Desalination," with Johan Hjelm
+// // ]
+
+
+// == SKILLS
+// #line(length: 100%)
+
+// #grid(
+// columns: (
+// auto,
+// auto,
+// ),
+// gutter: 10pt,
+// align(left)[
+// *Languages* \
+// *Technology* \
+// *Modelling*
+// ],
+// align(left)[
+// Python, SQL, C\#, Scala, Rust, Erlang / Elixir / Gleam \ // , Clojure / Lisp
+// Spark, Databricks, Docker, Kubernetes, Airflow, Kafka, Terraform \
+// Gradient boosting (LightGBM), neural networks (PyTorch, JAX), Word2Vec, embeddings, LLMs
+// ],
+// )
+
+
+// == PUBLICATIONS
+// #line(length: 100%)
+
+// #bibliography(
+// "hayagriva.yaml",
+// title: none,
+// )
diff --git a/photo.jpg b/photo.jpg
Binary files differ.