Tagged articles

Feat AI

3 articles · Page 1 of 1
Three Knives
Three Knives
Mar 24, 2026 · Backend Development

Developer Diary: Building a Handy Web‑to‑Markdown Tool with Jina AI

To overcome large language models' knowledge staleness, the author created JinaReaderTool, a lightweight Java agent tool that fetches any webpage via Jina AI’s free API, converts it to clean Markdown, and can be seamlessly integrated into Feat AI agents for real‑time information retrieval.

Agent toolFeat AIJava
0 likes · 9 min read
Developer Diary: Building a Handy Web‑to‑Markdown Tool with Jina AI
Three Knives
Three Knives
Feb 13, 2026 · Artificial Intelligence

From AI Chat to AI Agent: 1360 Lines of Java Code in 300+ Days

The article details how the Feat team transformed a simple AI chat interface into a full‑featured AI agent using only 1,360 lines of Java code written over more than 300 days, emphasizing a lightweight, Java‑8‑compatible solution that rivals Spring AI in simplicity while delivering SSE‑based streaming responses.

AI AgentChatModelFeat AI
0 likes · 6 min read
From AI Chat to AI Agent: 1360 Lines of Java Code in 300+ Days