<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: gab18</title><link>https://news.ycombinator.com/user?id=gab18</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 26 Jun 2026 03:22:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gab18" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gab18 in "Ask HN: Who wants to be hired? (June 2026)"]]></title><description><![CDATA[
<p>I'm a ML Engineer with a year of experience in delivering fast agentic pipelines and AI solutions to clients all around the world, feel free to check my website! <a href="https://kev187038.github.io" rel="nofollow">https://kev187038.github.io</a><p>Location: Cyprus<p>Remote: yes<p>Willing to relocate: No<p>Technologies: RAG, Agentic AI Pydantic, Langfuse, LangChain, Langgraph, Vercel, Railway, Hatchet, FastAPI, NextJS, React and more on my website<p>linkedin: <a href="https://linkedin.com/in/gabriele-matini" rel="nofollow">https://linkedin.com/in/gabriele-matini</a><p>website: <a href="https://kev187038.github.io" rel="nofollow">https://kev187038.github.io</a><p>Resume: <a href="https://drive.google.com/file/d/1nxKtxDy53eBWIBDkbCrqVbnZbwQ" rel="nofollow">https://drive.google.com/file/d/1nxKtxDy53eBWIBDkbCrqVbnZbwQ</a>...<p>Email: xperimentdev@gmail.com<p>github: <a href="https://github.com/kev187038" rel="nofollow">https://github.com/kev187038</a><p>Industries I am not willing to work in: adult entertainment, gambling<p>Build robust, ship fast!</p>
]]></description><pubDate>Mon, 08 Jun 2026 16:02:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48447119</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=48447119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48447119</guid></item><item><title><![CDATA[New comment by gab18 in "Ask HN: Who wants to be hired? (May 2026)"]]></title><description><![CDATA[
<p>I'm a ML Engineer with a year of experience in delivering fast agentic pipelines and AI solutions to clients all around the world, feel free to check my website! <a href="https://kev187038.github.io" rel="nofollow">https://kev187038.github.io</a><p>Location: Cyprus<p>Remote: yes<p>Willing to relocate: No<p>Technologies: RAG, Agentic AI Pydantic, Langfuse, LangChain, Vercel, Railway, Hatchet, FastAPI, NextJS, React and more on my website<p>linkedin: <a href="https://linkedin.com/in/gabriele-matini" rel="nofollow">https://linkedin.com/in/gabriele-matini</a><p>website: <a href="https://kev187038.github.io" rel="nofollow">https://kev187038.github.io</a><p>Resume: <a href="https://drive.google.com/file/d/1nxKtxDy53eBWIBDkbCrqVbnZbwQsV9dT/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/1nxKtxDy53eBWIBDkbCrqVbnZbwQ...</a><p>Email: gabriele.matini18@gmail.com<p>github: <a href="https://github.com/kev187038" rel="nofollow">https://github.com/kev187038</a><p>Industries I am not willing to work in: adult entertainment, gambling<p>Build robust, ship fast!</p>
]]></description><pubDate>Sat, 09 May 2026 08:32:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48073159</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=48073159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48073159</guid></item><item><title><![CDATA[Show HN: An AI workflow to automate your LinkedIn job search]]></title><description><![CDATA[
<p>So as I was scrolling LinkedIn for a long time, I started noticing how little actual matches I get with my real background. Not even the keywords I use seem to matter. If I look for ML or AI Engineer I get more often than not completely unrelated: DevOps, Java, even Electric Engineer! The new AI feature they have where you describe the job you want to find doesn't seem to help either.
I decided I would make my own AI workflow to find these good matches.<p>The basic idea is simple: load your information and job search preferences, find the LinkedIn posts, give a scoring for every job post, a recommendation if to apply or skip, so I can focus only on the few jobs I actually have a shot at. Since the point of LLMs is to understand semantics and language patterns, this task seems like a fit.<p>The scope of the project is divided into three AI agents, the last one being a total plus: profiling agent, rank & match agent and an autoapply agent. The current stack is Python, using LiteLLM for model access and Qt for a simple dashboard, and playwright for browser automation.<p>The profiling agent takes your resume and, optionally, your LinkedIn profile. This is because many people write on their LinkedIn past jobs, projects and activities that are not necessarily documented on their resume. It ends up with a profile of the candidate which will be evaluated by the second agent against the job posts. The agent is also required to suggest the user with possible job searches.<p>When we need to fetch jobs, things get interesting: there is no public API to do it. So I needed to wrestle with browser automation and heuristics to get the job posts.
Next, the agent evaluates the posts one by one, giving a score from 1 to 100 (depending on the LLM, they can be more or less creative with their scoring), based on rules that are as non-vague as possible when prompting: assess the candidate's skills, previous experience and search preferences, and give a reasoned decision on whether to skip, review or apply for the job.<p>My first tests conducted a few weeks ago showed just how my first impressions of needing an automation for this were right: out of 300+ found jobs, only around 25 actually were worth applying. The agent also outputs the skills gap and skills match for each job, so I can see exactly what I'm missing.<p>Lastly, the autoapply feature was more of an exercise to see if I could get it done and how, than something needed, but it was really fun to program: the agent takes every field of the easyapply functionality on LinkedIn and infills its field, or chooses an alternative based on a user profile with personal information (like where you live for example). It's a hybrid between browser automation and AI Agent that is very fun to look at while it infills the fields. It even writes a cover letter for me! This was the biggest challenge by far: handling what to do when the website rejects a field and finding the submit button was a nightmare.<p>The challenges didn't end here though: automation can be dangerous. I wanted not just to avoid spamming on the website but also give a real user feeling. So I introduced various actions, delays taken from a non-uniform distribution, pauses, and consistent browser fingerprinting.<p>This was my first attempt at building a workflow in this way! I'd be glad to hear what people think!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47849521">https://news.ycombinator.com/item?id=47849521</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 21 Apr 2026 14:44:20 +0000</pubDate><link>https://gabidev.gumroad.com/l/grasshopper</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=47849521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47849521</guid></item><item><title><![CDATA[New comment by gab18 in "Ask HN: Who wants to be hired? (March 2026)"]]></title><description><![CDATA[
<p>I'm a ML Engineer with a year of experience in delivering fast agentic prototypes and AI solutions to clients all around the world, feel free to check my website! <a href="https://kev187038.github.io" rel="nofollow">https://kev187038.github.io</a><p>Location: Cyprus<p>Remote: yes<p>Willing to relocate: No<p>Technologies: RAG, Agentic AI Pydantic, Langfuse, Vercel, Railway, Hatchet, FastAPI, NextJS, React and more on my website<p>linkedin: <a href="https://linkedin.com/in/gabriele-matini" rel="nofollow">https://linkedin.com/in/gabriele-matini</a><p>Resume: <a href="https://drive.google.com/file/d/1fJYRuVKSJORT5ChYd9twp2w8g4P_8se7/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/1fJYRuVKSJORT5ChYd9twp2w8g4P...</a><p>Email: gabriele.matini18@gmail.com<p>Build robust, ship fast!</p>
]]></description><pubDate>Wed, 04 Mar 2026 17:07:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47250552</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=47250552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250552</guid></item><item><title><![CDATA[New comment by gab18 in "Ask HN: Who is hiring? (March 2026)"]]></title><description><![CDATA[
<p>any positions for a junior/medior?</p>
]]></description><pubDate>Wed, 04 Mar 2026 16:37:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47250034</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=47250034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250034</guid></item><item><title><![CDATA[New comment by gab18 in "Ask HN: Who is hiring? (March 2026)"]]></title><description><![CDATA[
<p>hello, the website seems to be down?</p>
]]></description><pubDate>Mon, 02 Mar 2026 16:23:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47220071</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=47220071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47220071</guid></item><item><title><![CDATA[New comment by gab18 in "Ask HN: Who is hiring? (February 2026)"]]></title><description><![CDATA[
<p>so in how I heard about the job I should have put Hackernews and I put the gab18/hackerews in the cover letter! Sorry for the weird placement, it seemed a nice idea at the time. Former employer is Sensay.io</p>
]]></description><pubDate>Wed, 11 Feb 2026 19:49:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46979907</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=46979907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46979907</guid></item><item><title><![CDATA[New comment by gab18 in "Ask HN: Who is hiring? (February 2026)"]]></title><description><![CDATA[
<p>Application posted! I thank you so much!</p>
]]></description><pubDate>Wed, 11 Feb 2026 13:37:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46974785</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=46974785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46974785</guid></item><item><title><![CDATA[New comment by gab18 in "Ask HN: Who is hiring? (February 2026)"]]></title><description><![CDATA[
<p>Hi, this interests me a lot, as someone who has agentic AI startup experience and has african relatives and know how much of a pain it can be to move money :) May I use a referral?</p>
]]></description><pubDate>Wed, 11 Feb 2026 09:54:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46973030</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=46973030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46973030</guid></item><item><title><![CDATA[New comment by gab18 in "Ask HN: Who wants to be hired? (February 2026)"]]></title><description><![CDATA[
<p>Location: Cyprus<p>Remote: yes<p>Willing to relocate: yes<p>Technologies: python, typescript, pytorch, OpenAPI, HuggingFace, Flask, Java, Maven, Gradle, Docker, Kubernetes, Vercel, Railway, Git, Supabase, PostGreSQL, Ruby, Java.<p>Resume/CV: <a href="https://drive.google.com/file/d/1fJYRuVKSJORT5ChYd9twp2w8g4P_8se7/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/1fJYRuVKSJORT5ChYd9twp2w8g4P...</a><p>Email: gabriele.matini18@gmail.com</p>
]]></description><pubDate>Fri, 06 Feb 2026 13:01:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46912318</link><dc:creator>gab18</dc:creator><comments>https://news.ycombinator.com/item?id=46912318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46912318</guid></item></channel></rss>