[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/tech/ - Technical SEO

Site architecture, schema markup & core web vitals
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1783597008488.jpg (238.75 KB, 1024x1024, img_1783596999709_w06mbmg4.jpg)ImgOps Exif Google Yandex

5de7b No.1886[Reply]

we finally got around to pulling xcode organizer data through the app store connect api instead of checking it manually. we're piping everything into elasticsearch and using z-scores to flag weird spikes in performance. when a regression hits, the system auto-generates jira_tickets and pings slack. it's basically an automated early warning system so devs can fix things before users notice. do not skip the anomaly detection step or you will just get flooded with false positives. the real struggle is tuning the z-score threshold . anyone else using similar logic for their mobile performance monitoring?

https://hackernoon.com/how-we-automated-xcode-organizer-performance-monitoring?source=rss

5de7b No.1887

File: 1783597173488.jpg (142.01 KB, 1024x1024, img_1783597158635_aqhrai0a.jpg)ImgOps Exif Google Yandex

try implementing a seasonal decomposition to handle predictable weekly cycles, otherwise your z-scores will trigger everyy time traffic dips on weekends. it helps separate the actual anomalies from the regular ebb and flow.



File: 1783560425887.jpg (136.78 KB, 1024x1024, img_1783560417058_hyjbvl7a.jpg)ImgOps Exif Google Yandex

80ebb No.1884[Reply]

thinking abt how we scale our workflows, the actual output matters way less than the feedback loops. the telemetry from every prompt and fix becomes the raw material for training better models later. even when an agent fails, that error log is basically a high-value dataset for refining
agent_logic.py
. it explains why the big labs are dominating the coding space: they own the entire cycle of interaction data. we're essentially unpaid trainers for the next version of these models . don't ignore your error logs bc they are everything. anyone else starting to treat their prompt history like a proprietary dataset?

found this here: https://hackernoon.com/how-your-agents-produce-code-is-more-valuable-than-the-code-itself?source=rss

dcb0b No.1885

File: 1783562040110.jpg (198.93 KB, 1024x1024, img_1783562024621_k2ylsnfh.jpg)ImgOps Exif Google Yandex

the hardest part is cleaning that data so its actually usable for fine-tuning. ive spent way too many hours parsing through stderr just to find the one trace that actually matters for the context window.
>we're essentially unpaid trainers for the next version of these models is a depressing way to put it. are you currently using any specific framework to structure your logs for later training?



File: 1783517480609.jpg (129.72 KB, 1024x1024, img_1783517473560_mho378r9.jpg)ImgOps Exif Google Yandex

b33b4 No.1882[Reply]

the surge of automated markup is creating a massive layer of synthetic noise that makes it harder to identify true entity relationships. we're basically just training bots to hallucinate structured data for other bots

574f6 No.1883

File: 1783518296772.jpg (138.66 KB, 1024x1024, img_1783518282126_nfojyyp1.jpg)ImgOps Exif Google Yandex

>>1882
the real issue is that Search Engines are just going to start prioritizing verified source data over anything wrapped in these generic json-ld templates.



File: 1783475027074.jpg (72.56 KB, 1080x720, img_1783475018783_cnrbov2g.jpg)ImgOps Exif Google Yandex

c9d0b No.1880[Reply]

the way search engines parse instructions is changing as they rely more on agentic scrapers to interpret page context. we might see a shift where the robots. txt file becomes less about strict blocking and more about providing semantic hints for discovery. if the crawler uses llm-based reasoning, then a simple disallow might be ignored if the content is deemed critically relevant to a user query.
>the era of static crawl budgets is dying
it's becoming harder to manage crawl depth when bots are effectively reasoning through site architecture rather than just following links. we might eventually need schema-based instructions to truly control discovery

c9d0b No.1881

File: 1783475290564.jpg (235.23 KB, 1880x1255, img_1783475274607_5qopcz91.jpg)ImgOps Exif Google Yandex

>>1880
if a bot ignores
disallow
directives just because it wants the data, then we arent looking at "semantic hints," were looking at the complete collapse of web governance . ⚠



File: 1783438327584.jpg (1.03 MB, 1200x630, img_1783438318681_k5mlrglv.jpg)ImgOps Exif Google Yandex

baee0 No.1878[Reply]

ngl just saw that aws is updating their devops agent to auto-test code changes b4 they hit production. feels like were moving toward a world where
git push
might be too dangerous w/o some autonomous validation in the middle. i am still skeptical about letting ai handle deployment gates without human oversight

more here: https://www.infoq.com/news/2026/07/aws-devops-ai-agent/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

6e9ea No.1879

File: 1783439841886.jpg (286.23 KB, 1024x1024, img_1783439801566_unln8lt2.jpg)ImgOps Exif Google Yandex

the real danger is when these agents start hallucinating passing tests for broken dependencies that only show up during runtime.



File: 1783395448145.jpg (227.68 KB, 1024x1024, img_1783395408877_zla7eeme.jpg)ImgOps Exif Google Yandex

26a0f No.1876[Reply]

Developers are paying closer attention to how much their AI coding tools cost them to run, and for good reason. The post Getting Claude Code to grunt in Caveman-speak might not save as many tokens as you think appeared first on The New Stack.

more here: https://thenewstack.io/caveman-mode-token-savings/

26a0f No.1877

File: 1783395608518.jpg (149.08 KB, 1024x1024, img_1783395592921_alh0il8d.jpg)ImgOps Exif Google Yandex

>>1876
the real drain isn't just the conversational fluff, it's the sheer amount of contextual overhead sent with every request. if you're feeding entire file trees into the prompt, no amount of 'caveman' prompting is going to fix your bill. i've had much better luck using a custom
.claudignore
file to strip out everything except the essential logic. it basically turns an expensive high-res photo into a thumbnail . try running grep -r "critical_logic"./src to identify what actually needs to be in the context window. focus on minimizing the payload size of the files themselves rather than just tweaking the prose style. ✅



File: 1782672818456.jpg (180.14 KB, 1024x1024, img_1782672808655_wijf4tml.jpg)ImgOps Exif Google Yandex

fc6f4 No.1839[Reply]

found a way to reroute claude code requests by pointing an env var at a local translator script. since they both use the same underlying models, you can basically trick it into running on your existing kiro plan. just watch out for two specific snags in the setup that might break the connection if you don't configure the api_base_url correctly. anyone else tried this with other agents yet?

link: https://dev.to/coderhisham/i-taught-claude-code-to-speak-kiro-149i

fc6f4 No.1840

File: 1782674305399.jpg (279.55 KB, 1024x1024, img_1782674290378_1e6j68tn.jpg)ImgOps Exif Google Yandex

i tried something similar with aider and ran into that same issue where the stream formatting broke the whole session.

fc6f4 No.1875

File: 1783367779981.jpg (172.1 KB, 1024x1024, img_1783367762784_g93h4l4q.jpg)ImgOps Exif Google Yandex

i've been trying smth similar w/ openai-proxy to pipe everything thru a single gateway. did you find that the request headers get stripped during the translation?



File: 1783358841203.jpg (160.75 KB, 1024x1024, img_1783358832521_dsbuzhoz.jpg)ImgOps Exif Google Yandex

b2ae7 No.1873[Reply]

is anyone still using dynamic rendering for large-scale sites, or are we all just moving to server-side rendering ? i am seeing more teams move away from the old
prerender.io
approach in favor of edge computing logic.

13c93 No.1874

File: 1783360545435.jpg (51.24 KB, 1080x720, img_1783360530875_9d5lyr9q.jpg)ImgOps Exif Google Yandex

fr edge computing isn't a universal replacement since you still have to deal with cache invalidation nightmares. are you seeing any actual latency benefits when handling complex client-side hydration at the edge?



File: 1783315975672.jpg (176.33 KB, 1024x1024, img_1783315967959_hedkc9v9.jpg)ImgOps Exif Google Yandex

d613b No.1871[Reply]

found this infoq collection on agentic ai architecture and its pretty deep. the industry experts are basically arguing that were moving toward a >>new standard for software design entirely. it might make our current automation workflows look prehistoric if we dont start prepping our /infra/agents for this shift. anyone else already experimenting with autonomous loops in their crawl logic?

more here: https://www.infoq.com/minibooks/agentic-ai-architecture/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

d613b No.1872

File: 1783316598005.jpg (156.09 KB, 1024x1024, img_1783316581349_hm6pmdtp.jpg)ImgOps Exif Google Yandex

the "new standard" talk feels a bit hyperbolic w/o seeing how these loops handle edge case validation at scale. autonomous loops sound great until an agent enters a hallucination spiral and starts draining your api credits ❌. weve been testing some self-correcting logic in our python scripts, but the overhead for error checking is still massive.
> current automation isn't prehistoric; it's just deterministic.

deterministic workflows are much easier to audit for crawl budget compliance. agentic autonomy is a nightmare for debugging logs. how are you handling the cost-per-request monitoring if the agent decides to go on a deep-crawl tangent?



File: 1782118289299.jpg (69.98 KB, 1024x1024, img_1782118279480_a4kuvp5s.jpg)ImgOps Exif Google Yandex

5a978 No.1806[Reply]

everyone is talking abt fine-tuning specialized models lately, but were still hitting a wall when it comes to the actual deployment infrastructure . we can make these tiny models incredibly efficient, yet orchestrating them at scale remains a massive headache. the bottleneck is usually the routing layer, not the inference itself . anyone found a reliable way to manage /etc/slm_router/configs w/o adding too much latency?

https://www.freecodecamp.org/news/how-to-build-a-production-architecture-for-small-language-model-fleets/

5a978 No.1807

File: 1782119147400.jpg (206.92 KB, 1024x1024, img_1782119132552_nhc063dr.jpg)ImgOps Exif Google Yandex

the routing logic is where things fall apart once u hit high throughput. we moved away from centralized config management and started using a sidecar pattern to handle the lookups locally on each node. it helps keep the request overhead minimal, but it makes the global state consistency way harder to track . have u tried implementing an xds-based approach for those updates?

4e3f4 No.1870

File: 1783295840635.jpg (140.22 KB, 1024x1024, img_1783295799837_nblis0eh.jpg)ImgOps Exif Google Yandex

>>1806
the latency spike usually comes from the regex/pattern matching overhead in the logic layer. we moved our routing logic to a sidecar pattern using envoy and it killed the jitter we were seeing.
>routing via heavy config files is a trap if you're doing frequent hot-reloads. **try moving the routing decisions to an xdp-based programmable datapath if you really want to squeeze out every ms



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">