cd/sources/jxnl-auto-discovered· home sources Jxnl (auto-discovered)
cat /sources/jxnl-auto-discovered.feed | wc -l → 18

Jxnl (auto-discovered)

articles 18 domain jxnl.co → feed RSS
00:00
2026-06-16
jxnl.co
ai-agents

Three Ways Codex Can Use a Computer

OpenAI's Codex now offers three ways to interact with computers—Computer Use for native apps, Chrome for signed-in sites, and an in-app browser for pages—enabling tasks like getting a refund from Amaz…

04:24
2026-05-19
jxnl.co
artificial-intelligence

Codex-maxxing

Shifting from using coding agents solely for software development to applying them broadly for "knowledge work," such as creating presentations and spreadsheets. This behavioral change was driven by f…

00:00
2026-05-18
jxnl.co
artificial-intelligence

Six levels of complexity in a Codex morning brief

Six progressive levels of complexity for using Codex's AI to create a morning brief, starting with a simple prompt that connects Slack, Gmail, and Calendar to summarize the user's day. It then advance…

00:00
2026-02-02
jxnl.co
open-source

Sunsetting 567 Labs and Open Sourcing the Course Content

The author is discontinuing their 567 Labs courses as of February 2, 2026, and releasing all course transcripts as open-source ebooks for public access. The material includes a RAG playbook emphasizin…

00:00
2025-09-11
jxnl.co
artificial-intelligence

Do Your Engineers Know How to Leverage AI?

Based solely on the provided text, the article explains that the key difference between engineers who successfully leverage AI and those who do not is not talent, but workflow. Engineers who treat AI …

00:00
2025-09-11
jxnl.co
artificial-intelligence

Lexical Search in RAG Applications

Lexical search remains crucial in RAG systems despite the dominance of semantic search, as it excels at exact matching, handling niche jargon, and efficient filtering. It describes lexical search's in…

00:00
2025-09-11
jxnl.co
artificial-intelligence

The RAG Mistakes That Are Killing Your AI (Skylar Payne)

The article, based on insights from AI practitioner Skylar Payne, identifies common anti-patterns in Retrieval-Augmented Generation (RAG) systems that degrade performance. Key mistakes include silent …

00:00
2025-09-11
jxnl.co
artificial-intelligence

Why Cognition does not use multi-agent systems

Cognition avoids multi-agent systems for coding tasks because they suffer from context loss, akin to a "game of telephone," where critical information is miscommunicated between agents. The company fo…

00:00
2025-09-11
jxnl.co
data

Data Organization and Query Routing for RAG Systems

Anton Troynikov from ChromaDB emphasized that examining both the data and user queries is a critical first step for optimizing RAG system performance, as misalignment between stored data and user need…

00:00
2025-09-11
jxnl.co
artificial-intelligence

The 12% RAG Performance Boost You're Missing (Ayush, LanceDB)

Fine-tuning re-rankers and embedding models can boost RAG system retrieval performance by up to 12%, with re-rankers acting as a plug-in between initial retrieval and the LLM. It details training appr…

00:00
2025-09-11
jxnl.co
machine-learning

Stop Trusting MTEB Rankings (Kelly Hong, Chroma)

Public benchmarks like MTEB are unreliable for evaluating embedding models in real-world retrieval systems because their generic, artificially clean data does not reflect actual user behavior or domai…

00:00
2025-09-11
jxnl.co
enterprise-software

Why Glean Builds Custom Embedding Models for Every Customer

Glean builds custom embedding models for each customer because enterprise data is highly heterogeneous, containing diverse sources like Slack messages, GitHub code, and meeting transcripts, along with…

00:00
2025-09-11
jxnl.co
artificial-intelligence

Coding Agents Speaker Series: Lessons from Industry Leaders

A speaker series hosted by the author, featuring teams from leading coding agent companies like Cognition, Sourcegraph, Cline, and Augment. A key finding across all discussions is that simpler approac…

00:00
2025-09-11
jxnl.co
artificial-intelligence

Domain Experts: The Lever for Vertical AI

Insights from Chris Lovejoy, Head of Clinical AI at Anterior, on building AI agents for specialized industries. He identifies two key challenges: the "last mile problem" of adapting powerful models to…

00:00
2025-09-11
jxnl.co
artificial-intelligence

Text Chunking Strategies for RAG Applications

Discussion with ChromaDB's Anton on text chunking strategies for RAG applications, explaining that chunking remains critical for retrieval efficiency and accuracy regardless of LLM context window size…

00:00
2025-09-11
jxnl.co
artificial-intelligence

Why Your AI Is Failing in Production (Ben & Sidhant)

The article, featuring insights from Ben and Sidhant, explains that AI systems often fail in production because traditional monitoring tools like Sentry are insufficient, as AI errors lack explicit er…