u/AppropriateIce5250

What's with all these jobs where they ask you to give them your upwork account?

I have reached out to a couple of people here responding to their job posts but instead of telling me anything about any job they tell me this is a no experience required job where I can make 5k a month. I just need to give them my upwork account and they will grow it. How do they make money on that?

reddit.com
u/AppropriateIce5250 — 2 days ago
▲ 1 r/jobs

Am I crazy or there's less software jobs on Linked In in general these days?

The job board looks very different to what it was just three years ago. There used to be a ton of full stack engineer jobs frontend backend type of jobs asking for a couple of years of experience. Now if I do come across any it's either an internship or a principal/staff software engineer.

Out of curiosity I went ahead and tried looking for these same jobs south of the border and it seems like a lot of them got nearshored to latin america. Do you think this trend will stay this way or revert to the state from just a couple of years back where there was a lot of mid level software work?

reddit.com
u/AppropriateIce5250 — 3 days ago

[For Hire] Senior Architect: High-Scale Systems & Production AI

I am a Senior Architect with over ten years of experience. I specialize in delivering high-scale backends and production AI infrastructure for complex, data-heavy applications. My expertise covers the full development lifecycle from initial architecture to deploying autonomous agentic workflows using LangGraph and scalable RAG systems. I build high-performance services in Java, Go, and Python while managing large-scale infrastructure on Kubernetes. I bring the technical depth required to handle massive data volumes and sophisticated AI integrations. DM me.

reddit.com
u/AppropriateIce5250 — 3 days ago

Does regularly posting on Google Business Profile (GBP) actually help Local Pack / Map Pack rankings?

Gemini told me that submitting regular posts to my Google Business Profile will help it rank better in the Local Pack (the top 3 map results). What’s the current consensus?

reddit.com
u/AppropriateIce5250 — 3 days ago

[For Hire] Senior Developer (AI/Python/JS) - $60/hr

10+ years of experience. US Citizen.

Tech:

  • AI: LangGraph, RAG, Agentic Swarms (K8s native).
  • Stack: Python, TypeScript/Node, Java, Kubernetes.
  • Speed: I just shipped a 100-page AI platform in 3 days.

Proof:

Rate: $60/hr.
Availability: Can start today.

u/AppropriateIce5250 — 3 days ago

Case Study: Solving the "Hallucinated HTML" problem in AI-driven pSEO using Deterministic UI Schemas and Edge Delivery

I’ve been experimenting with high-velocity programmatic SEO (pSEO) and wanted to share a technical approach I'm using to bypass the common pitfalls of LLM-generated content.

The Problem:
Most AI-driven pSEO relies on the agent writing raw HTML/Markdown. This is high-entropy and prone to broken tags, inconsistent styling, and high DOM bloat, which kills Core Web Vitals.

The Architecture:
I built an engine (100+ pages indexed in 10 minutes) using a different stack: Cloudflare Workers + LangGraph + Zod.

Instead of letting the agent write HTML, I treat the frontend as a set of deterministic constraints:

  1. Orchestration: Using LangGraph to manage multi-node research and enrichment.
  2. The "Schema-First" move: I mapped a library of unstyled components (PrimeNG/Tailwind) into Zod schemas.
  3. Structured Output: I use .withStructuredOutput to force the agent to return a JSON object that strictly follows the Zod schema (e.g., specific props for carousels, data tables, and accordions).
  4. Edge Rendering: The Worker receives the JSON, validates it, and renders the UI deterministically.

Results/Learnings:

  • Consistency: 100% design fidelity across all pages without a single CSS conflict.
  • Performance: Delivering at the edge via Cloudflare Workers keeps TTFB extremely low, which seems to have accelerated the initial crawl rate.
  • Security: The agent has zero access to the underlying HTML structure, reducing the surface area for exfiltration or injection.

The Question for the community:
As search engines get better at identifying "mass-produced" AI content, how much weight are you all seeing in Structural Uniqueness (diverse component layouts) vs. pure content quality?

I’m curious if anyone else is moving away from Markdown-based LLM outputs toward this kind of "Component Orchestration" for pSEO at scale.

reddit.com
u/AppropriateIce5250 — 6 days ago