Can the Collatz conjecture also be interpreted as behaviour, transformation of number of form $N\equiv 3(\textrm{mod }4)$ to the form of $N\equiv 1(\textrm{mod }4)$
Because integers of the form $N\equiv 3(\textrm{mod }4)$ can be later always only ones be divided by $2$. Number of form $N\equiv 1(\textrm{mod }4)$ have much more diversity.
$3,7,11,15,19,23,29,35, \ldots, N \equiv 3(\textrm{mod }4) $(distance $4$ between numbers)
using $(3n+1)/2$ or applying $+2,+4,+6,\ldots$ turns into
$5,11,17,23,29,35,41,47,\ldots, N \equiv 1 (\textrm{mod }4)$ or $3$ (50%) (distance $6$ between numbers)
again using $(3n+1)/2$ or applying $+3,+6,+9$ turns into
$8,17,26,35,44,53,62,71,\ldots$ (distance 9 between numbers), $N(\textrm{mod }4)$ is various.
Most congruence class ideas only are predictable for so many terms.
Your class $4k+3$ is odd, so the next is $3(4k+3)+1=12k+10$, which is even, so that the next is $6k+5$. [Note here the modulus has shifted from 4 to 6, one source of why one can go only so far to predict further values.]
Now you can go another step since $6k+5$ is odd, so the next is $3(6k+5)+1=9k+8$. At this point your sequence has proceeded: $$4k+3,\ 12k+10,\ 6k+5,\ 9k+8.$$ This is where it stops, since one cannot decide whether $9k+8$ is even or odd.
To go another term you could replace $k$ everywhere by $2k$ or by $2k+1$, so that your initial number would be $8k+3$ or $8k+7$ respectively, and in this case you could go another step for either of these cases since you would know whether the above last term $9k+8$ (after replacing $k$ by $2k$ or $2k+1$) is even or odd.
When I've monkeyed around with this approach, I've come up with lots of classes, and the initial number in front of $k$ typically got large, with a lot of factors, and the classes of course did not cover all positive integers (or the problem would be easy and solved already). Still, it is entertaining to look at the congruence cases.