EveryDev.ai
Subscribe
Home
Developers

3,241+ AI companies

  • Radar
  • Trending
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Developers
    3. Jeff Hajewski

    Jeff Hajewski

    Jeff Hajewski is an individual software developer working on AI infrastructure and systems software. His principal active project, LatticeDB, is an embedded, single-file property-graph database that combines relationship traversal, vector similarity search, BM25 full-text search, durable streams, and ACID transactions in one local engine and query layer.

    Visit Website

    At a Glance

    1Tool Listed
    10Products
    10Capabilities
    Discussions
    Olympia, WashingtonHeadquarters
    Focus Areas
    Vector Databases
    Retrieval-Augmented Generation
    Database Tools
    Connect
    Latest News
    LatticeDB v0.14.0 releasedAug 26, 2026
    LatticeDB v0.13.0 releasedAug 26, 2026
    Markets
    • AI and machine-learning application developers
    • Developers building RAG systems and AI agents
    • Teams creating knowledge graphs and local knowledge tools
    • Developers needing embedded, single-machine graph/vector/text retrieval
    • +1 more

    AI Tools by Jeff Hajewski

    (1)
    View LatticeDB
    LatticeDB tool icon

    LatticeDB

    Embedded Graph Vector Search DB

    Vector DatabasesRAGDatabase Tools

    Discussions

    No discussions yet

    Be the first to start a discussion about Jeff Hajewski

    Latest News

    08/26/2026

    LatticeDB v0.14.0 released

    github.com
    08/26/2026

    LatticeDB v0.13.0 released

    github.com
    08/26/2026

    LatticeDB v0.12.0 released

    github.com
    08/25/2026

    LatticeDB v0.11.1 released

    github.com

    Products & Services

    10
    LatticeDB core
    December 20, 2025

    MIT-licensed embedded single-file property-graph database for local applications, with graph traversal, HNSW vector search, BM25 full-text search, durable streams/changefeeds, and ACID transactions.

    LatticeDB Python bindings (latticedb)
    August 26, 2026

    Python package exposing the database, Cypher queries, graph transactions, vector search, BM25 and fuzzy full-text search, embeddings, property indexes, durable streams, and changefeeds. PyPI shows version 0.14.0.

    LatticeDB TypeScript/Node.js bindings (@hajewski/latticedb)
    August 26, 2026

    Node.js/TypeScript bindings with bundled type declarations and APIs for graph operations, vector and full-text search, transactions, embeddings, property indexes, streams, and changefeeds. npm shows version 0.14.0.

    LatticeDB Go bindings

    Go bindings using cgo, with an installed pkg-config workflow and an in-repository development workflow; the repository includes a graph/vector/text retrieval example.

    Market Position

    LatticeDB positions itself as the SQLite-like embedded option for connected data: unlike server-oriented Neo4j, Weaviate, Qdrant, and Pinecone, it is a zero-configuration single-file local engine; unlike SQLite, it natively combines graph traversal, HNSW vector search, and BM25 full-text search in one query layer. Its own comparisons also discuss Kùzu/LadybugDB, FAISS, pgvector, and Chroma, while acknowledging that alternatives may be stronger for server-scale deployment or specialized workloads.

    Leadership

    Founders

    JH

    Jeff Hajewski

    Creator and maintainer of LatticeDB and related projects. He earned a PhD in Computer Science from the University of Iowa in 2020 under Suely Oliveira; his doctoral research focused on efficient machine learning across many computers and evolutionary neural-network design. After the PhD he worked at Salesforce, Noom, and SAP, building distributed machine-learning systems, a machine-learning platform, and generative-AI systems respectively; his personal site also identifies prior work at Google and Citrix.

    Executive Team

    JH

    Jeff Hajewski

    Creator and maintainer; CX AI Engineer at SAP

    University of Iowa PhD in Computer Science (2020); previous work at Salesforce and Noom on distributed machine learning and ML platforms, with Google and Citrix also listed in his professional history.

    Founding Story

    LatticeDB began as Jeff Hajewski's open-source effort to provide a local, zero-configuration alternative for connected data: a single portable file and one query layer for graph relationships, semantic/vector retrieval, and text search. The repository's initial commit and MIT license copyright are dated December 2025.

    Target Markets

    Industries & Segments
    • AI and machine-learning application developers
    • Developers building RAG systems and AI agents
    • Teams creating knowledge graphs and local knowledge tools
    • Developers needing embedded, single-machine graph/vector/text retrieval
    • Python, TypeScript/Node.js, Go, C, and CLI users
    Use Cases
    • Graph RAG and retrieval systems
    • AI-agent persistent memory
    • Knowledge graphs and linked notes/documents
    • Local knowledge tools and single-machine applications
    • Local development and prototyping as a lightweight alternative to server databases
    • Relationship-heavy workloads requiring graph, semantic, and textual retrieval together

    Quick Facts

    Headquarters
    Olympia, Washington, United States

    History & Milestones

    July 23, 2026

    LatticeDB v0.10.0 released. The project homepage describes this release as adding durable property indexes, stricter write ownership, and storage-space reclamation.

    August 24, 2026

    LatticeDB v0.11.0 released.

    August 25, 2026

    LatticeDB v0.11.1 released.

    August 26, 2026

    LatticeDB v0.12.0, v0.13.0, and v0.14.0 released in rapid succession; v0.14.0 is the latest release shown by the repository.

    December 20, 2025

    Initial LatticeDB repository commit; the project is released under the MIT License with Jeff Hajewski copyright.

    Key Capabilities

    10
    Single portable database file with no server or configuration
    Property graph nodes and edges with labels, arbitrary properties, stable edge IDs, and multi-hop/variable-length traversal
    Cypher query layer with MATCH, WHERE, CREATE, MERGE, WITH, UNWIND, aggregations, LIMIT/SKIP, and vector/full-text operators
    HNSW approximate nearest-neighbor vector search with configurable M and ef parameters
    BM25-ranked inverted full-text index with tokenization, stemming, and fuzzy Levenshtein search
    Durable named streams, consumer offsets, retention trimming, and graph changefeeds

    Integrations & Partnerships

    Platform Integrations

    • CLI install via the repository's install script
    • Python package on PyPI: latticedb
    • TypeScript/Node.js package on npm: @hajewski/latticedb
    • Go bindings via cgo and pkg-config
    • C API
    • HTTP embedding integrations for Ollama and OpenAI

    Connect

    Website
    latticedb.org
    GitHub
    jeffhajewski

    AI Topics

    3

    Jeff Hajewski focuses on these topics:

    Vector Databases(1)
    Retrieval-Augmented Generation(1)
    Database Tools(1)
    Back to all developersSuggest an edit