TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Regexplainer – Explain regex using Codex

1 pointsby Nescoover 3 years ago

1 comment

Nescoover 3 years ago
Regexplainer is a website where you can try to obtain an explanation of a regex (Python’s re package style). The success rate of a good explanation is fairly high for complex regex.<p>I made this project to try Codex explanation capabilities. And also to have something to show during hiring interviews. Regex are really interesting because they are complex enough for non tech people that being able to generate an explanation for them is a real world problem. Moreover for the same reason they are suited to try generating precise mid-level of abstraction explanations instead of vague high level ones which is important for many real use cases.<p>I am actually impressed by the ability of codex to generate good enough explanations with a decent rate. If OpenAI would extend fine tuning to codex models I bet the resulting model could be really impressive on this particular task.