HN user

eschnou

739 karma

Entrepreneur, tech geek & rock climber. Open & decentralized web advocate #indieweb. Open & accessible AI advocate. #libreai #indieai

Posts43
Comments37
View on HN
github.com 8mo ago

Show HN: Patchsmith – Agentic wrapper for CodeQL (finetune, triage, fix with AI)

eschnou
1pts1
www.aidevscore.com 10mo ago

Show HN: Tool to measure AI adoption in software development teams

eschnou
1pts1
gepetto.sh 1y ago

Show HN: Gepetto – A Minimalistic CLI-Based Browser Operator

eschnou
3pts0
wonderpod.ai 1y ago

Show HN: A 3-minute AI-generated daily podcast summarizing top HN stories

eschnou
1pts0
wonderpod.ai 1y ago

Show HN: Wonderpod – Turn newsletters/blogs into podcasts in 56 languages

eschnou
1pts0
opengpa.ghost.io 1y ago

Finding Copernicus – Exploring RAG limitations in context-rich documents

eschnou
3pts1
opengpa.ghost.io 1y ago

The True Nature of LLMs

eschnou
10pts4
opengpa.ghost.io 2y ago

A middle manager's AI odyssey

eschnou
3pts1
github.com 2y ago

Show HN: OpenGPA – Self-hosted ChatGPT-like enterprise Agent in Java

eschnou
2pts1
medium.com 4y ago

Floods “of the century” – Tale of a foretold disaster

eschnou
3pts0
gofleye.com 11y ago

What happens when you bump into a drone?

eschnou
1pts0
gofleye.com 11y ago

Fleye – Your Personal Flying Camera

eschnou
11pts1
www.tvtechnology.com 12y ago

FIFA World Cup coverage promises to be a Game-Changer

eschnou
2pts1
eschnou.com 12y ago

My wife Twitter account, unused for five years, just got hacked... how?

eschnou
2pts0
eschnou.com 12y ago

3D printing my Christmas presents

eschnou
1pts0
news.ycombinator.com 12y ago

TWTR market cap is 10x of the Bitcoin one

eschnou
2pts0
www.faeria.net 12y ago

Show HN: Faëria - Strategy Card Game

eschnou
1pts0
eschnou.github.io 12y ago

Autonomously flying an ARDrone with Javascript

eschnou
1pts0
www.comodit.com 12y ago

Three Cool Use Cases for Docker within ComodIT

eschnou
1pts0
falkvinge.net 12y ago

The NSA, GCHQ & FRA Are Now The Enemy Of All Mankind

eschnou
3pts0
www.dailymail.co.uk 12y ago

The secret plane stuffed full of cash that saved the euro

eschnou
1pts0
www.wired.com 12y ago

Meet the Hackers Who Want to Jailbreak the Internet

eschnou
9pts0
eschnou.com 12y ago

Implementing "Prism Break"

eschnou
51pts28
www.dailymail.co.uk 12y ago

Town of Slough, GB uses spy plane to catch immigrants living illegally in sheds

eschnou
1pts0
sdt.bz 13y ago

Standing while you code: The biggest new trend in software development

eschnou
1pts1
translate.google.com 13y ago

The doctors give me 30 days to live, each post is potentially my last

eschnou
195pts115
www.linkedin.com 13y ago

The Dreamer’s Dilemma: Prevent Your Dreams from Turning into Nightmares

eschnou
1pts0
eschnou.com 13y ago

What the hell happened to Federated Social Networks?

eschnou
3pts0
eschnou.github.io 13y ago

Show HN: ARDrone WebFlight - Flying robots in your browser

eschnou
12pts6
eschnou.com 13y ago

What's next Google? Dropping SMTP support?

eschnou
425pts248

Can Agentic AI be used to augment existing tools? I think there is a lot of nice open source software out there that is too complex/difficult/heavy for most users. There is an opportunity to use AI to simplify the user experience through some automation.

This is the little experiment I did here, building an AI-SAST by wrapping CodeQL with an agentic layer. It makes it so easy to use CodeQL that I’m now revisiting past projects and discovering quite a few surprises!

The agent is used to:

- write custom codeql queries based on the code and a prompt

- triage SARIF output and group issues, extract most important ones

- investigate issues for risk, false positive, etc

- prepare pull requests with fixes

Github: https://github.com/eschnou/patchsmith

Blog post with more details: https://blog.transcode.be/patchsmith-ai-codeql-cli/

What other interesting open source tool could benefit from a AI driven UI/UX wrapper layer?

Hi HN,

I built a simple tool to help software development teams benchmark their AI adoption (in a AI Native Dev spirit).

Every team says they’re “doing AI,” but maturity levels vary a lot. This tool asks 12 short questions across 6 dimensions (coding, process, governance, people, culture, value). It then gives a 1–5 maturity score, plus a radar chart showing strengths and gaps.

I originally built it for conversations with companies, VCs and dev teams I work with — but I thought it might be useful for others here as well.

I’d love feedback: - Do the questions feel relevant to real-world teams? - What dimensions do you think are missing?

Thanks for taking a look!

PS: Share your scores below and let's discuss how to improve :-)

Thanks, I just tried it out to generate some content for my blog. I like the flow and the quality of the output which sounds much better than usual AI generated BS.

One thing that didn't work are the references. All errored (Information not found).

One thing I missed is the ability to add some custom data. In this case I would have like to give a few points on what my product is, what keywords are important for SEO, what is the spin I'd like to give the post.

[dead] 2 years ago

The fact that I don't find any flaw in the reasoning shows one thing: either this new o1 is crazy good and this getting pretty close to AGI... or I'm too bad at maths

Hi HN, I'd love to get your thoughts on this one! Anyone using LLM, hidden inside an app, just as a reasoning 'brick' to progress some workflows, decide on best math, etc.

For pure self-hosting, I'd look into Ollama (ollama.com) or llamafile (https://github.com/Mozilla-Ocho/llamafile) on the LLM side and then picking a UI such as https://openwebui.com/ or one of the many in this list: https://github.com/ollama/ollama?tab=readme-ov-file#web--des...

However, the issue you will quickly encounter is resources/costs. For a simple mode like llama3-7b you need at least a g5.2xlarge on AWS. If you want a 'chat gpt equivalent' model, you need something like llama3-70b or command-r-plus etc. These will require at least a g5.48xlarge that will cost you $20 an hour

An alternate approach is going hybrid: self-hosted UI which takes care of user access, shared documents (RAG), custom prompts etc but that you hook to a LLM provider where you pay per token (could be OpenAI platform or anything from Huggings).

Let me know if this helps! Also note that I'm lead dev of an open source project addressing these kind of needs: https://opengpa.org - Feel free to jump on our Discord to discuss.

Could you detail what you mean by deploying LLMs ? Is it about integrating commercial LLMs in an enterprise context? Or running self-hosted LLM for a small company (e.g. Ollama + Ollama Web UI)? Or integrating an Agentic approach to existing software stack?

I've written a short fiction setting the scene for my open-source project and how it could fit in a corporate/enterprise context. If you are in such an environment, I'd love to hear from you and better understand your needs and concerns in implementing your company AI strategy!

Hi HN! I'm the creator of OpenGPA, an open-source General Purpose Agent platform.

Key features: - Self-hostable ChatGPT-like agent - Extensible with custom Actions for enterprise data/APIs - Built in Java/Spring for easy enterprise integration

I built this to explore agentic AI development and its potential in enterprise software. Looking for feedback, use cases, and contributors.

What challenges do you see in integrating AI agents into enterprise systems? What features would be most valuable to you?

I like to use the term 'flying robots' to make the distinction between a 'dumb' remote controlled vehicle (which RC hobbyist have for 30+ years) and intelligent machines which are capable of autonomous flights and executing complex missions.

A major advantage of dumphones over smartphones is battery life.

Hence why I'm using combination of a dumbphone (that I must charge weekly) and a 7'' wifi tablet. This gives me best of both world and also makes it easier to 'disconnect' from the twitter addiction while staying reachable for emergencies.

This article, and some of the comments, seems to suggest that stimulating demand is the solution. It fails however to address if continuously increasing demand is realistic in a finite world.

Increasing demand and thus supply, requires increasing use of energy, land, raw material, etc. Which is at some point limited by the physical realities of our world.

There is a limit to growth. Have we reached it?

"Unlike other countries, Americans are taxed not only as residents of the US but also as citizens, wherever they live."

Huh?? Just because you are a US citizen, you have to pay taxes to the US wherever you live? Is any other country in the world having such policies?

"You thus get to watch every NFL game streaming online in high definition, since the league offers that option to folks in Europe at no charge."

Where did you get that? I'm based in EU and I need a GamePass at 150€ to watch games, or pay 12€ per week.

What is tricky in email is what's going on outside of the box: MX records, SPF, whitelist and all those things put in place to avoid spam.

Last time I tried, I could easily receive mails, but a lot of people complained my mail ended up in their spams. Never managed to configure that part properly thus I gave up.

So far, I let comments automaticaly and delete spammy/offending one reactively. It does not happen often. If it becomes a problem, I'll have to switch to moderating comments, just like you moderate comments on a blog.

A prank no, a poor choice for an acronym yes. I've updated the post to focus on total integration testing. Hopefully with this we can move on and discuss the core idea. What did you think about it?

Thanks for taking the time to comment and highlight your concerns on the acronym.