HackerTrans
TopNewTrendsCommentsPastAskShowJobs

galgia

no profile record

Submissions

Show HN: Pawnch – Addicitve chess puzzles with explanations

puzzle-crush.vercel.app
1 points·by galgia·6 mesi fa·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

Classic Data science pipelines built with LLMs

github.com
196 points·by galgia·anno scorso·86 comments

Show HN: LangChain, but for Software Engineers

github.com
2 points·by galgia·anno scorso·0 comments

Open-source simplified LangChain alternative

flashlearn.tech
2 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

[untitled]

1 points·by galgia·anno scorso·0 comments

Build AI agent for PR reviews – Full code

github.com
3 points·by galgia·anno scorso·0 comments

Enterprise AI agents examples with full code

github.com
1 points·by galgia·anno scorso·0 comments

Minimal browser AI agent example you will understand

github.com
2 points·by galgia·anno scorso·0 comments

comments

galgia
·anno scorso·discuss
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
·anno scorso·discuss
Good point! LLMs are best when you are starting from point 0.
galgia
·anno scorso·discuss
LLMs are not the most efficient way to solve the problem, but they can solve it.
galgia
·anno scorso·discuss
Exactly, scale after you need to.
galgia
·anno scorso·discuss
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
·anno scorso·discuss
+ I assumed that most people will ctrl+a -> ctrl+c -> ChatGPT -> ctrl+v
galgia
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
Exactly!
galgia
·anno scorso·discuss
Thank you! It took a while :)
galgia
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
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 anni fa·discuss
This is very useful if you plan to do business in the EU!
galgia
·3 anni fa·discuss
OP here!

I made a free ChatGPT bot for students with a bit of smart prompt engineering and data structuring(embeddings). There is a PRO version for longer responses etc. but you will not need it in 99% of the cases :)