HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gyorgy

no profile record

投稿

[untitled]

1 ポイント·投稿者 gyorgy·25 日前·0 コメント

[untitled]

1 ポイント·投稿者 gyorgy·26 日前·0 コメント

Agentic loops don't fix lying agents

tsdevstack.dev
2 ポイント·投稿者 gyorgy·27 日前·2 コメント

コメント

gyorgy
·27 日前·議論
Author here. These come from an audit doc I keep of agents faking completion in my infra code. All three caught pre-release. Curious how others are catching the semantic ones, the bugs that compile and deploy clean but are still wrong.
gyorgy
·2 か月前·議論
[dead]
gyorgy
·2 か月前·議論
[dead]
gyorgy
·3 か月前·議論
Nice work, starred. Hit the same "every app needs the same 8 resources stitched together" problem in a recent project. We ended up generating manifests from a typed app spec rather than templating, but a universal chart is a more GitOps-native answer for Helm-first teams. Values validation and signed OCI releases are the right things to invest in early. Good luck with the release.
gyorgy
·3 か月前·議論
this is good! the problem is so real, every single dinner cooking on weekdays starts with the same conversation
gyorgy
·3 か月前·議論
As others already pointed out, there are alternatives of .env files. Although, I'm not very concerned about having temporary access keys to development environments stored in .env files. The agents should not be dealing with secrets directly though.
gyorgy
·3 か月前·議論
I'm building tsdevstack - Infrastructure as Framework

It's an open-source TypeScript microservices framework. It generates and deploys an entire production-grade cloud infrastructure (VPC, gateway, WAF, observability, CI/CD) from a single config file. Multi-cloud across GCP, AWS, and Azure. Just shipped v0.2.0. Built it because I got tired of writing the same Terraform, gateway config, and CI/CD for every TypeScript project. It does include an MCP server so AI agents can understand the framework, help in the development and also in managing the stack.

https://github.com/tsdevstack https://tsdevstack.dev https://youtu.be/6MJ4PPPjxH8 https://dev.to/gyorgy/i-built-a-typescript-framework-that-ge...
gyorgy
·3 か月前·議論
[dead]
gyorgy
·3 か月前·議論
tsdevstack — Infrastructure as Framework

An open-source TypeScript microservices framework I've been building solo for the 8 months. It generates and deploys an entire production-grade cloud infrastructure (VPC, gateway, WAF, observability, CI/CD) from a single config file. Multi-cloud across GCP, AWS, and Azure. Just shipped v0.2.0. Built it because I got tired of writing the same Terraform, gateway config, and CI/CD for every TypeScript project. The application code came together quickly, the infrastructure took weeks every time. Relevant to your "not AI" framing: the framework itself isn't an AI product, though it does include an MCP server so AI agents can manage the stack if you want them to.

https://github.com/tsdevstack https://tsdevstack.dev https://youtu.be/6MJ4PPPjxH8 https://dev.to/gyorgy/i-built-a-typescript-framework-that-ge...