HackerTrans
トップ新着トレンドコメント過去質問紹介求人

galgia

no profile record

投稿

Show HN: Pawnch – Addicitve chess puzzles with explanations

puzzle-crush.vercel.app
1 ポイント·投稿者 galgia·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

Classic Data science pipelines built with LLMs

github.com
196 ポイント·投稿者 galgia·昨年·86 コメント

Show HN: LangChain, but for Software Engineers

github.com
2 ポイント·投稿者 galgia·昨年·0 コメント

Open-source simplified LangChain alternative

flashlearn.tech
2 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

[untitled]

1 ポイント·投稿者 galgia·昨年·0 コメント

Build AI agent for PR reviews – Full code

github.com
3 ポイント·投稿者 galgia·昨年·0 コメント

Enterprise AI agents examples with full code

github.com
1 ポイント·投稿者 galgia·昨年·0 コメント

Minimal browser AI agent example you will understand

github.com
2 ポイント·投稿者 galgia·昨年·0 コメント

コメント

galgia
·昨年·議論
Every time I start a new project I have to collect the data and guide clients through the first few weeks before I get some decent results to show them. This is why I created a libary to quickly build classic data science pipelines with LLMs, which you can use to demo any pipeline and even use it in production for non-critical use cases.
galgia
·昨年·議論
Good point! LLMs are best when you are starting from point 0.
galgia
·昨年·議論
LLMs are not the most efficient way to solve the problem, but they can solve it.
galgia
·昨年·議論
Exactly, scale after you need to.
galgia
·昨年·議論
Yes, LLMs are not always the best option, they are an option. Sometimes requirements of the project are such that they are also the best option.

There is one browser that uses price matching example that is impossible to do without a full-blown data science team right now: https://github.com/Pravko-Solutions/FlashLearn/tree/main/exa...
galgia
·昨年·議論
+ I assumed that most people will ctrl+a -> ctrl+c -> ChatGPT -> ctrl+v
galgia
·昨年·議論
I belive that LLMs will become better and better in the near future and pipelines will replace classic approaches with LLM-enriched pipelines will drastically simplify the ETL flows.
galgia
·昨年·議論
If your problem is compute, you are already optimizing. This is here for all the steps before you start thinking latency-compute. Not all use cases are made equal.
galgia
·昨年·議論
I see it as a gray area - long term there will be a need for both and you will have just one tool to choose from when presented with time-budget-quality constraints.
galgia
·昨年·議論
You are right! This is here to be used when your resources do not allow you to build full-blow solutions. Yes, I used LLMs to help create examples from my existing code, but they are based on things I have put in production when the client's resources were limited and wanted to move from point 0 to test out the potential of LLMs on their data.
galgia
·昨年·議論
Exactly!
galgia
·昨年·議論
Thank you! It took a while :)
galgia
·昨年·議論
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 a pipeline-like structure where you “fit” (learn) a skill from sample data or an instruction set, then “predict” (apply the skill) to new data, returning structured results.

High-Level Concept Flow

Your Data --> Load Skill / Learn Skill --> Create Tasks --> Run Tasks --> Structured Results --> Downstream Steps

Each step results can be turned to JSON and reused later or elsewhere.

Installation:

pip install flashlearn
galgia
·昨年·議論
Minimal Perplexity clone.

What it does:

- Input user query - Generate 1 to n google queries to find the answer - Use this queries to query Google - Generate response with links to sources

You can retrieve from any source line this and improve the quality of answers for multi-hop questions from your users.

Have fun!
galgia
·昨年·議論
When you want AI to perform tasks independently, it's important to be able to control it and understand its actions. Additionally, you need a way to organize the results and manage the inputs efficiently. FlashLearn simplifies this process by using JSON definitions to structure everything clearly. This structured approach ensures that you can easily define tasks, process results, and handle inputs, making AI management more straightforward.
galgia
·昨年·議論
Yes, you can! The responses are always structured, you will have to read the files yourself (as img/text/audio or mixed) and then you can feed them to the FlashLearn agent to complete tasks with them.
galgia
·昨年·議論
Yes, you can find them on GitHub in the folder /examples. There you will find more samples and flows on how to use it. The examples are elementary, but they should give you an idea of how to build one.
galgia
·2 年前·議論
This is very useful if you plan to do business in the EU!