frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Irasutoya

https://en.wikipedia.org/wiki/Irasutoya
1•rvrs•47s ago•0 comments

Latour, Anthrax, and Standups

http://www.exampler.com/blog/2007/11/06/latour-3-anthrax-and-standups/
1•squirrel•58s ago•0 comments

Citcon: AI – Helsinki

https://citconf.com/helsinki2026/
1•squirrel•2m ago•0 comments

AI won't make you rich. But fixing bugs in AI slopware will

https://boreal.social/post/ai-wont-make-you-rich-but-fixing-bugs-in-ai-slopware-will
2•birdculture•4m ago•0 comments

Mamba 3 matches Transformer performance at reduced latency

https://venturebeat.com/technology/open-source-mamba-3-arrives-to-surpass-transformer-architectur...
1•ryan_j_naughton•4m ago•0 comments

Bookokrat: Read epub, pdf, and djvu books in the terminal

https://github.com/bugzmanov/bookokrat
1•rahimnathwani•7m ago•0 comments

Multiple departures from the Deno company at once

https://twitter.com/wesbos/status/2034101181908226364
1•ecares•7m ago•0 comments

LLM Exposure for EU Jobs

https://emilesilvis.com/llm-exposure-eu-jobs.html
1•emilesilvis•12m ago•0 comments

Kagi Translate

https://translate.kagi.com/?from=auto&to=Hacker+News+Commenter
2•iNic•12m ago•0 comments

Best Startup Landing Page Examples for 2026

https://no-edit.lovable.app
2•theme-man•14m ago•1 comments

Wander – A tiny, decentralised tool (just 2 files) to explore the small web

https://susam.net/wander/
1•susam•15m ago•1 comments

Peter Thiel's lectures on Antichrist in Rome spark debate

https://www.cnn.com/2026/03/16/europe/peter-thiel-antichrist-lectures-rome-intl
4•doener•16m ago•1 comments

Don't use auto-generated AGENTS.md

https://www.philschmid.de/writing-good-agents
1•jacksgt•16m ago•0 comments

Show HN: OC Maker – character generator with reference images and prompt tools

https://oc-maker.org
1•chooat•16m ago•0 comments

Release PiClaw v1.5.3 – There and Back Again · rcarmo/piclaw

https://github.com/rcarmo/piclaw/releases/tag/v1.5.3
1•rcarmo•16m ago•0 comments

ZCA: Slice-Isolated Execution for Coding Agents

https://github.com/operatorstack/slice-agent-bench
1•bigboateng•16m ago•1 comments

Show HN: Revieko – PR check that flags architectural drift in long-lived repos

https://synqra.tech/revieko
1•AnViF•18m ago•1 comments

Multi-tentacled orchestrator for Claude Code

https://github.com/nyldn/claude-octopus
1•theorchid•21m ago•0 comments

You have to earn your calculator

https://matthiasplappert.com/blog/2026/earn-your-calculator/
2•sherlock_h•21m ago•1 comments

Building a Personal Mnemonics Bot

https://rtjom.com/blog/2026/03/building-a-personal-mnemonics-bot/
1•tjomk•25m ago•0 comments

Community Security Scans: Crowd-Sourced Trust for AI Agent Skills

https://skillsgate.ai/blog/community-security-scans
2•sultanvaliyev•25m ago•0 comments

Universal Paperclips

https://www.decisionproblem.com/paperclips/index2.html
1•iamstan23•26m ago•1 comments

Japan's key tech workers are now cheaper than Malaysia's

https://asia.nikkei.com/business/technology/japan-s-key-tech-workers-are-now-cheaper-than-malaysia-s
1•KnuthIsGod•31m ago•0 comments

Engram – salience-gated memory for Claude Code (captures what matters)

https://github.com/dp-web4/engram
1•dp-web4•34m ago•1 comments

Ask HN: Tools for searching ArXiv by relevance and quality?

2•alastairr•36m ago•0 comments

Ask HN: What's your strategy for inconsistent date formats?

2•Gyanangshu•37m ago•1 comments

Show HN: Lumbox – Email infrastructure for AI agents (lumbox.co)

1•kumardeepanshu•38m ago•0 comments

Ask HN: Burning $100K/week on LLM tokens – what are you doing to cut costs?

16•seenkitty•39m ago•11 comments

Show HN: ShadowStrike – Windows EDR Post-Analysis

1•Soocile•40m ago•0 comments

How the Open-Source Community Is Bypassing OS Age Verification Laws

https://thecybersecguru.com/glossary/bypass-os-age-verification-laws/
19•lesterrue•44m ago•1 comments