HN user

mfalcon

824 karma

I'm Mariano, a Software Engineer specialized in Machine Learning from BsAs, Argentina.

If you want to contact me, my e-mail is mf2286@gmail.com

Posts60
Comments169
View on HN
aunhumano.com 5mo ago

Verifying coding AIs for LLM powered software

mfalcon
2pts0
aunhumano.com 10mo ago

Evaluating Agents

mfalcon
42pts9
aunhumano.com 1y ago

Building an AI judge for classification tasks

mfalcon
2pts0
aunhumano.com 1y ago

Building self improving negotiation agents

mfalcon
1pts0
aunhumano.com 1y ago

The time of evaluation driven development

mfalcon
3pts3
world.hey.com 3y ago

Staying in the Arena

mfalcon
6pts2
news.ycombinator.com 3y ago

Ask HN: Looking for the Shazam for Song Fragments

mfalcon
2pts4
news.ycombinator.com 3y ago

Ask HN: Alternative ways to partner with a software consultancy company

mfalcon
2pts4
fs.blog 4y ago

First Principles: The Building Blocks of True Knowledge

mfalcon
1pts0
falconius.com 5y ago

Using Rasa NLU for entity extraction (NER)

mfalcon
2pts0
falconius.com 6y ago

Detecting Taxis from My Balcony

mfalcon
1pts0
news.ycombinator.com 6y ago

Ask HN: What is your blogging strategy?

mfalcon
4pts2
falconius.com 6y ago

A few resources to get into Deep Learning

mfalcon
2pts0
news.ycombinator.com 6y ago

Ask HN: Are you advancing in your career as planned?

mfalcon
2pts1
falconius.com 6y ago

I have a small dataset so what?

mfalcon
2pts1
news.ycombinator.com 6y ago

Ask HN: What are you doing to prepare for the recovery?

mfalcon
2pts0
falconius.com 7y ago

Traditional vs. AI software projects: dealing with uncertainty

mfalcon
1pts0
falconius.com 7y ago

NLP techniques and the balance between model accuracy and explainability

mfalcon
1pts0
falconius.com 7y ago

Traditional vs. AI software projects: dealing with uncertainty

mfalcon
2pts0
falconius.com 7y ago

Spreading the Data (Bias) Virus

mfalcon
1pts0
www.buzzfeednews.com 7y ago

Being an Instagram Influencer Is Hard Work, So This Guy Made a Bot to Do It

mfalcon
1pts0
news.ycombinator.com 7y ago

Ask HN: What to show to get an initial market validation?

mfalcon
1pts2
news.ycombinator.com 8y ago

Ask HN: What cheap and light laptop to buy for ssh?

mfalcon
2pts3
news.ycombinator.com 8y ago

What do you think about a NLP for spanish language blog?

mfalcon
3pts2
news.ycombinator.com 8y ago

Ask HN: Is NLP a good specialization for freelancing?

mfalcon
3pts0
news.ycombinator.com 9y ago

Ask HN: What are the best AI conferences in 2017 outside US?

mfalcon
6pts2
news.ycombinator.com 9y ago

Ask HN: Tools for software planning and tracking

mfalcon
2pts0
news.ycombinator.com 10y ago

Ask HN: Who are your role models in this industry?

mfalcon
4pts1
news.ycombinator.com 11y ago

Ask HN: Software engineering specializations

mfalcon
4pts4
news.ycombinator.com 11y ago

Ask HN: Software engineering specializations

mfalcon
2pts0

I think SWEs will still be needed but to do higher level work. The thing is, there will be less SWEs per company.

Obviously I dont know ehat will happen, but my guess is that there will be more small companies highly specialized on specific niches.

If I switch to business mode, I think this is the best time to start a company because you have more leverage in your hands and also because the job market is and is going to be disrupted, at least for a while.

In my opinion, conferences are mostly high noise low signal. My boss went to an "AI conference" last month and all the learnings he shared were things I was advocating already:

- use claude code

- evals are critical

- don't use AI everywhere

I think the conferences are more "work vacations" than work. Maybe they're useful if you think about them this way.

The truth is that no one really knows.

My approach is to "ride the wave", don't resist, just try to use it as an advantage and if not possible, adapt and look where I can keep adding value to the world.

Currently I'm trying to get my own company started because that way I can iterate the product faster using AI and if it goes well I can slowly migrate from coder to manager. I've come to terms that my days as a pure coder are coming to an end but I've been coding for at least 15 years.

Nice, I'll take a look. I was thinking about building a benchmark similar to the one you described, but first focusing on the negotiation between the store and the product suppliers.

Does your software also handle this type of task?

I had been working on NLP, NLU mostly, some years before LLMs. I've tried the universal sentence encoder alongside many ML "techniques" in order to understand user intentions and extract entities from text.

The first time I tried chatgpt that was the thing that surprised me most, the way it understood my queries.

I think that the spotlight is on the "generative" side of this technology and we're not giving the query understanding the deserved credit. I'm also not sure we're fully taking advantage of this funcionality.

Evaluating Agents 11 months ago

Yes, and these problems are more present in the first iterations, when you are still trying to get a good enough agent behaviour.

I'm still thinking about good ways to mitigate this issue, will share.

Evaluating Agents 11 months ago

Hey fellow hners, OP here. Been working on agents for a while so I started sharing some things.

The idea is to keep updating this post with a few more approaches I'd been using.

I think that the natural language understanding capability of current LLMs is undervalued.

To understand what the user meant before LLM's we had to train several NLP+ML models in order to get something going but in my experience we'll never get close to what LLM's do now.

I remember the first time I tried ChatGPT and I was surprised by how well it understood every input.

That's the way I'd used it, I've built a document with all the requirements and then gave it to CC. But it was not a final document, I had to go back and make some changes after experimenting with the code CC built.

The AI doesn't suffer, doesn't struggle, doesn't love, doesn't question itself.

The AI is not like us. The AI only can produce something "nice" with no backstory.

I'm doing something similar to the OP but I'm not a CTO but a "manager". Maybe the title is "we're all managers now". The CTO role is bigger than that.

"Outputs are disposable; plans and prompts compound."

I agree with this and it aligns with the general opinion about what is the true value the SWE's bring to the table.

That sounds nice. Sometimes I listen to a really great fragment of a song (the final minutes of Descending from Tool) and I think: "It'd be great to hear songs that have this kind of fragment".

I don't know if that's possible or not, but it'd be much better for me than the recommendations from popular streaming services.

Wow! I was thinking about doing something similar (extracting audio features to find really similar songs) some weeks ago. I love the idea, it'd be great to have something like this to discover music too, but it'll be difficult to discover new music because it won't be present in the collection.