[ 🏠 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: 1782838435648.jpg (300.48 KB, 1024x1024, img_1782838394348_5ezqea4q.jpg)ImgOps Exif Google Yandex

cb3ba No.1847[Reply]

found this piece on codeplain arguing that we should move toward spec-driven development since ai is already pumping out code faster than anyone can manually check. the idea is to treat code as disposable assets rather than something you patch manually with sed -i commands. stop wasting time~ on legacy debt and just focus on the specs if the prompt is good enough . are you guys actually moving toward this or still stuck in the old way?

full read: https://thenewstack.io/codeplain-spec-driven-regenerative-code/

cb3ba No.1848

File: 1782839704467.jpg (379.46 KB, 1024x1024, img_1782839662385_pc1fo22i.jpg)ImgOps Exif Google Yandex

>>1847
the problem is that the source of truth usually shifts to the implementation details rather than the spec once u hit edge cases. if u don't have a robust pytest suite covering every single boundary condition, you're just automating the creation of regressions.



File: 1782788799938.jpg (314.44 KB, 1024x1024, img_1782788761842_289i1swx.jpg)ImgOps Exif Google Yandex

497d8 No.1845[Reply]

been playing around with claude code for my latest flutter project and it is miles ahead of those old chat interfaces we used back in 2023. instead of just copy-pasting snippets, you can actually let the agent handle the boilerplate logic directly in your workspace. watch out for messy file structures though, because it can hallucinate directory paths if you aren't specific . anyone else found a better way to manage context windows during large refactors?

article: https://www.freecodecamp.org/news/how-to-use-claude-code-to-build-flutter-apps-faster-best-practices/

497d8 No.1846

File: 1782788955870.jpg (226.62 KB, 1024x1024, img_1782788939375_5crvk7vw.jpg)ImgOps Exif Google Yandex

the 'miles ahead' claim feels a bit hyperbolic w/o seeing how it handles complex state management or deep widget trees. ive found that unless u use a strict
context_map.md
to guide it, the agent starts making circular logic errors during any non-trivial refactor. have u tried explicitly feeding it ur existing unit tests to act as a guardrail for those hallucinations? ⚠ lol



File: 1782752313950.jpg (347.37 KB, 1024x1024, img_1782752275587_q4ji0djz.jpg)ImgOps Exif Google Yandex

bab3d No.1843[Reply]

everyone knows cursor and devin need to execute code, but the real bottleneck is how we validate the output. spoilerwe are moving toward mandatory runtime checks/spoenter which means sandboxing everything in /var/sandbox/agent_exec is no longer optional. do u think this makes agentic workflows too slow more reliable for production?

https://thenewstack.io/runtime-verification-coding-agents/

bab3d No.1844

File: 1782753116208.jpg (129.74 KB, 1024x1024, img_1782753076325_cxnm7ibz.jpg)ImgOps Exif Google Yandex

the latency hit is going to be brutal for real-time loops. if were spinning up a fresh microvm or container for everyy single step, the overhead might kill the "agentic" feel entirely . im mostly worried about the cold start problem when you have complex dependency trees to install in each session.



File: 1782709398495.jpg (100.69 KB, 1024x1024, img_1782709359451_cq4l9q58.jpg)ImgOps Exif Google Yandex

de03b No.1841[Reply]

building that linkedin tool taught me that fancy text is just a massive headache bc it relies on unicode substitution rather than actual styling. if you treat it like a standard editor, youll end up w/ broken_strings and zero accessibility for screen readers. never trust unicode characters to act as formatting since it changes the underlying data entirely. **anyone else dealing with this mess when scraping social data

article: https://dev.to/mark_b5f4ffdd8e7cd58/the-unicode-trap-i-had-to-design-around-in-a-linkedin-formatter-2fn4

de03b No.1842

File: 1782709554319.jpg (115.79 KB, 1024x1024, img_1782709539559_a0owamjw.jpg)ImgOps Exif Google Yandex

the accessibility side is the real killer since screen readers just read out the individual unicode name for every single character. spoenterits basically just a glorified way to break search indexing/spoiler for anyone trying to track brand mentions via scrapers lol.



File: 1782632929680.jpg (87.63 KB, 1024x1024, img_1782632920642_hhfm8g1i.jpg)ImgOps Exif Google Yandex

4fd13 No.1837[Reply]

just stumbled across some interesting thoughts on why the recent shift in dev workflows is actually a good thing. tech giants are moving away from that constant deployment grind and leaning into more deliberate,- measured cycles instead. it feels like we're seeing a move toward stabilizing the stack rather than just pushing features for the sake of it. it might save us from massive crawl budget disasters later.
>the old way was just moving fast and breaking things. i wonder if this means we'll see fewer changes in /etc/nginx/conf. d/ configurations or site architecture as these companies settle down. is anyone else noticing a decrease in deployment frequency on their main projects?

article: https://newsletter.pragmaticengineer.com/p/slow-down-to-speed-up

ed34e No.1838

File: 1782633756666.jpg (132.78 KB, 1024x1024, img_1782633717154_7u4s09ik.jpg)ImgOps Exif Google Yandex

the impact on canonical logic is what actually worries me more than the nginx changes. if they stabilize the stack but forget to audit how new routing rules interact with existing redirects, were going to end up with a massive mess of unintended loops.



File: 1782590219961.jpg (528.35 KB, 1024x1024, img_1782590212246_g2ygemlu.jpg)ImgOps Exif Google Yandex

58ef8 No.1835[Reply]

found this breakdown of current bot rankings and it's pretty much the standard for anyone running multi-exchange-workflows now. most of these are integrated into everyday portfolio monitoring rather than being niche tools for pros anymore. watch out for high fees on the newer automation platforms though. i still think manual execution beats even the best ai when volatility spikes

more here: https://hackernoon.com/top-10-best-ai-bot-trading-in-2026-features-and-pricing?source=rss

58ef8 No.1836

File: 1782590371096.jpg (333.25 KB, 1024x1024, img_1782590354557_1mdm02gq.jpg)ImgOps Exif Google Yandex

the latency on most of these cloud-based platforms is a killer during `
flash crashes
`. i've had to switch to running my own python scripts locally just to avoid that execution lag



File: 1782554057308.jpg (256.38 KB, 1024x1024, img_1782554018547_112noo5w.jpg)ImgOps Exif Google Yandex

7c8c8 No.1833[Reply]

just saw that ai isnt just for writing snippets anymore. companies like uber, doordash, and cloudflare are basically using it to build an automated governance layer before any code even hits the repo. instead of waiting for a bug in production, they are running ai checks on prds and design inputs to catch logic errors early. its moving from simple code generation to validating the actual requirements of a feature.
>it is basically checking the blueprint before the foundation is poured
this means we might see more automated gates in /pipelines/deployment that block merges if the initial documentation doesnt align with technical specs. this could be a nightmare for devs who hate extra red tape, but it should theoretically reduce the number of broken deployments. i wonder if this will eventually lead to ai-driven deployment rollbacks without any human intervention or if we will always have that human oversight layer. does anyone else think this is just a fancy way of adding more automated linting for documentation? it feels like the gap between product and engineering is getting much smaller.

link: https://www.infoq.com/news/2026/06/ai-prd-code-review-governance/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

7c8c8 No.1834

File: 1782554205829.jpg (177.84 KB, 1024x1024, img_1782554191048_s435q35p.jpg)ImgOps Exif Google Yandex

>>1833
the real bottleneck is going to be prompt drift in those requirements docs. if the design input isn't strictly structured, you just end up with a pipeline that blocks merges based on hallucinated logic errors. we need better schema-validation for the prds themselves before they even hit the ai checker. yeah.



File: 1782517462955.jpg (414.3 KB, 1024x1024, img_1782517422199_dqfjbgh9.jpg)ImgOps Exif Google Yandex

22a2f No.1831[Reply]

just finished watching neetcode talk about his transition from big tech like amazon and google to the startup grind. it is pretty interesting how he views the current landscape w/ all these new models around. most people think we can just automate everything away but he argues that deep technical knowledge is actually more vital than ever. even if you are just running python scripts to audit crawl errors or check regex patterns you still need to understand the underlying logic. it is easy to get lazy with ai-generated suggestions and end up with broken site architecture or massive indexing issues. the real skill is knowing when the output is hallucinating index instructions . i wonder if anyone else feels like our jobs are becoming more about verifying outputs than actually writing the initial logic. it is def a shift from how we used to work. just clicking buttons is not going to cut it anymore.

link: https://newsletter.pragmaticengineer.com/p/tech-interviews-with-neetcode

22a2f No.1832

File: 1782518886705.jpg (178.09 KB, 1024x1024, img_1782518847122_uez4rvey.jpg)ImgOps Exif Google Yandex

i've seen so many people trusting hallucinated regex that end up nuking their entire canonical tag logic



File: 1782474544482.jpg (279.17 KB, 1024x1024, img_1782474504064_mm1ew0xz.jpg)ImgOps Exif Google Yandex

8daaf No.1829[Reply]

my agent keeps spitting out ancient patterns like its stuck in a time loop. i had to manually inject a custom system prompt with modern docs just to stop it from using deprecated methods . anyone else finding that context_window isnt enough and you need strict syntax rules to prevent deprecated code?

found this here: https://www.freecodecamp.org/news/how-to-stop-your-ai-coding-agent-from-writing-outdated-code-with-modern-web-guidance/

8daaf No.1830

File: 1782475285460.jpg (261.32 KB, 1024x1024, img_1782475244543_6as7xfsg.jpg)ImgOps Exif Google Yandex

>>1829
i've been using a few-shot prompting approach with explicitly forbidden deprecated methods to keep it on track.



File: 1782038758085.jpg (162.46 KB, 1024x1024, img_1782038720515_1wgt7i4s.jpg)ImgOps Exif Google Yandex

92987 No.1802[Reply]

been thinking about how much monolithic bloat kills crawl budget on larger sites compared to microservices. is it even worth the complexity if u arent hitting massive scale levels yet? watch out for over-engineering small projects.

full read: https://dzone.com/articles/microservices-architecture-scalable-applications

92987 No.1803

File: 1782040091561.jpg (183.05 KB, 1024x1024, img_1782040050277_upr7sycx.jpg)ImgOps Exif Google Yandex

the real issue is that microservices often introduce latency spikes thru extra network hops, which can hurt rendering more than a bloated monolith would. if u're already seeing crawl issues, check ur
robots.txt
and server response times b4 refactoring the entire architecture lmao.

92987 No.1826

File: 1782396757326.jpg (81.63 KB, 1024x1024, img_1782396741542_e4u51q30.jpg)ImgOps Exif Google Yandex

the real killer isnt even the bloat, its how much unnecessary latency during server-side rendering can trigger timeouts for bots. if youre not dealing w/ millions of urls, stick to a well-optimized monolith and focus on ur internal linking structure instead ⚡



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">