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_•1y 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

A curated list of static analysis (SAST) tools

https://github.com/analysis-tools-dev/static-analysis
1•saikatsg•46s ago•0 comments

James D. Johnston the father of perceptual audio coding

https://ethw.org/James_D._Johnston
1•KnuthIsGod•6m ago•0 comments

Kevin O'Leary wants AI data centre in Utah. Some residents aren't happy

https://www.cbc.ca/news/world/kevin-oleary-data-centre-utah-9.7207716
1•1vuio0pswjnm7•9m ago•0 comments

C array types are weird

https://anselmschueler.com/blogposts/2025-c-pointers/
1•signa11•9m ago•0 comments

ATV1sm: Bypass for the original Apple TV's EFI verification to boot any EFI OS

https://distrohopper39b.com/atv1sm/
1•866-RON-0-FEZ•11m ago•0 comments

Is PowerBuilder Legacy Technology in 2026?

https://medium.com/@kumaransystemsdm/is-powerbuilder-really-legacy-technology-in-2026-46df8324b7b9
1•rajkumarsekar•11m ago•0 comments

Exon Language: Invitation for Contributors

https://github.com/atdrez/exon/discussions/2
1•atdrez•13m ago•0 comments

How My minimal, memory-safe Go rsync steers clear of vulnerabilities

https://michael.stapelberg.ch/posts/2026-05-24-minimal-memory-safe-go-rsync-vulns/
1•signa11•17m ago•0 comments

Show HN: Antimemetic message that escapes screen capture

https://fx.leftium.com/static
2•Leftium•20m ago•0 comments

Evaluating Quarkdown for Agentic Typesetting

https://quarkdown.com/blog/agent-skill/
1•iamgioh•21m ago•0 comments

'It's called winning': Why a tech industry super PAC is running ads about ICE

https://www.washingtonpost.com/technology/2026/05/23/ai-industry-super-pacs-are-intervening-midte...
1•1vuio0pswjnm7•21m ago•0 comments

Show HN: Cadence – Small marker tracking for source files

https://github.com/skorotkiewicz/cadence
1•modinfo•36m ago•0 comments

Toshifumi Suzuki, 7-Eleven Japan founder, has died

https://www.cnn.com/2026/05/25/asia/711-japan-founder-dies-intl-hnk
1•NaOH•37m ago•0 comments

Show HN: YieldOS-Lite – A simulator for LLM inference control-plane governance

https://github.com/nikitph/yieldos
1•loaderchips•40m ago•0 comments

QG: A speculative protocol treating presence and attention as value primitives

https://github.com/Mureskae/QG
1•Mureskae•42m ago•0 comments

My AI coding flow was burning tokens to do things code should do

https://geerttheys.substack.com/p/i-agent-deterministic-coding-flow
1•toadi•52m ago•1 comments

Hosting My Own Newsletter

https://endler.dev/2026/newsletter-setup/
1•yakkomajuri•52m ago•0 comments

Ask HN: Encouraging a child's gaming PC build despite fear of gaming addiction?

1•marttt•1h ago•1 comments

Over $5M in donations flowed in after the Lapu-Lapu Day attack. Where it went

https://www.cbc.ca/news/canada/lapu-lapu-donations-analysis-9.7207684
1•wolpoli•1h ago•0 comments

Huawei Unveils Tau (τ) Scaling Law for Transistor and System Breakthroughs

https://www.huawei.com/en/news/2026/5/ieee-iscas-tau-scaling
1•CalmStorm•1h ago•0 comments

Mecha Comet is an open-source hardware, modular Linux handheld computer

https://www.cnx-software.com/2026/01/25/mecha-comet-is-an-open-source-hardware-modular-linux-hand...
1•walterbell•1h ago•0 comments

Companies Are Just a Graph of Algorithms

https://danielmiessler.com/blog/companies-graph-of-algorithms
7•samuel246•1h ago•0 comments

CanYouCalculate

https://canyoucalculate.com
1•sauhard121•1h ago•0 comments

Porting Ytdlp to Bun (Ytdlb)

https://yamada-blog.pages.dev/blog/0007/
1•curliness•1h ago•0 comments

Software supply-chain attacks are no longer rare events

https://www.wired.com/story/teampcp-software-supply-chain-attack-spree-github/
2•latentframe•1h ago•1 comments

What is Git made of? (2022)

https://zserge.com/posts/git/
2•vinhnx•1h ago•0 comments

RLS sounds great until it isn't

https://planetscale.com/blog/rls-sounds-great-until-it-isntp
2•eigenBasis•1h ago•1 comments

Jira Is Turing-Complete

https://seriot.ch/computation/jira.html
2•vinhnx•1h ago•0 comments

Show HN: Live AI music sequencing agent

https://pretzel.shukant.com/?nickname=Anonymous&role=stage
1•shukantpal•1h ago•0 comments

A Cattle Ranch Is Doing What Ivy League Colleges Can't

https://www.nytimes.com/2026/05/20/opinion/deep-springs-college-ivy-league-education.html
1•gmays•1h ago•0 comments