HackerTrans
TopNewTrendsCommentsPastAskShowJobs

purge12

no profile record

Submissions

Show HN: Building a no-code browser automation system for OSINT

github.com
1 points·by purge12·il y a 8 mois·0 comments

comments

purge12
·il y a 4 mois·discuss
ngrok -> So that I can create a cry for help
purge12
·il y a 8 mois·discuss
That was meant to be a satire dude. I just meant to say the chat isn't working :)
purge12
·il y a 8 mois·discuss
Nice! Most of my commit messages end up being something like "fixes and stuff, this works now!". This can be pretty helpful
purge12
·il y a 8 mois·discuss
Is this still up? I tried to get some ideas on creating AGI, but no AI response came through?
purge12
·il y a 9 mois·discuss
Incorporating LLMs into software is a software dev job from what I have experienced. You don't need to know anything other than how to design and integrate APIs. So, the real answer to your question is dependent on what companies are actually "building" something versus which are simply slapping together a bunch of things (I am not against either, if my phrasing suggested otherwise!). A lot of companies and research groups are emerging where you do need ML theory and hence ML engineers. Take for example PPFL (Privacy Preserving Federated Learning) or similar fields.
purge12
·il y a 9 mois·discuss
Pretty cool! Are you scraping the data first to pass it to an AI or letting it do the entire thing by itself? Also, if its the latter, are you using a multi-agent framework? Only asking because it seems way too detailed for a single input-output sequence!
purge12
·il y a 9 mois·discuss
Working on an automated OSINT tool. OSINT is a tough nut to crack because there is so much one can do and the web is literally infinite. So, this tool can automate browsers, it can call functions in a ReAct loop and make inferences on that. It essentially a combination of an investigator + a tool.

This is a demo for the same: https://drive.google.com/file/d/1foBa7mQOJqXcLsD4xpSen7tXMjR...

I have opensourced the tools I am using in order to get some help in refining them. Check out that project here:

https://github.com/FauvidoTechnologies/open-atlas

Use it, scan some targets!