diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 22:19:24 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 22:19:24 +0100 |
| commit | 14fda42ea7459f04d04962635c36eab578d65a31 (patch) | |
| tree | 430ce1468afa756ebdc6abbb10f7dff4a2d09f25 | |
| parent | 265786194b30e0afd31ff4d10bb9d5b6dd801112 (diff) | |
mmm
| -rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -147,7 +147,6 @@ the proper usage docs live here cause i didnt want this readme to become like 1k Just so you know + how to get arround some of the bigger ones. - **_BIG ISSUES_** - - - *Problem* : Not fully ready for microdomains, If searched for SLD is only 1-3 chars some false positives from TLDs that dont allow such short SLDs are possible if that domain isnt registered. - Temp Fix : Make custom list that excludes the missbehaving - *Problem* : No support for special characters like ö ä ü @@ -164,12 +163,12 @@ Just so you know + how to get arround some of the bigger ones. Usually comments were left for things that had unusally high amounts of things not done by me. If code has like ... very minimal or barely any comments its probably my own spaghetti code. If its got a bunch of em that look overly gramatically correct it was done by an llm, heres infos as i believe projects should state their usage of ai so I can avoid pure slop projects on GH that only work halfways : - General Infos - - Basically all used agentic LLMs were ran on my own hardware at home. - - Extensive systemprompt was writen to fix some basic typical garbage behaviour by agents - - This project shouldve never taken more than a few hours... However i spiraled and went nuts making it too capable because I got a rush of hyperfocus for it for while + - Basically all used agentic LLMs were ran on my own hardware at home. + - Extensive systemprompt was writen to fix some basic typical garbage behaviour by agents + - This project shouldve never taken more than a few hours... However i spiraled and went nuts making it too capable because I got a rush of hyperfocus for it for while - Where and for what were they used : - - Bugfixing, Internet Research and Repetitive work : - - Project is a bit of a mess as I lacked time to neatly split up repetitive functions into modules and didnt trust ai doing it. Bugfixing occassionally was guided by models capable of browsing the internet via mcp as googles search results are becoming worse and worse by day and i cant find crap anymore thanks to all the sponsored and ai slop that google itself already shoves in my face. - - Documentation and Comments : - - All docs and code commends usually get looked over by Agentic LLMs and incase things were in German/Swiss-German they were translated to english and if they contained swearing it shouldve been removed. Places that have unusally high ammounts of comments might be bugfixes done by ai, didnt really tell it to make comments for me just sanetize mine. + - Bugfixing, Internet Research and Repetitive work : + - Project is a bit of a mess as I lacked time to neatly split up repetitive functions into modules and didnt trust ai doing it. Bugfixing occassionally was guided by models capable of browsing the internet via mcp as googles search results are becoming worse and worse by day and i cant find crap anymore thanks to all the sponsored and ai slop that google itself already shoves in my face. + - Documentation and Comments : + - All docs and code commends usually get looked over by Agentic LLMs and incase things were in German/Swiss-German they were translated to english and if they contained swearing it shouldve been removed. Places that have unusally high ammounts of comments might be bugfixes done by ai, didnt really tell it to make comments for me just sanetize mine. |
