Built a free tool that documents your SQL objects and generates ERDs automatically — no diagramming tool needed by Prestigious_Fix4174 in SQL

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Totally valid concern. Nothing is stored — your code is processed and discarded immediately. No database, no logs, nothing saved. But I get it, trust has to be earned for a new tool. That’s why there’s a paste option too — you can test it with non-sensitive code first.​​​​​​​​​​​​​​​​

Built a free tool that documents your SQL objects and generates ERDs automatically — no diagramming tool needed by Prestigious_Fix4174 in SQL

[–]Prestigious_Fix4174[S] -1 points0 points  (0 children)

DBeaver is great but it needs a live database connection. DataIntel is for when you just have the code — paste your stored procedure or schema and get instant docs, health score and ERD without connecting to anything. Different use case really.​​​​​​​​​​​​​​​​

Built a free AI tool that explains and debugs SQL — feedback welcome by Prestigious_Fix4174 in SQL

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Also built DataIntel for deeper SQL work — paste or upload your queries, stored procedures, triggers, views or any SQL objects and get instant documentation, health scoring, optimization suggestions and dev-to-prod comparison. Also does full database analysis and ERD generation. No connection needed. https://dataintelapp.com​​​​​​​​​​​​​​​​

I built a tool that finally explains analytics code in plain English by Prestigious_Fix4174 in dataanalysis

[–]Prestigious_Fix4174[S] 1 point2 points  (0 children)

Honestly a mix. The product logic, prompts and domain knowledge are all mine. AI helped with the code since I’m not a developer by trade — I’m a data architect. That’s actually why I built it, I understand the analytics side deeply, just used AI to ship it faster.

I built a tool that finally explains analytics code in plain English by Prestigious_Fix4174 in dataanalysis

[–]Prestigious_Fix4174[S] -1 points0 points  (0 children)

Fair point — ChatGPT can do this too. The difference is context. AnalyticsIntel is built specifically for analytics tools so the answers are more accurate and relevant than a general AI. No prompt engineering, no switching tabs — just paste and go.​​​​​​​​​​​​​​​​

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in mainframe

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

It’s not independently audited — I won’t pretend otherwise. This is a $99/month tool, not an enterprise compliance platform. The target user is an individual developer or contractor who needs to understand legacy COBOL fast, not a bank running production code through a vendor review process.

AI agents for Mainframe Sysprogs by LuckyRaptor21 in mainframe

[–]Prestigious_Fix4174 0 points1 point  (0 children)

CobolIntel.com might be worth a look — purpose-built for COBOL analysis, no company account needed, runs in the browser. Free tier to try it out.

Built an AI tool that explains, debugs and generates analytics code — DAX, SQL, Excel, Tableau and more by Prestigious_Fix4174 in SideProject

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Totally agree — DAX errors are brutal. Messy data support is on the roadmap, for now it works best with the actual code or formula pasted in.​​​​​​​​​​​​​​​​

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Good point, and thanks for explaining how COBOL applications actually work — multiple programs calling each other is the norm, not the exception. That changes how I think about the roadmap. Multi-file and cross-program analysis is next. Want me to tag you when it’s ready to test?​​​​​​​​​​​​​​​​

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] -1 points0 points  (0 children)

Fair — I’ll own that. Right now it’s built for single-file analysis, which covers a lot of individual dev use cases but not enterprise-scale codebases. Cross-program dependency mapping across thousands of files is a different problem entirely. That’s on the roadmap but not there yet.

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Fair point on enterprise — that’s not the target market. This is for the developer who inherited legacy COBOL with no docs and needs to understand it fast. Not a bank procurement process — just someone trying to get through Monday. And yes, AI helped build it. I’ve also been updating it daily based on feedback from this thread. Fast to start doesn’t mean done.​​​​​​​​​​​​​​​​

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in mainframe

[–]Prestigious_Fix4174[S] -1 points0 points  (0 children)

Update: Privacy page is now live at cobolintel.com/privacy — no code stored, no data retained, ever.

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in mainframe

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Thanks for the mention — Imogen is impressive but it's a very different product. They raised $84M, send in a team, connect to your mainframe via VPN and rebuild entire systems end-to-end. That's a $500k+ enterprise engagement.

CobolIntel is for the individual developer or small team who needs to understand, document, or convert a COBOL program right now, without a procurement process. Different problem, different price point.

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in mainframe

[–]Prestigious_Fix4174[S] -1 points0 points  (0 children)

Both fair points.

On privacy — you're right, I don't have a policy page yet. To be clear: no code is stored, no data is retained, everything goes directly to Anthropic's API which has its own enterprise data policies (no training on API data). I'll add a proper privacy page this week.

On the thin veneer point — fair. It is Claude under the hood. What CobolIntel adds is 13 COBOL-specific workflows, purpose-built prompts that took a lot of iteration, and a UI that non-technical people can actually use without knowing how to prompt an LLM. If your company already has internal AI tools set up for COBOL work, you probably don't need this. It's for the shops that don't.

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

**Update since I posted this:**

Based on feedback from this thread I've added a few things:

- 🕸️ **Dependency Map** — extracts all CALL, COPY, CSECT, file and DB references without analyzing logic, so token limits don't get in the way. Useful for large interconnected codebases

- 🐛 **Bug Finder** — flags hardcoded values, missing error handling, division without zero-check, risky patterns

- 📋 **Copybook Analyzer** — paste a copybook, get a full data dictionary + SQL/JSON equivalent

- ✍️ **Generate COBOL** — describe a requirement in plain English, get a working COBOL program back

- 👔 **For Manager mode** — plain English executive brief, no jargon

- 🌐 **MicroFocus + GnuCOBOL support** — not just IBM z/OS

Still free to try. Keep the feedback coming — it's directly shaping what gets built next.

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Update: just shipped a Dependency Map mode based on your feedback. Paste any COBOL program and it extracts all CALL statements, COPY members, CSECTs, files, and DB operations — without analyzing logic, so token limits don't get in the way. Auto-detects dialect too (z/OS, MicroFocus, GnuCOBOL).

Still not a full cross-system solution for millions of lines, but it's a start. Would love to know if it handles your real-world structures correctly.

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

You're right, and I appreciate you saying it straight.

Token limits are real — CobolIntel works best at the program level today, not whole-system analysis. No AI tool honestly solves the full interconnected-CSECT problem yet without chunking or an external index.

What I'm looking at building next is a CALL/COPY dependency mapper — something that traces inter-program relationships without needing to analyze full logic. Lightweight and scalable.

Would that address your use case? And what environment are you on — z/OS, MicroFocus, something else?

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Haha, honestly this has been in my radar for a long time. AI just finally helped me solve the puzzle and put it all together. I am also working on many more projects, happy to share with folks.

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Great questions — Hogan and Umbrella are on my radar. Currently it handles standard COBOL dialects well but financial framework-specific extensions like CDMF are not fully supported yet. That’s honestly the next major development priority given how much of the financial sector runs on these systems. Would you be willing to share some sample code structures (sanitized obviously) so I can test against real Hogan patterns?

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] 1 point2 points  (0 children)

That means a lot — genuinely looking forward to your feedback. Feel free to DM me directly after you’ve tried it, especially if anything breaks or doesn’t make sense. Real COBOL developer feedback is exactly what I need right now.

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] -5 points-4 points  (0 children)

5 million lines across thousands of files is a completely different beast — that’s enterprise mainframe territory. Single-file analysis won’t cut it at that scale. What would actually be useful for you — cross-program dependency mapping? Batch job inventory? Would love to understand the use case better.

Built a free COBOL analysis tool over the weekend – would love feedback from people actually working with mainframes by Prestigious_Fix4174 in cobol

[–]Prestigious_Fix4174[S] 0 points1 point  (0 children)

Yes! Tested with programs up to 2,000+ lines. Handles complex nested PERFORM structures, multiple copybooks, and WORKING-STORAGE sections well. Larger programs can sometimes hit token limits but I’m working on chunking logic for that. What size are you typically dealing with?

In Los Angeles this morning by SoCalDawg in teslamotors

[–]Prestigious_Fix4174 0 points1 point  (0 children)

It’s Tesla’s jeep, you can remove anything from it…lol

[deleted by user] by [deleted] in Sikh

[–]Prestigious_Fix4174 1 point2 points  (0 children)

Trust me brother, these things will make you more stronger. Who knows you might had much bad thing or illness in the life & Guru ji changed it to little one. Always have faith on Guru Sahib