{"id":15049204,"url":"https://github.com/ar1ja/enterprise-add","last_synced_at":"2025-10-04T10:31:00.953Z","repository":{"id":244710234,"uuid":"816016163","full_name":"TruncatedDinoSour/enterprise-add","owner":"TruncatedDinoSour","description":"[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/enterprise-add] Enterprise AI parody: number addition in C using gradient descent (Machine Learning/AI).","archived":true,"fork":false,"pushed_at":"2024-06-20T13:17:35.000Z","size":19,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-30T01:08:51.454Z","etag":null,"topics":["ai","c","c99","enterprise","enterprise-ai","gradient-descent","llm","ml","parody"],"latest_commit_sha":null,"homepage":"https://git.ari.lt/ari/enterprise-add","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TruncatedDinoSour.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-16T20:33:54.000Z","updated_at":"2024-06-21T09:29:22.000Z","dependencies_parsed_at":"2024-06-16T22:43:58.536Z","dependency_job_id":"6f668a54-a5fb-4db7-98bd-08b48098b3eb","html_url":"https://github.com/TruncatedDinoSour/enterprise-add","commit_stats":null,"previous_names":["truncateddinosour/enterprise-add"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TruncatedDinoSour%2Fenterprise-add","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TruncatedDinoSour%2Fenterprise-add/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TruncatedDinoSour%2Fenterprise-add/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TruncatedDinoSour%2Fenterprise-add/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TruncatedDinoSour","download_url":"https://codeload.github.com/TruncatedDinoSour/enterprise-add/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235238100,"owners_count":18958050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","c","c99","enterprise","enterprise-ai","gradient-descent","llm","ml","parody"],"created_at":"2024-09-24T21:19:05.260Z","updated_at":"2025-10-04T10:30:55.652Z","avatar_url":"https://github.com/TruncatedDinoSour.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This repository has been migrated to the self-hosted ari-web Forgejo instance: \u003chttps://git.ari.lt/ari/enterprise-add\u003e\n# Enterprise add\n\nHave you noticed how companies shove AI into ***EVERYTHING***? I find it very annoying. But why not roleplay as them?\n\nThis program, written in pure C99 uses machine learning to predict `a + b` because why the fuck not! Maybe companies\nwill adopt this enterprise add and incorporate it into their products because it's ✨ AI ✨\n\nWatch how this two-neuron single-layer model was developed in 30 minutes on YouTube (live time): \u003chttps://www.youtube.com/watch?v=6md1n5KaHMo\u003e\n\n## Dependencies\n\n- A C compiler\n- GNU make\n- OpenSSL\n- A computer which can run thousands of passes of gradient descent and some extra\n\nThis could have absolutely no dependencies, but it's *enterprise*. You wouldn't get it.\n\n## Licensing\n\nEnterprise add is licensed under GPL-3.0-only by Ari Archer \\\u003cari@ari.lt\\\u003e\n\n## Running\n\nFor best 🚀 performance 🚀 run it like this:\n\n```sh\nexport STRIP=llvm-strip\nexport STRIPFLAGS='--strip-debug --strip-sections --strip-unneeded -T --remove-section=.note.gnu.gold-version --remove-section=.note --strip-all --discard-locals --remove-section=.gnu.version --remove-section=.eh_frame --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag --strip-symbol=__gmon_start__ --strip-all-gnu --remove-section=.comment --remove-section=.eh_frame_ptr --discard-all'\nexport CC=clang\nexport CFLAGS='-Wpedantic -flto=full -fno-trapping-math -fstrict-aliasing -fno-math-errno -fno-stack-check -fno-strict-overflow -funroll-loops -fno-stack-protector -fvisibility-inlines-hidden -mfancy-math-387 -fomit-frame-pointer -fstrict-overflow -Wshadow -fno-exceptions -D_FORTIFY_SOURCE=0 -Wall -Wextra -fno-signed-zeros -fno-strict-aliasing -pedantic -Ofast -fvisibility=hidden -ffast-math -funsafe-math-optimizations -std=c99 -fno-asynchronous-unwind-tables -Werror -fdiscard-value-names -femit-all-decls -fmerge-all-constants -fno-use-cxa-atexit -fno-use-init-array -march=native -mtune=native -pedantic-errors'\nmake -j12\nmake strip\n```\n\n## Performance\n\nThe performance is very fast. It can add 2 + 3 with amazing accuracy only after 300 thousand epochs and a very miniscule precision loss of 0.03 but who cares about that - it's AI ✨:\n\n    2.000000000000000 + 3.000000000000000 = ~4.977217190454309\n\nIt is a huge leap in the industry of adding two numbers together.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Far1ja%2Fenterprise-add","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Far1ja%2Fenterprise-add","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Far1ja%2Fenterprise-add/lists"}