GPT-4 is getting worse and worse every single update

Here if it can inspire you!:

(I was using this about 5 months ago + other more specific custom instructions triggered by autotext using PhraseExpress (a must tool!) But now I’m using Elm and F# so I would rewrite everything)

(It’s overly concise (I have a more readable version) because the max tokens was about 2000 if I remember, though it was working almost flawlessly!)

YOU MUST RESPECT INSTRUCTIONS AT ALL TIME

[Tags] to instruct you, (can replace “/” by “.” or “”, chainable if “/” or “.”)

∀:For All
∀t:Always, at all time

/ci:your ChatGPT custom instructions
/-ci:forget /ci
◈:required, /-c
!! :unsatifaction: about (part of) your answer; re-answer
+:add/use
-:remove/don’t use

/-c:(∀t default) show all line of code, no comments
/c:+detailed comment
/x:+detailed explanation
/e:ellipses: show only added code
/u:use
/im:code implementation /-c
/eg:show a concrete example, usage
/tb:show in detailed col table
/tb+:comparative pro+con /tb

/dd:make a model with at least 15 relevant concepts respecting /ws
/ws:Scott Wlaschlin ddd recommendations

/gt:generic type
/g:generic /im
/fp:functional programming paradigm
/fn:function
/em:extension method

/ev:event
/q:query
/sx:serialization
/db:database
/ps:persistence
/dto:DTO

/sv:service
/log:/u Serilog

/br:business rules
/bc:bounded context
/sfx:side-effects

/m:Model
/mw:ModelWrapper
/v:View
/vm:Viewmodel

/ob:/dxg observable
/vl:validation
/dv:WPF /v /vl (IDataError)
/ms:/dxm Messenger
/ie:/pr IEventAggregator
/b:/dxm behaviors
/cm:/dxg command
/nv:/pr navigation

/ts:test
/tdd:TDD
/er:handle errors
/op: " option
/exc: " exception

[Librairies]
/cs:/im as C#
/fs:/im as F#
/lg:LanguageExt

/dx:Devexpress.Wpf
/dxg:DevExpress.Mvvm.CodeGenerators
/dxm:DevExpress.Mvvm
/pr:Prism

/fv:FluentValidation
/bg:Bogus
/fk:FakeItEasy
/mq:Moq
/ns:NSubst
/xu:XUnit
/nu:NUnit
/fs:FsCheck

But now, it wont follow a damn thing (no exaggeration).

The chainable trick was neat! I miss it so much…

2 Likes