HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laxmena

no profile record

Submissions

Why standard WER fails for Indian languages

sarvam.ai
3 points·by laxmena·vor 24 Tagen·0 comments

GateGPT: 56k tokens per second Transformer (KV cache) on FPGA at 80 MHz

twitter.com
40 points·by laxmena·vor 25 Tagen·13 comments

Karpathy on Why 'Edutainment' Isn't Real Learning (Seek the Sweat) (2024)

twitter.com
4 points·by laxmena·vor 27 Tagen·1 comments

Software Architecture Guide (2019)

martinfowler.com
95 points·by laxmena·vor 28 Tagen·38 comments

Toward Generalist Autonomous Research via Hypothesis-Tree Refinement

huggingface.co
2 points·by laxmena·vor 30 Tagen·0 comments

Sangam Tamil literature search engine with AI explanations

sangam.tamilnlp.com
2 points·by laxmena·letzten Monat·0 comments

My Agent Skill for Test-Driven Development

saturnci.com
251 points·by laxmena·letzten Monat·109 comments

Why Claude Code's Agent Loop Is over 1,400 Lines

internals.laxmena.com
7 points·by laxmena·letzten Monat·0 comments

Embedding models are coordinate systems. What silently breaks in production RAG

internals.laxmena.com
3 points·by laxmena·vor 2 Monaten·0 comments

Dashboard tracking the 100-day promises of the Nepali government

digitalpratipakshya.com
3 points·by laxmena·vor 2 Monaten·0 comments

Correction Has to Occur – NYU Finance Professor Warn

finance.yahoo.com
7 points·by laxmena·vor 2 Monaten·1 comments

Show HN: How I Separate Signal from Noise in the AI Firehose

laxmena.com
4 points·by laxmena·vor 2 Monaten·0 comments

Ask HN: When did you move from AI agentic loops to simpler deterministic system?

8 points·by laxmena·vor 2 Monaten·7 comments

The AI rush is hitting a bottleneck

economist.com
4 points·by laxmena·vor 2 Monaten·0 comments

Retail Investors Keep Getting Burned in the Stock Market.They're Piling in Again

barrons.com
2 points·by laxmena·vor 2 Monaten·1 comments

The Google Cloud Knowledge Catalog

cloud.google.com
2 points·by laxmena·vor 2 Monaten·0 comments

AI Skills as loader spec, not prompts – why the architecture changes everything

internals.laxmena.com
5 points·by laxmena·vor 2 Monaten·1 comments

Understanding LangGraph as a stateful execution system

internals.laxmena.com
1 points·by laxmena·vor 2 Monaten·0 comments

Ask HN: What single AI tool/technique 10x'd your productivity last year?

7 points·by laxmena·vor 6 Monaten·10 comments

Show HN: MCP Server for AI Agents to Publish on WriteFreely

github.com
1 points·by laxmena·vor 6 Monaten·0 comments

comments

laxmena
·vor 2 Monaten·discuss
That's exactly my process I follow now.

I look at the traces of agent execution, and use that as a feedback to extract common patterns. The comment patterns are extracted out as Scripts, or Skills.

So Agent doesnt have to figure out how to do things from scratch, saving considerable amount of tokens and latency.

I also came across this paper recently: https://arxiv.org/abs/2603.25158

Which does exactly the same. Extracts traces and converts them into skills for agents to use.
laxmena
·vor 2 Monaten·discuss
> If all LLM tools disappeared tomorrow, all of my scripts and processes developed with an LLM will continue to work without hiccup.

This is a really pragmatic philosophy and I think it's underappreciated. Using the LLM as a development accelerator rather than a runtime dependency gives the best of both worlds.
laxmena
·vor 2 Monaten·discuss
More I use AI tools, stronger I'm convinced that it's a force multiplier. I'm one of the strong advocates for adoption of AI at work.

But I'm also very skeptical about the narrative- that AI will simply replace workers.

The main issue is accountability. If an autonomous agent takes an incorrect action, who takes responsibility?

I recently had a first hand experience at work where an agent, designed to act on customer tickets, was authorized to suspend accounts upon request.

It incorrectly suspended an active, critical account essential to our revenue metrics. Now, the support engineer who deployed that agent is writing the postmortem/CoE.

These are some incidents why I believe AI will not "completely" replace human roles. When systems fail at scale, we still require an accountable human to analyze the failure, accept responsibility.
laxmena
·vor 2 Monaten·discuss
I have a lot of questions after reading this article

1. How would Cocaine end up in wastewater treatment plant in the first place? 2. What is the volume of Cocaine needed, or used to observe this behavior from the fish? 3. If Cocaine pollution has already been happening in the wild, are there any recorded events that support the claim of effects on the habitat
laxmena
·vor 2 Monaten·discuss
I'm curious, why would cocaine end up in the wastewater systems in the first place?
laxmena
·vor 2 Monaten·discuss
[flagged]
laxmena
·vor 2 Monaten·discuss
[dead]
laxmena
·vor 2 Monaten·discuss
[flagged]
laxmena
·vor 2 Monaten·discuss
[dead]
laxmena
·vor 2 Monaten·discuss
[dead]
laxmena
·vor 2 Monaten·discuss
[flagged]
laxmena
·vor 4 Monaten·discuss
If I'm being interviewed by a bot, I see no reason not to send my own bot to represent me. It levels the playing field.

I’ll probably start building an AI agent to sit in these AI bot interviews
laxmena
·vor 6 Monaten·discuss
https://laxmena.com
laxmena
·vor 6 Monaten·discuss
Setting aside the tax discussion for a moment:

> In the end, the “shortcut” had cost her more time than if she’d just done the work herself from the start.

I had this same opinion on AI IDE Copilots about a year and a half ago. They were too nascent, and writing code manually saved me hours of debugging their buggy code recommendations.

Fast forward - today—IDE Copilots have grown leaps and bounds in its quality of outputs. They have real utility now.

It's important to note that - "This is the worst AI agents will ever be, it will only get better moving forward."

I'm confident these tools will keep improving and eventually create net productivity gains, including for the Excel use case you mentioned.