frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: InfraAsAI – Bring consistency to all your microservices

https://infrastructureas.ai/
1•danielbedrood•1h ago
Imagine you have to make a little change in all your microservices, like changing a line in Dockerfile, but you have 50 microservices, ouch right! The PRs, pipelines, reviews... I have created a dashboard with a chatbot where you can simply ask "Update all repositories with alpine base image version X to Y", and then click next a bunch of time and see a list of PRs with their pipeline status.

Hi friends I'm Daniel, the creator of Infra as AI. I was laid off from my SRE role a couple of months ago, and decided to build something that could always help me at work. My job was to keep the lights on; For example: Make sure the pipelines are consistant across the org, but this was hard, I had to open each repo, make a little change, and make a PR with all the enterprise seremonies that comes after, and then I had to do this for many repos and many teams; It was hard, I could not remember which team owns what. Also, sometimes the pipelines fail cuz some repo had a deprecated function, so I had to read the changelogs; And I would know it fails after opening 200 tabs of CI files.

At work, I solved this the way Kernel does, with git patches. Our workaround was to generate that change in one repo, create patch files, and then `git apply` on each repo using workflows. Now with the help of HR, I got time to hack around something I always needed. I just ask for a change, and then let the agent read the docs, find out the deprecation, make those PRs, and show me a list of them with their pipeline status next to it. For this, coding agents where perfect, they could read the changelogs, documentations, readmes and all that and also work in parallel!

## What to expect

We first index a repository, which means we extract its important characteristics of after cloining it, and then save it in a vector database for future similarity searches. Then user asks for a change in the chatbot, our platform suggests candidate repositories for approval, and then runs Claude Code on them in parallel. This is followed by a list of PRs filled with details ready for the user to review and create.

## Tech

LangGraph: The agent is built on top of it GPT5: Finds relevant repositories Sonnet: Your coding agent pinecone: Holds repositories vectors context7: Getting docs

TL;DR: I created a platform where you can run a query against your codebase, and create a massive number of PRs to make simple changes in your microservices. Please have a look and let me know your feedbacks <3

PS: I'm giving away trials with 2 euros credits so you can index and query your repositories, but please watch for my pocket too ^^

Comments

rvz•1h ago
Your logo looks close to Anthropic's logo and risks a trademark similarity lawsuit.

I would change it immediately if I were you.

danielbedrood•1h ago
Thanks for the heads up! Didn't think of it that way.

Seattle, Tech Boomtown, Grapples with a Future of Fewer Tech Jobs

https://www.wsj.com/tech/seattle-tech-amazon-microsoft-jobs-95f2db27
1•carabiner•2m ago•0 comments

How the Golden Gate Bridge Works [video]

https://www.youtube.com/watch?v=RjbJwnUd3Pw
1•lisper•4m ago•0 comments

AIs built a working Deleuzian engine and the verification script to prove it

1•renshijian•4m ago•1 comments

OpenAI admits AI hallucinations are mathematically inevitable

https://www.computerworld.com/article/4059383/openai-admits-ai-hallucinations-are-mathematically-...
1•_tk_•5m ago•0 comments

UK recognises Palestine as an independent state

https://www.theguardian.com/uk-news/2025/sep/21/uk-recognises-palestine-as-an-independent-state
3•artninja1988•7m ago•0 comments

Alan Turing on Embodied Intelligence

https://rodneybrooks.com/alan-turing-on-embodied-intelligence/
1•chmaynard•8m ago•0 comments

The Link Between Trauma, Drug Use, and Our Search to Feel Better

https://lithub.com/the-link-between-trauma-drug-use-and-our-search-to-feel-better/
1•PaulHoule•11m ago•0 comments

A String Library Beat OpenCV at Image Processing by 4x

https://ashvardanian.com/posts/image-processing-with-strings/
3•ternaus•11m ago•0 comments

President Trump Signs Technology Prosperity Deal with United Kingdom

https://www.whitehouse.gov/articles/2025/09/president-trump-signs-technology-prosperity-deal-with...
2•donutloop•11m ago•0 comments

Liberté, égalité, Radioactivité

https://worksinprogress.co/issue/liberte-egalite-radioactivite/
1•paulpauper•12m ago•0 comments

Sj.h: A tiny little JSON parsing library in ~150 lines of C99

https://github.com/rxi/sj.h
11•simonpure•12m ago•0 comments

Google/timesketch: Collaborative forensic timeline analysis

https://github.com/google/timesketch
3•apachepig•12m ago•0 comments

Ask HN: Local hostnames without root/admin

3•terry_hc•14m ago•0 comments

I Analyzed Over 500 Y Combinator AI Startups [video]

https://www.youtube.com/watch?v=gPWD7YytjmM
2•sc90•14m ago•0 comments

Arm's Chief Architect on the History of the Arm Architecture

https://thechipletter.substack.com/p/arms-chief-architect-on-the-history
2•zdw•15m ago•0 comments

Chezetc: Extending chezmoi to manage files under /etc. and other root-owned dirs

https://github.com/SilverRainZ/chezetc
1•SilverRainZ•17m ago•1 comments

Trump says Murdochs are potential TikTok deal partners

https://www.cnbc.com/2025/09/21/trump-tiktok-murdoch-fox-bytedance.html
1•rntn•18m ago•1 comments

Pragmasevka Font: Pragmata Pro doppelgänger made of Iosevka SS08

https://github.com/shytikov/pragmasevka
1•hggh•19m ago•0 comments

The Aging Democracy (2023)

https://www.cambridge.org/core/journals/perspectives-on-politics/article/aging-democracy-demograp...
1•imankulov•19m ago•0 comments

EA as Antichrist: Understanding Peter Thiel

https://forum.effectivealtruism.org/posts/hGwAohPbwCrDT5ynY/ea-as-antichrist-understanding-peter-...
1•felineflock•21m ago•1 comments

Social contagion is powerful: how researchers suggest we can build resistance

https://www.psypost.org/social-contagion-is-powerful-heres-how-researchers-suggest-we-can-build-r...
2•1659447091•22m ago•0 comments

MutativeJS v1.3.0 is out with performance gains

https://github.com/unadlib/mutative/releases/tag/v1.3.0
1•unadlib•22m ago•0 comments

I spent $8k to get back to US after fears over Trump visa deadline

https://www.bbc.com/news/articles/cn4wwwz2p1po
3•vinni2•23m ago•0 comments

Ts-ignore is almost always the worst option

https://evanhahn.com/ts-ignore-is-almost-always-the-worst-option/
3•Bogdanp•24m ago•0 comments

Show HN: Mimir Crypto – AI crypto news aggregator and analysis

https://mimircrypto.com
1•gitmagic•25m ago•0 comments

Benefits of different active learning methods to conceptual physics learning

https://arxiv.org/abs/2505.04577
1•sebg•30m ago•0 comments

Exploiting the GPU and the 90s crypto wars to crack the APT code signing keys

https://reverse.put.as/2025/08/24/rc4bruteforce/
2•notmine1337•31m ago•0 comments

Layoffs Cast a Long Shadow

https://www.glassdoor.com/blog/layoffs-cast-a-long-shadow/
2•hunglee2•31m ago•0 comments

European airports race to fix check-in glitch after hacking disruption

https://www.cnn.com/2025/09/21/europe/europe-airports-hack-operations-intl
2•Bender•31m ago•0 comments

California bans masks meant to hide law enforcement officers' identities

https://www.npr.org/2025/09/20/nx-s1-5548532/newsom-trump-masked-ice-agents
22•1659447091•32m ago•10 comments