Alex Jacobs

AI Systems Integration | Data Science | Full-Stack Development | DevOps | Bioinformatics
Alex Jacobs v3.1.0
Welcome back, reader!
AI Systems Integration | Data Science | Full-Stack Development | DevOps | Bioinformatics
~/alex-jacobs.com
Tips for getting started
Pick a post below, or run /themes to reskin this site
What's new
/feed for the full changelog
»» auto mode on · esc to interrupt · 12 posts in context
Alex Jacobs — Blog

Alex Jacobs

AI Systems Integration | Data Science | Full-Stack Development | DevOps | Bioinformatics
1# Alex Jacobs
2
3AI Systems Integration | Data Science | Full-Stack Development | DevOps | Bioinformatics
4
5<!-- ~/alex-jacobs.com · 12 posts in workspace · utf-8 · lf -->
6
7## Recent files
9- [The Case Against pgvector](~/posts/the-case-against-pgvector/)
10- [A Production Framework for LLM Feature Evaluation](~/posts/practicalaifeatures/)
11
12**[open the full workspace](~/posts/)**
Latest posts
Bert from Sesame Street as the NLP champion, standing victorious over defeated LLM robots

Beating BERT? Small LLMs vs Fine-Tuned Encoders for Classification

I ran 32 experiments comparing small LLMs to BERT on classification tasks. Turns out 2018-era BERT is still really good at what it does.

Read(Beating BERT? Small LLMs vs Fine-Tuned Encoders for Classification)

I ran 32 experiments comparing small LLMs to BERT on classification tasks. Turns out 2018-era BERT is still really good at what it does.

The Case Against PGVector
YFeatured on Hacker News

The Case Against pgvector

The real limitations of pgvector in production: index choice between IVFFlat and HNSW, why real-time search is hard, pre- vs post-filtering pain, how performance degrades at scale, and when a dedicated vector database is the better call.

Read(The Case Against pgvector)

The real limitations of pgvector in production: index choice between IVFFlat and HNSW, why real-time search is hard, pre- vs post-filtering pain, how performance degrades at scale, and when a dedicated vector database is the better call.

Extraction Generation Classification

A Production Framework for LLM Feature Evaluation

An empirical analysis of LLM application patterns that successfully scale in production systems, focusing on extraction, generation, and classification use cases

Read(A Production Framework for LLM Feature Evaluation)

An empirical analysis of LLM application patterns that successfully scale in production systems, focusing on extraction, generation, and classification use cases

AI-generated artistic representation

A Computer Made This

OpenAI's 4o image generation is a step change in AI capabilities. A look at what reasoning in pixel space means for creative work.

Read(A Computer Made This)

OpenAI's 4o image generation is a step change in AI capabilities. A look at what reasoning in pixel space means for creative work.

RAG

RAG: From Context Injection to Knowledge Integration

A technical dive into the limitations of current RAG approaches, examining architectural challenges and exploring pathways to more integrated knowledge-aware LLM architectures.

Read(RAG: From Context Injection to Knowledge Integration)

A technical dive into the limitations of current RAG approaches, examining architectural challenges and exploring pathways to more integrated knowledge-aware LLM architectures.

Deep dive into python async

Python Async Programming: A Deep Dive into async/await and the Event Loop

How async Python actually works: what async def and await do, how the asyncio event loop schedules coroutines, tasks and futures explained, and when to use async instead of threads or processes.

Read(Python Async Programming: A Deep Dive into async/await and the Event Loop)

How async Python actually works: what async def and await do, how the asyncio event loop schedules coroutines, tasks and futures explained, and when to use async instead of threads or processes.

Integration testing fastapi

Integration Testing FastAPI: Mocking Auth, MongoDB, S3, and External APIs

A practical guide to FastAPI integration tests with pytest: mocking JWT authentication and the TestClient, patching external API calls, and faking MongoDB and S3 with mongomock and moto.

Read(Integration Testing FastAPI: Mocking Auth, MongoDB, S3, and External APIs)

A practical guide to FastAPI integration tests with pytest: mocking JWT authentication and the TestClient, patching external API calls, and faking MongoDB and S3 with mongomock and moto.

CheeseGPT logo and interface

CheeseGPT

A (Very) Simple RAG Tutorial

Read(CheeseGPT)

A (Very) Simple RAG Tutorial

Effective Error Handling

A simple an effective approach for handling end users who struggle with errors

Read(Effective Error Handling)

A simple an effective approach for handling end users who struggle with errors

NGINX authentication flow diagram

Running Jupyter Lab Behind NGINX: Authentication and Securing the Proxy (Part 2)

Part 2 of the Jupyter Lab + NGINX reverse proxy setup: configuring Jupyter authentication behind NGINX, handling token-based auth bypass, and locking down the proxy on EC2.

Read(Running Jupyter Lab Behind NGINX: Authentication and Securing the Proxy (Part 2))

Part 2 of the Jupyter Lab + NGINX reverse proxy setup: configuring Jupyter authentication behind NGINX, handling token-based auth bypass, and locking down the proxy on EC2.