is AI changing how much reporting analysts do?

In my day job, I’ve noticed I’m doing less ad hoc reporting than before.

It seems like most of simple adhoc requests that used to come to me is now answered by AI tools, which is good because now I have less context switching and don't have to go through manual work of building quick graph in dashboard, screen shotting, sharing, answering followup questions etc.

Are you seeing fewer reporting work because of AI? How do you share reports or quick insights with stakeholders when requests do come in?

reddit.com
u/dphntm1020 — 8 days ago

is AI changing how much reporting analysts do?

In my day job, I’ve noticed I’m doing less ad hoc reporting than before.

It seems like most of simple adhoc requests that used to come to me is now answered by AI tools, which is good because now I have less context switching and don't have to go through manual work of building quick graph, screen shotting, sharing, answering followup questions etc.

Are you seeing fewer reporting work because of AI? What tools are you using these days to share reports or quick insights with stakeholders when requests do come in?

reddit.com
u/dphntm1020 — 8 days ago

How to leverage pricing data in MRFs

I am new and still in the early phase learning the basics. The other day I learned that companies are required to publish pricing data in machine readable files format. I tried to find ways to use it to make my life easier.. and was I wrong. This thing is a beast.

Do companies intentionally make this hard to use? Does anyone other than big organizations who have budget to buy tools actually use this data?

reddit.com
u/dphntm1020 — 8 days ago

How do you deal with having no phone number in Korea?

How do you deal with not having a local phone number while traveling Korea? For example: getting on waitlists for restaurants, reservations, using apps (delivery) etc. all strictly or practically require korean number.

Do you simply avoid what requires number or e-sim?

reddit.com
u/dphntm1020 — 17 days ago
▲ 2 r/VibeCodeDevs+1 crossposts

Applying constrained optimization to coding agents

I built kkt, a set of skills for coding agents.

The idea comes from constrained optimization, a mathematical modeling for finding the best solution given a set of constraints.

Instead of: build xyz

model it as: what is the optimized implementation, given what must stay true?

For coding work, the objective is the user’s goal. The variables are implementation choices. The constraints are the things that must stay true: public APIs, architecture boundaries, data rules, dependencies, product scope, validation etc.

It uses the mathematical framing as a discipline for agent work: define the objective, constraints, and feasible plan before implementation. The goal is pretty simple - smaller changes, clearer tradeoffs, and fewer accidental side effects.

Happy to take any feedback!

Repo: https://github.com/dannylee1020/kkt

u/dphntm1020 — 9 days ago

Non-english speakers, how do you work with coding agents?

It's ironic that I'm asking this question in English but I have no other options so..

I've been wondering how non English speakers use coding agents. I've seen some researches suggesting that using English to instruct model leads to better results, but I am curious if this actually shows up in real-word use cases.

Do you guys simply stick to your first language when using coding agents? If not, what's your process and how do you deal with articulating your intent clearly to the model? I'd imagine that would be the biggest bottleneck for generating quality result

reddit.com
u/dphntm1020 — 26 days ago
▲ 8 r/coolgithubprojects+1 crossposts

Swan: an open-source browser extension that calls to interrupt porn urges

I built Swan, an open-source browser extension for people trying to break out of the porn addiction.

It watches configured adult-site domains. If one opens, Swan redirects the tab to an intervention page and starts a phone call through the user's own ElevenLabs and Twilio keys.

The goal is to interrupt the moment where the cycle starts, and give the user someone to talk to immediately before continuing.

Swan is local and inspectable: settings, rules, credentials, and logs stay in browser extension storage. No external server

Would appreciate any feedback or questions!

github.com
u/dphntm1020 — 1 month ago
▲ 2 r/codex

What was your longest /goal task and how was the result?

What title says: how long was your longest /goal task ever and was the result good? How did you validate the massive result?

reddit.com
u/dphntm1020 — 1 month ago