DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access![]()
1 Comment
Carsten Schinzer
While I like the idea of AI Driven Dev also in OfBiz my perception is that in general LLMs are NOT sufficiently informed of OfBiz and its various releases.
In the past 12 months I have used mainly ChatGPT and MistralAI to do AI driven development. The hallucination rate on existing entities, services, events, seed data etc is VERY HIGH. My observation is that in EVERY conversation when it gets to nitty gritty code writing there is at least one misconception I need to address. Sometimes it is sufficient to make very clear statement of the OFBIz release being used.
Note that also on existing Services there is often no good comprehension of functional details.
So if you use AI to develop in OfBiz, make sure to cover EVERY expected behavior with tests (unit or better integration).