galgia
No user record in our sample, but galgia has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
- Show HN: Pawnch – Addicitve chess puzzles with explanations (puzzle-crush.vercel.app)
Old school aesthetic and new learning concepts. The whole mastery plan consists of 18k puzzles. Split by each tactical concept, each piece, each square. Example: Unique chess squares: 64 Topic: M1 Unique pieces: 6…
- Classic Data science pipelines built with LLMs (github.com)
- Show HN: LangChain, but for Software Engineers (github.com)
I have built many AI agents, and their development always felt weird because all frameworks were mangling together everything from data stores to data processing, which felt super weird to me as a software engineer. I…
- Open-source simplified LangChain alternative (flashlearn.tech)
- Build AI agent for PR reviews – Full code (github.com)
- Enterprise AI agents examples with full code (github.com)
- Minimal browser AI agent example you will understand (github.com)
-
Every time I wanted to use LLMs in my existing pipelines the integration was very bloated, complex, and too slow. This is why I created a lightweight library that works just like scikit-learn, the flow generally follows…
- Flashlearn – Use LLMs with a simple fit/predict flow (github.com)
- Show HN: I hacked LLMs to work like scikit-learn (github.com)
Working with LLMs in existing pipelines can often be bloated, complex, and slow. That's why I created FlashLearn, a streamlined library that mirrors the user experience of scikit-learn. It follows a pipeline-like…
- Perplexity clone in 21 lines of code (github.com)