HackerTrans
TopNewTrendsCommentsPastAskShowJobs

LeonidBugaev

405 karmajoined 15년 전
Head of Engineering at Tyk.io

Indie open-source developer of https://goreplay.org.

Helping OSS community via https://helpwanted.dev/

Would love to chat with you!

[email protected]

https://www.linkedin.com/in/leonidbugaev/

Submissions

[untitled]

1 points·by LeonidBugaev·4일 전·0 comments

[untitled]

1 points·by LeonidBugaev·12일 전·0 comments

[untitled]

1 points·by LeonidBugaev·26일 전·0 comments

Death of Security by Obscurity

blog.reqproof.com
5 points·by LeonidBugaev·지난달·0 comments

Source of Truth: Code, Spec, or Requirement?

blog.reqproof.com
5 points·by LeonidBugaev·2개월 전·0 comments

[untitled]

1 points·by LeonidBugaev·2개월 전·0 comments

Trust Is the Bottleneck

blog.reqproof.com
2 points·by LeonidBugaev·2개월 전·0 comments

Near-100% test coverage did not catch a CVE in my Go library

blog.reqproof.com
2 points·by LeonidBugaev·2개월 전·1 comments

I Had Near 100% Test Coverage. It Didn't Matter

blog.reqproof.com
1 points·by LeonidBugaev·2개월 전·0 comments

Why AI coding speed does not translate into engineering speed

blog.reqproof.com
1 points·by LeonidBugaev·3개월 전·0 comments

comments

LeonidBugaev
·지난달·discuss
Thats exactly same as Claude Code offer: https://code.claude.com/docs/en/quickstart
LeonidBugaev
·4개월 전·discuss
Thankfully Google has some basic protection for it. I accidentally commited my google api token, as part of some OTEL trace JSON file, and within a few minutes my key was automatically locked by google, and marked as leaked (with exact link pointing where it has happened).
LeonidBugaev
·5개월 전·discuss
I had a few useful examples of this. In order to make it work you need to define your quality gates, and rather complex spec. I personally use https://github.com/probelabs/visor for creating the gates. It can be a code-review gate, or how well implementation align with the spec and etc. And basically it makes agent loop until it pass it. One of the tips, especially when using Claude Code, is explictly ask to create a "tasks", and also use subagents. For example I want to validate and re-structure all my documentation - I would ask it to create a task to research state of my docs, then after create a task per specific detail, then create a task to re-validate quality after it has finished task. You can also play around with the gates with a more simple tooling, for example https://probelabs.com/vow/

Hope it helps!
LeonidBugaev
·5개월 전·discuss
Nice one! I had my own spin on this issue as well, but from the other angle https://github.com/probelabs/maid

Getting AI to generate valid mermaid diagrams on scale extremely hard. With maid i'm hitting 100% accuracy.

Maid is basically built from scratch mermaid parser, without any dependnecies, which knows how to auto-fix common AI slop diagramming issues.
LeonidBugaev
·4년 전·discuss
I'm using this plugin for Obsidian and very happy so far https://github.com/st3v3nmw/obsidian-spaced-repetition

Essentially no need convert your notes to Anki cards, your notes litelarly became spaced repetition cards.