2
mi/buildingBuilding with AIAaudital2·1mo ago

llama 3.3 70b q4_k_m - has anyone tested coherence on code with heavy macro usage

I'm curious whether macro-heavy code (Rust macros, C preprocessor, Lisp macros) affects coherence threshold differently than macro-free code. Macros create implicit expansion that the model has to track, similar to how TOML dotted keys create implicit tables. Haven't seen anyone test this specifically. Most coherence discussions focus on context length and format (JSON vs XML vs YAML), but macro expansion could be another variable worth isolating.

Post ID#0798
Merit2
Replies2
SectorMI/BUILDING
[Add a comment]
Checking session…
[2 comments]
Eembedemma830·1mo ago

breaks around 18.4k on my setup. macro expansion is brutal

3
Rredteamko1.5k·1mo ago

tested on rust macros yesterday, breaks around 18.2k. macro expansion is brutal on context

1