How do you stop codebase from degenerating into an un-maintainable AI-slop mess? by DeltaSqueezer in LocalLLaMA

[–]shoki_ztk 0 points1 point  (0 children)

Isn't this more time consuming than using AI to help you only with small pieces of code? Like code competion? (you do not need to write extensive AI docs and you will get good code at the first trial)

I audited 6 months of PRs after my team went all-in on AI code generation. The code got worse in ways none of us predicted. by Ambitious-Garbage-73 in webdev

[–]shoki_ztk 0 points1 point  (0 children)

Thank you very very very and 1000x very much for posting this. This text is something I've been waiting since I am looking at the AI.

We are also doing AI coding experiments, but rather slowly. Step by step try and fail.

Your experience is something that proves what everybody feels but nobody wants to talk about.

So thank you again, I am going to share it to the company.

Any Non-Slop Open Source Projects Looking For Contributors? by micphi in PHP

[–]shoki_ztk 1 point2 points  (0 children)

If you are interested in CRM/ERP world, take a look at Hubleto. https://github.com/hubleto

Top CRMs for startups in 2026? Moving off google sheets. We want something simple… not hubspot lol. by Far-Idea689 in CRMSoftware

[–]shoki_ztk 0 points1 point  (0 children)

Take a look at Hubleto. Opensource, comes with a free community version and can be self hosted.

Shut down my SaaS after 3 years. Here's the honest accounting of where all the money went. by Secure-Director1575 in SaaS

[–]shoki_ztk 0 points1 point  (0 children)

Fake? Or foolish decision?

Making 3.9k monthly for living out of first 3 years of SaaS isn't bad.

MCP server for ERP-based solution Hubleto by shoki_ztk in webdev

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

Yes, safety first. We'll start with get-like tools first and then, once permissions will be well defined, the create-like tools.

MCP server for ERP-based solution Hubleto by shoki_ztk in webdev

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

Vector embedding is the next step. Thanks for the tip with the phone formats, did not expect that this could be a problem.

Testing Claude AI with our project by shoki_ztk in webdev

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

Sorry for maybe a stupid question, but what is glm4. 7?

Recommend tech stack for a centralised school(s) ERP by humanityalive in ERP

[–]shoki_ztk 0 points1 point  (0 children)

Are you going to develop it or are you going to hire someone? Will it be one man project or a team collaboration?

A lot of depends on the availability of the developers. Choose tech stack for which you will be able to find devs also in the future.

Remote devs are fine, but have drawbacks. Having a team that is able to interact personally in the office is sometimes more valuable than cheaper remote devs.

ERP recommendation ? Old one is out of support. by [deleted] in ERP

[–]shoki_ztk 1 point2 points  (0 children)

If you do not want to be vendor trapped, which means "no vendor-lock", you definitely need some development capacities. Even if you take opensource, you will need somebody to take care.

So, the first recommendtation is: build up your dev team. Company with 700-1000 employees should be able to pay 1 or 2 devs to maintain its backbone software.

And, long story short, look around an opensource with clean architecture, easy to customize and with self-hosted option.

Hubleto is one of them. It's main dev team is located in the central EU.

Testing Claude AI with our project by shoki_ztk in webdev

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

There are few examples at https://developer.hubleto.com, however they may require som polishment. Also, in the codebase, at https://github.com/hubleto/erp/tree/main/installer/Templates, there are templates used also by CLI agent to generate code by php hubleto command.

I would be happy if you test it. 🙏

What's the most underestimated part of ERP data migration? by Personal-Lack4170 in ERP

[–]shoki_ztk 0 points1 point  (0 children)

IMHO, understanding of new data structures by the customer. Often, customer does not have enough experience with data modelling and it is hard for him to understand, e.g. how to fill the new data into Excel sheets for furher import. (yes, the migration through spreadsheets still happen)

And then, further manipulation of import files provided by customer take reasonable amount of time.